summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2019-01-21Sort the dependent objects before recursing in findDependentObjects().Tom Lane
2019-01-21Fix ALTER TRIGGER ... RENAME, broken in WITH OIDS removal.Andres Freund
2019-01-19Allow COPY FROM to filter data using WHERE conditionsTomas Vondra
2019-01-19Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander
2019-01-18Fix creation of duplicate foreign keys on partitionsAlvaro Herrera
2019-01-18Remove obsolete commentPeter Eisentraut
2019-01-18Enforce non-parallel plan when calling current_schema() in newly-added testMichael Paquier
2019-01-18Restrict the use of temporary namespace in two-phase transactionsMichael Paquier
2019-01-17Postpone aggregate checks until after collation is assigned.Andrew Gierth
2019-01-16Increase test coverage in RI_Initial_Check()Peter Eisentraut
2019-01-16Increase test coverage in RI_FKey_fk_upd_check_required()Peter Eisentraut
2019-01-16Increase test coverage in RI_FKey_pk_upd_check_required()Peter Eisentraut
2019-01-16Add test case for ON DELETE NO ACTION/RESTRICTPeter Eisentraut
2019-01-15Fix parent of WCO qual.Andres Freund
2019-01-14Re-add default_with_oids GUC to avoid breaking old dump files.Andres Freund
2019-01-14Fix unique INCLUDE indexes on partitioned tablesAlvaro Herrera
2019-01-13Change default of recovery_target_timeline to 'latest'Peter Eisentraut
2019-01-10Fix missing values when doing ALTER TABLE ALTER COLUMN TYPEAndrew Dunstan
2019-01-07isolationtester: Use atexit()Peter Eisentraut
2019-01-04Don't create relfilenode for relations without storageAlvaro Herrera
2019-01-04Support plpgsql variable names that conflict with unreserved SQL keywords.Tom Lane
2019-01-04Make sort-test.py Python 3 compatiblePeter Eisentraut
2019-01-04Move the built-in conversions into the initial catalog data.Tom Lane
2019-01-02Switch pg_regress to output unified diffs by defaultPeter Eisentraut
2019-01-02Ensure link commands list *.o files before LDFLAGS.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-31pg_regress: Promptly detect failed postmaster startup.Noah Misch
2018-12-31Update leakproofness markings on some btree comparison functions.Tom Lane
2018-12-30Add a hash opclass for type "tid".Tom Lane
2018-12-30Support parameterized TidPaths.Tom Lane
2018-12-28Reduce length of GIN predicate locking isolation test suiteAlexander Korotkov
2018-12-27Ignore inherited temp relations from other sessions when truncatingMichael Paquier
2018-12-23Disable WAL-skipping optimization for COPY on views and foreign tablesMichael Paquier
2018-12-20Fix ADD IF NOT EXISTS used in conjunction with ALTER TABLE ONLYGreg Stark
2018-12-19Add text-vs-name cross-type operators, and unify name_ops with text_ops.Tom Lane
2018-12-18Make collation-aware system catalog columns use "C" collation.Tom Lane
2018-12-18Include partitioned indexes to system view pg_indexesMichael Paquier
2018-12-18Tweak description comments in tests for partition functionsMichael Paquier
2018-12-17Fix tablespace handling for partitioned tablesAlvaro Herrera
2018-12-17Fix use-after-free bug when renaming constraintsMichael Paquier
2018-12-17Make constraint rename issue relcache invalidation on target relationMichael Paquier
2018-12-17Modernize our code for looking up descriptive strings for Unix signals.Tom Lane
2018-12-13Drop no-op CoerceToDomain nodes from expressions at planning time.Tom Lane
2018-12-12Repair bogus handling of multi-assignment Params in upper plan levels.Tom Lane
2018-12-12Tweak pg_partition_tree for undefined relations and unsupported relkindsMichael Paquier
2018-12-11Fix test_rls_hooks to assign expression collations properly.Tom Lane
2018-12-11Raise some timeouts to 180s, in test code.Noah Misch
2018-12-10Add additional partition tests to pg_dumpStephen Frost
2018-12-09Add timestamp of last received message from standby to pg_stat_replicationMichael Paquier
2018-12-07Fix misapplication of pgstat_count_truncate to wrong relation.Tom Lane