aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Remove AIX supportHeikki Linnakangas2024-02-28
* Rename SLRU elements in view pg_stat_slruAlvaro Herrera2024-02-28
* Rationalize and improve error messages for some jsonpath itemsAndrew Dunstan2024-02-27
* Introduce sequence_*() access functionsMichael Paquier2024-02-26
* Remove flaky isolation tests for timeoutsAlexander Korotkov2024-02-25
* Multiple revisions to the GROUP BY reordering testsAlexander Korotkov2024-02-24
* Replace lateral references to removed rels in subqueriesAlexander Korotkov2024-02-24
* Fix BF failure in commit 93db6cbda0.Amit Kapila2024-02-22
* Add a new slot sync worker to synchronize logical slots.Amit Kapila2024-02-22
* Fix the intermittent buildfarm failures in 031_column_list.Amit Kapila2024-02-22
* Improve ERROR/LOG messages added by commits ddd5f4f54a and 7a424ece48.Amit Kapila2024-02-22
* MERGE ... DO NOTHING: require SELECT privilegesAlvaro Herrera2024-02-21
* Add option force_initdb to PostgreSQL::Test::Cluster:init()Michael Paquier2024-02-21
* Replace relids in lateral subquery parse tree during SJEAlexander Korotkov2024-02-20
* Revert "Improve compression and storage support with inheritance"Peter Eisentraut2024-02-20
* Fix incorrect pruning of NULL partition for boolean IS NOT clausesDavid Rowley2024-02-20
* Fix test race between primary XLOG_RUNNING_XACTS and standby logical slot.Noah Misch2024-02-19
* Bound waits in 035_standby_logical_decoding.pl.Noah Misch2024-02-19
* Get rid of pg_class usage in SJE regression testsAlexander Korotkov2024-02-19
* Remove remaining references to timeouts-longAlexander Korotkov2024-02-16
* Remove timeouts-long.outAlexander Korotkov2024-02-16
* Improve compression and storage support with inheritancePeter Eisentraut2024-02-16
* Disable autovacuum on primary in 040_standby_failover_slots_sync test.Amit Kapila2024-02-16
* Change the LOG level in 040_standby_failover_slots_sync.pl to DEBUG2.Amit Kapila2024-02-16
* Attempt to stabilize flapping regression testDavid Rowley2024-02-16
* Followup fixes for transaction_timeoutAlexander Korotkov2024-02-16
* Introduce transaction_timeoutAlexander Korotkov2024-02-15
* Pull up ANY-SUBLINK with the necessary lateral support.Alexander Korotkov2024-02-15
* Allow passing extra options to initdb for testsPeter Eisentraut2024-02-15
* Another try to fix BF failure introduced in commit ddd5f4f54a.Amit Kapila2024-02-15
* Allow pg_monitor to execute pg_current_logfile().Nathan Bossart2024-02-14
* Fix multiranges to behave more like dependent types.Tom Lane2024-02-14
* Fix BF introduced in commit ddd5f4f54a.Amit Kapila2024-02-14
* Add a slot synchronization function.Amit Kapila2024-02-14
* Catch overflow when rounding intervals in AdjustIntervalForTypmod.Tom Lane2024-02-13
* Use a safer outfuncs/readfuncs representation for BitStrings.Tom Lane2024-02-13
* Use extensible buffers to assemble command linesPeter Eisentraut2024-02-11
* Disallow jsonpath methods involving TZ in immutable functionsAndrew Dunstan2024-02-10
* Fix usage of aggregate pathkeys in group_keys_reorder_by_pathkeys()Alexander Korotkov2024-02-09
* Fix propagation of persistence to sequences in ALTER TABLE / ADD COLUMNPeter Eisentraut2024-02-09
* Apply pg_dump test cleanups to test_pg_dump as wellPeter Eisentraut2024-02-08
* Fix meson installation of xid_wraparound test.Masahiko Sawada2024-02-08
* Fix assertion if index is dropped during REFRESH CONCURRENTLYHeikki Linnakangas2024-02-05
* Allow Gather Merge in more cases for parallel DISTINCTDavid Rowley2024-02-03
* Fix costing bug in MergeAppendDavid Rowley2024-02-01
* Add .gitignore to src/test/modules/gin/Michael Paquier2024-01-31
* Add tests for int4_bool() in int.cMichael Paquier2024-01-31
* Consider the "LIMIT 1" optimization with parallel DISTINCTDavid Rowley2024-01-31
* Fix various issues with ALTER TEXT SEARCH CONFIGURATIONMichael Paquier2024-01-31
* Simplify partial path generation in GROUP BY/ORDER BYDavid Rowley2024-01-31