aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
Commit message (Expand)AuthorAge
* Reject duplicate column names in foreign key referenced-columns lists.Tom Lane2014-08-09
* Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas2014-07-31
* Move view reloptions into their own varlena structAlvaro Herrera2014-07-14
* Don't allow foreign tables with OIDs.Heikki Linnakangas2014-06-24
* pgindent run for 9.4Bruce Momjian2014-05-06
* Rationalize common/relpath.[hc].Tom Lane2014-04-30
* Make security barrier views automatically updatableStephen Frost2014-04-12
* Reduce lock levels of some ALTER TABLE cmdsSimon Riggs2014-04-06
* Offer triggers on foreign tables.Noah Misch2014-03-23
* C comments: improve description of relfilenode uniquenessBruce Momjian2014-03-08
* Update a few comments to mention materialized views.Robert Haas2014-02-25
* Avoid repeated name lookups during table and index DDL.Robert Haas2014-02-17
* Make DROP IF EXISTS more consistently not failAlvaro Herrera2014-01-23
* Allow SET TABLESPACE to database defaultStephen Frost2014-01-18
* Update copyright for 2014Bruce Momjian2014-01-07
* Add a new reloption, user_catalog_table.Robert Haas2013-12-10
* Don't include unused space in LOG_NEWPAGE records.Heikki Linnakangas2013-12-04
* Refine our definition of what constitutes a system relation.Robert Haas2013-11-28
* Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane2013-11-21
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-10
* Add the notion of REPLICA IDENTITY for a table.Robert Haas2013-11-08
* Allow only some columns of a view to be auto-updateable.Robert Haas2013-10-18
* Don't allow system columns in CHECK constraints, except tableoid.Robert Haas2013-09-23
* Don't allow ALTER MATERIALIZED VIEW ADD UNIQUE.Kevin Grittner2013-08-15
* WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost2013-07-18
* Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.Kevin Grittner2013-07-16
* Update messages, comments and documentation for materialized views.Noah Misch2013-07-05
* Get rid of pg_class.reltoastidxid.Fujii Masao2013-07-04
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-02
* ALTER TABLE ... ALTER CONSTRAINT for FKsSimon Riggs2013-06-29
* Assert that ALTER TABLE subcommands have pass setSimon Riggs2013-06-29
* Reverting previous commit, pending investigationSimon Riggs2013-06-24
* ALTER TABLE ... ALTER CONSTRAINT for FKsSimon Riggs2013-06-24
* Post-pgindent cleanupStephen Frost2013-06-01
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Allow CREATE FOREIGN TABLE to include SERIAL columns.Tom Lane2013-05-15
* Clean up the mess around EXPLAIN and materialized views.Tom Lane2013-04-12
* Fix checksums for CLUSTER, VACUUM FULL etc.Simon Riggs2013-04-07
* Fix problems with incomplete attempt to prohibit OIDS with MVs.Kevin Grittner2013-03-22
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-22
* Extend object-access hook machinery to support post-alter events.Robert Haas2013-03-17
* Allow default expressions to be attached to columns of foreign tables.Tom Lane2013-03-12
* Code beautification for object-access hook machinery.Robert Haas2013-03-06
* Add a materialized view relations.Kevin Grittner2013-03-03
* Provide database object names as separate fields in error messages.Tom Lane2013-01-29
* Skip truncating ON COMMIT DELETE ROWS temp tables, if the transaction hasn'tHeikki Linnakangas2013-01-29
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Update copyrights for 2013Bruce Momjian2013-01-01
* Adjust many backend functions to return OID rather than void.Robert Haas2012-12-23
* Fix failure to ignore leftover temp tables after a server crash.Tom Lane2012-12-17