summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2016-03-25Fix DROP OPERATOR to reset oprcom/oprnegate links to the dropped operator.Tom Lane
2016-03-24Suppress compiler warning for get_am_type_string().Tom Lane
2016-03-24Support CREATE ACCESS METHODAlvaro Herrera
2016-03-23Change comment to describe correct lock level usedSimon Riggs
2016-03-18Directly modify foreign tables.Robert Haas
2016-03-17Remove useless double calls of make_parsestate().Tom Lane
2016-03-16Fix problems in commit c16dc1aca5e01e6acaadfcf38f5fc964a381dc62.Robert Haas
2016-03-15Add simple VACUUM progress reporting.Robert Haas
2016-03-14Fix EXPLAIN ANALYZE SELECT INTO not to choose a parallel plan.Robert Haas
2016-03-12Widen query numbers-of-tuples-processed counters to uint64.Tom Lane
2016-03-10Don't vacuum all-frozen pages.Robert Haas
2016-03-10Refactor pull_var_clause's API to make it less tedious to extend.Tom Lane
2016-03-09Re-pgindent vacuumlazy.c.Robert Haas
2016-03-09Add a generic command progress reporting facility.Robert Haas
2016-03-08Fix parallel query on standby servers.Robert Haas
2016-03-08Department of second thoughts: remove PD_ALL_FROZEN.Robert Haas
2016-03-02Change the format of the VM fork to add a second bit per page.Robert Haas
2016-02-26On second thought, disable parallelism for prepared statements.Robert Haas
2016-02-25Enable parallelism for prepared statements and extended query protocol.Robert Haas
2016-02-15Make concurrent refresh check early that there is a unique index on matview.Fujii Masao
2016-02-11Move pg_constraint.h function declarations to new file pg_constraint_fn.h.Tom Lane
2016-02-07Introduce a new GUC force_parallel_mode for testing purposes.Robert Haas
2016-02-02Make all built-in lwlock tranche IDs fixed.Robert Haas
2016-01-20Support multi-stage aggregation.Robert Haas
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-04Fix bogus lock release in RemovePolicyById and RemoveRoleFromObjectPolicy.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-31Fix ALTER OPERATOR to update dependencies properly.Tom Lane
2015-12-30Dept of second thoughts: the !scan_all exit mustn't increase scanned_pages.Tom Lane
2015-12-30Avoid useless truncation attempts during VACUUM.Tom Lane
2015-12-28Rename (new|old)estCommitTs to (new|old)estCommitTsXidJoe Conway
2015-12-26Include typmod when complaining about inherited column type mismatches.Tom Lane
2015-12-17Rework internals of changing a type's ownershipAlvaro Herrera
2015-12-12Fix ALTER TABLE ... SET TABLESPACE for unlogged relations.Andres Freund
2015-12-11Handle policies during DROP OWNED BYStephen Frost
2015-12-11Handle dependencies properly in ALTER POLICYStephen Frost
2015-12-11Improve some messagesPeter Eisentraut
2015-12-09Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics.Robert Haas
2015-11-27COPY (INSERT/UPDATE/DELETE .. RETURNING ..)Teodor Sigaev
2015-11-20Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).Tom Lane
2015-11-19Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR.Robert Haas
2015-11-17Message style fixPeter Eisentraut
2015-11-17Message improvementsPeter Eisentraut
2015-11-12Move each SLRU's lwlocks to a separate tranche.Robert Haas
2015-11-11Make sequential scans parallel-aware.Robert Haas
2015-11-05Update spelling of COPY optionsPeter Eisentraut
2015-11-02Fix problems with ParamListInfo serialization mechanism.Robert Haas
2015-10-29Message style improvementsPeter Eisentraut
2015-10-28Add missing serial comma, for consistency.Robert Haas
2015-10-28Fix incorrect message in ATWrongRelkindError.Robert Haas