summaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
Commit message (Expand)AuthorAgeFilesLines
* Fix previous patch so that it actually works --- consider TRUNCATE foo, publi...Tom Lane2008-07-161-4/+7
* Allow TRUNCATE foo, foo to succeed, per report from Nikhils.Bruce Momjian2008-07-161-1/+4
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-1/+2
* Make DROP INDEX lock the parent table before locking the index. This behaviorTom Lane2008-06-151-1/+23
* Rearrange ALTER TABLE syntax processing as per my recent proposal: theTom Lane2008-06-151-2/+71
* Refactor the handling of the various DropStmt variants so that when multipleTom Lane2008-06-141-11/+212
* Coercion sanity check in ri_HashCompareOp failed to allow for enums, as perTom Lane2008-05-191-6/+6
* Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing aTom Lane2008-05-161-1/+56
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+3
* Change the rules for inherited CHECK constraints to be essentially the sameTom Lane2008-05-091-260/+587
* Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctlyTom Lane2008-04-241-1/+6
* Fix my brain fade in TRUNCATE triggers patch: can't release relcache refcountsTom Lane2008-03-311-3/+9
* Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane2008-03-281-1/+60
* Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane2008-03-271-1/+2
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-261-1/+2
* Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.Alvaro Herrera2008-03-261-2/+2
* Separate snapshot management code from tuple visibility code, create aAlvaro Herrera2008-03-261-1/+2
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-2/+2
* Support ALTER TYPE RENAME. Petr JelinekTom Lane2008-03-191-24/+51
* Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwantedTom Lane2008-02-071-2/+2
* Add checks to TRUNCATE, CLUSTER, and REINDEX to prevent performing theseTom Lane2008-01-301-51/+57
* Fix ALTER INDEX RENAME so that if the index belongs to a unique or primary keyTom Lane2008-01-171-3/+14
* Forbid ALTER TABLE and CLUSTER when there are pending AFTER-trigger eventsTom Lane2008-01-021-40/+50
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagateTom Lane2007-12-011-2/+1
* pgindent run for 8.3.Bruce Momjian2007-11-151-101/+103
* Ensure that typmod decoration on a datatype name is validated in all cases,Tom Lane2007-11-111-15/+8
* Remove hack in pg_tablespace_aclmask() that disallowed permissionsTom Lane2007-10-121-1/+8
* Improve consistency of the error messages generated when you try to useTom Lane2007-09-291-20/+45
* Make eval_const_expressions() preserve typmod when simplifying something likeTom Lane2007-09-061-4/+7
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-1/+6
* Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,Neil Conway2007-07-171-1/+2
* Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE.Neil Conway2007-07-031-4/+22
* Separate parse-analysis for utility commands out of parser/analyze.cTom Lane2007-06-231-27/+30
* Clarify some error messages about duplicate things.Peter Eisentraut2007-06-031-5/+5
* Create a GUC parameter temp_tablespaces that allows selection of theTom Lane2007-06-031-10/+10
* Have CLUSTER advance the table's relfrozenxid. The new frozen point is theAlvaro Herrera2007-05-181-3/+8
* Have TRUNCATE advance the affected table's relfrozenxid to RecentXmin, toAlvaro Herrera2007-05-161-3/+3
* Get rid of the pg_shdepend entry for a TOAST table; it's unnecessary sinceTom Lane2007-05-141-3/+4
* Fix the problem that creating a user-defined type named _foo, followed by oneTom Lane2007-05-121-5/+7
* Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINTTom Lane2007-05-111-15/+27
* Support arrays of composite types, including the rowtypes of regular tablesTom Lane2007-05-111-6/+27
* Make CLUSTER MVCC-safe. Heikki LinnakangasTom Lane2007-04-081-29/+2
* Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck2007-03-191-12/+66
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-131-2/+8
* Revert temp_tablespaces because of coding problems, per Tom.Bruce Momjian2007-03-061-5/+1
* Fix new RI operator selection code to do the right thing when working withTom Lane2007-02-161-19/+40
* Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane2007-02-141-433/+130
* Repair failure to check that a table is still compatible with a previouslyTom Lane2007-02-021-7/+50
* Add GUC temp_tablespaces to provide a default location for temporaryBruce Momjian2007-01-251-1/+5