summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2014-02-13Separate multixact freezing parameters from xid'sAlvaro Herrera
2014-02-09Mark some more variables as static or include the appropriate headerPeter Eisentraut
2014-01-30Fix unsafe references to errno within error messaging logic.Tom Lane
2014-01-29Include planning time in EXPLAIN ANALYZE output.Robert Haas
2014-01-24ALTER TABLESPACE ... MOVE ... OWNED BYStephen Frost
2014-01-23Make DROP IF EXISTS more consistently not failAlvaro Herrera
2014-01-20Expose a routine to print triggers during EXPLAIN ANALYZEAlvaro Herrera
2014-01-20Fix typo in comment.Fujii Masao
2014-01-20Speed up COPY into tables with DEFAULT nextval()Simon Riggs
2014-01-19Add CREATE TABLESPACE ... WITH ... OptionsStephen Frost
2014-01-19Fix VACUUM's reporting of dead-tuple counts to the stats collector.Tom Lane
2014-01-18Add ALTER TABLESPACE ... MOVE commandStephen Frost
2014-01-18Allow SET TABLESPACE to database defaultStephen Frost
2014-01-18Make various variables const (read-only).Tom Lane
2014-01-13Make bitmap heap scans show exact/lossy block info in EXPLAIN ANALYZE.Robert Haas
2014-01-11Fix compute_scalar_stats() for case that all values exceed WIDTH_THRESHOLD.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2014-01-07Add more use of psprintf()Peter Eisentraut
2014-01-03Restore some comments lost during 15732b34e8c8Alvaro Herrera
2014-01-02Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them.Robert Haas
2013-12-30Fix broken support for event triggers as extension members.Tom Lane
2013-12-23Support ordered-set (WITHIN GROUP) aggregates.Tom Lane
2013-12-22Change the way we mark tuples as frozen.Robert Haas
2013-12-19Move pg_upgrade_support global variables to their own include fileBruce Momjian
2013-12-18Allow on-detach callbacks for dynamic shared memory segments.Robert Haas
2013-12-17Comment: COPY comment improvementBruce Momjian
2013-12-16Rework tuple freezing protocolAlvaro Herrera
2013-12-13Add HOLD/RESUME_INTERRUPTS in HandleCatchupInterrupt/HandleNotifyInterrupt.Tom Lane
2013-12-13Fix more instances of "the the" in comments.Heikki Linnakangas
2013-12-13Fix WAL-logging of setting the visibility map bit.Heikki Linnakangas
2013-12-12Improve EXPLAIN to print the grouping columns in Agg and Group nodes.Tom Lane
2013-12-12New autovacuum_work_mem parameterSimon Riggs
2013-12-11Add a new reloption, user_catalog_table.Robert Haas
2013-12-11Add new wal_level, logical, sufficient for logical decoding.Robert Haas
2013-12-03Don't include unused space in LOG_NEWPAGE records.Heikki Linnakangas
2013-11-30Fix full-table-vacuum request mechanism for MultiXactIdsAlvaro Herrera
2013-11-29Refine our definition of what constitutes a system relation.Robert Haas
2013-11-27Don't update relfrozenxid if any pages were skipped.Heikki Linnakangas
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