summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2013-11-22Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane
2013-11-18Count locked pages that don't need vacuuming as scanned.Heikki Linnakangas
2013-11-16Allow aggregates to provide estimates of their transition state data size.Tom Lane
2013-11-15Minor comment corrections for sequence hashtable patch.Tom Lane
2013-11-15Fix bogus hash table creation.Heikki Linnakangas
2013-11-15Use a hash table to store current sequence values.Heikki Linnakangas
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-11-08Add the notion of REPLICA IDENTITY for a table.Robert Haas
2013-11-08Fix subtly-wrong volatility checking in BeginCopyFrom().Tom Lane
2013-11-06Keep heap open until new heap generated in RMV.Kevin Grittner
2013-11-05Lock relation used to generate fresh data for RMV.Kevin Grittner
2013-11-03Acquire appropriate locks when rewriting during RMV.Kevin Grittner
2013-11-01Remove CTimeZone/HasCTZSet, root and branch.Tom Lane
2013-11-01Fix some odd behaviors when using a SQL-style simple GMT offset timezone.Tom Lane
2013-10-31Use appendStringInfoString instead of appendStringInfo where possible.Robert Haas
2013-10-28Improve documentation about usage of FDW validator functions.Tom Lane
2013-10-23Fix two bugs in setting the vm bit of empty pages.Heikki Linnakangas
2013-10-18Allow only some columns of a view to be auto-updateable.Robert Haas
2013-10-13Add use of asprintf()Peter Eisentraut
2013-10-09Add record_image_ops opclass for matview concurrent refresh.Kevin Grittner
2013-10-07Make DISCARD SEQUENCES also discard the last used sequence.Robert Haas
2013-10-04Fix silly thinko in ResetSequenceCaches.Robert Haas
2013-10-03Add DISCARD SEQUENCES command.Robert Haas
2013-10-01Add WaitForLockers in lmgr, refactoring index.c codeAlvaro Herrera
2013-09-26Fix spurious warning after vacuuming a page on a table with no indexes.Heikki Linnakangas
2013-09-23Don't allow system columns in CHECK constraints, except tableoid.Robert Haas
2013-09-16Rename various "freeze multixact" variablesAlvaro Herrera
2013-09-03Update comments concerning PGC_S_TEST.Tom Lane
2013-09-03Allow aggregate functions to be VARIADIC.Tom Lane
2013-08-28Allow discovery of whether a dynamic background worker is running.Robert Haas
2013-08-18Remove relcache entry invalidation in REFRESH MATERIALIZED VIEW.Kevin Grittner
2013-08-15Don't allow ALTER MATERIALIZED VIEW ADD UNIQUE.Kevin Grittner
2013-08-14Remove Assert that matview is not in system schema from REFRESH.Kevin Grittner
2013-08-05Various cleanups for REFRESH MATERIALIZED VIEW CONCURRENTLY.Kevin Grittner
2013-08-01Improve comments for IncrementalMaintenance DML enabling functions.Kevin Grittner
2013-08-01Remove SnapshotNow and HeapTupleSatisfiesNow.Robert Haas
2013-07-30Restore REINDEX constraint validation.Noah Misch
2013-07-22Fix cache flush hazard in ExecRefreshMatView.Robert Haas
2013-07-22Adjust HeapTupleSatisfies* routines to take a HeapTuple.Robert Haas
2013-07-18WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost
2013-07-18Fix direct access to Relation->rd_indpred.Tom Lane
2013-07-16Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.Kevin Grittner
2013-07-12Switch user ID to the object owner when populating a materialized view.Noah Misch
2013-07-05Update messages, comments and documentation for materialized views.Noah Misch
2013-07-03Get rid of pg_class.reltoastidxid.Fujii Masao
2013-07-02Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas
2013-06-28ALTER TABLE ... ALTER CONSTRAINT for FKsSimon Riggs
2013-06-28Assert that ALTER TABLE subcommands have pass setSimon Riggs
2013-06-24Reverting previous commit, pending investigationSimon Riggs
2013-06-24ALTER TABLE ... ALTER CONSTRAINT for FKsSimon Riggs