- 16 Sep, 2006 5 commits
-
-
Tom Lane authored
-
Tom Lane authored
alias with the old name for backwards compatibility. Per discussion, the old name is actively wrong because validity and well-formedness have different meanings in XML.
-
Tom Lane authored
per Magnus.
-
Tom Lane authored
-
Bruce Momjian authored
-
- 15 Sep, 2006 7 commits
-
-
Bruce Momjian authored
Includes sample standby script. Simon Riggs
-
Bruce Momjian authored
Simon Riggs
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
per Magnus.
-
Tom Lane authored
-
Tom Lane authored
-
- 14 Sep, 2006 20 commits
-
-
Bruce Momjian authored
comment alignment on most systems.
-
Tom Lane authored
a schema is our own temp schema or another backend's temp schema, and use these in place of some former kluges in information_schema. Per my proposal of yesterday.
-
Bruce Momjian authored
< * -Allow PREPARE to automatically determine parameter types based on the SQL < statement (Neil)
-
Bruce Momjian authored
< * -Allow protocol-level BIND parameter values to be logged, if text mode > * -Allow protocol-level BIND parameter values to be logged
-
Bruce Momjian authored
< o -Allow commenting of variables in postgresql.conf to restore them > o Allow commenting of variables in postgresql.conf to restore them
-
Tom Lane authored
-
Bruce Momjian authored
Victor Wagner
-
Bruce Momjian authored
< * Research storing only active XIDs in subtransaction cache
-
Bruce Momjian authored
> * Research storing only active XIDs in subtransaction cache
-
Bruce Momjian authored
> > * Improve XML support > > http://developer.postgresql.org/index.php/XML_Support
-
Bruce Momjian authored
> One idea is to store the header in network byte order (high bits > first), and read the high bits to determine the header length.
-
-
Bruce Momjian authored
< o Store disk pages with no alignment/padding? > > This involves having the user-specified order of columns > be different from the physical order. SELECT * would > need to reorder the physical values to match the > user-specified ordering. > > o Store disk pages with no alignment/padding? > > This necessitates adding CPU-required padding when moving > rows from disk to memory. > > > http://archives.postgresql.org/pgsql-hackers/2006-09/msg00848.php >
-
Bruce Momjian authored
-
Bruce Momjian authored
UTF8 escapes.
-
Teodor Sigaev authored
-
Teodor Sigaev authored
Thanks to Christopher Kings-Lynne <chris.kingslynne@gmail.com> for initial version and Jeff Davis <pgsql@j-davis.com> for inspection
-
Michael Meskes authored
Cygwin systems seem to have a different error message when trying to connect to port 0. Let's try port 20 instead.
-
Michael Meskes authored
-
- 13 Sep, 2006 4 commits
-
-
Tom Lane authored
CONCURRENTLY. Greg Stark, some further tweaks by me.
-
Tom Lane authored
discussion with Guillaume Smet.
-
Tom Lane authored
table: avoid invoking LockBufferForCleanup without need, put out the same log message we would have before, minor code beautification.
-
Tatsuo Ishii authored
Fix bug with handling default scaling factor in the default scenarios
-
- 12 Sep, 2006 4 commits
-
-
Bruce Momjian authored
> * David is David Fetter <david@fetter.org>
-
Teodor Sigaev authored
-
Tom Lane authored
-
Peter Eisentraut authored
Dave Page
-