[COMMITTERS] pgsql-server: This is a small fix in FAQ.

2004-06-03 Thread Bruce Momjian
Log Message: --- This is a small fix in FAQ. It just clean up some old comments and change an old -not-working piece of code. Modified Files: -- pgsql-server/doc: FAQ (r1.257 -> r1.258) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/doc/FAQ.diff?r

[COMMITTERS] pgsql-server: Remove dash in pg_ctl signal name.

2004-06-03 Thread Bruce Momjian
Log Message: --- Remove dash in pg_ctl signal name. It broke with getopt_long dash reorganization processing, and it is clearer without the dash anyway. Modified Files: -- pgsql-server/doc/src/sgml/ref: pg_ctl-ref.sgml (r1.27 -> r1.28) (http://developer.po

[COMMITTERS] pgsql-server: Remove some long-obsolete code that was causing a strange

2004-06-03 Thread Tom Lane
Log Message: --- Remove some long-obsolete code that was causing a strange error message when someone attempts to create a column of a composite datatype. For now, just make sure we produce a reasonable error at the 'right place'. Not sure if this will be made to work before 7.5, but make

[COMMITTERS] pgsql-server: Support assignment to whole-row variables in plpgsql; also

2004-06-03 Thread Tom Lane
Log Message: --- Support assignment to whole-row variables in plpgsql; also fix glitch with using a trigger's NEW or OLD record as a whole-row variable in an expression. Fixes several long-standing complaints. Modified Files: -- pgsql-server/src/pl/plpgsql/src: gra

[COMMITTERS] pgsql-server/doc TODO

2004-06-03 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/02/18 17:42:22 Modified files: doc: TODO Log message: Update: < * Add GUC variable to prevent waiting on locks > * Add NO WAIT option to various S

[COMMITTERS] pgsql-server: Allow plpgsql to pass composite-type arguments (ie,

2004-06-03 Thread Tom Lane
Log Message: --- Allow plpgsql to pass composite-type arguments (ie, whole-row variables) into SQL expressions. At present this only works usefully for variables of named rowtypes, not RECORD variables, since the SQL parser can't infer anything about datatypes from a RECORD Param. Still,

[COMMITTERS] pgsql-server: Restructure plpgsql's parsing of datatype declarations to

2004-06-03 Thread Tom Lane
Log Message: --- Restructure plpgsql's parsing of datatype declarations to unify the scalar and composite (rowtype) cases a little better. This commit is just a code-beautification operation and shouldn't make any real difference in behavior, but it's an important preliminary step for tryi

[COMMITTERS] pgsql-server: Remove typeTypeFlag(), which was not only unused but

2004-06-03 Thread Tom Lane
Log Message: --- Remove typeTypeFlag(), which was not only unused but entirely redundant with typeTypType(). Modified Files: -- pgsql-server/src/include/parser: parse_type.h (r1.26 -> r1.27) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/inclu

[COMMITTERS] pgsql-server: plpgsql hasn't needed -Wno-error for a good long while.

2004-06-03 Thread Tom Lane
Log Message: --- plpgsql hasn't needed -Wno-error for a good long while. Modified Files: -- pgsql-server/src/pl/plpgsql/src: Makefile (r1.25 -> r1.26) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/pl/plpgsql/src/Makefile.diff?r1=1.25&r2=1.26)

[COMMITTERS] pgsql-server: Add range-checking in timestamp_recv and timestamptz_recv,

2004-06-03 Thread Tom Lane
Log Message: --- Add range-checking in timestamp_recv and timestamptz_recv, per Stephen Frost. Also tighten date range check in timestamp2tm. Modified Files: -- pgsql-server/src/backend/utils/adt: timestamp.c (r1.108 -> r1.109) (http://developer.postgresql

[COMMITTERS] pgsql-server/doc/src/sgml backup.sgml user-man ...

2004-06-03 Thread Neil Conway
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/02/17 05:07:16 Modified files: doc/src/sgml : backup.sgml user-manag.sgml doc/src/sgml/ref: pg_restore.sgml Log message: Add a few more tags to the SGML docs, where approp

[COMMITTERS] pgsql-server/src/backend/utils/fmgr dfmgr.c

2004-06-03 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/02/16 23:35:57 Modified files: src/backend/utils/fmgr: dfmgr.c Log message: Under Win32, stat() returns an st_ino field, but it has no meaning (on Win2K, and possibly all Win3

[COMMITTERS] pgsql-server: Remove SYSCONFDIR from win32 include file.

2004-06-03 Thread Bruce Momjian
Log Message: --- Remove SYSCONFDIR from win32 include file. Modified Files: -- pgsql-server/src/include: pg_config.h.win32 (r1.13 -> r1.14) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/include/pg_config.h.win32.diff?r1=1.13&r2=1.14) ---

[COMMITTERS] pgsql-server: - Add aligment of variable data types - Add aligment for

2004-06-03 Thread Teodor Sigaev
Log Message: --- - Add aligment of variable data types - Add aligment for interval data types - Avoid floating point overflow in penalty functions Janko Richter <[EMAIL PROTECTED]> and teodor Modified Files: -- pgsql-server/contrib/btree_gist: btree_cash.c (r1.1 ->