[COMMITTERS] pgsql: Message style tweaks

2011-07-04 Thread Peter Eisentraut
Message style tweaks Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/27af66162baed6a964466b92902accebdd5ae7c7 Modified Files -- src/backend/commands/tablecmds.c |3 ++- src/backend/parser/parse_utilcmd.c |2 +- src/backend/port/win

[COMMITTERS] pgsql: Small documentation tweaks

2011-07-04 Thread Peter Eisentraut
Small documentation tweaks Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/413ed2556f7ea21aa7c9d6fe28225455f0e5eac3 Modified Files -- doc/src/sgml/config.sgml | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) -- Sent via pgsql-

[COMMITTERS] pgsql: Message style tweaks

2011-07-04 Thread Peter Eisentraut
Message style tweaks Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/06f04b6dc41354d1eada7b68bab339c908fc97eb Modified Files -- src/backend/commands/tablecmds.c |3 ++- src/backend/parser/parse_utilcmd.c |2 +- src/backend/p

[COMMITTERS] pgsql: Small documentation tweaks

2011-07-04 Thread Peter Eisentraut
Small documentation tweaks Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/d479a0f92fa9d28772d12fb461888efb3815480f Modified Files -- doc/src/sgml/config.sgml | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) -- Sent via pgsql-committ

[COMMITTERS] pgsql: Set user_defined_types.data_type to null

2011-07-04 Thread Peter Eisentraut
Set user_defined_types.data_type to null On re-reading the standard, this field is only used for distinct or reference types. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/6fbc80349f601dc32f38b89a997913ea684b9f32 Modified Files -- doc/src/sgml/informat

[COMMITTERS] pgsql: Clarify that you need ActiveState perl 5.8 *or later* to build o

2011-07-04 Thread Heikki Linnakangas
Clarify that you need ActiveState perl 5.8 *or later* to build on Windows. Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/8071638dc2cf61b674e1c6e8f9401361607bc872 Modified Files -- doc/src/sgml/install-win32.sgml |2 +- 1 files changed, 1 inser

[COMMITTERS] pgsql: Clarify that you need ActiveState perl 5.8 *or later* to build o

2011-07-04 Thread Heikki Linnakangas
Clarify that you need ActiveState perl 5.8 *or later* to build on Windows. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/c33acb4f0ae0371a6ee8772d965d13a373cdd7cc Modified Files -- doc/src/sgml/install-windows.sgml |2 +- 1 files changed, 1 ins

[COMMITTERS] pgsql: Clarify that you need ActiveState perl 5.8 *or later* to build o

2011-07-04 Thread Heikki Linnakangas
Clarify that you need ActiveState perl 5.8 *or later* to build on Windows. Branch -- REL8_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/0b7af46e5dbf646e2378ce1e33df78a4ee6d6c83 Modified Files -- doc/src/sgml/install-win32.sgml |2 +- 1 files changed, 1 inser

[COMMITTERS] pgsql: Clarify that you need ActiveState perl 5.8 *or later* to build o

2011-07-04 Thread Heikki Linnakangas
Clarify that you need ActiveState perl 5.8 *or later* to build on Windows. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/e24662c4233ecdad9e55c184aedce9b114877b48 Modified Files -- doc/src/sgml/install-windows.sgml |2 +- 1 files changed, 1 insertions

[COMMITTERS] pgsql: Clarify that you need ActiveState perl 5.8 *or later* to build o

2011-07-04 Thread Heikki Linnakangas
Clarify that you need ActiveState perl 5.8 *or later* to build on Windows. Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/6bb8659ecf358bc83ed141120e0a6c73724fe0e4 Modified Files -- doc/src/sgml/install-win32.sgml |2 +- 1 files changed, 1 inser

[COMMITTERS] pgsql: Move Trigger and TriggerDesc structs out of rel.h into a new rel

2011-07-04 Thread Alvaro Herrera
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h This lets us stop including rel.h into execnodes.h, which is a widely used header. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/b93f5a5673b4bb09e14eb80fe28aa21fc20a6271 Modified Files -

[COMMITTERS] pgsql: Don't try to use a constraint name as domain name

2011-07-04 Thread Alvaro Herrera
Don't try to use a constraint name as domain name The bug that caused this to be discovered is that the code was trying to dereference a NULL or ill-defined pointer, as reported by Michael Mueller; but what it was doing was wrong anyway, per Heikki. This patch is Heikki's suggested fix. Branch -

[COMMITTERS] pgsql: Remove unused variable to silence compiler warning

2011-07-04 Thread Peter Eisentraut
Remove unused variable to silence compiler warning Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/9f084527a48f7c9ceb995d7bc39da63ae1941a3c Modified Files -- src/backend/commands/typecmds.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) --

[COMMITTERS] pgsql: Back-patch Fix bat file quoting of %ENV from commit 19b7fac8.

2011-07-04 Thread Andrew Dunstan
Back-patch Fix bat file quoting of %ENV from commit 19b7fac8. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/ffc50e134a7e67bc48bf512a4bb681d46cc1fe31 Modified Files -- src/tools/msvc/install.bat |2 +- src/tools/msvc/pgbison.bat |2 +- src/t

[COMMITTERS] pgsql: Remove missed reference to SilentMode.

2011-07-04 Thread Tom Lane
Remove missed reference to SilentMode. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/e54ae784e60e08edf7e9da07e452cb279386c603 Modified Files -- src/include/postmaster/postmaster.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) -- Sent via

[COMMITTERS] pgsql: Back-patch Fix bat file quoting of %ENV from commit 19b7fac8.

2011-07-04 Thread Andrew Dunstan
Back-patch Fix bat file quoting of %ENV from commit 19b7fac8. Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/1e8b78e521e2dc12bd1fd5831e5b9b427a07e70c Modified Files -- src/tools/msvc/builddoc.bat |2 +- src/tools/msvc/install.bat |2 +- src

[COMMITTERS] pgsql: Back-patch Fix bat file quoting of %ENV from commit 19b7fac8.

2011-07-04 Thread Andrew Dunstan
Back-patch Fix bat file quoting of %ENV from commit 19b7fac8. Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/a9ebf827355986416c3e6b6fd915364df22cbc03 Modified Files -- src/tools/msvc/builddoc.bat |2 +- src/tools/msvc/install.bat |2 +- src

[COMMITTERS] pgsql: Back-patch Fix bat file quoting of %ENV from commit 19b7fac8.

2011-07-04 Thread Andrew Dunstan
Back-patch Fix bat file quoting of %ENV from commit 19b7fac8. Branch -- REL8_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/ad3aa1ee14567d64ba0eb71025a7ca76c799a2c2 Modified Files -- src/tools/msvc/builddoc.bat |2 +- src/tools/msvc/install.bat |2 +- src

[COMMITTERS] pgsql: Remove silent_mode. You get the same functionality with "pg_ctl

2011-07-04 Thread Heikki Linnakangas
Remove silent_mode. You get the same functionality with "pg_ctl -l postmaster.log", or nohup. There was a small issue with LINUX_OOM_ADJ and silent_mode, namely that with silent_mode the postmaster process incorrectly used the OOM settings meant for backend processes. We certainly could've fixed t

Re: [COMMITTERS] pgsql: Reset ALTER TABLE lock levels to AccessExclusiveLock in all case

2011-07-04 Thread Simon Riggs
On Mon, Jul 4, 2011 at 9:31 AM, Simon Riggs wrote: > Reset ALTER TABLE lock levels to AccessExclusiveLock in all cases. > Locks on inheritance parent remain at lower level, as they were before. > Remove entry from 9.1 release notes. This commit caused pgbuildfarm failures on 15 machines this morn

[COMMITTERS] pgsql: Alter test results to comply with new ALTER TABLE behaviour.

2011-07-04 Thread Simon Riggs
Alter test results to comply with new ALTER TABLE behaviour. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/f563afd433e07a2eb7db614005141f21613d4d61 Modified Files -- src/test/regress/expected/alter_table.out | 72 ++--- src/test

[COMMITTERS] pgsql: Alter test results to comply with new ALTER TABLE behaviour.

2011-07-04 Thread Simon Riggs
Alter test results to comply with new ALTER TABLE behaviour. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/677f146307a95f862c0c7b51819c79a00af61f95 Modified Files -- src/test/regress/expected/alter_table.out | 72 ++--- s

[COMMITTERS] pgsql: Reset ALTER TABLE lock levels to AccessExclusiveLock in all case

2011-07-04 Thread Simon Riggs
Reset ALTER TABLE lock levels to AccessExclusiveLock in all cases. Locks on inheritance parent remain at lower level, as they were before. Remove entry from 9.1 release notes. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/1f7056099728035b55efcd8f889c7b705a68b

[COMMITTERS] pgsql: Reset ALTER TABLE lock levels to AccessExclusiveLock in all case

2011-07-04 Thread Simon Riggs
Reset ALTER TABLE lock levels to AccessExclusiveLock in all cases. Locks on inheritance parent remain at lower level, as they were before. Remove entry from 9.1 release notes. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/2c3d9db56d5d49bdc777b174982251c01348e3d8 Mo