- 04 Sep, 2006 17 commits
-
-
Tom Lane authored
position_in_unique_constraint (column newly added per SQL2003). Greg Mullane
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Albe Laurenz
-
Bruce Momjian authored
second scan of table). Gregory Stark
-
Bruce Momjian authored
Magnus Hagander
-
Tom Lane authored
the target relation(s). There might be some cases where we could discard the pending event instead, but for the moment a conservative approach seems sufficient. Per report from Markus Schiltknecht and subsequent discussion.
-
Bruce Momjian authored
of 'S', and the views were not checking for table visibility with regards to temporary tables and sequences. Greg Sabino Mullane
-
Bruce Momjian authored
Christopher Kings-Lynne
-
Bruce Momjian authored
Simon Riggs
-
Bruce Momjian authored
some platforms.
-
Tom Lane authored
working in a multibyte encoding. This fixes the problems exhibited in bug #1931 and other reports of ILIKE misbehavior in UTF8 encoding. It's a pretty grotty solution though --- should rethink how to do it after we install better locale support, someday.
-
Peter Eisentraut authored
Author: Victor Wagner <vitus@cryptocom.ru>
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Tom Lane authored
unportable elog(NOTICE) report, fix install/uninstall sequence. Itagaki Takahiro
-
Tom Lane authored
cascaded first to days and only what is leftover into seconds. This seems to satisfy the principle of least surprise given the general conversion to three-part interval values --- it was an oversight that these cases weren't dealt with in 8.1. Michael Glaesemann
-
- 03 Sep, 2006 15 commits
-
-
Tom Lane authored
of the syntax as this fundamentally dead-end approach can, in particular combinations of single and multi column assignments. Improve rather inadequate documentation and provide some regression tests.
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
is only invoked on completed WAL segments, period --- there's no 'by default' about it.
-
Tom Lane authored
PGPROC array into snapshots, and use this information to avoid visits to pg_subtrans in HeapTupleSatisfiesSnapshot. This appears to solve the pg_subtrans-related context swap storm problem that's been reported by several people for 8.1. While at it, modify GetSnapshotData to not take an exclusive lock on ProcArrayLock, as closer analysis shows that shared lock is always sufficient. Itagaki Takahiro and Tom Lane
-
Bruce Momjian authored
< * Change LIMIT/OFFSET and FETCH/MOVE to use int8
-
Michael Meskes authored
Added another regression test and fixed tcp test.
-
Bruce Momjian authored
multiplication/division queries like select '41 mon 10:00:00'::interval / 10 as "pos". Report from Michael Glaesemann
-
Bruce Momjian authored
< * -Change LIMIT/OFFSET and FETCH/MOVE to use int8 > * Change LIMIT/OFFSET and FETCH/MOVE to use int8
-
Bruce Momjian authored
fetch/move in scan.l.
-
Bruce Momjian authored
-
Bruce Momjian authored
Report from Josh Tolley.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 02 Sep, 2006 8 commits
-
-
Bruce Momjian authored
> * Simplify ability to create partitioned tables > > This would allow creation of partitioned tables without requiring > creation of rules for INSERT/UPDATE/DELETE, and constraints for > rapid partition selection. Options could include range and hash > partition selection. > > * Allow auto-selection of partitioned tables for min/max() operations
-
Bruce Momjian authored
--- was part of autovacuum default 'on' patch that was reverted, but we want this part. Peter Eisentraut
-
Bruce Momjian authored
-
Bruce Momjian authored
possible autovacuum use.
-
-
Bruce Momjian authored
/contrib/tsearch2. Teodor Sigaev
-
Bruce Momjian authored
-
Joe Conway authored
Kai Londenberg, modified by Joe Conway
-