aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Add ORDER BY to more ICU regression test cases.Tom Lane2019-03-26
* Improve psql's \d display of foreign key constraintsAlvaro Herrera2019-03-26
* Fix crash when using partition bound expressionsMichael Paquier2019-03-26
* Add MacPorts support to src/test/ldap tests.Thomas Munro2019-03-26
* Suppress Append and MergeAppend plan nodes that have a single child.Tom Lane2019-03-25
* Further code review for new integerset code.Tom Lane2019-03-25
* Add progress reporting for CLUSTER and VACUUM FULL.Robert Haas2019-03-25
* Get rid of backtracking in jsonpath_scan.lAlexander Korotkov2019-03-25
* Clean up the Simple-8b encoder code.Heikki Linnakangas2019-03-25
* Align timestamps in pg_regress outputPeter Eisentraut2019-03-25
* Add ORDER BY to regression test casePeter Eisentraut2019-03-25
* Un-hide most cascaded-drop details in regression test results.Tom Lane2019-03-24
* Sort dependent objects before reporting them in DROP ROLE.Tom Lane2019-03-24
* Transaction chainingPeter Eisentraut2019-03-24
* tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund2019-03-23
* Accept XML documents when xmloption = content, as required by SQL:2006+.Tom Lane2019-03-23
* Suppress DETAIL output from an event_trigger test.Peter Geoghegan2019-03-23
* Expand EPQ tests for UPDATEs and DELETEsAndres Freund2019-03-22
* Make subscription collation test work independent of localePeter Eisentraut2019-03-22
* Go back to suppressing foreign_data DETAIL test output.Peter Geoghegan2019-03-22
* Fix yet more portability bugs in integerset and its tests.Heikki Linnakangas2019-03-22
* Fix ICU tests for older ICU versionsPeter Eisentraut2019-03-22
* More portability fixes for integerset tests.Heikki Linnakangas2019-03-22
* Make printf format strings in test_integerset portable.Heikki Linnakangas2019-03-22
* Make the integerset test more verbose.Heikki Linnakangas2019-03-22
* Delete empty pages during GiST VACUUM.Heikki Linnakangas2019-03-22
* Add IntegerSet, to hold large sets of 64-bit ints efficiently.Heikki Linnakangas2019-03-22
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Fix crash with pg_partition_rootMichael Paquier2019-03-22
* Revert "Suppress DETAIL output from a foreign_data test."Peter Geoghegan2019-03-21
* Fix dependency recording bug for partitioned PKsAlvaro Herrera2019-03-21
* Improve error reporting for DROP FUNCTION/PROCEDURE/AGGREGATE/ROUTINE.Tom Lane2019-03-21
* Suppress DETAIL output from a foreign_data test.Peter Geoghegan2019-03-20
* Make heap TID a tiebreaker nbtree index column.Peter Geoghegan2019-03-20
* Remove ambiguity for jsonb_path_match() and jsonb_path_exists()Alexander Korotkov2019-03-20
* Fix bug in support for collation attributes on older ICU versionsPeter Eisentraut2019-03-19
* Implement OR REPLACE option for CREATE AGGREGATE.Andrew Gierth2019-03-19
* Revise parse tree representation for VACUUM and ANALYZE.Robert Haas2019-03-18
* Fix optimization of foreign-key on update actionsPeter Eisentraut2019-03-18
* Add support for collation attributes on older ICU versionsPeter Eisentraut2019-03-17
* Remove another unnecessary application_name specification in testPeter Eisentraut2019-03-16
* Further adjust the tests for the hyperbolic functions.Tom Lane2019-03-16
* Numeric error suppression in jsonpathAlexander Korotkov2019-03-16
* Partial implementation of SQL/JSON path languageAlexander Korotkov2019-03-16
* Don't propagate PGAPPNAME through pg_ctl in testsPeter Eisentraut2019-03-16
* Fix typo related to to_tsvector() in tests of json and jsonbMichael Paquier2019-03-15
* Enable parallel query with SERIALIZABLE isolation.Thomas Munro2019-03-15
* Reorder identity regression testPeter Eisentraut2019-03-15
* Ensure dummy paths have correct required_outer if rel is parameterized.Tom Lane2019-03-14
* Fix race condition in recently-added TAP test for recovery consistencyMichael Paquier2019-03-14