aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Updated:Bruce Momjian2002-12-03
* Fix off-by-one bug in usage check.Tom Lane2002-12-03
* Add for D'Arcy:Bruce Momjian2002-12-02
* Repair core dump when trying to delete an entry from an already-NULLTom Lane2002-12-02
* Fix script name in README.Tom Lane2002-12-02
* Fix dependency generation for multicolumn foreign keys. From Adam Buraczewski.Tom Lane2002-12-02
* Done in 7.3, so removed:Bruce Momjian2002-12-01
* Done:Bruce Momjian2002-12-01
* 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
* Make install and clean targets behave more normally.Tom Lane2002-11-30
* Upgrade planner and executor to allow multiple hash keys for a hash join,Tom Lane2002-11-30
* Tighten selection of equality and ordering operators for groupingTom Lane2002-11-29
* Repair prehistoric logic error in lseg_eq and lseg_ne.Tom Lane2002-11-29
* Suppress compiler warning from newer gcc.Tom Lane2002-11-29
* This patch fixes two tiny memory leaks in pg_dump and two in pg_dumpall.Bruce Momjian2002-11-29
* Add trigger emails.Bruce Momjian2002-11-28
* rm should be rm -f, per comment from Peter Harris.Tom Lane2002-11-27
* Improve some comments.Tom Lane2002-11-27
* Add note that scaling factor should be >= # of clients.Tom Lane2002-11-27
* Synced parser with backendMichael Meskes2002-11-27
* Move to URGENT, for Justin:Bruce Momjian2002-11-26
* Recreate HISTORY file to match release.sgml changes. Stamp 7.3 final inBruce Momjian2002-11-26
* Add -cmdTuples to tcl interface.Bruce Momjian2002-11-26
* Update trigger discussion.Bruce Momjian2002-11-26
* Update build rules for /HISTORY.Bruce Momjian2002-11-26
* Add to trigger thread.Bruce Momjian2002-11-26
* Fix typo in release notes.Bruce Momjian2002-11-26
* Allocate proper length for sprintf string, from Tatsuo.Bruce Momjian2002-11-26
* Use Params, rather than run-time-modified Const nodes, to handleTom Lane2002-11-26
* Guard against 0 length string encoding conversion case.Tatsuo Ishii2002-11-26
* Remove check for pg_group file as part of initdb -W password assignmentBruce Momjian2002-11-25
* Remove unused constisset and constiscast fields of Const nodes. CleanTom Lane2002-11-25
* Restructure outfuncs and readfuncs to use macros in the same style asTom Lane2002-11-25
* Un-break triggers declared for INSERT OR DELETE OR UPDATE. This workedTom Lane2002-11-25
* Restructure the code in copyfuncs and equalfuncs to put much heavierTom Lane2002-11-25
* I'm sending you a small patch to pgdb.py module. ThisD'Arcy J.M. Cain2002-11-25
* Change the pkey method so that the caller can optionally set the dictionaryD'Arcy J.M. Cain2002-11-25
* Change the debug variable to allow better control by the caller over howD'Arcy J.M. Cain2002-11-25
* Restructure planning of nestloop inner indexscans so that the set of usableTom Lane2002-11-24
* 7.4devel now supports SQL:1999's "enhanced trigger capability" (whichBruce Momjian2002-11-24
* Split:Bruce Momjian2002-11-24
* Fix inappropriate quoting in dblink. From Joe Conway.Tom Lane2002-11-23