summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2013-03-06WAL-log the extension of a new empty MV heap which is being populated.Kevin Grittner
2013-03-04Add a materialized view relations.Kevin Grittner
2013-02-27Add support for piping COPY to/from an external program.Heikki Linnakangas
2013-02-24Correct tense in log messagePeter Eisentraut
2013-02-22Move relpath() to libpgcommonAlvaro Herrera
2013-02-18Add ALTER ROLE ALL SET commandPeter Eisentraut
2013-02-13Fix bogus when-to-deregister-from-listener-array logic.Tom Lane
2013-02-13Update visibility map in the second phase of vacuum.Heikki Linnakangas
2013-02-09Add support for ALTER RULE ... RENAME TO.Tom Lane
2013-02-02Adjust COPY FREEZE error message to be more accurate and consistent.Bruce Momjian
2013-02-01Fix typo in freeze_table_age implementationAlvaro Herrera
2013-01-29Provide database object names as separate fields in error messages.Tom Lane
2013-01-29Skip truncating ON COMMIT DELETE ROWS temp tables, if the transaction hasn'tHeikki Linnakangas
2013-01-26Issue ERROR if FREEZE mode can't be honored by COPYBruce Momjian
2013-01-26Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistentBruce Momjian
2013-01-23Improve concurrency of foreign key lockingAlvaro Herrera
2013-01-23Fix a few small bugs in yesterday's event trigger patch.Robert Haas
2013-01-21Add ddl_command_end support for event triggers.Robert Haas
2013-01-21Refactor ALTER some-obj RENAME implementationAlvaro Herrera
2013-01-18Protect against SnapshotNow race conditions in pg_tablespace scans.Tom Lane
2013-01-15Rework order of checks in ALTER / SET SCHEMAAlvaro Herrera
2013-01-07Fix incorrect error message when schema-CREATE permission is absent.Robert Haas
2013-01-05Make some spelling more consistentPeter Eisentraut
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-31Fix ruleutils to cope with conflicts from adding/dropping/renaming columns.Tom Lane
2012-12-31Fix compiler warning about uninitialized variablePeter Eisentraut
2012-12-29Adjust more backend functions to return OID rather than void.Robert Haas
2012-12-28Remove obsolete XLogRecPtr macrosAlvaro Herrera
2012-12-24Update comments on rd_newRelfilenodeSubid.Simon Riggs
2012-12-23Adjust many backend functions to return OID rather than void.Robert Haas
2012-12-21Make some messages more consistent in stylePeter Eisentraut
2012-12-20Fix pg_extension_config_dump() to handle update cases more sanely.Tom Lane
2012-12-18Fix failure to ignore leftover temp tables after a server crash.Tom Lane
2012-12-12Disable event triggers in standalone mode.Tom Lane
2012-12-11Fix performance problems with autovacuum truncation in busy workloads.Kevin Grittner
2012-12-07Optimize COPY FREEZE with CREATE TABLE also.Simon Riggs
2012-12-07Clarify that COPY FREEZE is not a hard rule.Simon Riggs
2012-12-03Avoid holding vmbuffer pin after VACUUM.Simon Riggs
2012-12-02Reduce scope of changes for COPY FREEZE.Simon Riggs
2012-12-01Allow adding values to an enum type created in the current transaction.Tom Lane
2012-12-01COPY FREEZE and mark committed on fresh tables.Simon Riggs
2012-11-30Add missing buffer lock acquisition in GetTupleForTrigger().Tom Lane
2012-11-29Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.Tom Lane
2012-11-28Split out rmgr rm_desc functions into their own filesAlvaro Herrera
2012-11-26Revert patch for taking fewer snapshots.Tom Lane
2012-11-12Use correct text domain for translating errcontext() messages.Heikki Linnakangas
2012-11-08Don't trash input list structure in does_not_exist_skipping().Tom Lane
2012-11-05Fix handling of inherited check constraints in ALTER COLUMN TYPE.Tom Lane
2012-10-31Fix ALTER EXTENSION / SET SCHEMAAlvaro Herrera
2012-10-26Throw error if expiring tuple is again updated or deleted.Kevin Grittner