aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
Commit message (Expand)AuthorAge
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-10
* Review uses of IsUnderPostmaster, change some tests to look atTom Lane2004-01-28
* Fix a minor bug introduced by the recent CREATE TABLE AS / WITH OIDSNeil Conway2004-01-23
* Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This isNeil Conway2004-01-10
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* Back out makeNode() patch to fix gcc 3.3.1 warning.Bruce Momjian2003-10-13
* Adjust setRelhassubclassInRelation() to not perform actual heap_updateTom Lane2003-10-13
* Use makeNode() to allocate structures that have to be cast to Node *,Bruce Momjian2003-10-12
* Back out -fstrict-aliasing void* casting.Bruce Momjian2003-10-11
* This patch will stop gcc from issuing warnings about type-punned objectsBruce Momjian2003-10-11
* During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows usingTom Lane2003-10-06
* String fixes/improvements found by Alvaro HerreraPeter Eisentraut2003-10-02
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-29
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Disallow foreign-key references from temp tables to permanent tables.Tom Lane2003-09-19
* Remove warnings for operations that have no effect when executed repeatedly.Peter Eisentraut2003-09-15
* Guard against pgindent changing =- to = -.Bruce Momjian2003-08-30
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-01
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-20
* Implement outer-level aggregates to conform to the SQL spec, withTom Lane2003-06-06
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-28
* Infrastructure for deducing Param types from context, in the same wayTom Lane2003-04-29
* Prevent palloc(0) error when parent table has zero columns.Tom Lane2003-04-21
* Fix ALTER TABLE / CLUSTER ON breakage.Bruce Momjian2003-03-21
* Add ALTER TABLE <tablename> CLUSTER ON <indexname>Bruce Momjian2003-03-20
* Add start time to pg_stat_activityBruce Momjian2003-03-20
* Code for WITHOUT OIDS.Bruce Momjian2003-02-13
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-09
* Reconsider old decision to try to constant-fold default and constraintTom Lane2003-01-08
* 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
* Fix ALTER TABLE ADD COLUMN to disallow the same column types that areTom Lane2002-12-16
* Revise executor APIs so that all per-query state structure is built inTom Lane2002-12-15
* 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
* 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
* Add DOMAIN check constraints.Bruce Momjian2002-11-15
* Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane2002-11-11
* Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }]Bruce Momjian2002-11-09
* Code review for recent patch to allow ALTER TABLE ADD COLUMN whenTom Lane2002-11-02
* 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