| Commit message (Expand) | Author | Age |
* | ALTER DOMAIN OWNER, from Rod Taylor. | Tom Lane | 2003-01-06 |
* | Partial code review for ALTER DOMAIN patch. Incorporates Rod Taylor's | Tom Lane | 2003-01-04 |
* | Enforces NOT NULL constraints to be applied against new PRIMARY KEY | Tom Lane | 2003-01-02 |
* | Code review for transaction-safe-TRUNCATE patch: minor cleanups. | 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 |
* | Fix ALTER TABLE ADD COLUMN to disallow the same column types that are | 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 |
* | 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 |
* | Some quick fixes for ALTER DOMAIN patch. It still needs a lot of work, | Tom Lane | 2002-12-09 |
* | Explain's code for showing quals of SubqueryScan nodes has been broken | Tom Lane | 2002-12-06 |
* | Re-addd Rod's ALTER DOMAIN patch. | 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 |
* | 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-05 |
* | Make usesysid consistently int4, not oid. | Bruce Momjian | 2002-12-04 |
* | Repair core dump when trying to delete an entry from an already-NULL | Tom Lane | 2002-12-02 |
* | Run COPY OUT in a temporary memory context that's reset once per row, | Tom Lane | 2002-12-01 |
* | Tighten selection of equality and ordering operators for grouping | Tom Lane | 2002-11-29 |
* | 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 |
* | Un-break triggers declared for INSERT OR DELETE OR UPDATE. This worked | Tom Lane | 2002-11-25 |
* | 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-23 |
* | Remove ALL from CLUSTER ALL. Use just CLUSTER. | Bruce Momjian | 2002-11-18 |
* | New version attached. The following is implemented: | Bruce Momjian | 2002-11-15 |
* | Add DOMAIN check constraints. | Bruce Momjian | 2002-11-15 |
* | Rename: | Bruce Momjian | 2002-11-15 |
* | Make MOVE/FETCH 0 actually move/fetch 0. Add MOVE LAST to move to end | Bruce Momjian | 2002-11-13 |
* | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian | 2002-11-13 |
* | Code review for ON COMMIT patch. Make the actual on-commit action happen | Tom Lane | 2002-11-11 |
* | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian | 2002-11-11 |
* | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian | 2002-11-10 |
* | Tweak CREATE SEQUENCE grammar to be more SQL1999 standards compliant. | Bruce Momjian | 2002-11-10 |
* | Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }] | Bruce Momjian | 2002-11-09 |
* | First phase of implementing hash-based grouping/aggregation. An AGG plan | Tom Lane | 2002-11-06 |
* | Code review for recent patch to allow ALTER TABLE ADD COLUMN when | Tom Lane | 2002-11-02 |
* | During swap_relfilenodes, swap relation size statistic fields along with | Tom Lane | 2002-11-02 |
* | Remove encoding lookups from grammar stage, push them back to places | Tom Lane | 2002-11-02 |
* | Fix permissions-checking bugs and namespace-search-path bugs in | Tom Lane | 2002-11-02 |
* | Reduce messages associated with shell-type function arguments/results | Tom Lane | 2002-11-01 |
* | Fix miscalculation of remaining free space during tuple chain moving. | Tom Lane | 2002-10-31 |
* | Fix places that were using IsTransactionBlock() as an (inadequate) check | Tom Lane | 2002-10-21 |
* | Fix ALTER TABLE ... ADD COLUMN for inheritance cases. | Bruce Momjian | 2002-10-21 |