aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix tuple printing in error message of tuple routing for partitionsMichael Paquier2019-05-06
* Use checkAsUser for selectivity estimator checks, if it's set.Dean Rasheed2019-05-06
* Fix security checks for selectivity estimation functions with RLS.Dean Rasheed2019-05-06
* Remove reindex_catalog test from test schedules.Andres Freund2019-05-05
* Run catalog reindexing test from 3dbb317d32 serially, to avoid deadlocks.Andres Freund2019-04-30
* Clean up handling of constraint_exclusion and enable_partition_pruning.Tom Lane2019-04-30
* Fix potential assertion failure when reindexing a pg_class index.Andres Freund2019-04-29
* Apply stopgap fix for bug #15672.Tom Lane2019-04-26
* Repair assorted issues in locale data extraction.Tom Lane2019-04-23
* Fix detection of passwords hashed with MD5 or SCRAM-SHA-256Michael Paquier2019-04-23
* Fix handling of temp and unlogged tables in FOR ALL TABLES publicationsPeter Eisentraut2019-04-18
* Don't write to stdin of a test process that could have already exited.Noah Misch2019-04-15
* Fix SHOW ALL command for non-superusers with replication connectionMichael Paquier2019-04-15
* Test both 0.0.0.0 and 127.0.0.x addresses to find a usable port.Noah Misch2019-04-14
* MSYS: Translate REGRESS_SHLIB to a Windows file name.Noah Misch2019-04-14
* When Perl "kill(9, ...)" fails, try "pg_ctl kill".Noah Misch2019-04-13
* Consistently test for in-use shared memory.Noah Misch2019-04-12
* Fix improper interaction of FULL JOINs with lateral references.Tom Lane2019-04-08
* Fix EvalPlanQualStart to handle partitioned result rels correctly.Tom Lane2019-04-08
* Fix partition tuple routing with dropped attributesMichael Paquier2019-04-08
* Clean up side-effects of commits ab5fcf2b0 et al.Tom Lane2019-04-07
* Fix failures in validateForeignKeyConstraint's slow path.Tom Lane2019-04-06
* Revert "Consistently test for in-use shared memory."Noah Misch2019-04-05
* Make src/test/recovery/t/017_shm.pl safe for concurrent execution.Noah Misch2019-04-03
* Consistently test for in-use shared memory.Noah Misch2019-04-03
* Perform RLS subquery checks as the right user when going via a view.Dean Rasheed2019-04-02
* Avoid crash in partitionwise join planning under GEQO.Tom Lane2019-03-30
* Fix partitioned index creation bug with dropped columnsAlvaro Herrera2019-03-26
* Accept XML documents when xmloption = content, as required by SQL:2006+.Tom Lane2019-03-23
* Hack back-branch SSL tests to avoid intermittent buildfarm failures.Tom Lane2019-03-19
* Ensure dummy paths have correct required_outer if rel is parameterized.Tom Lane2019-03-14
* Disallow NaN as a value for floating-point GUCs.Tom Lane2019-03-10
* Fix handling of targetlist SRFs when scan/join relation is known empty.Tom Lane2019-03-07
* Further fixing for multi-row VALUES lists for updatable views.Dean Rasheed2019-03-03
* Fix plan created for inherited UPDATE/DELETE with all tables excluded.Tom Lane2019-02-22
* Fix DEFAULT-handling in multi-row VALUES lists for updatable views.Dean Rasheed2019-02-20
* Fix CREATE VIEW to allow zero-column views.Tom Lane2019-02-17
* Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTEMichael Paquier2019-02-15
* Adjust error messagePeter Eisentraut2019-02-11
* Fix indexable-row-comparison logic to account for covering indexes.Tom Lane2019-02-10
* Solve cross-version-upgrade testing problem induced by 1fb57af92.Tom Lane2019-02-09
* Fix searchpath and module location for pg_rewind and ssl TAP testsAndrew Dunstan2019-02-07
* Add collation assignment to CALL statementPeter Eisentraut2019-02-07
* Fix heap_getattr() handling of fast defaults.Andres Freund2019-02-06
* Fix a crash in logical replicationPeter Eisentraut2019-01-30
* Allow for yet another crash symptom in 013_crash_restart.pl.Tom Lane2019-01-26
* Allow UNLISTEN in hot-standby mode.Tom Lane2019-01-25
* Fix droppability of constraints upon partition detachAlvaro Herrera2019-01-24
* Detach constraints when partitions are detachedAlvaro Herrera2019-01-23
* Create action triggers when partitions are detachedAlvaro Herrera2019-01-21