summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-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-06Explain's code for showing quals of SubqueryScan nodes has been brokenTom Lane
2002-12-06Attached are two small patches to expose md5 as a user function -- includingBruce Momjian
2002-12-06Re-addd Rod's ALTER DOMAIN patch.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-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-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-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-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-04Repair oversight in recent change of dependency extraction code: whenTom Lane
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-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-02Repair core dump when trying to delete an entry from an already-NULLTom Lane
2002-12-01Teach planner to expand sufficiently simple SQL-language functionsTom Lane
2002-12-01Fix ExecMakeTableFunctionResult() to work with generic expressions asTom Lane
2002-12-01Fix pg_dump failure against 7.1 or older servers, perTom Lane
2002-12-01Run COPY OUT in a temporary memory context that's reset once per row,Tom Lane
2002-11-30Code review for IS DISTINCT FROM patch. Fix incorrect constant-foldingTom Lane
2002-11-30Missed one place that can be simplified after recent Param/Const cleanup.Tom Lane
2002-11-30Be more realistic about plans involving Materialize nodes: take theirTom Lane
2002-11-30Upgrade planner and executor to allow multiple hash keys for a hash join,Tom Lane