summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2019-03-10Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.Tom Lane
2019-03-10Include GUC's unit, if it has one, in out-of-range error messages.Tom Lane
2019-03-10Disallow NaN as a value for floating-point GUCs.Tom Lane
2019-03-10Support for INCLUDE attributes in GiST indexesAlexander Korotkov
2019-03-09Add new clientcert hba option verify-fullMagnus Hagander
2019-03-09Track block level checksum failures in pg_stat_databaseMagnus Hagander
2019-03-09Avoid some table rewrites for ALTER TABLE .. SET DATA TYPE timestamp.Noah Misch
2019-03-07Fix minor deficiencies in XMLTABLE, xpath(), xmlexists()Alvaro Herrera
2019-03-07Fix handling of targetlist SRFs when scan/join relation is known empty.Tom Lane