summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2024-04-19Make PostgreSQL::Test::Cluster::init_from_backup handle tablespaces.Robert Haas
2024-04-19Add missing index_insert_cleanup callsTomas Vondra
2024-04-19Better handle indirect constraint dropsAlvaro Herrera
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-04-18Fix restore of not-null constraints with inheritanceAlvaro Herrera
2024-04-18Fix object name clash in recently introduced testAmit Langote
2024-04-18SQL/JSON: Fix issues with DEFAULT .. ON ERROR / EMPTYAmit Langote
2024-04-18SQL/JSON: Improve some error messagesAmit Langote
2024-04-16Push dedicated BumpBlocks to the tail of the blocks listDavid Rowley
2024-04-16Improve test coverage in bump.cDavid Rowley
2024-04-15Fix type-checking of RECORD-returning functions in FROM, redux.Tom Lane
2024-04-15ATTACH PARTITION: Don't match a PK with a UNIQUE constraintAlvaro Herrera
2024-04-15Grammar fixes for split/merge partitions codeAlexander Korotkov
2024-04-15Fix propagating attnotnull in multiple inheritanceAlvaro Herrera
2024-04-15psql: Make output of \dD more stablePeter Eisentraut
2024-04-15Fix ALTER DOMAIN NOT NULL syntaxPeter Eisentraut
2024-04-13freespace: Don't return blocks past the end of the main fork.Noah Misch
2024-04-12Move libpq encryption negotiation testsHeikki Linnakangas
2024-04-12Fix libpq_encryption tests when compiled without SSL supportHeikki Linnakangas
2024-04-12Assorted minor cleanups in the test_json_parser moduleAndrew Dunstan
2024-04-12Shrink test file for test_json_parser moduleAndrew Dunstan
2024-04-12Add a TAP test for test_json_parser_perfAndrew Dunstan
2024-04-12Fix IS [NOT] NULL qual optimization for inheritance tablesDavid Rowley
2024-04-11Revert: Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-04-11Revert: Custom reloptions for table AMAlexander Korotkov
2024-04-10Fix plpgsql's handling of -- comments following expressions.Tom Lane
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