Log Message:
---
Document how pglesslog can be used to reduce the storage requirements of PITR.
Modified Files:
--
pgsql/doc/src/sgml:
backup.sgml (r2.121 -> r2.122)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/backup.sgml?r1=2.121&r2=2.122)
Log Message:
---
Simplify the writing of amoptions routines by introducing a convenience
fillRelOptions routine that stores the parsed values in the struct using a
table-based approach. Per Tom suggestion. Also remove the "continue"
in HANDLE_*_RELOPTION macros, which were useless and in
Log Message:
---
Tweak order of operations in BitmapHeapNext() to avoid the case of prefetching
the same page we are nanoseconds away from reading for real. There should be
something left to do on the current page before we consider issuing a prefetch.
Modified Files:
--
p
Log Message:
---
Add some minimal documentation that the SQL standard requires parentheses
after ONLY.
Modified Files:
--
pgsql/doc/src/sgml/ref:
select.sgml (r1.116 -> r1.117)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/select.sgml?r1=
Log Message:
---
Use Kana-width-insensitive comparisons supplied by
System.Globalization.CompareInfo rather than rolling our own.
Modified Files:
--
Npgsql2/src/Npgsql:
NpgsqlRowDescription.cs (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npg
Log Message:
---
Use qualified_name instead of relation_expr for commands that have no
business with inheritance recursion: ALTER INDEX, ALTER SEQUENCE, ALTER
TRIGGER, ALTER VIEW. They would just silently ignore the ONLY.
ALTER TABLE has mixed behavior and cannot be dealt with this way be
Log Message:
---
Add ONLY support to LOCK and TRUNCATE. By default, these commands are now
recursive.
=> Note this incompatibility in the release notes.
Modified Files:
--
pgsql/doc/src/sgml/ref:
lock.sgml (r1.51 -> r1.52)
(http://anoncvs.postgresql.org/c