aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Follow-up fixes for "Make all Perl warnings fatal"Peter Eisentraut2023-12-29
* Fix collate.windows.win1252 test.Jeff Davis2023-12-29
* Make all Perl warnings fatalPeter Eisentraut2023-12-29
* Improve the implementation of information_schema._pg_expandarray().Tom Lane2023-12-27
* Fix a warning in Perl test codePeter Eisentraut2023-12-27
* Make replace_relid() leave argument unmodifiedAlexander Korotkov2023-12-27
* Don't constrain self-join removal due to PHVsAlexander Korotkov2023-12-25
* Enhance checkpointer restartpoint statisticsAlexander Korotkov2023-12-25
* Set readline-relevant ENV vars in interactive_psql(), not caller.Tom Lane2023-12-23
* Avoid trying to fetch metapage of an SPGist partitioned index.Tom Lane2023-12-21
* Fix BEFORE ROW trigger handling in cross-partition MERGE update.Dean Rasheed2023-12-21
* Add PostgreSQL::Test::Cluster::advance_walMichael Paquier2023-12-21
* Add support for incremental backup.Robert Haas2023-12-20
* Fix bugs in manipulation of large objects.Tom Lane2023-12-15
* Optimize nbtree backward scan boundary cases.Peter Geoghegan2023-12-08
* Allow parallel CREATE INDEX for BRIN indexesTomas Vondra2023-12-08
* Test that it works to RESET an invalid reloptionAlvaro Herrera2023-12-08
* Rename ShmemVariableCache to TransamVariablesHeikki Linnakangas2023-12-08
* Improve some error messages with invalid indexes for REINDEX CONCURRENTLYMichael Paquier2023-12-07
* Fix assertion failure with REINDEX and event triggersMichael Paquier2023-12-07
* Add support for REINDEX in event triggersMichael Paquier2023-12-04
* Fix an uninitialized access in hash_xlog_squeeze_page().Amit Kapila2023-12-01
* Add tests for XID wraparound.Masahiko Sawada2023-11-30
* Apply quotes more consistently to GUC names in logsMichael Paquier2023-11-30
* Add option to specify timeout seconds to BackgroundPsql.pm.Masahiko Sawada2023-11-30
* Fix wrong description of BackgroundPsql's timeout.Masahiko Sawada2023-11-30
* Fix BackgroundPsql's set_query_timer_restart() issue without argument.Masahiko Sawada2023-11-30
* Add SLRU tests for 64-bit page caseAlexander Korotkov2023-11-29
* Index SLRUs by 64-bit integers rather than by 32-bit integersAlexander Korotkov2023-11-29
* Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.Tom Lane2023-11-28
* Remove more statements from stats.sqlMichael Paquier2023-11-28
* Fix assertions with RI triggers in heap_update and heap_delete.Heikki Linnakangas2023-11-28
* Remove test for pg_stat_reset_shared() in stats.sqlMichael Paquier2023-11-28
* Check if ii_AmCache is NULL in aminsertcleanupTomas Vondra2023-11-27
* Avoid unconditionally filling in missing values with NULL in pgoutput.Amit Kapila2023-11-27
* Display length and bounds histograms in pg_statsAlexander Korotkov2023-11-27
* Use fipshash in brin_multi testPeter Eisentraut2023-11-25
* modify segno. for pg_walfile_name() and pg_walfile_name_offset()Bruce Momjian2023-11-24
* Fix the initial sync tables with no columns.Amit Kapila2023-11-22
* Fix query checking consistency of table amhandlers in opr_sanity.sqlMichael Paquier2023-11-22
* Guard against overflow in interval_mul() and interval_div().Dean Rasheed2023-11-18
* Extract column statistics from CTE references, if possible.Tom Lane2023-11-17
* Allow tests to pass in OpenSSL FIPS mode (rest)Peter Eisentraut2023-11-17
* Allow tests to pass in OpenSSL FIPS mode (TAP tests)Peter Eisentraut2023-11-17
* Ensure we preprocess expressions before checking their volatility.Tom Lane2023-11-16
* Add target "slru" to pg_stat_reset_shared()Michael Paquier2023-11-16
* src/test/modules/test_dsa needs a .gitignore file.Tom Lane2023-11-15
* Add test_dsa module.Heikki Linnakangas2023-11-15
* Support +/- infinity in the interval data type.Dean Rasheed2023-11-14
* Allow new role 'regress_dump_login_role' to log in under SSPI.Tom Lane2023-11-14