aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands
Commit message (Expand)AuthorAge
* 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
* Allow extracting machine-readable object identityAlvaro Herrera2013-03-20
* Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs2013-03-18
* 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
* Support writable foreign tables.Tom Lane2013-03-10
* Arrange to cache FdwRoutine structs in foreign tables' relcache entries.Tom Lane2013-03-06
* Code beautification for object-access hook machinery.Robert Haas2013-03-06
* WAL-log the extension of a new empty MV heap which is being populated.Kevin Grittner2013-03-06
* Add a materialized view relations.Kevin Grittner2013-03-03
* Add support for piping COPY to/from an external program.Heikki Linnakangas2013-02-27
* Correct tense in log messagePeter Eisentraut2013-02-23
* Move relpath() to libpgcommonAlvaro Herrera2013-02-21
* Add ALTER ROLE ALL SET commandPeter Eisentraut2013-02-17
* Fix bogus when-to-deregister-from-listener-array logic.Tom Lane2013-02-13
* Update visibility map in the second phase of vacuum.Heikki Linnakangas2013-02-13
* Add support for ALTER RULE ... RENAME TO.Tom Lane2013-02-08
* Adjust COPY FREEZE error message to be more accurate and consistent.Bruce Momjian2013-02-02
* Fix typo in freeze_table_age implementationAlvaro Herrera2013-02-01
* 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
* Issue ERROR if FREEZE mode can't be honored by COPYBruce Momjian2013-01-26
* Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistentBruce Momjian2013-01-26
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Fix a few small bugs in yesterday's event trigger patch.Robert Haas2013-01-22
* Add ddl_command_end support for event triggers.Robert Haas2013-01-21
* Refactor ALTER some-obj RENAME implementationAlvaro Herrera2013-01-21
* Protect against SnapshotNow race conditions in pg_tablespace scans.Tom Lane2013-01-18
* Rework order of checks in ALTER / SET SCHEMAAlvaro Herrera2013-01-15
* Fix incorrect error message when schema-CREATE permission is absent.Robert Haas2013-01-07
* Make some spelling more consistentPeter Eisentraut2013-01-05
* Update copyrights for 2013Bruce Momjian2013-01-01
* Fix ruleutils to cope with conflicts from adding/dropping/renaming columns.Tom Lane2012-12-31
* Fix compiler warning about uninitialized variablePeter Eisentraut2012-12-31
* Adjust more backend functions to return OID rather than void.Robert Haas2012-12-29
* Remove obsolete XLogRecPtr macrosAlvaro Herrera2012-12-28
* Update comments on rd_newRelfilenodeSubid.Simon Riggs2012-12-24
* Adjust many backend functions to return OID rather than void.Robert Haas2012-12-23
* Make some messages more consistent in stylePeter Eisentraut2012-12-21
* Fix pg_extension_config_dump() to handle update cases more sanely.Tom Lane2012-12-20
* Fix failure to ignore leftover temp tables after a server crash.Tom Lane2012-12-17
* Disable event triggers in standalone mode.Tom Lane2012-12-11
* Fix performance problems with autovacuum truncation in busy workloads.Kevin Grittner2012-12-11
* Optimize COPY FREEZE with CREATE TABLE also.Simon Riggs2012-12-07
* Clarify that COPY FREEZE is not a hard rule.Simon Riggs2012-12-07
* Avoid holding vmbuffer pin after VACUUM.Simon Riggs2012-12-03
* Reduce scope of changes for COPY FREEZE.Simon Riggs2012-12-02
* Allow adding values to an enum type created in the current transaction.Tom Lane2012-12-01
* COPY FREEZE and mark committed on fresh tables.Simon Riggs2012-12-01