summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-23Print line number correctly in COPY.Heikki Linnakangas
2013-05-20Clarify documentation of EXPLAIN (TIMING OFF) option.Tom Lane
2013-05-15Allow CREATE FOREIGN TABLE to include SERIAL columns.Tom Lane
2013-05-06Move materialized views' is-populated status into their pg_class entries.Tom Lane
2013-05-02Prevent (auto)vacuum from truncating first page of populated matview.Kevin Grittner
2013-04-30Ensure we MarkBufferDirty before visibilitymap_set()Simon Riggs
2013-04-29Ensure ANALYZE phase is not skipped because of canceled truncate.Kevin Grittner
2013-04-28Editorialize a bit on new ProcessUtility() API.Tom Lane
2013-04-27Incidental cleanup of matviews code.Tom Lane
2013-04-25Avoid deadlock between concurrent CREATE INDEX CONCURRENTLY commands.Tom Lane
2013-04-12Clean up the mess around EXPLAIN and materialized views.Tom Lane
2013-04-11Remove quotes around SQL statement in error messageAlvaro Herrera
2013-04-11Fix confusion between ObjectType and ObjectClassAlvaro Herrera
2013-04-09Create a distinction between a populated matview and a scannable one.Kevin Grittner
2013-04-09Adjust ExplainOneQuery_hook_type to take a DestReceiver argument.Robert Haas
2013-04-07Fix checksums for CLUSTER, VACUUM FULL etc.Simon Riggs
2013-03-28Add sql_drop event for event triggersAlvaro Herrera
2013-03-22Fix problems with incomplete attempt to prohibit OIDS with MVs.Kevin Grittner
2013-03-22Allow I/O reliability checks using 16-bit checksumsSimon Riggs
2013-03-20Allow extracting machine-readable object identityAlvaro Herrera
2013-03-18Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs
2013-03-18Extend object-access hook machinery to support post-alter events.Robert Haas
2013-03-12Allow default expressions to be attached to columns of foreign tables.Tom Lane
2013-03-10Support writable foreign tables.Tom Lane
2013-03-07Arrange to cache FdwRoutine structs in foreign tables' relcache entries.Tom Lane
2013-03-07Code beautification for object-access hook machinery.Robert Haas
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