summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 <jgray@azuli.co.uk> 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
2002-12-05Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane
2002-12-05Improvements from Neil Conway.Bruce Momjian
2002-12-05Document get/set bit/byte functions.Bruce Momjian
2002-12-05More cleanup of userid to be AclId rather than Oid.Bruce Momjian
2002-12-05changed sort of column names to sort by attnum, not attnameDave Cramer
2002-12-04Update docs mention of query string for debug_ commands, from JosephBruce Momjian
2002-12-04Repair oversight in recent change of dependency extraction code: whenTom Lane
2002-12-04Add:Bruce Momjian
2002-12-04Stamp minor version numbers for 7.4 release.Bruce Momjian
2002-12-04Remove typprtlen from getdescr() as it is not available in 7.3. Return -1 forD'Arcy J.M. Cain
2002-12-04Make usesysid consistently int4, not oid.Bruce Momjian
2002-12-03Done:Bruce Momjian
2002-12-03Deal with cases where getpeereid _and_ another creditial method isBruce Momjian
2002-12-03Add OpenBSD local indent credentials, from William Ahern.Bruce Momjian
2002-12-03Updated:Bruce Momjian
2002-12-03Fix off-by-one bug in usage check.Tom Lane
2002-12-02Add for D'Arcy:Bruce Momjian
2002-12-02Repair core dump when trying to delete an entry from an already-NULLTom Lane
2002-12-02Fix script name in README.Tom Lane
2002-12-02Fix dependency generation for multicolumn foreign keys. From Adam Buraczewski.Tom Lane
2002-12-01Done in 7.3, so removed:Bruce Momjian
2002-12-01Done:Bruce Momjian