aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands
Commit message (Expand)AuthorAge
* Message fixes and style improvementsPeter Eisentraut2020-09-14
* Raise error on concurrent drop of partitioned indexAlvaro Herrera2020-09-01
* Fix ALTER TABLE's scheduling rules for AT_AddConstraint subcommands.Tom Lane2020-08-22
* Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane2020-08-21
* Rework EXPLAIN for planner's buffer usage.Fujii Masao2020-08-21
* Prevent concurrent SimpleLruTruncate() for any given SLRU.Noah Misch2020-08-15
* Make contrib modules' installation scripts more secure.Tom Lane2020-08-10
* Fix bogus EXPLAIN output for Hash AggregateDavid Rowley2020-08-07
* Use int64 instead of long in incremental sort codeDavid Rowley2020-08-02
* Fix oversight in ALTER TYPE: typmodin/typmodout must propagate to arrays.Tom Lane2020-07-31
* Make EXPLAIN ANALYZE of HashAgg more similar to Hash JoinDavid Rowley2020-07-29
* Fix timing issue with ALTER TABLE's validate constraintDavid Rowley2020-07-14
* Fix whitespace in HashAgg EXPLAIN ANALYZEDavid Rowley2020-07-09
* Fix temporary tablespaces for shared filesets some more.Tom Lane2020-07-03
* Fix temporary tablespaces for shared filesetsMagnus Hagander2020-07-03
* Further adjustments to Hashagg EXPLAIN ANALYZE outputDavid Rowley2020-07-01
* Undo double-quoting of index names in non-text EXPLAIN output formats.Tom Lane2020-06-22
* Fix EXPLAIN ANALYZE for parallel HashAgg plansDavid Rowley2020-06-19
* Spelling adjustmentsPeter Eisentraut2020-06-09
* Spelling adjustmentsPeter Eisentraut2020-06-07
* Add missing error code to "cannot attach index ..." error.Heikki Linnakangas2020-05-28
* Add missing invocations to object access hooksMichael Paquier2020-05-23
* Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane2020-05-16
* Rename SLRU structures and associated LWLocks.Tom Lane2020-05-15
* Make COPY TO keep locks until the transaction end.Amit Kapila2020-05-15
* Remove duplicated comment block in event_trigger.cMichael Paquier2020-05-15
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Fix async.c to not register any SLRU stats counts in the postmaster.Tom Lane2020-05-13
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-13
* Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera2020-05-12
* Rework EXPLAIN format for incremental sortTomas Vondra2020-05-12
* Fix typos and improve incremental sort commentsTomas Vondra2020-05-12
* Simplify show_incremental_sort_info a bitTomas Vondra2020-05-09
* Fix several DDL issues of generated columns versus inheritancePeter Eisentraut2020-05-08
* Propagate ALTER TABLE ... SET STORAGE to indexesPeter Eisentraut2020-05-08
* Heed lock protocol in DROP OWNED BYAlvaro Herrera2020-05-06
* Change the display of WAL usage statistics in Explain.Amit Kapila2020-05-05
* Fix error case for CREATE ROLE ... IN ROLE.Andrew Gierth2020-04-25
* Remove bogus Assert in foreign key cloning codeDavid Rowley2020-04-22
* Fix detaching partitions with cloned row triggersAlvaro Herrera2020-04-21
* Add ALTER .. NO DEPENDS ONAlvaro Herrera2020-04-20
* Fix the usage of parallel and full options of vacuum command.Amit Kapila2020-04-16
* Comments and doc fixes for commit 40d964ec99.Amit Kapila2020-04-14
* Cosmetic fixups for WAL usage work.Amit Kapila2020-04-13
* Make EXPLAIN report maximum hashtable usage across multiple rescans.Tom Lane2020-04-11
* Fix collection of typos and grammar mistakes in the treeMichael Paquier2020-04-10
* Allow publishing partition changes via ancestorsPeter Eisentraut2020-04-08
* Revert 0f5ca02f53Alexander Korotkov2020-04-08
* Implement waiting for given lsn at transaction startAlexander Korotkov2020-04-07
* Minor improvements in Incremental Sort explainTomas Vondra2020-04-07