Fix isolation tester Makefile so that it runs in a VPATH build
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/61cf7bcdf76a2a32d2400a116c8da48d5fd4d3a2
Modified Files
--
src/test/isolation/Makefile |4 ++--
src/test/isolation/README |2 +-
2 files
Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well.
Per discussion, this is something we should have sooner rather than later,
and it doesn't take much additional code to support it.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/01467d3e4f51fe304c0
Fix the isolation tester compilation on VPATH builds
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/289d7306555b2446d145c7e098c91b6ca20bd54c
Modified Files
--
src/test/isolation/Makefile |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
Se
Fix "variable not used" warnings when USE_WIDE_UPPER_LOWER is not
defined.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/135724ec357f9b9c8800567444724c72da2cc6be
Modified Files
--
src/backend/tsearch/ts_locale.c |2 ++
src/backend/tsearch/wparser_d
Update comment
It was still claiming that the keyword list is in keywords.c, when it
is now in kwlist.h.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/ff81aa3eda4d754cd341ab0e4e78790ed4a6d250
Modified Files
--
src/backend/parser/gram.y |4 ++--
1 fi
Fix pg_get_encoding_from_locale() function call parameters to match
prototype for cases where there is no multi-language support.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/2432d10bf243ad0ca9b5ccc2816e4e38e1d80b5e
Modified Files
--
src/port/chklocale
Send status updates back from standby server to master, indicating how far
the standby has written, flushed, and applied the WAL. At the moment, this
is for informational purposes only, the values are only shown in
pg_stat_replication system view, but in the future they will also be needed
for sync
Log Message:
---
No more need to reference $FILE
Modified Files:
--
slony-ctl/outils:
42_exec_exec.sh (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/slony1-ctl/slony-ctl/outils/42_exec_exec.sh?r1=1.8&r2=1.9)
--
Sent via pgsql-committers maili
Track last time for statistics reset on databases and bgwriter
Tracks one counter for each database, which is reset whenever
the statistics for any individual object inside the database is
reset, and one counter for the background writer.
Tomas Vondra, reviewed by Greg Smith
Branch
--
master
Log Message:
---
Added MSVC 2010 solution files.
Modified Files:
--
textsearch-ja:
encoding_eucjp.c (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch-ja/encoding_eucjp.c?r1=1.8&r2=1.9)
encoding_utf8.c (r1.9 -> r1.1
Use NOWAIT when including WAL in base backup
Avoids warning and waiting for the last segment to be
archived, which isn't necessary when we're including the
required WAL in the backup itself.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/a2e61ec31999228a3bb66a6a86f9
Allocate all entries in the serializable xid hash up-front, so that you don't
run out of shared memory when you try to assign an xid to a transaction.
Kevin Grittner
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/cecb5901b8bb8b9eba140cda96e0d9a83607e6fa
Modified Fi
Use correct name and URL for MinGW-w64, error noticed by Gurjeet Singh.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/2ad0348677aebe36260b30fee22892e6519ee7d8
Modified Files
--
doc/src/sgml/install-windows.sgml |2 +-
doc/src/sgml/installation.sgml
13 matches
Mail list logo