| Age | Commit message (Expand) | Author |
| 2003-01-15 | Allow merge and hash joins to occur on arbitrary expressions (anything not | Tom Lane |
| 2003-01-13 | Reconsider mechanism for marking sub-selects that are at top level of | Tom Lane |
| 2003-01-12 | Revise cost_qual_eval() to compute both startup (one-time) and per-tuple | Tom Lane |
| 2003-01-12 | Replace RelidGetNamespaceId() by get_rel_namespace(). | Peter Eisentraut |
| 2003-01-12 | First cut at implementing IN (and NOT IN) via hashtables. There is | Tom Lane |
| 2003-01-10 | Create a new file executor/execGrouping.c to centralize utility routines | Tom Lane |
| 2003-01-10 | Read-only transactions, as defined in SQL. | Peter Eisentraut |
| 2003-01-10 | Further tweaking of parsetree & plantree representation of SubLinks. | Tom Lane |
| 2003-01-09 | Adjust parser so that 'x NOT IN (subselect)' is converted to | Tom Lane |
| 2003-01-09 | Move new typedef AclId into c.h, so as to avoid cluttering namespace | Tom Lane |
| 2003-01-09 | Remove bit.c/h routines. Not used anymore. | Bruce Momjian |
| 2003-01-09 | Add missing pg_proc entry for interval_scale(). The lack of this entry | Tom Lane |
| 2003-01-08 | Repair bug noticed by Deepak Bhole: a shell type should have a dependency | Tom Lane |
| 2003-01-08 | Fix for bug #866. 7.3 contains new logic for avoiding redundant calls to | Tom Lane |
| 2003-01-07 | Apply the proper version of Christopher Kings-Lynne's describe patch | Tom Lane |
| 2003-01-06 | Use our own version of getopt_long() if the OS doesn't have one. | Peter Eisentraut |
| 2003-01-06 | Fix for systems that don't have INET_ADDRSTRLEN. | Peter Eisentraut |
| 2003-01-06 | Update comments on IPv6 #define. | Bruce Momjian |
| 2003-01-06 | Update ipv6 comment, move configure test to the right place | Bruce Momjian |
| 2003-01-06 | Add prototype for getaddrinfo(). | Bruce Momjian |
| 2003-01-06 | Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries | Bruce Momjian |
| 2003-01-06 | ALTER DOMAIN OWNER, from Rod Taylor. | Tom Lane |
| 2003-01-01 | Awhile back I wrote that freebsd.h was probably broken in the places where | Tom Lane |
| 2002-12-30 | Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers as | Tom Lane |
| 2002-12-30 | Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transaction | Tom Lane |
| 2002-12-30 | Cause FETCH 1 to return the current cursor row, or zero if at | Bruce Momjian |
| 2002-12-30 | Better solution to integer overflow problem in hash batch-number | Tom Lane |
| 2002-12-18 | Update EvalPlanQual() to work with new executor memory management method. | Tom Lane |
| 2002-12-16 | Fix GEQO to work again in CVS tip, by being more careful about memory | Tom Lane |
| 2002-12-16 | Fix ALTER TABLE ADD COLUMN to disallow the same column types that are | Tom Lane |
| 2002-12-16 | Code review for palloc0 patch --- avoid dangerous and unnecessary | Tom Lane |
| 2002-12-15 | Tweak default memory context allocation policy so that a context is not | Tom Lane |
| 2002-12-15 | Revise executor APIs so that all per-query state structure is built in | Tom Lane |
| 2002-12-14 | Clean up plantree representation of SubPlan-s --- SubLink does not appear | Tom Lane |
| 2002-12-13 | Phase 3 of read-only-plans project: ExecInitExpr now builds expression | Tom Lane |
| 2002-12-12 | TODO marked as done: | Bruce Momjian |
| 2002-12-12 | Preliminary code review for domain CHECK constraints patch: add documentation, | Tom Lane |
| 2002-12-12 | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane |
| 2002-12-10 | If typecmds is going to have its own header file, said header file | Tom Lane |
| 2002-12-09 | Update obsolete comment. | Tom Lane |
| 2002-12-06 | Attached are two small patches to expose md5 as a user function -- including | Bruce Momjian |
| 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 | 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 | 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 |