| Commit message (Expand) | Author | Age | Files | Lines |
* | Some quick fixes for ALTER DOMAIN patch. It still needs a lot of work, | Tom Lane | 2002-12-09 | 1 | -96/+76 |
* | Fix Latin9/Unicode conversion by selecting the right table. | Peter Eisentraut | 2002-12-09 | 1 | -2/+2 |
* | Explain's code for showing quals of SubqueryScan nodes has been broken | Tom Lane | 2002-12-06 | 1 | -8/+2 |
* | Attached are two small patches to expose md5 as a user function -- including | Bruce Momjian | 2002-12-06 | 1 | -1/+28 |
* | Re-addd Rod's ALTER DOMAIN patch. | Bruce Momjian | 2002-12-06 | 12 | -241/+1095 |
* | Back out V6 code, caused postmaster startup failure. | Bruce Momjian | 2002-12-06 | 7 | -526/+169 |
* | Add missing v6utils file. | Bruce Momjian | 2002-12-06 | 1 | -0/+300 |
* | Updated IPv6 patch to fix netmask. | Bruce Momjian | 2002-12-06 | 1 | -1/+1 |
* | We have just finished porting the old KAME IPv6 patch over to | Bruce Momjian | 2002-12-06 | 6 | -169/+226 |
* | Back out ALTER DOMAIN patch until missing file appears. | Bruce Momjian | 2002-12-06 | 12 | -1095/+241 |
* | ALTER DOMAIN .. SET / DROP NOT NULL | Bruce Momjian | 2002-12-06 | 12 | -241/+1095 |
* | As far as I figured from the source code this function only deals with | Bruce Momjian | 2002-12-05 | 1 | -2/+7 |
* | localbuf.c must be able to do blind writes. | Tom Lane | 2002-12-05 | 1 | -12/+17 |
* | Avoid pulling up sublinks from a subselect's targetlist. Works around | Tom Lane | 2002-12-05 | 1 | -2/+20 |
* | Clearify variables names so it is clear which variable is the | Bruce Momjian | 2002-12-05 | 1 | -20/+20 |
* | Allow 'password' encryption even when pg_shadow has MD5 passwords, per | Bruce Momjian | 2002-12-05 | 1 | -6/+22 |
* | Phase 1 of read-only-plans project: cause executor state nodes to point | Tom Lane | 2002-12-05 | 41 | -3160/+2530 |
* | More cleanup of userid to be AclId rather than Oid. | Bruce Momjian | 2002-12-05 | 13 | -78/+79 |
* | Repair oversight in recent change of dependency extraction code: when | Tom Lane | 2002-12-04 | 1 | -1/+7 |
* | Make usesysid consistently int4, not oid. | Bruce Momjian | 2002-12-04 | 5 | -20/+20 |
* | Deal with cases where getpeereid _and_ another creditial method is | Bruce Momjian | 2002-12-03 | 1 | -2/+4 |
* | Add OpenBSD local indent credentials, from William Ahern. | Bruce Momjian | 2002-12-03 | 1 | -2/+29 |
* | Repair core dump when trying to delete an entry from an already-NULL | Tom Lane | 2002-12-02 | 3 | -20/+46 |
* | Teach planner to expand sufficiently simple SQL-language functions | Tom Lane | 2002-12-01 | 2 | -103/+473 |
* | Fix ExecMakeTableFunctionResult() to work with generic expressions as | Tom Lane | 2002-12-01 | 2 | -60/+101 |
* | Run COPY OUT in a temporary memory context that's reset once per row, | Tom Lane | 2002-12-01 | 1 | -36/+37 |
* | Code review for IS DISTINCT FROM patch. Fix incorrect constant-folding | Tom Lane | 2002-11-30 | 5 | -114/+62 |
* | Missed one place that can be simplified after recent Param/Const cleanup. | Tom Lane | 2002-11-30 | 1 | -3/+2 |
* | Be more realistic about plans involving Materialize nodes: take their | Tom Lane | 2002-11-30 | 13 | -142/+295 |
* | Upgrade planner and executor to allow multiple hash keys for a hash join, | Tom Lane | 2002-11-30 | 9 | -115/+164 |
* | Tighten selection of equality and ordering operators for grouping | Tom Lane | 2002-11-29 | 7 | -71/+156 |
* | Repair prehistoric logic error in lseg_eq and lseg_ne. | Tom Lane | 2002-11-29 | 1 | -5/+5 |
* | Suppress compiler warning from newer gcc. | Tom Lane | 2002-11-29 | 1 | -1/+3 |
* | Use Params, rather than run-time-modified Const nodes, to handle | Tom Lane | 2002-11-26 | 8 | -187/+163 |
* | Guard against 0 length string encoding conversion case. | Tatsuo Ishii | 2002-11-26 | 1 | -1/+7 |
* | Remove unused constisset and constiscast fields of Const nodes. Clean | Tom Lane | 2002-11-25 | 18 | -173/+92 |
* | Restructure outfuncs and readfuncs to use macros in the same style as | Tom Lane | 2002-11-25 | 3 | -2766/+1134 |
* | Un-break triggers declared for INSERT OR DELETE OR UPDATE. This worked | Tom Lane | 2002-11-25 | 2 | -8/+10 |
* | Restructure the code in copyfuncs and equalfuncs to put much heavier | Tom Lane | 2002-11-25 | 2 | -2062/+1471 |
* | Restructure planning of nestloop inner indexscans so that the set of usable | Tom Lane | 2002-11-24 | 14 | -535/+667 |
* | Fix compile warnings from truncate patch. | Tom Lane | 2002-11-23 | 2 | -4/+4 |
* | Transaction safe Truncate | Bruce Momjian | 2002-11-23 | 2 | -28/+40 |
* | This patch implements FOR EACH STATEMENT triggers, per my email to | Bruce Momjian | 2002-11-23 | 9 | -117/+316 |
* | Redesign internal logic of nodeLimit so that it does not need to fetch | Tom Lane | 2002-11-22 | 1 | -82/+146 |
* | Fix breakage in new-in-7.3 timetz_zone() function: was giving random | Tom Lane | 2002-11-21 | 1 | -10/+11 |
* | Code review for superuser_reserved_connections patch. Don't try to do | Tom Lane | 2002-11-21 | 4 | -47/+51 |
* | Finish implementation of hashed aggregation. Add enable_hashagg GUC | Tom Lane | 2002-11-21 | 6 | -123/+333 |
* | Add an at-least-marginally-plausible method of estimating the number | Tom Lane | 2002-11-19 | 8 | -70/+441 |
* | Most of the code follows the American spelling of the word, which is | Bruce Momjian | 2002-11-19 | 8 | -14/+14 |
* | Remove ALL from CLUSTER ALL. Use just CLUSTER. | Bruce Momjian | 2002-11-18 | 2 | -5/+5 |