summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Further stabilize results of 019_replslot_limit.pl.Tom Lane2020-04-091-17/+17
* Fix default text search parser's ts_headline code for phrase queries.Tom Lane2020-04-092-12/+42
* Fix CREATE TABLE LIKE INCLUDING GENERATED column order issuePeter Eisentraut2020-04-092-23/+25
* Stabilize incremental_sort testsTomas Vondra2020-04-082-18/+29
* Allow publishing partition changes via ancestorsPeter Eisentraut2020-04-083-48/+356
* Revert 0f5ca02f53Alexander Korotkov2020-04-081-85/+0
* Fix crash when using COLLATE in partition bound expressionsMichael Paquier2020-04-082-0/+8
* Remove testing for precise LSN/reserved bytes in new TAP testAlvaro Herrera2020-04-071-4/+4
* Allow partitionwise join to handle nested FULL JOIN USING cases.Tom Lane2020-04-072-0/+128
* Allow partitionwise joins in more cases.Etsuro Fujita2020-04-082-20/+3223
* Fix circle_in to accept "(x,y),r" as it's advertised to do.Tom Lane2020-04-072-8/+8
* Appease perlcriticAlvaro Herrera2020-04-071-0/+1
* Allow users to limit storage reserved by replication slotsAlvaro Herrera2020-04-072-2/+221
* Allow psql's \g and \gx commands to transiently change \pset options.Tom Lane2020-04-072-0/+29
* Implement waiting for given lsn at transaction startAlexander Korotkov2020-04-071-0/+85
* Support FETCH FIRST WITH TIESAlvaro Herrera2020-04-072-0/+215
* Adjust bytea get_bit/set_bit to use int8 not int4 for bit numbering.Tom Lane2020-04-072-0/+99
* Minor improvements in Incremental Sort explainTomas Vondra2020-04-072-69/+69
* Consider Incremental Sort paths at additional placesTomas Vondra2020-04-071-9/+11
* Introduce xid8-based functions to replace txid_XXX.Thomas Munro2020-04-0716-36/+473
* Add SQL type xid8 to expose FullTransactionId to users.Thomas Munro2020-04-075-1/+193
* Fix failures in incremental_sort due to number of workersTomas Vondra2020-04-072-0/+2
* Implement Incremental SortTomas Vondra2020-04-068-3/+1663
* Re-stabilize infinite_recurse() test case.Tom Lane2020-04-062-5/+10
* Add logical replication support to replicate into partitioned tablesPeter Eisentraut2020-04-061-41/+125
* Preserve clustered index after rewrites with ALTER TABLEMichael Paquier2020-04-062-0/+73
* Further improve stability fix for partition_aggregate test.Tom Lane2020-04-052-34/+34
* Add perl2host call missing from a new test file.Noah Misch2020-04-041-0/+1
* Remove bogus Assert, add some regression test cases showing why.Tom Lane2020-04-042-0/+18
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-045-0/+413
* Include information on buffer usage during planning phase, in EXPLAIN output,...Fujii Masao2020-04-041-4/+51
* Fix bugs in gin_fuzzy_search_limit processing.Tom Lane2020-04-032-0/+54
* Improve stability of explain regression test.Fujii Masao2020-04-042-6/+7
* Revert "Include information on buffer usage during planning phase, in EXPLAIN...Fujii Masao2020-04-031-51/+4
* Include information on buffer usage during planning phase, in EXPLAIN output.Fujii Masao2020-04-031-4/+51
* Improve stability fix for partition_aggregate test.Tom Lane2020-04-022-55/+55
* Attempt to stabilize partitionwise_aggregate testDavid Rowley2020-04-022-42/+48
* Add SQL functions for Unicode normalizationPeter Eisentraut2020-04-025-1/+118
* Collect statistics about SLRU cachesTomas Vondra2020-04-021-0/+10
* Still another try at stabilizing stats_ext test results.Tom Lane2020-03-312-44/+65
* Improve error reporting in opclasscmds.cAlexander Korotkov2020-03-311-1/+1
* Fix INSERT OVERRIDING USER VALUE behaviorPeter Eisentraut2020-03-312-15/+51
* Implement operator class parametersAlexander Korotkov2020-03-3011-6/+270
* Allow using Unix-domain sockets on Windows in testsPeter Eisentraut2020-03-305-25/+41
* Attempt to fix unstable regression tests, take 2David Rowley2020-03-302-10/+10
* pg_regress: Observe TMPDIRPeter Eisentraut2020-03-291-1/+2
* Attempt to fix unstable regression testsDavid Rowley2020-03-294-15/+14
* Improve the performance and accuracy of numeric sqrt() and ln().Dean Rasheed2020-03-282-0/+64
* Enable Unix-domain sockets support on WindowsPeter Eisentraut2020-03-281-3/+7
* Prevent functional dependency estimates from exceeding column estimates.Dean Rasheed2020-03-282-3/+23