| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove bit.c/h routines. Not used anymore. | Bruce Momjian | 2003-01-09 | 1 | -38/+0 |
| * | Add missing pg_proc entry for interval_scale(). The lack of this entry | Tom Lane | 2003-01-09 | 1 | -3/+6 |
| * | Repair bug noticed by Deepak Bhole: a shell type should have a dependency | Tom Lane | 2003-01-08 | 1 | -14/+15 |
| * | Fix for bug #866. 7.3 contains new logic for avoiding redundant calls to | Tom Lane | 2003-01-08 | 1 | -1/+10 |
| * | Apply the proper version of Christopher Kings-Lynne's describe patch | Tom Lane | 2003-01-07 | 1 | -2/+3 |
| * | Use our own version of getopt_long() if the OS doesn't have one. | Peter Eisentraut | 2003-01-06 | 1 | -0/+33 |
| * | Fix for systems that don't have INET_ADDRSTRLEN. | Peter Eisentraut | 2003-01-06 | 1 | -1/+10 |
| * | Update comments on IPv6 #define. | Bruce Momjian | 2003-01-06 | 1 | -2/+2 |
| * | Update ipv6 comment, move configure test to the right place | Bruce Momjian | 2003-01-06 | 1 | -2/+2 |
| * | Add prototype for getaddrinfo(). | Bruce Momjian | 2003-01-06 | 1 | -1/+2 |
| * | Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries | Bruce Momjian | 2003-01-06 | 4 | -3/+39 |
| * | ALTER DOMAIN OWNER, from Rod Taylor. | Tom Lane | 2003-01-06 | 2 | -3/+7 |
| * | Awhile back I wrote that freebsd.h was probably broken in the places where | Tom Lane | 2003-01-01 | 3 | -12/+20 |
| * | Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers as | Tom Lane | 2002-12-30 | 2 | -12/+13 |
| * | Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transaction | Tom Lane | 2002-12-30 | 1 | -9/+6 |
| * | Cause FETCH 1 to return the current cursor row, or zero if at | Bruce Momjian | 2002-12-30 | 2 | -4/+4 |
| * | Better solution to integer overflow problem in hash batch-number | Tom Lane | 2002-12-30 | 1 | -1/+2 |
| * | Update EvalPlanQual() to work with new executor memory management method. | Tom Lane | 2002-12-18 | 1 | -6/+6 |
| * | Fix GEQO to work again in CVS tip, by being more careful about memory | Tom Lane | 2002-12-16 | 2 | -10/+6 |
| * | Fix ALTER TABLE ADD COLUMN to disallow the same column types that are | Tom Lane | 2002-12-16 | 1 | -1/+5 |
| * | Code review for palloc0 patch --- avoid dangerous and unnecessary | Tom Lane | 2002-12-16 | 4 | -38/+95 |
| * | Tweak default memory context allocation policy so that a context is not | Tom Lane | 2002-12-15 | 3 | -15/+12 |
| * | Revise executor APIs so that all per-query state structure is built in | Tom Lane | 2002-12-15 | 3 | -46/+50 |
| * | Clean up plantree representation of SubPlan-s --- SubLink does not appear | Tom Lane | 2002-12-14 | 7 | -66/+72 |
| * | Phase 3 of read-only-plans project: ExecInitExpr now builds expression | Tom Lane | 2002-12-13 | 8 | -142/+242 |
| * | TODO marked as done: | Bruce Momjian | 2002-12-12 | 3 | -4/+8 |
| * | Preliminary code review for domain CHECK constraints patch: add documentation, | Tom Lane | 2002-12-12 | 7 | -29/+20 |
| * | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane | 2002-12-12 | 12 | -406/+412 |
| * | If typecmds is going to have its own header file, said header file | Tom Lane | 2002-12-10 | 2 | -5/+8 |
| * | Update obsolete comment. | Tom Lane | 2002-12-09 | 1 | -2/+2 |
| * | Attached are two small patches to expose md5 as a user function -- including | Bruce Momjian | 2002-12-06 | 3 | -4/+8 |
| * | Re-addd Rod's ALTER DOMAIN patch. | Bruce Momjian | 2002-12-06 | 5 | -13/+75 |
| * | Back out V6 code, caused postmaster startup failure. | Bruce Momjian | 2002-12-06 | 3 | -21/+2 |
| * | Add missing v6utils file. | Bruce Momjian | 2002-12-06 | 1 | -0/+17 |
| * | We have just finished porting the old KAME IPv6 patch over to | Bruce Momjian | 2002-12-06 | 2 | -2/+4 |
| * | Back out ALTER DOMAIN patch until missing file appears. | Bruce Momjian | 2002-12-06 | 4 | -45/+13 |
| * | ALTER DOMAIN .. SET / DROP NOT NULL | Bruce Momjian | 2002-12-06 | 4 | -13/+45 |
| * | Clearify variables names so it is clear which variable is the | Bruce Momjian | 2002-12-05 | 1 | -2/+2 |
| * | Allow 'password' encryption even when pg_shadow has MD5 passwords, per | Bruce Momjian | 2002-12-05 | 1 | -2/+2 |
| * | Phase 1 of read-only-plans project: cause executor state nodes to point | Tom Lane | 2002-12-05 | 29 | -565/+470 |
| * | Document get/set bit/byte functions. | Bruce Momjian | 2002-12-05 | 1 | -5/+5 |
| * | More cleanup of userid to be AclId rather than Oid. | Bruce Momjian | 2002-12-05 | 4 | -19/+22 |
| * | Make usesysid consistently int4, not oid. | Bruce Momjian | 2002-12-04 | 5 | -21/+24 |
| * | Teach planner to expand sufficiently simple SQL-language functions | Tom Lane | 2002-12-01 | 2 | -2/+5 |
| * | Fix ExecMakeTableFunctionResult() to work with generic expressions as | Tom Lane | 2002-12-01 | 1 | -2/+2 |
| * | Code review for IS DISTINCT FROM patch. Fix incorrect constant-folding | Tom Lane | 2002-11-30 | 1 | -2/+8 |
| * | Be more realistic about plans involving Materialize nodes: take their | Tom Lane | 2002-11-30 | 6 | -18/+25 |
| * | Upgrade planner and executor to allow multiple hash keys for a hash join, | Tom Lane | 2002-11-30 | 5 | -18/+18 |
| * | Tighten selection of equality and ordering operators for grouping | Tom Lane | 2002-11-29 | 1 | -8/+9 |
| * | Improve some comments. | Tom Lane | 2002-11-27 | 1 | -4/+8 |