aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands
Commit message (Expand)AuthorAge
* Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera2022-08-05
* Allow "in place" tablespaces.Alvaro Herrera2022-07-27
* Invalidate all partitions for a partitioned table in publication.Amit Kapila2021-09-22
* Send NOTIFY signals during CommitTransaction.Tom Lane2021-09-14
* Fix toast rewrites in logical decoding.Amit Kapila2021-08-25
* Preserve firing-on state when cloning row triggers to partitionsAlvaro Herrera2021-07-16
* Rename SLRU structures and associated LWLocks.Tom Lane2020-05-15
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Comments and doc fixes for commit 40d964ec99.Amit Kapila2020-04-14
* Revert 0f5ca02f53Alexander Korotkov2020-04-08
* Implement waiting for given lsn at transaction startAlexander Korotkov2020-04-07
* Add the option to report WAL usage in EXPLAIN and auto_explain.Amit Kapila2020-04-06
* Include information on buffer usage during planning phase, in EXPLAIN output,...Fujii Masao2020-04-04
* Revert "Include information on buffer usage during planning phase, in EXPLAIN...Fujii Masao2020-04-03
* Include information on buffer usage during planning phase, in EXPLAIN output.Fujii Masao2020-04-03
* Fix up recent breakage of headerscheck and cpluspluscheck.Tom Lane2020-03-21
* Introduce a maintenance_io_concurrency setting.Thomas Munro2020-03-16
* Split out CreateCast into src/backend/catalog/pg_cast.cAlvaro Herrera2020-03-10
* Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut2020-03-10
* Add tg_updatedcols to TriggerDataPeter Eisentraut2020-03-09
* Allow ALTER TYPE to change some properties of a base type.Tom Lane2020-03-06
* Remove the "opaque" pseudo-type and associated compatibility hacks.Tom Lane2020-03-05
* Report progress of streaming base backup.Fujii Masao2020-03-03
* Represent command completion tags as structsAlvaro Herrera2020-03-02
* Invent "trusted" extensions, and remove the pg_pltemplate catalog.Tom Lane2020-01-29
* Clean up EXPLAIN's handling of per-worker details.Tom Lane2020-01-25
* Allow vacuum command to process indexes in parallel.Amit Kapila2020-01-20
* Restructure ALTER TABLE execution to fix assorted bugs.Tom Lane2020-01-15
* Report progress of ANALYZE commandsAlvaro Herrera2020-01-15
* Introduce IndexAM fields for parallel vacuum.Amit Kapila2020-01-15
* Make better use of ParseState in ProcessUtilityPeter Eisentraut2020-01-04
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix "force_parallel_mode = regress" to work with ANALYZE + VERBOSE.Tom Lane2019-12-16
* Make the order of the header file includes consistent.Amit Kapila2019-11-25
* Make DROP DATABASE command generate less WAL records.Fujii Masao2019-11-21
* Introduce the 'force' option for the Drop Database command.Amit Kapila2019-11-13
* Remove AtSubStart_Notify.Robert Haas2019-10-04
* Support reloptions of enum typeAlvaro Herrera2019-09-25
* Allow setting statistics target for extended statisticsTomas Vondra2019-09-11
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-19
* Remove fmgr.h includes from headers that don't really need it.Andres Freund2019-08-16
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* Remove unreferenced function declarations.Tom Lane2019-07-05
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Add command column to pg_stat_progress_create_indexPeter Eisentraut2019-06-04
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Add TRUNCATE parameter to VACUUM.Fujii Masao2019-05-08
* Fix tablespace inheritance for partitioned relsAlvaro Herrera2019-04-25