summaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 9.4Bruce Momjian2014-05-061-121/+125
* Rationalize common/relpath.[hc].Tom Lane2014-04-301-1/+0
* Make security barrier views automatically updatableStephen Frost2014-04-121-5/+1
* Reduce lock levels of some ALTER TABLE cmdsSimon Riggs2014-04-061-65/+109
* Offer triggers on foreign tables.Noah Misch2014-03-231-0/+3
* C comments: improve description of relfilenode uniquenessBruce Momjian2014-03-081-2/+2
* Update a few comments to mention materialized views.Robert Haas2014-02-251-5/+8
* Avoid repeated name lookups during table and index DDL.Robert Haas2014-02-171-37/+100
* Make DROP IF EXISTS more consistently not failAlvaro Herrera2014-01-231-4/+22
* Allow SET TABLESPACE to database defaultStephen Frost2014-01-181-5/+10
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Add a new reloption, user_catalog_table.Robert Haas2013-12-101-0/+6
* Don't include unused space in LOG_NEWPAGE records.Heikki Linnakangas2013-12-041-2/+6
* Refine our definition of what constitutes a system relation.Robert Haas2013-11-281-3/+3
* Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane2013-11-211-0/+2
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-101-9/+9
* Add the notion of REPLICA IDENTITY for a table.Robert Haas2013-11-081-0/+222
* Allow only some columns of a view to be auto-updateable.Robert Haas2013-10-181-1/+2
* Don't allow system columns in CHECK constraints, except tableoid.Robert Haas2013-09-231-0/+6
* Don't allow ALTER MATERIALIZED VIEW ADD UNIQUE.Kevin Grittner2013-08-151-1/+1
* WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost2013-07-181-0/+36
* Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.Kevin Grittner2013-07-161-1/+2
* Update messages, comments and documentation for materialized views.Noah Misch2013-07-051-1/+1
* Get rid of pg_class.reltoastidxid.Fujii Masao2013-07-041-5/+15
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-021-25/+34
* ALTER TABLE ... ALTER CONSTRAINT for FKsSimon Riggs2013-06-291-0/+139
* Assert that ALTER TABLE subcommands have pass setSimon Riggs2013-06-291-2/+4
* Reverting previous commit, pending investigationSimon Riggs2013-06-241-138/+0
* ALTER TABLE ... ALTER CONSTRAINT for FKsSimon Riggs2013-06-241-0/+138
* Post-pgindent cleanupStephen Frost2013-06-011-3/+7
* pgindent run for release 9.3Bruce Momjian2013-05-291-24/+26
* Allow CREATE FOREIGN TABLE to include SERIAL columns.Tom Lane2013-05-151-9/+6
* Clean up the mess around EXPLAIN and materialized views.Tom Lane2013-04-121-51/+3
* Fix checksums for CLUSTER, VACUUM FULL etc.Simon Riggs2013-04-071-1/+11
* Fix problems with incomplete attempt to prohibit OIDS with MVs.Kevin Grittner2013-03-221-1/+1
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-221-0/+2
* Extend object-access hook machinery to support post-alter events.Robert Haas2013-03-171-16/+100
* Allow default expressions to be attached to columns of foreign tables.Tom Lane2013-03-121-12/+2
* Code beautification for object-access hook machinery.Robert Haas2013-03-061-2/+1
* Add a materialized view relations.Kevin Grittner2013-03-031-34/+124
* Provide database object names as separate fields in error messages.Tom Lane2013-01-291-3/+6
* Skip truncating ON COMMIT DELETE ROWS temp tables, if the transaction hasn'tHeikki Linnakangas2013-01-291-1/+7
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-231-3/+9
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Adjust many backend functions to return OID rather than void.Robert Haas2012-12-231-15/+26
* Fix failure to ignore leftover temp tables after a server crash.Tom Lane2012-12-171-4/+29
* Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.Tom Lane2012-11-281-18/+12
* Fix handling of inherited check constraints in ALTER COLUMN TYPE.Tom Lane2012-11-051-10/+33
* Fix ALTER EXTENSION / SET SCHEMAAlvaro Herrera2012-10-311-39/+85
* Add context info to OAT_POST_CREATE security hookAlvaro Herrera2012-10-231-1/+2