summaryrefslogtreecommitdiff
path: root/src/test/regress
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2019Bruce Momjian2019-01-025-5/+5
* pg_regress: Promptly detect failed postmaster startup.Noah Misch2018-12-311-1/+1
* Update leakproofness markings on some btree comparison functions.Tom Lane2018-12-312-15/+94
* Add a hash opclass for type "tid".Tom Lane2018-12-302-0/+60
* Support parameterized TidPaths.Tom Lane2018-12-302-0/+72
* Disable WAL-skipping optimization for COPY on views and foreign tablesMichael Paquier2018-12-232-0/+34
* Fix ADD IF NOT EXISTS used in conjunction with ALTER TABLE ONLYGreg Stark2018-12-192-0/+10
* Add text-vs-name cross-type operators, and unify name_ops with text_ops.Tom Lane2018-12-193-27/+41
* Make collation-aware system catalog columns use "C" collation.Tom Lane2018-12-182-14/+26
* Include partitioned indexes to system view pg_indexesMichael Paquier2018-12-183-1/+11
* Tweak description comments in tests for partition functionsMichael Paquier2018-12-182-6/+10
* Fix tablespace handling for partitioned tablesAlvaro Herrera2018-12-172-0/+31
* Fix use-after-free bug when renaming constraintsMichael Paquier2018-12-172-2/+2
* Make constraint rename issue relcache invalidation on target relationMichael Paquier2018-12-172-0/+36
* Modernize our code for looking up descriptive strings for Unix signals.Tom Lane2018-12-161-7/+2
* Drop no-op CoerceToDomain nodes from expressions at planning time.Tom Lane2018-12-132-0/+45
* Repair bogus handling of multi-assignment Params in upper plan levels.Tom Lane2018-12-122-0/+41
* Tweak pg_partition_tree for undefined relations and unsupported relkindsMichael Paquier2018-12-122-2/+17
* Add additional partition tests to pg_dumpStephen Frost2018-12-102-18/+50
* Add timestamp of last received message from standby to pg_stat_replicationMichael Paquier2018-12-091-2/+3
* Fix misapplication of pgstat_count_truncate to wrong relation.Tom Lane2018-12-072-4/+4
* Fix some errhint and errdetail strings missing a periodMichael Paquier2018-12-074-15/+15
* Don't mark partitioned indexes invalid unnecessarilyAlvaro Herrera2018-12-052-2/+2
* Fix jit compilation bug on wide tables.Andres Freund2018-11-273-0/+21
* Fix translation of special characters in psql's LaTeX output modes.Tom Lane2018-11-262-68/+68
* Avoid locale-dependent output in numericlocale check.Tom Lane2018-11-262-10/+10
* Add CSV table output mode in psql.Tom Lane2018-11-262-0/+137
* Improve regression test coverage for psql output formats.Tom Lane2018-11-262-152/+1639
* Adjust new test case for more portability.Tom Lane2018-11-233-5/+5
* Fix float-to-integer coercions to handle edge cases correctly.Tom Lane2018-11-235-0/+175
* Clamp semijoin selectivity to be not more than inner-join selectivity.Tom Lane2018-11-231-12/+11
* Don't allow partitioned indexes in pg_global tablespaceAlvaro Herrera2018-11-232-0/+3
* Fix another crash in json{b}_populate_recordset and json{b}_to_recordset.Tom Lane2018-11-224-0/+36
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-2044-1241/+424
* psql: Describe partitioned tables/indexes as suchAlvaro Herrera2018-11-196-26/+26
* Disallow COPY FREEZE on partitioned tablesAlvaro Herrera2018-11-192-0/+12
* Improve performance of partition pruning remapping a little.Tom Lane2018-11-152-0/+78
* Add a timezone-specific variant of date_trunc().Tom Lane2018-11-142-0/+22
* Add INSERT ON CONFLICT test on partitioned tables with transition tableAlvaro Herrera2018-11-132-0/+48
* Fix missing role dependencies for some schema and type ACLs.Tom Lane2018-11-092-0/+16
* Fix dependency handling of partitions and inheritance for ON COMMITMichael Paquier2018-11-092-0/+144
* Revise attribute handling code on partition creationAlvaro Herrera2018-11-082-0/+45
* Disable recheck_on_update optimization to avoid crashes.Tom Lane2018-11-064-97/+1
* Optimize nested ConvertRowtypeExpr nodes.Andrew Gierth2018-11-062-0/+23
* Remove unreferenced pg_opfamily entry.Tom Lane2018-11-052-0/+18
* Block creation of partitions with open references to its parentMichael Paquier2018-11-054-0/+64
* Ignore partitioned tables when processing ON COMMIT DELETE ROWSMichael Paquier2018-11-052-0/+31
* Fix STRICT check for strict aggregates with NULL ORDER BY columns.Andres Freund2018-11-032-0/+22
* Fix tablespace handling for partitioned indexesAlvaro Herrera2018-11-032-1/+28
* Fix spelling errors and typos in commentsMagnus Hagander2018-11-024-4/+4