| Commit message (Expand) | Author | Age |
* | Deal with cases where getpeereid _and_ another creditial method is | Bruce Momjian | 2002-12-03 |
* | Add OpenBSD local indent credentials, from William Ahern. | Bruce Momjian | 2002-12-03 |
* | Updated: | Bruce Momjian | 2002-12-03 |
* | Fix off-by-one bug in usage check. | Tom Lane | 2002-12-03 |
* | Add for D'Arcy: | Bruce Momjian | 2002-12-02 |
* | Repair core dump when trying to delete an entry from an already-NULL | Tom Lane | 2002-12-02 |
* | Fix script name in README. | Tom Lane | 2002-12-02 |
* | Fix dependency generation for multicolumn foreign keys. From Adam Buraczewski. | Tom Lane | 2002-12-02 |
* | Done in 7.3, so removed: | Bruce Momjian | 2002-12-01 |
* | Done: | Bruce Momjian | 2002-12-01 |
* | Teach planner to expand sufficiently simple SQL-language functions | Tom Lane | 2002-12-01 |
* | Fix ExecMakeTableFunctionResult() to work with generic expressions as | Tom Lane | 2002-12-01 |
* | Fix pg_dump failure against 7.1 or older servers, per | Tom Lane | 2002-12-01 |
* | Run COPY OUT in a temporary memory context that's reset once per row, | Tom Lane | 2002-12-01 |
* | Code review for IS DISTINCT FROM patch. Fix incorrect constant-folding | Tom Lane | 2002-11-30 |
* | Missed one place that can be simplified after recent Param/Const cleanup. | Tom Lane | 2002-11-30 |
* | Be more realistic about plans involving Materialize nodes: take their | Tom Lane | 2002-11-30 |
* | Make install and clean targets behave more normally. | Tom Lane | 2002-11-30 |
* | Upgrade planner and executor to allow multiple hash keys for a hash join, | Tom Lane | 2002-11-30 |
* | Tighten selection of equality and ordering operators for grouping | Tom Lane | 2002-11-29 |
* | Repair prehistoric logic error in lseg_eq and lseg_ne. | Tom Lane | 2002-11-29 |
* | Suppress compiler warning from newer gcc. | Tom Lane | 2002-11-29 |
* | This patch fixes two tiny memory leaks in pg_dump and two in pg_dumpall. | Bruce Momjian | 2002-11-29 |
* | Add trigger emails. | Bruce Momjian | 2002-11-28 |
* | rm should be rm -f, per comment from Peter Harris. | Tom Lane | 2002-11-27 |
* | Improve some comments. | Tom Lane | 2002-11-27 |
* | Add note that scaling factor should be >= # of clients. | Tom Lane | 2002-11-27 |
* | Synced parser with backend | Michael Meskes | 2002-11-27 |
* | Move to URGENT, for Justin: | Bruce Momjian | 2002-11-26 |
* | Recreate HISTORY file to match release.sgml changes. Stamp 7.3 final in | Bruce Momjian | 2002-11-26 |
* | Add -cmdTuples to tcl interface. | Bruce Momjian | 2002-11-26 |
* | Update trigger discussion. | Bruce Momjian | 2002-11-26 |
* | Update build rules for /HISTORY. | Bruce Momjian | 2002-11-26 |
* | Add to trigger thread. | Bruce Momjian | 2002-11-26 |
* | Fix typo in release notes. | Bruce Momjian | 2002-11-26 |
* | Allocate proper length for sprintf string, from Tatsuo. | Bruce Momjian | 2002-11-26 |
* | Use Params, rather than run-time-modified Const nodes, to handle | Tom Lane | 2002-11-26 |
* | Guard against 0 length string encoding conversion case. | Tatsuo Ishii | 2002-11-26 |
* | Remove check for pg_group file as part of initdb -W password assignment | Bruce Momjian | 2002-11-25 |
* | Remove unused constisset and constiscast fields of Const nodes. Clean | Tom Lane | 2002-11-25 |
* | Restructure outfuncs and readfuncs to use macros in the same style as | Tom Lane | 2002-11-25 |
* | Un-break triggers declared for INSERT OR DELETE OR UPDATE. This worked | Tom Lane | 2002-11-25 |
* | Restructure the code in copyfuncs and equalfuncs to put much heavier | Tom Lane | 2002-11-25 |
* | I'm sending you a small patch to pgdb.py module. This | D'Arcy J.M. Cain | 2002-11-25 |
* | Change the pkey method so that the caller can optionally set the dictionary | D'Arcy J.M. Cain | 2002-11-25 |
* | Change the debug variable to allow better control by the caller over how | D'Arcy J.M. Cain | 2002-11-25 |
* | Restructure planning of nestloop inner indexscans so that the set of usable | Tom Lane | 2002-11-24 |
* | 7.4devel now supports SQL:1999's "enhanced trigger capability" (which | Bruce Momjian | 2002-11-24 |
* | Split: | Bruce Momjian | 2002-11-24 |
* | Fix inappropriate quoting in dblink. From Joe Conway. | Tom Lane | 2002-11-23 |