aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix FK checks of TRUNCATE involving partitioned tablesAlvaro Herrera2018-07-12
* Add regression test for system catalog toast tablesPeter Eisentraut2018-07-12
* Allow using the updated tuple while moving it to a different partition.Amit Kapila2018-07-12
* Make logical WAL sender report streaming state appropriatelyMichael Paquier2018-07-12
* Mark built-in btree comparison functions as leakproof where it's safe.Tom Lane2018-07-11
* Fix create_scan_plan's handling of sortgrouprefs for physical tlists.Tom Lane2018-07-11
* Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.Tom Lane2018-07-11
* Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera2018-07-11
* Better handle pseudotypes as partition keysAlvaro Herrera2018-07-10
* Add test case for EEOP_INNER_SYSVAR/EEOP_OUTER_SYSVAR executor opcodes.Heikki Linnakangas2018-07-10
* Add separate error message for procedure does not existPeter Eisentraut2018-07-07
* Allow CALL with polymorphic type argumentsPeter Eisentraut2018-07-06
* Add test for partitionwise join involving default partition.Jeff Davis2018-07-05
* Prevent references to invalid relation pages after fresh promotionMichael Paquier2018-07-05
* Use context with correct lifetime in hypothetical_dense_rank_final.Andres Freund2018-07-04
* Remove dead code for temporary relations in partition planningMichael Paquier2018-07-04
* Fix libpq example programsPeter Eisentraut2018-07-01
* Add tests for inheritance trees mixing permanent and temporary relationsMichael Paquier2018-07-01
* Use $Test::Builder::Level in TAP test functionsPeter Eisentraut2018-07-01
* perltidy run prior to branchingAndrew Dunstan2018-06-30
* Fix crash when ALTER TABLE recreates indexes on partitionsAlvaro Herrera2018-06-29
* Replace search.cpan.org with metacpan.orgMichael Paquier2018-06-29
* Make capitalization of term "OpenSSL" more consistentMichael Paquier2018-06-29
* Fix whitespacePeter Eisentraut2018-06-27
* Fix upper limit for vacuum_cleanup_index_scale_factorAlexander Korotkov2018-06-26
* Enable failure to rename a partitioned indexAlvaro Herrera2018-06-26
* Increase upper limit for vacuum_cleanup_index_scale_factorAlexander Korotkov2018-06-26
* When index recurses to a partition, map columns numbersAlvaro Herrera2018-06-22
* Avoid generating bogus paths with partitionwise aggregate.Robert Haas2018-06-22
* Allow for pg_upgrade of attributes with missing valuesAndrew Dunstan2018-06-22
* Fix partial aggregation for variance(int4) and related aggregates.Tom Lane2018-06-21
* Set correct context for XPath evaluationAlvaro Herrera2018-06-21
* Improve requirements documentation for ldap test suite.Tom Lane2018-06-21
* Fix mishandling of sortgroupref labels while splitting SRF targetlists.Tom Lane2018-06-21
* Update expected XML output with disabled XMLAlvaro Herrera2018-06-20
* Accept TEXT and CDATA nodes in XMLTABLE's column_expression.Alvaro Herrera2018-06-20
* Don't consider parallel append for parallel unsafe paths.Amit Kapila2018-06-20
* Clarify use of temporary tables within partition treesMichael Paquier2018-06-20
* Clarify the README files for the various separate TAP-based test suites.Tom Lane2018-06-19
* README: add URLs for openldap installationBruce Momjian2018-06-19
* Consider syntactic form when disambiguating function vs column reference.Tom Lane2018-06-18
* Fix some minor error-checking oversights in ParseFuncOrColumn().Tom Lane2018-06-16
* Fix run-time partition pruning code to handle NULL values properly.Tom Lane2018-06-11
* Improve run-time partition pruning to handle any stable expression.Tom Lane2018-06-10
* Add missing serial commasPeter Eisentraut2018-06-07
* Don't fall off the end of perl functionsAndrew Dunstan2018-05-27
* Update non-default collation tests for getObjectDescription() changes.Tom Lane2018-05-24
* Improve English wording of some other getObjectDescription() messages.Tom Lane2018-05-24
* Fix objectaddress.c code for publication relations.Tom Lane2018-05-24
* Properly schema-qualify additional object types in getObjectDescription().Tom Lane2018-05-24