summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2019-03-25Add ORDER BY to regression test casePeter Eisentraut
2019-03-24Un-hide most cascaded-drop details in regression test results.Tom Lane
2019-03-24Sort dependent objects before reporting them in DROP ROLE.Tom Lane
2019-03-24Transaction chainingPeter Eisentraut
2019-03-24tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund
2019-03-23Accept XML documents when xmloption = content, as required by SQL:2006+.Tom Lane
2019-03-23Suppress DETAIL output from an event_trigger test.Peter Geoghegan
2019-03-23Expand EPQ tests for UPDATEs and DELETEsAndres Freund
2019-03-22Make subscription collation test work independent of localePeter Eisentraut
2019-03-22Go back to suppressing foreign_data DETAIL test output.Peter Geoghegan
2019-03-22Fix yet more portability bugs in integerset and its tests.Heikki Linnakangas
2019-03-22Fix ICU tests for older ICU versionsPeter Eisentraut
2019-03-22More portability fixes for integerset tests.Heikki Linnakangas
2019-03-22Make printf format strings in test_integerset portable.Heikki Linnakangas
2019-03-22Make the integerset test more verbose.Heikki Linnakangas
2019-03-22Delete empty pages during GiST VACUUM.Heikki Linnakangas
2019-03-22Add IntegerSet, to hold large sets of 64-bit ints efficiently.Heikki Linnakangas
2019-03-22Collations with nondeterministic comparisonPeter Eisentraut
2019-03-22Fix crash with pg_partition_rootMichael Paquier
2019-03-21Revert "Suppress DETAIL output from a foreign_data test."Peter Geoghegan
2019-03-21Fix dependency recording bug for partitioned PKsAlvaro Herrera
2019-03-21Improve error reporting for DROP FUNCTION/PROCEDURE/AGGREGATE/ROUTINE.Tom Lane
2019-03-20Suppress DETAIL output from a foreign_data test.Peter Geoghegan
2019-03-20Make heap TID a tiebreaker nbtree index column.Peter Geoghegan
2019-03-20Remove ambiguity for jsonb_path_match() and jsonb_path_exists()Alexander Korotkov
2019-03-19Fix bug in support for collation attributes on older ICU versionsPeter Eisentraut
2019-03-19Implement OR REPLACE option for CREATE AGGREGATE.Andrew Gierth
2019-03-18Revise parse tree representation for VACUUM and ANALYZE.Robert Haas
2019-03-18Fix optimization of foreign-key on update actionsPeter Eisentraut
2019-03-17Add support for collation attributes on older ICU versionsPeter Eisentraut
2019-03-16Remove another unnecessary application_name specification in testPeter Eisentraut
2019-03-16Further adjust the tests for the hyperbolic functions.Tom Lane
2019-03-16Numeric error suppression in jsonpathAlexander Korotkov
2019-03-16Partial implementation of SQL/JSON path languageAlexander Korotkov
2019-03-16Don't propagate PGAPPNAME through pg_ctl in testsPeter Eisentraut
2019-03-15Fix typo related to to_tsvector() in tests of json and jsonbMichael Paquier
2019-03-15Enable parallel query with SERIALIZABLE isolation.Thomas Munro
2019-03-14Reorder identity regression testPeter Eisentraut
2019-03-14Ensure dummy paths have correct required_outer if rel is parameterized.Tom Lane
2019-03-14Fix race condition in recently-added TAP test for recovery consistencyMichael Paquier
2019-03-14Adjust the tests for the hyperbolic functions.Tom Lane
2019-03-13Rethink how to test the hyperbolic functions.Tom Lane
2019-03-13Revert setting client_min_messages to 'debug1' in new tests.Robert Haas
2019-03-13Include all columns in default names for foreign key constraintsPeter Eisentraut
2019-03-13Allow ALTER TABLE .. SET NOT NULL to skip provably unnecessary scans.Robert Haas
2019-03-13Add TAP test to check consistency of minimum recovery LSNMichael Paquier
2019-03-12Add support for hyperbolic functions, as well as log10().Tom Lane
2019-03-12Add more tests for FSM.Amit Kapila
2019-03-11Allow fractional input values for integer GUCs, and improve rounding logic.Tom Lane
2019-03-11Give up on testing guc.c's behavior for "infinity" inputs.Tom Lane