summaryrefslogtreecommitdiff
path: root/src/backend/commands
Commit message (Expand)AuthorAgeFilesLines
* WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost2013-07-182-0/+104
* Fix direct access to Relation->rd_indpred.Tom Lane2013-07-181-1/+1
* Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.Kevin Grittner2013-07-163-44/+510
* Switch user ID to the object owner when populating a materialized view.Noah Misch2013-07-122-0/+49
* Update messages, comments and documentation for materialized views.Noah Misch2013-07-056-10/+17
* Get rid of pg_class.reltoastidxid.Fujii Masao2013-07-042-17/+37
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-0216-144/+115
* ALTER TABLE ... ALTER CONSTRAINT for FKsSimon Riggs2013-06-291-0/+139
* Assert that ALTER TABLE subcommands have pass setSimon Riggs2013-06-291-2/+4
* Reverting previous commit, pending investigationSimon Riggs2013-06-241-138/+0
* ALTER TABLE ... ALTER CONSTRAINT for FKsSimon Riggs2013-06-241-0/+138
* Add buffer_std flag to MarkBufferDirtyHint().Jeff Davis2013-06-171-1/+1
* Only install a portal's ResourceOwner if it actually has one.Tom Lane2013-06-131-2/+4
* Don't pass oidvector by value.Noah Misch2013-06-122-5/+5
* Don't use ordinary NULL-terminated strings as Name datums.Noah Misch2013-06-122-3/+9
* Ensure that XLOG_HEAP2_VISIBLE always targets an initialized page.Robert Haas2013-06-061-0/+18
* Provide better message when CREATE EXTENSION can't find a target schema.Tom Lane2013-06-041-3/+7
* Post-pgindent cleanupStephen Frost2013-06-013-8/+19
* pgindent run for release 9.3Bruce Momjian2013-05-2922-327/+337
* Print line number correctly in COPY.Heikki Linnakangas2013-05-231-14/+40
* Clarify documentation of EXPLAIN (TIMING OFF) option.Tom Lane2013-05-191-0/+4
* Allow CREATE FOREIGN TABLE to include SERIAL columns.Tom Lane2013-05-152-12/+10
* Move materialized views' is-populated status into their pg_class entries.Tom Lane2013-05-064-44/+48
* Prevent (auto)vacuum from truncating first page of populated matview.Kevin Grittner2013-05-021-0/+6
* Ensure we MarkBufferDirty before visibilitymap_set()Simon Riggs2013-04-301-21/+26
* Ensure ANALYZE phase is not skipped because of canceled truncate.Kevin Grittner2013-04-291-36/+22
* Editorialize a bit on new ProcessUtility() API.Tom Lane2013-04-283-5/+6
* Incidental cleanup of matviews code.Tom Lane2013-04-272-24/+1
* Avoid deadlock between concurrent CREATE INDEX CONCURRENTLY commands.Tom Lane2013-04-251-8/+15
* Clean up the mess around EXPLAIN and materialized views.Tom Lane2013-04-127-170/+70
* Remove quotes around SQL statement in error messageAlvaro Herrera2013-04-111-1/+1
* Fix confusion between ObjectType and ObjectClassAlvaro Herrera2013-04-111-2/+89
* Create a distinction between a populated matview and a scannable one.Kevin Grittner2013-04-093-15/+15
* Adjust ExplainOneQuery_hook_type to take a DestReceiver argument.Robert Haas2013-04-091-1/+1
* Fix checksums for CLUSTER, VACUUM FULL etc.Simon Riggs2013-04-071-1/+11
* Add sql_drop event for event triggersAlvaro Herrera2013-03-281-78/+440
* Fix problems with incomplete attempt to prohibit OIDS with MVs.Kevin Grittner2013-03-222-2/+6
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-224-8/+12
* Allow extracting machine-readable object identityAlvaro Herrera2013-03-201-52/+0
* Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs2013-03-182-7/+0
* Extend object-access hook machinery to support post-alter events.Robert Haas2013-03-1717-29/+229
* Allow default expressions to be attached to columns of foreign tables.Tom Lane2013-03-121-12/+2
* Support writable foreign tables.Tom Lane2013-03-102-12/+38
* Arrange to cache FdwRoutine structs in foreign tables' relcache entries.Tom Lane2013-03-061-1/+1
* Code beautification for object-access hook machinery.Robert Haas2013-03-0613-60/+22
* WAL-log the extension of a new empty MV heap which is being populated.Kevin Grittner2013-03-061-1/+7
* Add a materialized view relations.Kevin Grittner2013-03-0317-159/+708
* Add support for piping COPY to/from an external program.Heikki Linnakangas2013-02-271-55/+150
* Correct tense in log messagePeter Eisentraut2013-02-231-1/+1
* Move relpath() to libpgcommonAlvaro Herrera2013-02-211-0/+1