aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Move psql \? Formatting above Large Object/Copy.Bruce Momjian2002-12-11
* psql \? rearrangement, suggested by Tom.Bruce Momjian2002-12-11
* Reorder psql \? help into groupings, idea from Harald Armin Massa.Bruce Momjian2002-12-11
* Mark SCO Openserver 5.0.4. supported by 7.3.1 as per chat report from user.Bruce Momjian2002-12-11
* Fix line count error reporting in config files, like pg_hba.conf, perBruce Momjian2002-12-11
* patch for getTables to fix problems with backends before 7.3 by Kris JurkaDave Cramer2002-12-11
* Mike Beachy's build patch to allow ant builds without makeDave Cramer2002-12-11
* Aaron's patch for Pooled ConnectionsDave Cramer2002-12-11
* Back out psql help change. Not done yet.Bruce Momjian2002-12-11
* Bump version for 7.3 and 7.4.Bruce Momjian2002-12-11
* Reverse out unintended resultmap change.Tom Lane2002-12-10
* If typecmds is going to have its own header file, said header fileTom Lane2002-12-10
* Add an unnecessary assignment to remove a bogus warning. I checked theD'Arcy J.M. Cain2002-12-10
* Some quick fixes for ALTER DOMAIN patch. It still needs a lot of work,Tom Lane2002-12-09
* Fix Latin9/Unicode conversion by selecting the right table.Peter Eisentraut2002-12-09
* Update obsolete comment.Tom Lane2002-12-09
* Explain's code for showing quals of SubqueryScan nodes has been brokenTom Lane2002-12-06
* Attached are two small patches to expose md5 as a user function -- includingBruce Momjian2002-12-06
* Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian2002-12-06
* Back out V6 code, caused postmaster startup failure.Bruce Momjian2002-12-06
* Add missing v6utils file.Bruce Momjian2002-12-06
* Updated IPv6 patch to fix netmask.Bruce Momjian2002-12-06
* We have just finished porting the old KAME IPv6 patch over toBruce Momjian2002-12-06
* Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian2002-12-06
* ALTER DOMAIN .. SET / DROP NOT NULLBruce Momjian2002-12-06
* PyGreSQL inserttable patchBruce Momjian2002-12-06
* As far as I figured from the source code this function only deals withBruce Momjian2002-12-05
* localbuf.c must be able to do blind writes.Tom Lane2002-12-05
* Avoid pulling up sublinks from a subselect's targetlist. Works aroundTom Lane2002-12-05
* Clearify variables names so it is clear which variable is theBruce Momjian2002-12-05
* Allow 'password' encryption even when pg_shadow has MD5 passwords, perBruce Momjian2002-12-05
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-05
* Document get/set bit/byte functions.Bruce Momjian2002-12-05
* More cleanup of userid to be AclId rather than Oid.Bruce Momjian2002-12-05
* changed sort of column names to sort by attnum, not attnameDave Cramer2002-12-05
* Repair oversight in recent change of dependency extraction code: whenTom Lane2002-12-04
* Stamp minor version numbers for 7.4 release.Bruce Momjian2002-12-04
* Remove typprtlen from getdescr() as it is not available in 7.3. Return -1 forD'Arcy J.M. Cain2002-12-04
* Make usesysid consistently int4, not oid.Bruce Momjian2002-12-04
* Deal with cases where getpeereid _and_ another creditial method isBruce Momjian2002-12-03
* Add OpenBSD local indent credentials, from William Ahern.Bruce Momjian2002-12-03
* Repair core dump when trying to delete an entry from an already-NULLTom Lane2002-12-02
* Teach planner to expand sufficiently simple SQL-language functionsTom Lane2002-12-01
* Fix ExecMakeTableFunctionResult() to work with generic expressions asTom Lane2002-12-01
* Fix pg_dump failure against 7.1 or older servers, perTom Lane2002-12-01
* Run COPY OUT in a temporary memory context that's reset once per row,Tom Lane2002-12-01
* Code review for IS DISTINCT FROM patch. Fix incorrect constant-foldingTom Lane2002-11-30
* Missed one place that can be simplified after recent Param/Const cleanup.Tom Lane2002-11-30
* Be more realistic about plans involving Materialize nodes: take theirTom Lane2002-11-30
* Upgrade planner and executor to allow multiple hash keys for a hash join,Tom Lane2002-11-30