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