summaryrefslogtreecommitdiff
path: root/src
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-10Fix illegal attribute propagation in LLVM JIT.Thomas Munro
2024-04-09Fixup various StringInfo function usagesDavid Rowley
2024-04-09revert: Transform OR clauses to ANY expressionAlexander Korotkov
2024-04-09Remove unused BumpBlockIsValid macroDavid Rowley
2024-04-09Checks for ALTER TABLE ... SPLIT/MERGE PARTITIONS ... commandsAlexander Korotkov
2024-04-09Fix incorrect format placeholdersPeter Eisentraut
2024-04-09Fix whitespacePeter Eisentraut
2024-04-09Get rid of anonymous structJohn Naylor
2024-04-09libpq error message fixesHeikki Linnakangas
2024-04-09Add missing set_pglocale_pgservice() for pg_walsummary and pg_combinebackupMichael Paquier
2024-04-09injection_points: Fix race condition with local injection point testsMichael Paquier
2024-04-08In psql, avoid leaking a PGresult after a query is cancelled.Tom Lane
2024-04-08Further review for re-implementation of psql's FETCH_COUNT feature.Tom Lane
2024-04-08Teach radix tree to embed values at runtimeJohn Naylor
2024-04-08Teach TID store to skip bitmap for small numbers of offsetsJohn Naylor
2024-04-08Provide a way block-level table AMs could re-use acquire_sample_rows()Alexander Korotkov
2024-04-08Fix some grammer errors from error messages and codes commentsAlexander Korotkov
2024-04-08Fill CommonRdOptions with default values in extract_autovac_opts()Alexander Korotkov
2024-04-08Adjust wording of trace_connection_negotiation GUC's descriptionHeikki Linnakangas
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-08Fix the wording of or_to_any_transform_limit descriptionAlexander Korotkov
2024-04-08Fix the value of or_to_any_transform_limit in postgresql.conf.sampleAlexander Korotkov
2024-04-08Remove references to old function nameAndres Freund
2024-04-08Add pg_buffercache_evict() function for testing.Thomas Munro
2024-04-08Fix alignment of stack variableJohn Naylor
2024-04-08Add more tab completion support for ALTER DEFAULT PRIVILEGES in psql.Masahiko Sawada
2024-04-08Remove redundant nbtree preprocessing assertions.Peter Geoghegan
2024-04-08simplehash: Free collisions array in SH_STATAndres Freund
2024-04-08Fix check for 'outlen' return from SSL_select_next_proto()Heikki Linnakangas
2024-04-08Silence perlcritic warnings in new libpq testsHeikki Linnakangas
2024-04-08Send ALPN in TLS handshake, require it in direct SSL connectionsHeikki Linnakangas
2024-04-08Support TLS handshake directly without SSLRequest negotiationHeikki Linnakangas
2024-04-08Refactor libpq state machine for negotiating encryptionHeikki Linnakangas
2024-04-08Use streaming I/O in ANALYZE.Thomas Munro
2024-04-08injection_points: Introduce runtime conditionsMichael Paquier
2024-04-07Enhance libpq encryption negotiation tests with new GUCHeikki Linnakangas
2024-04-07With gssencmode='require', check credential cache before connectingHeikki 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-07Fix incorrect KeeperBlock macro in bump.cDavid Rowley
2024-04-07Fix usage of same ListCell transform_or_to_any()'s in nested loopsAlexander Korotkov
2024-04-07Transform OR clauses to ANY expressionAlexander Korotkov