summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2025-01-17Support Unicode full case mapping and conversion.Jeff Davis
2025-01-16Add and use BitmapHeapScanDescData structMelanie Plageman
2025-01-16Seek zone abbreviations in the IANA data before timezone_abbreviations.Tom Lane
2025-01-16Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed
2025-01-15Add a bit of documentation related to IWYUPeter Eisentraut
2025-01-15Drop warning-free support for Flex 2.5.35Peter Eisentraut
2025-01-15Rename RowCompareType to CompareTypePeter Eisentraut
2025-01-14Fix catcache invalidation of a list entry that's being builtHeikki Linnakangas
2025-01-10Refactor some code related to backend statisticsMichael Paquier
2025-01-08Set exit status for pgindent if pg_bsd_indent failsAndrew Dunstan
2025-01-07Add missing typedefs.list entry for AggStatePerGroupData.Jeff Davis
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-24Remove pgrminclude and associated scriptsPeter Eisentraut
2024-12-20Introduce CompactAttribute array in TupleDesc, take 2David Rowley
2024-12-19Convert SetOp to read its inputs as outerPlan and innerPlan.Tom Lane
2024-12-19Add backend-level statistics to pgstatsMichael Paquier
2024-12-18Add common interface for TBMIteratorsMelanie Plageman
2024-12-04Provide a better error message for misplaced dispatch options.Nathan Bossart
2024-12-03Revert "Introduce CompactAttribute array in TupleDesc"David Rowley
2024-12-03Introduce CompactAttribute array in TupleDescDavid Rowley
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-23Teach bitmap path generation about transforming OR-clauses to SAOP'sAlexander Korotkov
2024-11-15Avoid deleting critical WAL segments during pg_rewindÁlvaro Herrera
2024-11-14Assign a child slot to every postmaster child processHeikki Linnakangas
2024-11-14Replace postmaster.c's own backend type codes with BackendTypeHeikki Linnakangas
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-04Revert pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-11-04Make PG_TEST_EXTRA env var override the "meson setup" optionHeikki Linnakangas
2024-10-25For inplace update, send nontransactional invalidations.Noah Misch
2024-10-24Refactor WaitForLSNReplay() to return the result of waitingAlexander Korotkov
2024-10-24Avoid looping over all type cache entries in TypeCacheRelCallback()Alexander Korotkov
2024-10-22Improve reporting of errors in extension script files.Tom Lane
2024-10-22Restructure foreign key handling code for ATTACH/DETACHÁlvaro Herrera
2024-10-14ecpg: improve preprocessor's memory management.Tom Lane
2024-10-09Remove incorrect function import from pgindentDaniel Gustafsson
2024-10-07Prepare tab-complete.c for preprocessing.Tom Lane
2024-10-04Rename PageData to GenericXLogPageDataPeter Eisentraut
2024-09-27pg_verifybackup: Verify tar-format backups.Robert Haas
2024-09-24Add further excludes to headerscheckPeter Eisentraut
2024-09-19Improve Perl script which adds commit links to release notesBruce Momjian
2024-09-19Add UpgradeTaskProcessCB to typedefs.listAlexander Korotkov
2024-09-16Introduce framework for parallelizing various pg_upgrade tasks.Nathan Bossart
2024-09-16scripts: add Perl script to add links to release notesBruce Momjian
2024-09-16Perl scripts: revert 43ce181059dBruce Momjian
2024-09-15Perl scripts: eliminate "Useless interpolation" warningsBruce Momjian
2024-09-10Introduce an RTE for the grouping stepRichard Guo