summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2020-04-09Further stabilize results of 019_replslot_limit.pl.Tom Lane
2020-04-09Fix default text search parser's ts_headline code for phrase queries.Tom Lane
2020-04-09Fix CREATE TABLE LIKE INCLUDING GENERATED column order issuePeter Eisentraut
2020-04-08Stabilize incremental_sort testsTomas Vondra
2020-04-08Allow publishing partition changes via ancestorsPeter Eisentraut
2020-04-08Revert 0f5ca02f53Alexander Korotkov
2020-04-08Fix crash when using COLLATE in partition bound expressionsMichael Paquier
2020-04-08Remove testing for precise LSN/reserved bytes in new TAP testAlvaro Herrera
2020-04-08Allow partitionwise join to handle nested FULL JOIN USING cases.Tom Lane
2020-04-08Allow partitionwise joins in more cases.Etsuro Fujita
2020-04-08Fix circle_in to accept "(x,y),r" as it's advertised to do.Tom Lane
2020-04-07Appease perlcriticAlvaro Herrera
2020-04-07Allow users to limit storage reserved by replication slotsAlvaro Herrera
2020-04-07Allow psql's \g and \gx commands to transiently change \pset options.Tom Lane
2020-04-07Implement waiting for given lsn at transaction startAlexander Korotkov
2020-04-07Support FETCH FIRST WITH TIESAlvaro Herrera
2020-04-07Adjust bytea get_bit/set_bit to use int8 not int4 for bit numbering.Tom Lane
2020-04-07Minor improvements in Incremental Sort explainTomas Vondra
2020-04-07Consider Incremental Sort paths at additional placesTomas Vondra
2020-04-07Introduce xid8-based functions to replace txid_XXX.Thomas Munro
2020-04-07Add SQL type xid8 to expose FullTransactionId to users.Thomas Munro
2020-04-06Fix failures in incremental_sort due to number of workersTomas Vondra
2020-04-06Implement Incremental SortTomas Vondra
2020-04-06Re-stabilize infinite_recurse() test case.Tom Lane
2020-04-06Add logical replication support to replicate into partitioned tablesPeter Eisentraut
2020-04-06Preserve clustered index after rewrites with ALTER TABLEMichael Paquier
2020-04-05Further improve stability fix for partition_aggregate test.Tom Lane
2020-04-04Add perl2host call missing from a new test file.Noah Misch
2020-04-04Remove bogus Assert, add some regression test cases showing why.Tom Lane
2020-04-04Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-04-03Include information on buffer usage during planning phase, in EXPLAIN output,...Fujii Masao
2020-04-03Fix bugs in gin_fuzzy_search_limit processing.Tom Lane
2020-04-03Improve stability of explain regression test.Fujii Masao
2020-04-03Revert "Include information on buffer usage during planning phase, in EXPLAIN...Fujii Masao
2020-04-03Include information on buffer usage during planning phase, in EXPLAIN output.Fujii Masao
2020-04-02Improve stability fix for partition_aggregate test.Tom Lane
2020-04-02Attempt to stabilize partitionwise_aggregate testDavid Rowley
2020-04-02Add SQL functions for Unicode normalizationPeter Eisentraut
2020-04-02Collect statistics about SLRU cachesTomas Vondra
2020-03-31Still another try at stabilizing stats_ext test results.Tom Lane
2020-03-31Improve error reporting in opclasscmds.cAlexander Korotkov
2020-03-31Fix INSERT OVERRIDING USER VALUE behaviorPeter Eisentraut
2020-03-30Implement operator class parametersAlexander Korotkov
2020-03-30Allow using Unix-domain sockets on Windows in testsPeter Eisentraut
2020-03-30Attempt to fix unstable regression tests, take 2David Rowley
2020-03-29pg_regress: Observe TMPDIRPeter Eisentraut
2020-03-29Attempt to fix unstable regression testsDavid Rowley
2020-03-28Improve the performance and accuracy of numeric sqrt() and ln().Dean Rasheed
2020-03-28Enable Unix-domain sockets support on WindowsPeter Eisentraut
2020-03-28Prevent functional dependency estimates from exceeding column estimates.Dean Rasheed