- 14 Sep, 2006 11 commits
-
-
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 11 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.
-
Tom Lane authored
Per gripe from Jack Orenstein.
-
Tom Lane authored
-
Tom Lane authored
we probably should make them work reliably for all arrays. Fix code to handle NULLs and multidimensional arrays, move it into arrayfuncs.c. GIN is still restricted to indexing arrays with no null elements, however.
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
agreed these symbols are less easily confused. I made new pg_operator entries (with new OIDs) for the old names, so as to provide backward compatibility while making it pretty easy to remove the old names in some future release cycle. This commit only touches the core datatypes, contrib will be fixed separately.
-
- 09 Sep, 2006 2 commits