aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Add more tests for CREATE TABLE AS with WITH NO DATAMichael Paquier2019-02-07
* Hide cascade messages in collate testsPeter Eisentraut2019-02-06
* Fix heap_getattr() handling of fast defaults.Andres Freund2019-02-06
* Avoid creation of the free space map for small heap relations, take 2.Amit Kapila2019-02-04
* Add more columns to pg_stat_sslPeter Eisentraut2019-02-01
* Allow RECORD and RECORD[] to be specified in function coldeflists.Tom Lane2019-01-30
* Fix a crash in logical replicationPeter Eisentraut2019-01-30
* Refactor planner's header files.Tom Lane2019-01-29
* Make some small planner API cleanups.Tom Lane2019-01-29
* Fix pg_stat_ssl.clientdnPeter Eisentraut2019-01-29
* Add tests for pg_stat_ssl system viewPeter Eisentraut2019-01-29
* Make SSL tests more robustPeter Eisentraut2019-01-29
* In the planner, replace an empty FROM clause with a dummy RTE.Tom Lane2019-01-28
* Revert "Avoid creation of the free space map for small heap relations."Amit Kapila2019-01-28
* Avoid creation of the free space map for small heap relations.Amit Kapila2019-01-28
* Allow for yet another crash symptom in 013_crash_restart.pl.Tom Lane2019-01-26
* Make regression test output locale-independentPeter Eisentraut2019-01-26
* Allow UNLISTEN in hot-standby mode.Tom Lane2019-01-25
* Simplify restriction handling of two-phase commit for temporary objectsMichael Paquier2019-01-26
* Allow generalized expression syntax for partition boundsPeter Eisentraut2019-01-25
* Fix droppability of constraints upon partition detachAlvaro Herrera2019-01-24
* Detach constraints when partitions are detachedAlvaro Herrera2019-01-24
* Create action triggers when partitions are detachedAlvaro Herrera2019-01-21
* Sort the dependent objects before recursing in findDependentObjects().Tom Lane2019-01-21
* Fix ALTER TRIGGER ... RENAME, broken in WITH OIDS removal.Andres Freund2019-01-21
* Allow COPY FROM to filter data using WHERE conditionsTomas Vondra2019-01-20
* Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander2019-01-19
* Fix creation of duplicate foreign keys on partitionsAlvaro Herrera2019-01-18
* Remove obsolete commentPeter Eisentraut2019-01-18
* Enforce non-parallel plan when calling current_schema() in newly-added testMichael Paquier2019-01-18
* Restrict the use of temporary namespace in two-phase transactionsMichael Paquier2019-01-18
* Postpone aggregate checks until after collation is assigned.Andrew Gierth2019-01-17
* Increase test coverage in RI_Initial_Check()Peter Eisentraut2019-01-16
* Increase test coverage in RI_FKey_fk_upd_check_required()Peter Eisentraut2019-01-16
* Increase test coverage in RI_FKey_pk_upd_check_required()Peter Eisentraut2019-01-16
* Add test case for ON DELETE NO ACTION/RESTRICTPeter Eisentraut2019-01-16
* Fix parent of WCO qual.Andres Freund2019-01-15
* Re-add default_with_oids GUC to avoid breaking old dump files.Andres Freund2019-01-14
* Fix unique INCLUDE indexes on partitioned tablesAlvaro Herrera2019-01-14
* Change default of recovery_target_timeline to 'latest'Peter Eisentraut2019-01-13
* Fix missing values when doing ALTER TABLE ALTER COLUMN TYPEAndrew Dunstan2019-01-10
* isolationtester: Use atexit()Peter Eisentraut2019-01-07
* Don't create relfilenode for relations without storageAlvaro Herrera2019-01-04
* Support plpgsql variable names that conflict with unreserved SQL keywords.Tom Lane2019-01-04
* Make sort-test.py Python 3 compatiblePeter Eisentraut2019-01-04
* Move the built-in conversions into the initial catalog data.Tom Lane2019-01-03
* Switch pg_regress to output unified diffs by defaultPeter Eisentraut2019-01-02
* Ensure link commands list *.o files before LDFLAGS.Tom Lane2019-01-02
* Update copyright for 2019Bruce Momjian2019-01-02
* pg_regress: Promptly detect failed postmaster startup.Noah Misch2018-12-31