aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Move libpq encryption negotiation testsHeikki Linnakangas2024-04-12
* Fix libpq_encryption tests when compiled without SSL supportHeikki Linnakangas2024-04-12
* Assorted minor cleanups in the test_json_parser moduleAndrew Dunstan2024-04-12
* Shrink test file for test_json_parser moduleAndrew Dunstan2024-04-12
* Add a TAP test for test_json_parser_perfAndrew Dunstan2024-04-12
* Fix IS [NOT] NULL qual optimization for inheritance tablesDavid Rowley2024-04-12
* Revert: Implement pg_wal_replay_wait() stored procedureAlexander Korotkov2024-04-11
* Revert: Custom reloptions for table AMAlexander Korotkov2024-04-11
* Fix plpgsql's handling of -- comments following expressions.Tom Lane2024-04-10
* Make GIN tests using injection points concurrent-safeMichael Paquier2024-04-10
* Fix a test in failover slots regression test.Amit Kapila2024-04-10
* revert: Transform OR clauses to ANY expressionAlexander Korotkov2024-04-10
* Checks for ALTER TABLE ... SPLIT/MERGE PARTITIONS ... commandsAlexander Korotkov2024-04-10
* Fix whitespacePeter Eisentraut2024-04-09
* injection_points: Fix race condition with local injection point testsMichael Paquier2024-04-09
* Teach TID store to skip bitmap for small numbers of offsetsJohn Naylor2024-04-08
* Fix some grammer errors from error messages and codes commentsAlexander Korotkov2024-04-08
* Custom reloptions for table AMAlexander Korotkov2024-04-08
* Fix the intermittent buildfarm failures in 040_standby_failover_slots_sync.Amit Kapila2024-04-08
* Use bump context for TID bitmaps stored by vacuumJohn Naylor2024-04-08
* JSON_TABLE: Add support for NESTED paths and columnsAmit Langote2024-04-08
* Fix JsonExpr deparsing to emit QUOTES and WRAPPER correctlyAmit Langote2024-04-08
* Fix restriction on specifying KEEP QUOTES in JSON_QUERY()Amit Langote2024-04-08
* Silence perlcritic warnings in new libpq testsHeikki Linnakangas2024-04-08
* Support TLS handshake directly without SSLRequest negotiationHeikki Linnakangas2024-04-08
* Refactor libpq state machine for negotiating encryptionHeikki Linnakangas2024-04-08
* injection_points: Introduce runtime conditionsMichael Paquier2024-04-08
* Enhance libpq encryption negotiation tests with new GUCHeikki Linnakangas2024-04-08
* Add tests for libpq gssencmode and sslmode optionsHeikki Linnakangas2024-04-08
* Move Kerberos moduleHeikki Linnakangas2024-04-08
* Make GIN test using injection points repeatableMichael Paquier2024-04-08
* Transform OR clauses to ANY expressionAlexander Korotkov2024-04-08
* Change debug printing to log filenameDaniel Gustafsson2024-04-08
* Don't clobber test exit code at cleanup in LDAP/Kerberors testsHeikki Linnakangas2024-04-07
* Improve check in LDAP test to find the OpenLDAP installationHeikki Linnakangas2024-04-07
* Optimize pg_popcount() with AVX-512 instructions.Nathan Bossart2024-04-06
* Disable parallel query in psql error-with-FETCH_COUNT test.Tom Lane2024-04-06
* Re-implement psql's FETCH_COUNT feature atop libpq's chunked mode.Tom Lane2024-04-06
* Support retrieval of results in chunks with libpq.Tom Lane2024-04-06
* Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov2024-04-07
* Implement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov2024-04-07
* Backport IPC::Run optimization to src/test/perl.Noah Misch2024-04-06
* Enhance nbtree ScalarArrayOp execution.Peter Geoghegan2024-04-06
* Allow synced slots to have their inactive_since.Amit Kapila2024-04-05
* Further cleanup for recent JSON-related commits.Tom Lane2024-04-04
* Further cleanup for recent JSON-related commits.Tom Lane2024-04-04
* Tidy up after incremental JSON parser patchAndrew Dunstan2024-04-04
* Add basic JSON_TABLE() functionalityAmit Langote2024-04-04
* Introduce a non-recursive JSON parserAndrew Dunstan2024-04-04
* pg_regress: Save errno in emit_tap_output_v() and switch to %mMichael Paquier2024-04-04