summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2024-01-08Strengthen tests for 5ef34a8fc3Alexander Korotkov
2024-01-06Fix the issue that SJE mistakenly omits qual clausesAlexander Korotkov
2024-01-05Clean up some edge cases in plpgsql's %TYPE parsing.Tom Lane
2024-01-05Add copyright notices to a few perl scripts that don't have themAndrew Dunstan
2024-01-04ALTER TABLE command to change generation expressionPeter Eisentraut
2024-01-04Fix use of incorrect TupleTableSlot in DISTINCT aggregatesDavid Rowley
2024-01-04Track conflict_reason in pg_replication_slots.Amit Kapila
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-03Remove unnecessary PGDATABASE settings from TAP testsMichael Paquier
2024-01-02Fix typos in comments and in one isolation test.Robert Haas
2024-01-02Replace the relid in some missing fields during SJEAlexander Korotkov
2023-12-29Follow-up fixes for "Make all Perl warnings fatal"Peter Eisentraut
2023-12-29Fix collate.windows.win1252 test.Jeff Davis
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-12-27Improve the implementation of information_schema._pg_expandarray().Tom Lane
2023-12-27Fix a warning in Perl test codePeter Eisentraut
2023-12-27Make replace_relid() leave argument unmodifiedAlexander Korotkov
2023-12-24Don't constrain self-join removal due to PHVsAlexander Korotkov
2023-12-24Enhance checkpointer restartpoint statisticsAlexander Korotkov
2023-12-23Set readline-relevant ENV vars in interactive_psql(), not caller.Tom Lane
2023-12-21Avoid trying to fetch metapage of an SPGist partitioned index.Tom Lane
2023-12-21Fix BEFORE ROW trigger handling in cross-partition MERGE update.Dean Rasheed
2023-12-21Add PostgreSQL::Test::Cluster::advance_walMichael Paquier
2023-12-20Add support for incremental backup.Robert Haas
2023-12-15Fix bugs in manipulation of large objects.Tom Lane
2023-12-08Optimize nbtree backward scan boundary cases.Peter Geoghegan
2023-12-08Allow parallel CREATE INDEX for BRIN indexesTomas Vondra
2023-12-08Test that it works to RESET an invalid reloptionAlvaro Herrera
2023-12-08Rename ShmemVariableCache to TransamVariablesHeikki Linnakangas
2023-12-07Improve some error messages with invalid indexes for REINDEX CONCURRENTLYMichael Paquier
2023-12-06Fix assertion failure with REINDEX and event triggersMichael Paquier
2023-12-04Add support for REINDEX in event triggersMichael Paquier
2023-12-01Fix an uninitialized access in hash_xlog_squeeze_page().Amit Kapila
2023-11-30Add tests for XID wraparound.Masahiko Sawada
2023-11-30Apply quotes more consistently to GUC names in logsMichael Paquier
2023-11-30Add option to specify timeout seconds to BackgroundPsql.pm.Masahiko Sawada
2023-11-30Fix wrong description of BackgroundPsql's timeout.Masahiko Sawada
2023-11-30Fix BackgroundPsql's set_query_timer_restart() issue without argument.Masahiko Sawada
2023-11-28Add SLRU tests for 64-bit page caseAlexander Korotkov
2023-11-28Index SLRUs by 64-bit integers rather than by 32-bit integersAlexander Korotkov
2023-11-28Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.Tom Lane
2023-11-28Remove more statements from stats.sqlMichael Paquier
2023-11-28Fix assertions with RI triggers in heap_update and heap_delete.Heikki Linnakangas
2023-11-28Remove test for pg_stat_reset_shared() in stats.sqlMichael Paquier
2023-11-27Check if ii_AmCache is NULL in aminsertcleanupTomas Vondra
2023-11-27Avoid unconditionally filling in missing values with NULL in pgoutput.Amit Kapila
2023-11-26Display length and bounds histograms in pg_statsAlexander Korotkov
2023-11-25Use fipshash in brin_multi testPeter Eisentraut
2023-11-25modify segno. for pg_walfile_name() and pg_walfile_name_offset()Bruce Momjian
2023-11-22Fix the initial sync tables with no columns.Amit Kapila