summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2019-11-07Fix integer-overflow edge case detection in interval_mul and pgbench.Tom Lane
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-11-05Fix "unexpected relkind" error when denying permissions on toast tables.Tom Lane
2019-11-05Generate EquivalenceClass members for partitionwise child join rels.Tom Lane
2019-11-05Refactor code building relation optionsMichael Paquier
2019-11-02Validate ispell dictionaries more carefully.Tom Lane
2019-11-02Fix failure when creating cloned indexes for a partitionMichael Paquier
2019-10-28Allow extracting fields from a ROW() expression in more cases.Tom Lane
2019-10-28On Windows, use COMSPEC to find the location of cmd.exe.Tom Lane
2019-10-28Handle empty-string edge cases correctly in strpos().Tom Lane
2019-10-28Fix dependency handling at swap phase of REINDEX CONCURRENTLYMichael Paquier
2019-10-25Remove obsolete information schema tablesPeter Eisentraut
2019-10-25Avoid failure when selecting a namespace node in XMLTABLE.Tom Lane
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-10-22Make command order in test more sensiblePeter Eisentraut
2019-10-21Refactor jsonpath's compareDatetime()Alexander Korotkov