aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress
Commit message (Expand)AuthorAge
* Add option to enable two_phase commits via pg_create_logical_replication_slot.Amit Kapila2021-03-03
* Improve reporting for syntax errors in multi-line JSON data.Tom Lane2021-03-01
* Fix use-after-free bug with AfterTriggersTableData.storeslotAlvaro Herrera2021-02-27
* Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley2021-02-27
* Enhanced cycle mark valuesPeter Eisentraut2021-02-27
* Extend a test case a littlePeter Eisentraut2021-02-26
* Revert "pg_collation_actual_version() -> pg_collation_current_version()."Thomas Munro2021-02-26
* Fix list-manipulation bug in WITH RECURSIVE processing.Tom Lane2021-02-25
* Fix some typos, grammar and style in docs and commentsMichael Paquier2021-02-24
* Message style fixPeter Eisentraut2021-02-24
* pg_collation_actual_version() -> pg_collation_current_version().Thomas Munro2021-02-22
* Hide internal error for pg_collation_actual_version(<bad OID>).Thomas Munro2021-02-22
* Improve new hash partition bound check error messagesPeter Eisentraut2021-02-22
* Fix bug in COMMIT AND CHAIN command.Fujii Masao2021-02-19
* Fix "invalid spinlock number: 0" error in pg_stat_wal_receiver.Fujii Masao2021-02-18
* Add tests for bytea LIKE operatorPeter Eisentraut2021-02-18
* Routine usage information schema tablesPeter Eisentraut2021-02-17
* Simplify loop logic in nodeIncrementalSort.c.Tom Lane2021-02-15
* Display the time when the process started waiting for the lock, in pg_locks, ...Fujii Masao2021-02-15
* Fix Subscription test added by commit ce0fdbfe97.Amit Kapila2021-02-12
* Allow multiple xacts during table sync in logical replication.Amit Kapila2021-02-12
* Add test case for abbrev(cidr)Peter Eisentraut2021-02-11
* Fix ORDER BY clause in new regression test of REINDEX CONCURRENTLYMichael Paquier2021-02-10
* Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLYMichael Paquier2021-02-10
* Revert "Display the time when the process started waiting for the lock, in pg...Fujii Masao2021-02-09
* Display the time when the process started waiting for the lock, in pg_locks.Fujii Masao2021-02-09
* Add option PROCESS_TOAST to VACUUMMichael Paquier2021-02-09
* Fix mishandling of column-level SELECT privileges for join aliases.Tom Lane2021-02-08
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-08
* Revert "Propagate CTE property flags when copying a CTE list into a rule."Tom Lane2021-02-07
* Propagate CTE property flags when copying a CTE list into a rule.Tom Lane2021-02-06
* Disallow converting an inheritance child table to a view.Tom Lane2021-02-06
* Fix YA incremental sort bug.Tom Lane2021-02-04
* Add TABLESPACE option to REINDEXMichael Paquier2021-02-04
* Build in some knowledge about foreign-key relationships in the catalogs.Tom Lane2021-02-02
* SEARCH and CYCLE clausesPeter Eisentraut2021-02-01
* Throw error when assigning jsonb scalar instead of a composite objectAlexander Korotkov2021-01-31
* Filling array gaps during jsonb subscriptingAlexander Korotkov2021-01-31
* Implementation of subscripting for jsonbAlexander Korotkov2021-01-31
* Fix parsing of complex morphs to tsqueryAlexander Korotkov2021-01-31
* Add primary keys and unique constraints to system catalogsPeter Eisentraut2021-01-30
* Allow GRANTED BY clause in normal GRANT and REVOKE statementsPeter Eisentraut2021-01-30
* Remove bogus restriction from BEFORE UPDATE triggersAlvaro Herrera2021-01-28
* Fix hash partition pruning with asymmetric partition sets.Tom Lane2021-01-28
* Remove gratuitous uses of deprecated SELECT INTOPeter Eisentraut2021-01-28
* Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.Tom Lane2021-01-21
* psql \dX: list extended statistics objectsTomas Vondra2021-01-20
* Add regression test for DROP OWNED BY with default ACLsMichael Paquier2021-01-20
* Fix ALTER DEFAULT PRIVILEGES with duplicated objectsMichael Paquier2021-01-20
* Add bytea equivalents of ltrim() and rtrim().Tom Lane2021-01-18