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
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
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
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
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
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,
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
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
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)
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
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
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
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)
---
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 ->
14 matches
Mail list logo