aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Add error position to an error messagePeter Eisentraut2019-11-29
* Fix choose_best_statistics to check clauses individuallyTomas Vondra2019-11-28
* Remove useless "return;" linesAlvaro Herrera2019-11-28
* Move pump_until to TestLib.pm.Amit Kapila2019-11-28
* Don't use native methods in TestLib::slurp_file on MsysAndrew Dunstan2019-11-27
* Revert "Close stdin where it's not needed in TestLib.pm procedures"Andrew Dunstan2019-11-27
* Fix closing stdin in TestLib.pmAndrew Dunstan2019-11-26
* Allow access to child table statistics if user can read parent table.Tom Lane2019-11-26
* Don't shut down Gather[Merge] early under Limit.Amit Kapila2019-11-26
* Close stdin where it's not needed in TestLib.pm proceduresAndrew Dunstan2019-11-25
* Make the order of the header file includes consistent.Amit Kapila2019-11-25
* Use native methods to open input in TestLib::slurp_file on Windows.Andrew Dunstan2019-11-24
* Avoid assertion failure with LISTEN in a serializable transaction.Tom Lane2019-11-24
* Add test coverage for "unchanged toast column" replication code path.Tom Lane2019-11-22
* Fix bogus tuple-slot management in logical replication UPDATE handling.Tom Lane2019-11-22
* Allow ALTER VIEW command to rename the column in the view.Fujii Masao2019-11-21
* Track statistics for spilling of changes from ReorderBuffer.Amit Kapila2019-11-21
* Fix corner-case failure in match_pattern_prefix().Tom Lane2019-11-19
* Further fix dumping of views that contain just VALUES(...).Tom Lane2019-11-16
* Add tuplesort test to serial_schedule.Peter Geoghegan2019-11-16
* Improve stability of tests for VACUUM (SKIP_LOCKED)Michael Paquier2019-11-16
* Skip system attributes when applying mvdistinct statsTomas Vondra2019-11-16
* Fix plan instability in the new tuplesort test.Andres Freund2019-11-13
* Add tests for tuplesort.c.Andres Freund2019-11-13
* Introduce the 'force' option for the Drop Database command.Amit Kapila2019-11-13
* pg_stat_{ssl,gssapi}: Show only processes with connectionsAlvaro Herrera2019-11-12
* Further improve stability of partition_prune regression test.Tom Lane2019-11-11
* Fix subscription testPeter Eisentraut2019-11-09
* Fix negative bitmapset member not allowed error in logical replicationPeter Eisentraut2019-11-09
* Fix SET CONSTRAINTS .. DEFERRED on partitioned tablesAlvaro Herrera2019-11-07
* Fix integer-overflow edge case detection in interval_mul and pgbench.Tom Lane2019-11-07
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Fix "unexpected relkind" error when denying permissions on toast tables.Tom Lane2019-11-05
* Generate EquivalenceClass members for partitionwise child join rels.Tom Lane2019-11-05
* Refactor code building relation optionsMichael Paquier2019-11-05
* Validate ispell dictionaries more carefully.Tom Lane2019-11-02
* Fix failure when creating cloned indexes for a partitionMichael Paquier2019-11-02
* Allow extracting fields from a ROW() expression in more cases.Tom Lane2019-10-28
* On Windows, use COMSPEC to find the location of cmd.exe.Tom Lane2019-10-28
* Handle empty-string edge cases correctly in strpos().Tom Lane2019-10-28
* Fix dependency handling at swap phase of REINDEX CONCURRENTLYMichael Paquier2019-10-28
* Remove obsolete information schema tablesPeter Eisentraut2019-10-25
* Avoid failure when selecting a namespace node in XMLTABLE.Tom Lane2019-10-25
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-25
* Make command order in test more sensiblePeter Eisentraut2019-10-22
* Refactor jsonpath's compareDatetime()Alexander Korotkov2019-10-21
* Replace alter_table.sql test usage of event triggers.Andres Freund2019-10-16
* Remove obsolete collation test.Thomas Munro2019-10-16
* Fix CLUSTER on expression indexes.Andres Freund2019-10-15
* Fix dependency handling of column drop with partitioned tablesMichael Paquier2019-10-13