summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-12-12Add for protocol changes:Bruce Momjian
2002-12-11Move psql \? Formatting above Large Object/Copy.Bruce Momjian
2002-12-11psql \? rearrangement, suggested by Tom.Bruce Momjian
2002-12-11Reorder psql \? help into groupings, idea from Harald Armin Massa.Bruce Momjian
2002-12-11Mark SCO Openserver 5.0.4. supported by 7.3.1 as per chat report from user.Bruce Momjian
2002-12-11Fix line count error reporting in config files, like pg_hba.conf, perBruce Momjian
2002-12-11patch for getTables to fix problems with backends before 7.3 by Kris JurkaDave Cramer
2002-12-11Mike Beachy's build patch to allow ant builds without makeDave Cramer
2002-12-11Aaron's patch for Pooled ConnectionsDave Cramer
2002-12-11Back out psql help change. Not done yet.Bruce Momjian
2002-12-11Bump version for 7.3 and 7.4.Bruce Momjian
2002-12-10Add:Bruce Momjian
2002-12-10Reverse out unintended resultmap change.Tom Lane
2002-12-10If typecmds is going to have its own header file, said header fileTom Lane
2002-12-10Add an unnecessary assignment to remove a bogus warning. I checked theD'Arcy J.M. Cain
2002-12-10More minor improvements to the SGML docs, namelyBruce Momjian
2002-12-10Following patch avoids removing oids in the temporary table from theBruce Momjian
2002-12-09I've simplified the Darwin/Mac OS X startup script I submitted earlierBruce Momjian
2002-12-09This patch updates doc/src/sgml/runtime.sgml to refer to "MacOS X", notBruce Momjian
2002-12-09Some quick fixes for ALTER DOMAIN patch. It still needs a lot of work,Tom Lane
2002-12-09Fix Latin9/Unicode conversion by selecting the right table.Peter Eisentraut
2002-12-09Update obsolete comment.Tom Lane
2002-12-09Add:Bruce Momjian
2002-12-06Explain's code for showing quals of SubqueryScan nodes has been brokenTom Lane
2002-12-06In the examples, I missed changing a few 'column' and 'table' mentionsBruce Momjian
2002-12-06Attached are two small patches to expose md5 as a user function -- includingBruce Momjian
2002-12-06Mention of DEFAULT_STATISTICS_TARGET default.Bruce Momjian
2002-12-06This patch improves the documentation for SERIAL columns a little bit.Bruce Momjian
2002-12-06RANDOM_PAGE_COST clarification of docs.Bruce Momjian
2002-12-06Thank you very much, you catch it :). This bug had a long life, because itBruce Momjian
2002-12-06Mark ALTER DOMAIN as supported, fix typo in header.Bruce Momjian
2002-12-06Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian
2002-12-06Add file.Bruce Momjian
2002-12-06Add SGML file.Bruce Momjian
2002-12-06Back out V6 code, caused postmaster startup failure.Bruce Momjian
2002-12-06Add missing v6utils file.Bruce Momjian
2002-12-06Updated IPv6 patch to fix netmask.Bruce Momjian
2002-12-06We have just finished porting the old KAME IPv6 patch over toBruce Momjian
2002-12-06Some time ago John Gray <[email protected]> and myself worked out andBruce Momjian
2002-12-06Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian
2002-12-06ALTER DOMAIN .. SET / DROP NOT NULLBruce Momjian
2002-12-06PyGreSQL inserttable patchBruce Momjian
2002-12-06With a recent commit truncate is transaction safe in 7.4.Bruce Momjian
2002-12-05As far as I figured from the source code this function only deals withBruce Momjian
2002-12-05localbuf.c must be able to do blind writes.Tom Lane
2002-12-05Avoid pulling up sublinks from a subselect's targetlist. Works aroundTom Lane
2002-12-05It looks like the problem was introduced when the "SET autocommit" andBruce Momjian
2002-12-05Add:Bruce Momjian
2002-12-05Clearify variables names so it is clear which variable is theBruce Momjian
2002-12-05Allow 'password' encryption even when pg_shadow has MD5 passwords, perBruce Momjian