summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2020-04-22Remove bogus Assert in foreign key cloning codeDavid Rowley
2020-04-21Fix detaching partitions with cloned row triggersAlvaro Herrera
2020-04-20Add ALTER .. NO DEPENDS ONAlvaro Herrera
2020-04-16Fix the usage of parallel and full options of vacuum command.Amit Kapila
2020-04-14Comments and doc fixes for commit 40d964ec99.Amit Kapila
2020-04-13Cosmetic fixups for WAL usage work.Amit Kapila
2020-04-11Make EXPLAIN report maximum hashtable usage across multiple rescans.Tom Lane
2020-04-10Fix collection of typos and grammar mistakes in the treeMichael Paquier
2020-04-08Allow publishing partition changes via ancestorsPeter Eisentraut
2020-04-08Revert 0f5ca02f53Alexander Korotkov
2020-04-07Implement waiting for given lsn at transaction startAlexander Korotkov
2020-04-07Minor improvements in Incremental Sort explainTomas Vondra
2020-04-07Fix representation of SORT_TYPE_STILL_IN_PROGRESS.Tom Lane
2020-04-06Use INT64_FORMAT when formatting int64 values in explainTomas Vondra
2020-04-06Fix show_incremental_sort_info with force_parallel_modeTomas Vondra
2020-04-06Implement Incremental SortTomas Vondra
2020-04-06Refactor cluster.c to use new routine get_index_isclustered()Michael Paquier
2020-04-06Add the option to report WAL usage in EXPLAIN and auto_explain.Amit Kapila
2020-04-06Preserve clustered index after rewrites with ALTER TABLEMichael Paquier
2020-04-04Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-04-03Include information on buffer usage during planning phase, in EXPLAIN output,...Fujii Masao
2020-04-03Fix bogus CALLED_AS_TRIGGER() defenses.Tom Lane
2020-04-03Revert "Include information on buffer usage during planning phase, in EXPLAIN...Fujii Masao
2020-04-03Include information on buffer usage during planning phase, in EXPLAIN output.Fujii Masao
2020-04-01Check equality semantics for unique indexes on partitioned tables.Tom Lane
2020-04-01Fix coverity complaint about commit 40d964ec99.Amit Kapila
2020-03-31Improve error reporting in opclasscmds.cAlexander Korotkov
2020-03-30Implement operator class parametersAlexander Korotkov
2020-03-30Allow the planner-related functions and hook to accept the query string.Fujii Masao
2020-03-24Report wait event for cost-based vacuum delay.Andres Freund
2020-03-23Fixes for Disk-based Hash Aggregation.Jeff Davis
2020-03-23Add object names to partition integrity violations.Amit Kapila
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-21During heap rebuild, lock any TOAST index until end of transaction.Noah Misch
2020-03-19Introduce "anycompatible" family of polymorphic types.Tom Lane
2020-03-18Disk-based Hash Aggregation.Jeff Davis
2020-03-18Enable BEFORE row-level triggers for partitioned tablesAlvaro Herrera
2020-03-18Fix typo in indexcmds.cMichael Paquier
2020-03-13Preserve replica identity index across ALTER TABLE rewritePeter Eisentraut
2020-03-11Refactor ps_status.c APIPeter Eisentraut
2020-03-11Avoid duplicates in ALTER ... DEPENDS ON EXTENSIONAlvaro Herrera
2020-03-10Preserve integer and float values accurately in (de)serialize_deflist.Tom Lane
2020-03-10Split out CreateCast into src/backend/catalog/pg_cast.cAlvaro Herrera
2020-03-10Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut
2020-03-10Support adding partitioned tables to publicationPeter Eisentraut
2020-03-10Prevent reindex of invalid indexes on TOAST tablesMichael Paquier
2020-03-09Add tg_updatedcols to TriggerDataPeter Eisentraut
2020-03-09Code simplificationPeter Eisentraut
2020-03-06Allow ALTER TYPE to change some properties of a base type.Tom Lane