[COMMITTERS] pgsql-server/ oc/src/sgml/installation.sgml rc ...
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/23 14:13:17 Modified files: doc/src/sgml : installation.sgml src/backend/storage/lmgr: s_lock.c spin.c src/include/port: univel.h unixware.h src/include/storage: s_lock.h Log message: Mop-up for HAS_TEST_AND_SET refactoring. Un-break two or three platforms that were broken, try to make layout of s_lock.h entries consistent, use HAVE_SPINLOCKS in preference to HAS_TEST_AND_SET everywhere outside s_lock.h itself. ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
[COMMITTERS] pgsql-server/ /configure /configure.in rc/temp ...
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/23 14:40:53 Modified files: . : configure configure.in src/template : hpux solaris Log message: Push responsibility for selecting out-of-line-assembler TAS code out to the platform template files, instead of doing it directly in configure.in. This seems cleaner, and also opens the door to making the choice be dependent on the compiler being used. ---(end of broadcast)--- TIP 8: explain analyze is your friend
[COMMITTERS] pgsql-server/src/test/regress sql/alter_table. ...
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/23 16:17:47 Modified files: src/test/regress/sql: alter_table.sql src/test/regress/expected: alter_table.out Log message: alter_table test sometimes failed in parallel mode, because of transient table name conflict against rangefuncs test. ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org
[COMMITTERS] pgsql-server/src/test/regress sql/Tag: sql/REL ...
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/23 16:17:55 Modified files: src/test/regress/sql: Tag: REL7_4_STABLE alter_table.sql src/test/regress/expected: Tag: REL7_4_STABLE alter_table.out Log message: alter_table test sometimes failed in parallel mode, because of transient table name conflict against rangefuncs test. ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster
[COMMITTERS] pgsql-server/src/test/regress sql/alter_table. ...
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/23 16:34:45 Modified files: src/test/regress/sql: alter_table.sql src/test/regress/expected: alter_table.out Log message: More bogosity in alter_table test: sometimes causes prepare test to fail by means of arbitrarily renaming tables the other test depends on. ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html
[COMMITTERS] pgsql-server/src/test/regress sql/Tag: sql/REL ...
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/23 16:34:51 Modified files: src/test/regress/sql: Tag: REL7_4_STABLE alter_table.sql src/test/regress/expected: Tag: REL7_4_STABLE alter_table.out Log message: More bogosity in alter_table test: sometimes causes prepare test to fail by means of arbitrarily renaming tables the other test depends on. ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org
[COMMITTERS] pgsql-server/src/bin/initdb initdb.c
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/23 17:50:38 Modified files: src/bin/initdb : initdb.c Log message: Fix compile warning. ---(end of broadcast)--- TIP 8: explain analyze is your friend
[COMMITTERS] pgsql-server/src backend/utils/fmgr/Makefile b ...
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/23 17:56:21 Modified files: src/backend/utils/fmgr: Makefile src/bin/initdb : Makefile src/bin/pg_ctl : Makefile src/bin/pg_dump: Makefile src/test/regress: GNUmakefile Log message: Fix a number of places where reconfiguring with a different installation prefix would fail, because the new path did not get propagated to where it needed to be. Note this would fail even with --enable-depend. ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
[COMMITTERS] pgsql-server/src backend/storage/lmgr/s_lock.c ...
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/23 18:15:07 Modified files: src/backend/storage/lmgr: s_lock.c src/include/storage: s_lock.h src/template : hpux Log message: Use inlined TAS() on PA-RISC, if we are compiling with gcc. Patch inspired by original submission from ViSolve. ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
[COMMITTERS] pgsql-server/ oc/src/sgml/ref/psql-ref.sgml rc ...
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/23 19:13:15 Modified files: doc/src/sgml/ref: psql-ref.sgml src/bin/psql : describe.c Log message: Supress non-temp schemas from psql \dn display. ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html
