summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2019-07-25Add missing (COSTS OFF) to EXPLAIN added in previous commit.Andres Freund
2019-07-25Fix slot type handling for Agg nodes performing internal sorts.Andres Freund
2019-07-25Fix system column accesses in ON CONFLICT ... RETURNING.Andres Freund
2019-07-24Fix failure with pgperlcritic from the TAP test of synchronous replicationMichael Paquier
2019-07-24Improve stability of TAP test for synchronous replicationMichael Paquier
2019-07-23Check that partitions are not in use when dropping constraintsAlvaro Herrera
2019-07-23Improve psql's \d output for partitioned indexes.Tom Lane
2019-07-23Improve psql's \d output for TOAST tables.Tom Lane
2019-07-22Install dependencies to prevent dropping partition key columns.Tom Lane
2019-07-22Revert "initdb: Change authentication defaults"Peter Eisentraut
2019-07-22initdb: Change authentication defaultsPeter Eisentraut
2019-07-22Make identity sequence management more robustPeter Eisentraut
2019-07-22Fix inconsistencies and typos in the treeMichael Paquier
2019-07-18Fix daterange canonicalization for +/- infinity.Jeff Davis
2019-07-18Fix handling of NULLs in MCV items and constantsTomas Vondra
2019-07-17Avoid using lcons and list_delete_first where it's easy to do so.Tom Lane
2019-07-16Fix inconsistencies and typos in the treeMichael Paquier
2019-07-14Add gen_random_uuid functionPeter Eisentraut
2019-07-14Add support for <-> (box, point) operator to SP-GiST box_opsAlexander Korotkov
2019-07-14Add support for <-> (box, point) operator to GiST box_opsAlexander Korotkov
2019-07-14Add missing commutators for distance operatorsAlexander Korotkov
2019-07-12Warn if wal_level is too low when creating a publication.Thomas Munro
2019-07-12Fix RANGE partition pruning with multiple boolean partition keysDavid Rowley
2019-07-09Propagate trigger arguments to partitionsAlvaro Herrera
2019-07-09Force hash joins to be enabled in the hash join regression tests.Thomas Munro
2019-07-08Fix inconsistencies in the codeMichael Paquier
2019-07-06Add some test cases to improve test coverage of parse_expr.c.Tom Lane
2019-07-05Remove dead encoding-conversion functions.Tom Lane
2019-07-05Add \warn command to psql.Tom Lane
2019-07-05Add min() and max() aggregates for pg_lsnMichael Paquier
2019-07-04Fix pg_mcv_list_items() to produce text[]Tomas Vondra
2019-07-03Don't remove surplus columns from GROUP BY for inheritance parentsDavid Rowley
2019-07-02Simplify psql \d's rule for ordering the indexes of a table.Tom Lane
2019-06-30Repair logic for reordering grouping sets optimization.Andrew Gierth
2019-06-30Blind attempt to fix SSPI-auth case in 010_dump_connstr.pl.Tom Lane
2019-06-30Move rolenames test out of the core regression tests.Tom Lane
2019-06-30Remove explicit error handling for obsolete date/time valuesPeter Eisentraut
2019-06-29Add an enforcement mechanism for global object names in regression tests.Tom Lane
2019-06-29Fix regression tests to use only global names beginning with "regress_".Tom Lane
2019-06-28Fix for dropped columns in a partitioned table's default partitionAlvaro Herrera
2019-06-26Fix partitioned index creation with foreign partitionsAlvaro Herrera
2019-06-26Follow the rule that regression-test-created roles are named "regress_xxx".Tom Lane
2019-06-25Add toast-level reloption for vacuum_index_cleanupMichael Paquier
2019-06-24Further fix ALTER COLUMN TYPE's handling of indexes and index constraints.Tom Lane
2019-06-24Drop test user when done with it.Tom Lane
2019-06-23Add security checks to the multivariate MCV estimation code.Dean Rasheed
2019-06-22Consolidate methods for translating a Perl path to a Windows path.Noah Misch
2019-06-20Rework some error strings for REINDEX CONCURRENTLY with system catalogsMichael Paquier
2019-06-19Support 'q' flag in jsonpath 'like_regex' predicateAlexander Korotkov
2019-06-18Fix memory corruption/crash in ANALYZE.Andres Freund