aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands
Commit message (Expand)AuthorAge
* Prevent excess SimpleLruTruncate() deletion.Noah Misch2021-01-16
* Disallow CREATE STATISTICS on system catalogsTomas Vondra2021-01-15
* Prevent drop of tablespaces used by partitioned relationsAlvaro Herrera2021-01-14
* Avoid memcpy() with a NULL source pointer and count == 0Alvaro Herrera2020-12-01
* Remove leftover comments, left behind by removal of WITH OIDS.Heikki Linnakangas2020-11-30
* Fix a recently-introduced race condition in LISTEN/NOTIFY handling.Tom Lane2020-11-28
* Use "true" not "TRUE" in one ICU function call.Tom Lane2020-11-16
* Fix fuzzy thinking about amcanmulticol versus amcaninclude.Tom Lane2020-11-15
* In security-restricted operations, block enqueue of at-commit user code.Noah Misch2020-11-09
* In INSERT/UPDATE, use the table's real tuple descriptor as target.Tom Lane2020-11-08
* Message style improvementsAlvaro Herrera2020-11-07
* Revert "Accept relations of any kind in LOCK TABLE".Tom Lane2020-11-06
* Don't throw an error for LOCK TABLE on a self-referential view.Tom Lane2020-11-05
* Allow users with BYPASSRLS to alter their own passwords.Tom Lane2020-11-03
* Disallow ALTER TABLE ONLY / DROP EXPRESSIONPeter Eisentraut2020-11-03
* Accept relations of any kind in LOCK TABLEAlvaro Herrera2020-10-27
* Fix corner case for a BEFORE ROW UPDATE trigger returning OLD.Tom Lane2020-10-25
* Fix broken XML formatting in EXPLAIN output for incremental sorts.Tom Lane2020-10-23
* Fix ALTER TABLE .. ENABLE/DISABLE TRIGGER recursionAlvaro Herrera2020-10-20
* Reword partitioning error messageAlvaro Herrera2020-09-30
* Fix progress reporting of REINDEX CONCURRENTLYMichael Paquier2020-09-29
* Add for_each_from, to simplify loops starting from non-first list cells.Tom Lane2020-09-28
* Revise RelationBuildRowSecurity() to avoid memory leaks.Tom Lane2020-09-26
* Avoid unnecessary recursion to child tables in ALTER TABLE SET NOT NULL.Tom Lane2020-09-16
* Fix use-after-free bug with event triggers in an extension scriptAlvaro Herrera2020-09-15
* 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