summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2019-12-16Clean up some misplaced comments in partition_join.sql regression test.Etsuro Fujita
2019-12-14Try to stabilize results of new tuplesort regression test.Tom Lane
2019-12-14Prevent overly-aggressive collapsing of joins to RTE_RESULT relations.Tom Lane
2019-12-12Put back regression test case in a more robust form.Tom Lane
2019-12-12Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.Tom Lane
2019-12-12Remove redundant function calls in timestamp[tz]_part().Tom Lane
2019-12-11Remove unstable test case added in commit 5935917ce.Tom Lane
2019-12-11Allow executor startup pruning to prune all child nodes.Tom Lane
2019-12-11Further adjust EXPLAIN's choices of table alias names.Tom Lane
2019-12-10Add backend-only appendStringInfoStringQuotedAlvaro Herrera
2019-12-09Improve isolationtester's timeout management.Tom Lane
2019-12-06Improve test coverage of ruleutils.c.Tom Lane
2019-12-06Disallow non-default collation in ADD PRIMARY KEY/UNIQUE USING INDEX.Tom Lane
2019-12-04Update minimum SSL versionPeter Eisentraut
2019-12-03Fix alter_system_table testPeter Eisentraut
2019-12-03Fix EXPLAIN's column alias output for mismatched child tables.Tom Lane
2019-12-01Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.Tom Lane
2019-11-30libq support for sslpassword connection param, DER format keysAndrew Dunstan
2019-11-30Revert commits 290acac92b and 8a7e9e9dad.Amit Kapila
2019-11-29Add a regression test for allow_system_table_modsPeter Eisentraut
2019-11-29Add error position to an error messagePeter Eisentraut
2019-11-28Fix choose_best_statistics to check clauses individuallyTomas Vondra
2019-11-28Remove useless "return;" linesAlvaro Herrera
2019-11-28Move pump_until to TestLib.pm.Amit Kapila
2019-11-27Don't use native methods in TestLib::slurp_file on MsysAndrew Dunstan
2019-11-27Revert "Close stdin where it's not needed in TestLib.pm procedures"Andrew Dunstan
2019-11-26Fix closing stdin in TestLib.pmAndrew Dunstan
2019-11-26Allow access to child table statistics if user can read parent table.Tom Lane
2019-11-26Don't shut down Gather[Merge] early under Limit.Amit Kapila
2019-11-25Close stdin where it's not needed in TestLib.pm proceduresAndrew Dunstan
2019-11-25Make the order of the header file includes consistent.Amit Kapila
2019-11-24Use native methods to open input in TestLib::slurp_file on Windows.Andrew Dunstan
2019-11-24Avoid assertion failure with LISTEN in a serializable transaction.Tom Lane
2019-11-22Add test coverage for "unchanged toast column" replication code path.Tom Lane
2019-11-22Fix bogus tuple-slot management in logical replication UPDATE handling.Tom Lane
2019-11-21Allow ALTER VIEW command to rename the column in the view.Fujii Masao
2019-11-21Track statistics for spilling of changes from ReorderBuffer.Amit Kapila
2019-11-19Fix corner-case failure in match_pattern_prefix().Tom Lane
2019-11-17Further fix dumping of views that contain just VALUES(...).Tom Lane
2019-11-16Add tuplesort test to serial_schedule.Peter Geoghegan
2019-11-16Improve stability of tests for VACUUM (SKIP_LOCKED)Michael Paquier
2019-11-16Skip system attributes when applying mvdistinct statsTomas Vondra
2019-11-14Fix plan instability in the new tuplesort test.Andres Freund
2019-11-13Add tests for tuplesort.c.Andres Freund
2019-11-13Introduce the 'force' option for the Drop Database command.Amit Kapila
2019-11-12pg_stat_{ssl,gssapi}: Show only processes with connectionsAlvaro Herrera
2019-11-11Further improve stability of partition_prune regression test.Tom Lane
2019-11-09Fix subscription testPeter Eisentraut
2019-11-09Fix negative bitmapset member not allowed error in logical replicationPeter Eisentraut
2019-11-07Fix SET CONSTRAINTS .. DEFERRED on partitioned tablesAlvaro Herrera