Small punctuation fixes
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/a5727888d744d1b41bba4d84dadf9e5c519aab45
Modified Files
--
src/bin/pg_basebackup/pg_receivexlog.c |3 ++-
src/bin/pg_basebackup/receivelog.c |6 +++---
2 files changed, 5 in
Small punctuation fixes
Branch
--
REL9_2_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/53c0ccc8d520ce1a65bc81edbef78223d8222124
Modified Files
--
src/bin/pg_basebackup/pg_receivexlog.c |3 ++-
src/bin/pg_basebackup/receivelog.c |6 +++---
2 files change
syncrep.h must include xlogdefs.h
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/095e6c5a7da10db77d0e43e413fca64c946ad370
Modified Files
--
src/include/replication/syncrep.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
--
Sent via pgsql-c
syncrep.h must include xlogdefs.h
Branch
--
REL9_2_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/3ca1d62080a9e148b71a2aaa4ee1d210ce92ad68
Modified Files
--
src/include/replication/syncrep.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
--
Sent via
Update doc mention of how to compute bigint advisory lock value, per Tom
Lane's correction.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/5ea6c9d79882815d4cc1c3c302f415eb637466f2
Modified Files
--
doc/src/sgml/catalogs.sgml |4 ++--
1 files changed,
Prevent psql tab completion in SET from adding TO when the equals sign
has no space before it.
Report by Erik Rijkers
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/65b2ee27ad926f622f06c3a4029b621e8d72fb67
Modified Files
--
src/bin/psql/tab-complete.c |
Adjust pg_test_timing to show shortest test durations first, place
percentage column before count column. Docs updated.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/0f3351aacf5cd5fa87c31fd0d1f7f8dc0409c0b3
Modified Files
--
contrib/pg_test_timing/pg_t
Remove hstore--1.0.sql.
Since we're not installing this file anymore, it has no reason to exist,
other than as historical reference; but we have an SCM for that.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/9db098dfa91906cee4fffc1e3ba8ba3899820d5f
Modified Files
Bruce Momjian writes:
> On Sun, Feb 26, 2012 at 05:26:03PM -0500, Tom Lane wrote:
>> We do not keep around dead code in HEAD for historical reference
>> purposes. We have an SCM for that, and we should use it. The only
>> reason to keep this file would be if people were possibly still going to
>
Remove pg_stat_statements--1.0.sql, too.
Per Peter Geoghegan.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/0a83f2492f38fd0b82452dfd2a80cc70486ba73d
Modified Files
--
.../pg_stat_statements/pg_stat_statements--1.0.sql | 39
1 file
add #includes to plpy_subxactobject.h to make it compile standalone
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/0a664ec27f3937c0ce428c07a41b6d8c7526ec57
Modified Files
--
src/pl/plpython/plpy_subxactobject.h |3 +++
1 files changed, 3 insertions(+)
add #includes to plpy_subxactobject.h to make it compile standalone
Branch
--
REL9_2_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/dc1a36f11ad629808795785fc55c495510db40a9
Modified Files
--
src/pl/plpython/plpy_subxactobject.h |3 +++
1 files changed, 3 insert
Split resowner.h
This lets files that are mere users of ResourceOwner not automatically
include the headers for stuff that is managed by the resowner mechanism.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/45326c5a11530cff5db99c6d4b393439cc901f26
Modified Files
-
remove catcache.h from syscache.h
Instead, place a forward struct declaration for struct catclist in
syscache.h. This reduces header proliferation somewhat.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/fda0594fc2f4c98ee50ea02fa196ca51db81ea70
Modified Files
Split heapam_xlog.h from heapam.h
The heapam XLog functions are used by other modules, not all of which
are interested in the rest of the heapam API. With this, we let them
get just the XLog stuff in which they are interested and not pollute
them with unrelated includes.
Also, since heapam.h no
Add strerror() string to chdir() error message
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/1a26e1c766fa84c2f93473eed83f0133d4b2ac5f
Modified Files
--
src/port/exec.c |8 +---
1 files changed, 5 insertions(+), 3 deletions(-)
--
Sent via pgsql
Fix assorted compilation failures in contrib
Evidently I failed to test a compile after my earlier header shuffling.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/9df55c8c3f0eba77de57006999d5700292fa9d33
Modified Files
--
contrib/auto_explain/auto_expl
Optimize SP-GiST insertions.
This includes two micro-optimizations to the tight inner loop in descending
the SP-GiST tree: 1. avoid an extra function call to index_getprocinfo when
calling user-defined choose function, and 2. avoid a useless palloc+pfree
when node labels are not used.
Branch
18 matches
Mail list logo