summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-12Add a TAP test for test_json_parser_perfAndrew Dunstan
2024-04-12Fix some memory leaks associated with parsing json and manifestsAndrew Dunstan
2024-04-12Fix recently introduced typo in code commentDavid Rowley
2024-04-12Fix the review comments and a bug in the slot sync code.Amit Kapila
2024-04-12Fix IS [NOT] NULL qual optimization for inheritance tablesDavid Rowley
2024-04-11Doc: fix bogus to_date() examples.Tom Lane
2024-04-11Revert: Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-04-11Revert: Allow table AM to store complex data structures in rd_amcacheAlexander Korotkov
2024-04-11Revert: Allow table AM tuple_insert() method to return the different slotAlexander Korotkov
2024-04-11Revert: Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov
2024-04-11Revert: Let table AM insertion methods control index insertionAlexander Korotkov
2024-04-11Revert: Custom reloptions for table AMAlexander Korotkov
2024-04-11meson: Remove obsolete function testPeter Eisentraut
2024-04-11postgres_fdw: Improve comment about handling of asynchronous requests.Etsuro Fujita
2024-04-11Use correct datatype for xmin variables in slot.cMichael Paquier
2024-04-11Revert indexed and enlargable binary heap implementation.Masahiko Sawada
2024-04-11Replace binaryheap + index with pairingheap in reorderbuffer.cMasahiko Sawada
2024-04-11Fix grammar.Thomas Munro
2024-04-11Fix potential stack overflow in incremental backup.Thomas Munro
2024-04-11Fix inconsistency with replay of hash squeeze record for clean buffersMichael Paquier
2024-04-10Fix plpgsql's handling of -- comments following expressions.Tom Lane
2024-04-10Doc: Update ulinks to RFC documents to avoid redirectDaniel Gustafsson
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-09Doc: use "an SQL" instead of "a SQL"David Rowley
2024-04-09doc: Remove stray comma from list of psql optionsDaniel Gustafsson
2024-04-09Fix incorrect format placeholdersPeter Eisentraut
2024-04-09Update config.guess and config.subPeter Eisentraut
2024-04-09Fix whitespacePeter Eisentraut
2024-04-09Get rid of anonymous structJohn Naylor
2024-04-09libpq error message fixesHeikki Linnakangas
2024-04-09Fix typo in docsHeikki 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