summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2017-01-17Register missing money operators in system catalogsPeter Eisentraut
2017-01-17Add more tests for money typePeter Eisentraut
2017-01-16Fix check_srf_call_placement() to handle VALUES cases correctly.Tom Lane
2017-01-15Fix matching of boolean index columns to sort ordering.Tom Lane
2017-01-14Change default values for backup and replication parametersMagnus Hagander
2017-01-14pg_ctl: Change default to wait for all actionsPeter Eisentraut
2017-01-14Updates to reflect that pg_ctl stop -m fast is the defaultPeter Eisentraut
2017-01-13Fix some more regression test row-order-instability issues.Tom Lane
2017-01-13Fix a bug in how we generate partition constraints.Robert Haas
2017-01-12Fix mistake in commentPeter Eisentraut
2017-01-09Fix ALTER TABLE / SET TYPE for irregular inheritanceAlvaro Herrera
2017-01-05Use 'use strict' in all Perl programsPeter Eisentraut
2017-01-05Fix handling of empty arrays in array_fill().Tom Lane
2017-01-05Fix format for TAP test docsSimon Riggs
2017-01-04Handle OID column inheritance correctly in ALTER TABLE ... INHERIT.Tom Lane
2017-01-04Fix reporting of constraint violations for table partitioning.Robert Haas
2017-01-04Add 18 new recovery TAP testsSimon Riggs
2017-01-04Allow PostgresNode.pm tests to wait for catchupSimon Riggs
2017-01-04Better fix for sequence access in hot standby testPeter Eisentraut
2017-01-04Make wal streaming the default mode for pg_basebackupMagnus Hagander
2017-01-03Update copyright via script for 2017Bruce Momjian
2017-01-03Fix hot standby tests for sequence catalog changePeter Eisentraut
2017-01-03Allow SSL configuration to be updated at SIGHUP.Tom Lane
2016-12-31Fix unstable regression test results.Tom Lane
2016-12-27Fix interval_transform so it doesn't throw away non-no-op casts.Tom Lane
2016-12-25Fix incorrect error reporting for duplicate data in \crosstabview.Tom Lane
2016-12-22Fix tuple routing in cases where tuple descriptors don't match.Robert Haas
2016-12-22Use TSConfigRelationId in AlterTSConfiguration()Stephen Frost
2016-12-22Fix CREATE TABLE ... LIKE ... WITH OIDS.Tom Lane
2016-12-22Update sequence_1.out for recent changesPeter Eisentraut
2016-12-22Fix handling of expanded objects in CoerceToDomain and CASE execution.Tom Lane
2016-12-21Fix strange behavior (and possible crashes) in full text phrase search.Tom Lane
2016-12-21Fix order of operations in CREATE OR REPLACE VIEW.Dean Rasheed
2016-12-21Convert elog() to ereport() and do some wordsmithing.Robert Haas
2016-12-20Add pg_sequence system catalogPeter Eisentraut
2016-12-20Fix sharing Agg transition state of DISTINCT or ordered aggs.Heikki Linnakangas
2016-12-19Fix handling of phrase operator removal while removing tsquery stopwords.Tom Lane
2016-12-19Support quorum-based synchronous replication.Fujii Masao
2016-12-13Improve handling of array elements as getdiag_targets and cursor_variables.Tom Lane
2016-12-12Add support for temporary replication slotsPeter Eisentraut
2016-12-11Prevent crash when ts_rewrite() replaces a non-top-level subtree with null.Tom Lane
2016-12-09Fix crasher bug in array_position(s)Alvaro Herrera
2016-12-08Fix reporting of column typmods for multi-row VALUES constructs.Tom Lane
2016-12-07Replace references to COLLATE "en_CA" with COLLATE "POSIX".Robert Haas
2016-12-07Replace references to COLLATE "en_US" with COLLATE "C".Robert Haas
2016-12-07Implement table partitioning.Robert Haas
2016-12-05Add support for restrictive RLS policiesStephen Frost
2016-12-04Document recipe for testing compatibility with old Perl.Noah Misch
2016-12-02Fix broken wait-for-previous-process-to-exit loop in regression test.Tom Lane
2016-12-02Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits.Tom Lane