- 14 Sep, 2006 19 commits
-
-
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 5 commits
-
-
Bruce Momjian authored
> * David is David Fetter <david@fetter.org>
-
Teodor Sigaev authored
-
Tom Lane authored
-
Peter Eisentraut authored
Dave Page
-
Michael Meskes authored
-
- 11 Sep, 2006 7 commits
-
-
Tom Lane authored
path.c does not in itself force linking of both exec.c and libintl. Should fix current ecpglib build failure on pickier platforms.
-
Tom Lane authored
-
Tom Lane authored
match the convention that foo's uninstall script is uninstall_foo.sql. Also, stop installing lo_test.sql, which really ought to be made into a regression test anyway (though it's unclear how to avoid a dependency on the current OID counter...)
-
Tom Lane authored
-
Tom Lane authored
source-code change.
-
Tom Lane authored
-
Tom Lane authored
-
- 10 Sep, 2006 5 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Allow to_char() "D" format specifiers for interval/time. It doesn't work, and I doubt it is useful enough to fix ("D" = day of week).
-
Bruce Momjian authored
< * Research storing disk pages with no alignment/padding > * Consider ways of storing rows more compactly on disk > > o Store disk pages with no alignment/padding? > o Reorder physical storage order to reduce padding? > o Support a smaller header for short variable-length fields? > o Reduce the row header size?
-
Tom Lane authored
an earlier discussion. Centralize assumptions about what libpq depends on in one place in Makefile.global. I am unconvinced that this list is complete, but since ecpg seems to have gotten along with just these entries, we'll try it this way and see what happens.
-
Tom Lane authored
Per Chris Browne.
-