| Commit message (Expand) | Author | Age |
* | Update EvalPlanQual() to work with new executor memory management method. | Tom Lane | 2002-12-18 |
* | 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-16 |
* | 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-15 |
* | Clean up plantree representation of SubPlan-s --- SubLink does not appear | Tom Lane | 2002-12-14 |
* | Phase 3 of read-only-plans project: ExecInitExpr now builds expression | Tom Lane | 2002-12-13 |
* | 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-12 |
* | If typecmds is going to have its own header file, said header file | Tom Lane | 2002-12-10 |
* | Update obsolete comment. | Tom Lane | 2002-12-09 |
* | 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-06 |
* | 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 |
* | Document get/set bit/byte functions. | Bruce Momjian | 2002-12-05 |
* | More cleanup of userid to be AclId rather than Oid. | Bruce Momjian | 2002-12-05 |
* | Make usesysid consistently int4, not oid. | Bruce Momjian | 2002-12-04 |
* | 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 |
* | Code review for IS DISTINCT FROM patch. Fix incorrect constant-folding | 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-30 |
* | Tighten selection of equality and ordering operators for grouping | Tom Lane | 2002-11-29 |
* | Improve some comments. | Tom Lane | 2002-11-27 |
* | Use Params, rather than run-time-modified Const nodes, to handle | Tom Lane | 2002-11-26 |
* | 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 planning of nestloop inner indexscans so that the set of usable | Tom Lane | 2002-11-24 |
* | Update regression for new patches. Bump up catversion. | Bruce Momjian | 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-23 |
* | Redesign internal logic of nodeLimit so that it does not need to fetch | Tom Lane | 2002-11-22 |
* | TAS code originally written for s390 (32-bit) does not work for s390x | Tom Lane | 2002-11-22 |
* | Finish implementation of hashed aggregation. Add enable_hashagg GUC | Tom Lane | 2002-11-21 |
* | Add an at-least-marginally-plausible method of estimating the number | Tom Lane | 2002-11-19 |
* | Put back error test for DECLARE CURSOR outside a transaction block ... | Tom Lane | 2002-11-18 |
* | New version attached. The following is implemented: | Bruce Momjian | 2002-11-15 |
* | Add DOMAIN check constraints. | Bruce Momjian | 2002-11-15 |
* | Add checkpoint_warning to warn of excessive checkpoints caused by too | Bruce Momjian | 2002-11-15 |
* | Rename hostname_lookup to log_hostname. | Bruce Momjian | 2002-11-15 |