summaryrefslogtreecommitdiff
path: root/src/include/commands
AgeCommit message (Expand)Author
2020-04-14Comments and doc fixes for commit 40d964ec99.Amit Kapila
2020-04-08Revert 0f5ca02f53Alexander Korotkov
2020-04-07Implement waiting for given lsn at transaction startAlexander Korotkov
2020-04-06Add the option to report WAL usage in EXPLAIN and auto_explain.Amit Kapila
2020-04-03Include information on buffer usage during planning phase, in EXPLAIN output,...Fujii Masao
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-03-21Fix up recent breakage of headerscheck and cpluspluscheck.Tom Lane
2020-03-16Introduce a maintenance_io_concurrency setting.Thomas Munro
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-09Add tg_updatedcols to TriggerDataPeter Eisentraut
2020-03-06Allow ALTER TYPE to change some properties of a base type.Tom Lane
2020-03-05Remove the "opaque" pseudo-type and associated compatibility hacks.Tom Lane
2020-03-03Report progress of streaming base backup.Fujii Masao
2020-03-02Represent command completion tags as structsAlvaro Herrera
2020-01-29Invent "trusted" extensions, and remove the pg_pltemplate catalog.Tom Lane
2020-01-25Clean up EXPLAIN's handling of per-worker details.Tom Lane
2020-01-20Allow vacuum command to process indexes in parallel.Amit Kapila
2020-01-15Restructure ALTER TABLE execution to fix assorted bugs.Tom Lane
2020-01-15Report progress of ANALYZE commandsAlvaro Herrera
2020-01-15Introduce IndexAM fields for parallel vacuum.Amit Kapila
2020-01-04Make better use of ParseState in ProcessUtilityPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-17Fix "force_parallel_mode = regress" to work with ANALYZE + VERBOSE.Tom Lane
2019-11-25Make the order of the header file includes consistent.Amit Kapila
2019-11-21Make DROP DATABASE command generate less WAL records.Fujii Masao
2019-11-13Introduce the 'force' option for the Drop Database command.Amit Kapila
2019-10-04Remove AtSubStart_Notify.Robert Haas
2019-09-25Support reloptions of enum typeAlvaro Herrera
2019-09-10Allow setting statistics target for extended statisticsTomas Vondra
2019-08-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
2019-08-16Remove fmgr.h includes from headers that don't really need it.Andres Freund
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-07-29Fix inconsistencies and typos in the treeMichael Paquier
2019-07-05Remove unreferenced function declarations.Tom Lane
2019-07-01Fix many typos and inconsistenciesMichael Paquier
2019-06-04Add command column to pg_stat_progress_create_indexPeter Eisentraut
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-07Add TRUNCATE parameter to VACUUM.Fujii Masao
2019-04-25Fix tablespace inheritance for partitioned relsAlvaro Herrera
2019-04-07Report progress of REINDEX operationsPeter Eisentraut
2019-04-05Harden tableam against nonexistant / wrong kind of AMs.Andres Freund
2019-04-04Allow VACUUM to be run with index cleanup disabled.Robert Haas
2019-04-03Add SETTINGS option to EXPLAIN, to print modified settings.Tomas Vondra
2019-04-03Support foreign keys that reference partitioned tablesAlvaro Herrera
2019-04-02Report progress of CREATE INDEX operationsAlvaro Herrera
2019-03-29REINDEX CONCURRENTLYPeter Eisentraut
2019-03-25Add progress reporting for CLUSTER and VACUUM FULL.Robert Haas