summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2024-04-08Silence perlcritic warnings in new libpq testsHeikki Linnakangas
2024-04-08Support TLS handshake directly without SSLRequest negotiationHeikki Linnakangas
2024-04-08Refactor libpq state machine for negotiating encryptionHeikki Linnakangas
2024-04-08injection_points: Introduce runtime conditionsMichael Paquier
2024-04-07Enhance libpq encryption negotiation tests with new GUCHeikki Linnakangas
2024-04-07Add tests for libpq gssencmode and sslmode optionsHeikki Linnakangas
2024-04-07Move Kerberos moduleHeikki Linnakangas
2024-04-07Make GIN test using injection points repeatableMichael Paquier
2024-04-07Transform OR clauses to ANY expressionAlexander Korotkov
2024-04-07Change debug printing to log filenameDaniel Gustafsson
2024-04-07Don't clobber test exit code at cleanup in LDAP/Kerberors testsHeikki Linnakangas
2024-04-07Improve check in LDAP test to find the OpenLDAP installationHeikki Linnakangas
2024-04-07Optimize pg_popcount() with AVX-512 instructions.Nathan Bossart
2024-04-07Disable parallel query in psql error-with-FETCH_COUNT test.Tom Lane
2024-04-07Re-implement psql's FETCH_COUNT feature atop libpq's chunked mode.Tom Lane
2024-04-07Support retrieval of results in chunks with libpq.Tom Lane
2024-04-06Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
2024-04-06Implement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
2024-04-06Backport IPC::Run optimization to src/test/perl.Noah Misch
2024-04-06Enhance nbtree ScalarArrayOp execution.Peter Geoghegan
2024-04-05Allow synced slots to have their inactive_since.Amit Kapila
2024-04-04Further cleanup for recent JSON-related commits.Tom Lane
2024-04-04Further cleanup for recent JSON-related commits.Tom Lane
2024-04-04Tidy up after incremental JSON parser patchAndrew Dunstan
2024-04-04Add basic JSON_TABLE() functionalityAmit Langote
2024-04-04Introduce a non-recursive JSON parserAndrew Dunstan
2024-04-04pg_regress: Save errno in emit_tap_output_v() and switch to %mMichael Paquier
2024-04-03Invent SERIALIZE option for EXPLAIN.Tom Lane
2024-04-03Drop global objects after completed testDaniel Gustafsson
2024-04-03Ensure that the sync slots reach a consistent state after promotion without l...Amit Kapila
2024-04-02Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-04-02Don't use the pg_am system catalog in new testAlvaro Herrera
2024-04-02Use TidStore for dead tuple TIDs storage during lazy vacuum.Masahiko Sawada
2024-04-01Fix assert failure when planning setop subqueries with CTEsDavid Rowley
2024-04-01Add new COPY option LOG_VERBOSITY.Masahiko Sawada
2024-03-30Add pg_basetype() function to extract a domain's base type.Tom Lane
2024-03-30Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.Dean Rasheed
2024-03-29Remove superfluous trailing semicolonsDaniel Gustafsson
2024-03-29Try to stabilize flappy test result.Tom Lane
2024-03-28Allow "internal" subtransactions in parallel mode.Tom Lane
2024-03-28ALTER TABLE: rework determination of access method IDAlvaro Herrera
2024-03-28Rethink create and attach APIs of shared TidStore.Masahiko Sawada
2024-03-27Fix unstable aggregate regression testDavid Rowley
2024-03-27Add functions to generate random numbers in a specified range.Dean Rasheed
2024-03-27Change last_inactive_time to inactive_since in pg_replication_slots.Amit Kapila
2024-03-26Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences.Tom Lane
2024-03-26Propagate pathkeys from CTEs up to the outer query.Tom Lane
2024-03-25Add EvalPlanQual delete returning isolation testAlexander Korotkov
2024-03-25Refactor predicate_{implied,refuted}_by_simple_clause.Tom Lane
2024-03-25Allow specifying an access method for partitioned tablesAlvaro Herrera