aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands
Commit message (Expand)AuthorAge
* ALTER DOMAIN OWNER, from Rod Taylor.Tom Lane2003-01-06
* Partial code review for ALTER DOMAIN patch. Incorporates Rod Taylor'sTom Lane2003-01-04
* Enforces NOT NULL constraints to be applied against new PRIMARY KEYTom Lane2003-01-02
* Code review for transaction-safe-TRUNCATE patch: minor cleanups.Tom Lane2002-12-30
* Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transactionTom Lane2002-12-30
* Cause FETCH 1 to return the current cursor row, or zero if atBruce Momjian2002-12-30
* Fix ALTER TABLE ADD COLUMN to disallow the same column types that areTom Lane2002-12-16
* Tweak default memory context allocation policy so that a context is notTom Lane2002-12-15
* Revise executor APIs so that all per-query state structure is built inTom Lane2002-12-15
* Clean up plantree representation of SubPlan-s --- SubLink does not appearTom Lane2002-12-14
* Phase 3 of read-only-plans project: ExecInitExpr now builds expressionTom Lane2002-12-13
* Preliminary code review for domain CHECK constraints patch: add documentation,Tom Lane2002-12-12
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-12
* Some quick fixes for ALTER DOMAIN patch. It still needs a lot of work,Tom Lane2002-12-09
* Explain's code for showing quals of SubqueryScan nodes has been brokenTom Lane2002-12-06
* Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian2002-12-06
* Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian2002-12-06
* ALTER DOMAIN .. SET / DROP NOT NULLBruce Momjian2002-12-06
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-05
* More cleanup of userid to be AclId rather than Oid.Bruce Momjian2002-12-05
* Make usesysid consistently int4, not oid.Bruce Momjian2002-12-04
* Repair core dump when trying to delete an entry from an already-NULLTom Lane2002-12-02
* Run COPY OUT in a temporary memory context that's reset once per row,Tom Lane2002-12-01
* Tighten selection of equality and ordering operators for groupingTom Lane2002-11-29
* Use Params, rather than run-time-modified Const nodes, to handleTom Lane2002-11-26
* Remove unused constisset and constiscast fields of Const nodes. CleanTom Lane2002-11-25
* Un-break triggers declared for INSERT OR DELETE OR UPDATE. This workedTom Lane2002-11-25
* Fix compile warnings from truncate patch.Tom Lane2002-11-23
* Transaction safe TruncateBruce Momjian2002-11-23
* This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian2002-11-23
* Remove ALL from CLUSTER ALL. Use just CLUSTER.Bruce Momjian2002-11-18
* New version attached. The following is implemented:Bruce Momjian2002-11-15
* Add DOMAIN check constraints.Bruce Momjian2002-11-15
* Rename:Bruce Momjian2002-11-15
* Make MOVE/FETCH 0 actually move/fetch 0. Add MOVE LAST to move to endBruce Momjian2002-11-13
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-13
* Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane2002-11-11
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-11
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-10
* Tweak CREATE SEQUENCE grammar to be more SQL1999 standards compliant.Bruce Momjian2002-11-10
* Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }]Bruce Momjian2002-11-09
* First phase of implementing hash-based grouping/aggregation. An AGG planTom Lane2002-11-06
* Code review for recent patch to allow ALTER TABLE ADD COLUMN whenTom Lane2002-11-02
* During swap_relfilenodes, swap relation size statistic fields along withTom Lane2002-11-02
* Remove encoding lookups from grammar stage, push them back to placesTom Lane2002-11-02
* Fix permissions-checking bugs and namespace-search-path bugs inTom Lane2002-11-02
* Reduce messages associated with shell-type function arguments/resultsTom Lane2002-11-01
* Fix miscalculation of remaining free space during tuple chain moving.Tom Lane2002-10-31
* Fix places that were using IsTransactionBlock() as an (inadequate) checkTom Lane2002-10-21
* Fix ALTER TABLE ... ADD COLUMN for inheritance cases.Bruce Momjian2002-10-21