summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2025-02-10Add test of various escape functionsAndres Freund
2025-01-14Fix catcache invalidation of a list entry that's being builtHeikki Linnakangas
2024-11-30Avoid mislabeling of lateral references, redux.Tom Lane
2024-11-27ci: Fix cached MacPorts installation managementAndres Freund
2024-11-27Fix typoPeter Eisentraut
2024-11-15Avoid deleting critical WAL segments during pg_rewindÁlvaro Herrera
2024-11-11Ensure cached plans are correctly marked as dependent on role.Nathan Bossart
2024-11-06Monkey-patch LLVM code to fix ARM relocation bug.Thomas Munro
2024-11-04Use portable diff options in pg_bsd_indent's regression test.Tom Lane
2024-11-02Revert "For inplace update, send nontransactional invalidations."Noah Misch
2024-10-25For inplace update, send nontransactional invalidations.Noah Misch
2024-10-22Restructure foreign key handling code for ATTACH/DETACHÁlvaro Herrera
2024-10-09Remove incorrect function import from pgindentDaniel Gustafsson
2024-09-19Improve Perl script which adds commit links to release notesBruce Momjian
2024-09-16scripts: add Perl script to add links to release notesBruce Momjian
2024-08-24Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
2024-08-18ci: Upgrade MacPorts version to 2.10.1.Thomas Munro
2024-07-25ci: Pin MacPorts version to 2.9.3.Thomas Munro
2024-07-24ci: Upgrade macOS version from 13 to 14.Thomas Munro
2024-07-15Use atomics to avoid locking in InjectionPointRun()Heikki Linnakangas
2024-07-10Use diff's --strip-trailing-cr flag where appropriate on WindowsAndrew Dunstan
2024-07-05Cope with <regex.h> name clashes.Thomas Munro
2024-07-01Rename standby_slot_names to synchronized_standby_slots.Amit Kapila
2024-06-28Add wait event type "InjectionPoint", a custom type like "Extension".Noah Misch
2024-06-28Make TAP todo_start effects the same under Meson and prove_check.Noah Misch
2024-06-27Fix MVCC bug with prepared xact with subxacts on standbyHeikki Linnakangas
2024-06-13Improve the granularity of PQsocketPoll's timeout parameter.Tom Lane
2024-06-12Harmonize pg_bsd_indent parameter names.Peter Geoghegan
2024-06-06Rename PathKeyInfo to GroupByOrderingAlexander Korotkov
2024-05-22amcheck: Refactoring the storage of the last visible entryAlexander Korotkov
2024-05-17Sync typedefs.list with buildfarm, for real this time.Tom Lane
2024-05-17Remove unused typedefsPeter Eisentraut
2024-05-17Remove enum WaitEventExtensionMichael Paquier
2024-05-15Doc: update src/tools/pgindent/README for current practice.Tom Lane
2024-05-14Pre-beta mechanical code beautification.Tom Lane
2024-05-12injection_points: Store runtime conditions in private areaMichael Paquier
2024-05-06Revert: Remove useless self-joinsAlexander Korotkov
2024-05-05Fix query pullup issue with WindowClause runConditionDavid Rowley
2024-04-27Remove redundant JSON parser typedefsAndrew Dunstan
2024-04-25Fix the missing table sync due to improper invalidation handling.Amit Kapila
2024-04-18Update src/tools/pginclude/README to match recent changes to cpluspluscheckPeter Eisentraut
2024-04-16Undo incorrect typedefs.list change.Tom Lane
2024-04-16revert: Generalize relation analyze in table AM interfaceAlexander Korotkov
2024-04-11Revert: Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-04-11Revert: Custom reloptions for table AMAlexander Korotkov
2024-04-11Revert indexed and enlargable binary heap implementation.Masahiko Sawada
2024-04-09revert: Transform OR clauses to ANY expressionAlexander Korotkov
2024-04-08Provide a way block-level table AMs could re-use acquire_sample_rows()Alexander Korotkov
2024-04-08Custom reloptions for table AMAlexander Korotkov
2024-04-08JSON_TABLE: Add support for NESTED paths and columnsAmit Langote