summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2017-12-08Apply identity sequence values on COPYPeter Eisentraut
2017-12-05Fix EXPLAIN ANALYZE of hash join when the leader doesn't participate.Andres Freund
2017-12-04When VACUUM or ANALYZE skips a concurrently dropped table, log it.Robert Haas
2017-12-01Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables.Robert Haas
2017-11-30SQL proceduresPeter Eisentraut
2017-11-29Update typedefs.list and re-run pgindentRobert Haas
2017-11-28Fix assorted syscache lookup sloppiness in partition-related code.Tom Lane
2017-11-16Pass InitPlan values to workers via Gather (Merge).Robert Haas
2017-11-15Centralize executor-related partitioning code.Robert Haas
2017-11-14Simplify index_[constraint_]create APIAlvaro Herrera
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-11-09Add hash partitioning.Robert Haas
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-11-05Ignore CatalogSnapshot when checking COPY FREEZE prerequisites.Noah Misch
2017-11-02Revert bogus fixes of HOT-freezing bugAlvaro Herrera
2017-11-01Fix ALTER TABLE code to update domain constraints when needed.Tom Lane
2017-10-26Support domains over composite types.Tom Lane
2017-10-26In relevant log messages, indicate whether vacuums are aggressive.Robert Haas
2017-10-16Rework DefineIndex relkind checkAlvaro Herrera
2017-10-14Explicitly track whether aggregate final functions modify transition state.Tom Lane
2017-10-12Use ResultRelInfo ** rather than ResultRelInfo * for tuple routing.Robert Haas
2017-10-12Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund
2017-10-11Remove unnecessary PG_TRY overhead for CurrentResourceOwner changes.Tom Lane
2017-10-11Fix low-probability loss of NOTIFY messages due to XID wraparound.Tom Lane
2017-10-05On attach, consider skipping validation of subpartitions individually.Robert Haas
2017-10-05Improve error message when skipping scan of default partition.Robert Haas
2017-10-05Allow DML commands that create tables to use parallel query.Robert Haas
2017-10-05Improve comments in vacuum_rel() and analyze_rel().Tom Lane
2017-10-03Allow multiple tables to be specified in one VACUUM or ANALYZE command.Tom Lane
2017-10-01Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund
2017-09-30Support arrays over domains.Tom Lane
2017-09-29Fix inadequate locking during get_rel_oids().Tom Lane
2017-09-28Fix freezing of a dead HOT-updated tupleAlvaro Herrera
2017-09-27Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.Tom Lane
2017-09-26Improve wording of error message added in commit 714805010.Tom Lane
2017-09-23... and the very same bug in publicationListToArray().Tom Lane
2017-09-22Fix saving and restoring umaskPeter Eisentraut
2017-09-22For wal_consistency_checking, mask page checksum as well as page LSN.Robert Haas
2017-09-21Give a better error for duplicate entries in VACUUM/ANALYZE column list.Tom Lane
2017-09-18Make ExplainOpenGroup and ExplainCloseGroup public.Tom Lane
2017-09-18Fix DROP SUBSCRIPTION hangPeter Eisentraut
2017-09-17Fix possible dangling pointer dereference in trigger.c.Tom Lane
2017-09-17Ensure that BEFORE STATEMENT triggers fire the right number of times.Tom Lane
2017-09-16Fix SQL-spec incompatibilities in new transition table feature.Tom Lane
2017-09-14Fix inconsistent capitalization.Robert Haas
2017-09-11Message style fixesPeter Eisentraut
2017-09-10Quick-hack fix for foreign key cascade vs triggers with transition tables.Tom Lane
2017-09-08Allow a partitioned table to have a default partition.Robert Haas
2017-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-09-06Allow SET STATISTICS on expression indexesSimon Riggs