summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2024-04-10Make GIN tests using injection points concurrent-safeMichael Paquier
2024-04-10Fix a test in failover slots regression test.Amit Kapila
2024-04-09revert: Transform OR clauses to ANY expressionAlexander Korotkov
2024-04-09Checks for ALTER TABLE ... SPLIT/MERGE PARTITIONS ... commandsAlexander Korotkov
2024-04-09Fix whitespacePeter Eisentraut
2024-04-09injection_points: Fix race condition with local injection point testsMichael Paquier
2024-04-08Teach TID store to skip bitmap for small numbers of offsetsJohn Naylor
2024-04-08Fix some grammer errors from error messages and codes commentsAlexander Korotkov
2024-04-08Custom reloptions for table AMAlexander Korotkov
2024-04-08Fix the intermittent buildfarm failures in 040_standby_failover_slots_sync.Amit Kapila
2024-04-08Use bump context for TID bitmaps stored by vacuumJohn Naylor
2024-04-08JSON_TABLE: Add support for NESTED paths and columnsAmit Langote
2024-04-08Fix JsonExpr deparsing to emit QUOTES and WRAPPER correctlyAmit Langote
2024-04-08Fix restriction on specifying KEEP QUOTES in JSON_QUERY()Amit Langote
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