aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands
Commit message (Expand)AuthorAge
* 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
* Add missing buffer lock acquisition in GetTupleForTrigger().Tom Lane2012-11-30
* Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.Tom Lane2012-11-28
* Split out rmgr rm_desc functions into their own filesAlvaro Herrera2012-11-28
* Revert patch for taking fewer snapshots.Tom Lane2012-11-26
* Use correct text domain for translating errcontext() messages.Heikki Linnakangas2012-11-12
* Don't trash input list structure in does_not_exist_skipping().Tom Lane2012-11-08
* Fix handling of inherited check constraints in ALTER COLUMN TYPE.Tom Lane2012-11-05
* Fix ALTER EXTENSION / SET SCHEMAAlvaro Herrera2012-10-31
* Throw error if expiring tuple is again updated or deleted.Kevin Grittner2012-10-26