| Age | Commit message (Expand) | Author |
| 2002-12-06 | Re-addd Rod's ALTER DOMAIN patch. | Bruce Momjian |
| 2002-12-06 | Back out V6 code, caused postmaster startup failure. | Bruce Momjian |
| 2002-12-06 | Add missing v6utils file. | Bruce Momjian |
| 2002-12-06 | Updated IPv6 patch to fix netmask. | Bruce Momjian |
| 2002-12-06 | We have just finished porting the old KAME IPv6 patch over to | Bruce Momjian |
| 2002-12-06 | Back out ALTER DOMAIN patch until missing file appears. | Bruce Momjian |
| 2002-12-06 | ALTER DOMAIN .. SET / DROP NOT NULL | Bruce Momjian |
| 2002-12-05 | As far as I figured from the source code this function only deals with | Bruce Momjian |
| 2002-12-05 | localbuf.c must be able to do blind writes. | Tom Lane |
| 2002-12-05 | Avoid pulling up sublinks from a subselect's targetlist. Works around | Tom Lane |
| 2002-12-05 | Clearify variables names so it is clear which variable is the | Bruce Momjian |
| 2002-12-05 | Allow 'password' encryption even when pg_shadow has MD5 passwords, per | Bruce Momjian |
| 2002-12-05 | Phase 1 of read-only-plans project: cause executor state nodes to point | Tom Lane |
| 2002-12-05 | More cleanup of userid to be AclId rather than Oid. | Bruce Momjian |
| 2002-12-04 | Repair oversight in recent change of dependency extraction code: when | Tom Lane |
| 2002-12-04 | Make usesysid consistently int4, not oid. | Bruce Momjian |
| 2002-12-03 | 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-02 | Repair core dump when trying to delete an entry from an already-NULL | Tom Lane |
| 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 | Run COPY OUT in a temporary memory context that's reset once per row, | Tom Lane |
| 2002-11-30 | 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 | Upgrade planner and executor to allow multiple hash keys for a hash join, | Tom Lane |
| 2002-11-29 | 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-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-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-24 | Restructure planning of nestloop inner indexscans so that the set of usable | Tom Lane |
| 2002-11-23 | Fix compile warnings from truncate patch. | Tom Lane |
| 2002-11-23 | Transaction safe Truncate | Bruce Momjian |
| 2002-11-23 | This patch implements FOR EACH STATEMENT triggers, per my email to | Bruce Momjian |
| 2002-11-22 | Redesign internal logic of nodeLimit so that it does not need to fetch | Tom Lane |
| 2002-11-21 | Fix breakage in new-in-7.3 timetz_zone() function: was giving random | Tom Lane |
| 2002-11-21 | Code review for superuser_reserved_connections patch. Don't try to do | Tom Lane |
| 2002-11-21 | Finish implementation of hashed aggregation. Add enable_hashagg GUC | Tom Lane |
| 2002-11-19 | Add an at-least-marginally-plausible method of estimating the number | Tom Lane |
| 2002-11-19 | Most of the code follows the American spelling of the word, which is | Bruce Momjian |
| 2002-11-18 | Remove ALL from CLUSTER ALL. Use just CLUSTER. | Bruce Momjian |
| 2002-11-18 | Put back error test for DECLARE CURSOR outside a transaction block ... | Tom Lane |
| 2002-11-18 | Suppress compile warning, avoid possible problems with signed vs. unsigned | Tom Lane |
| 2002-11-17 | Reduce need for palloc/pfree overhead in varstr_cmp() by using fixed-size | Tom Lane |
| 2002-11-15 | Add relcache support for system catalogs with attnotnull columns. | Tom Lane |