summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2023-01-24Improve exclude pattern file processing in pgindentAndrew Dunstan
2023-01-23Fix pgindent --show-diff option.Tom Lane
2023-01-23Add non-destructive modes to pgindentAndrew Dunstan
2023-01-23Run pgindent on heapam.cDavid Rowley
2023-01-20Remove SHM_QUEUEAndres Freund
2023-01-18Use dlist/dclist instead of PROC_QUEUE / SHM_QUEUE for heavyweight locksAndres Freund
2023-01-18Refactor code for restoring files via shell commandsMichael Paquier
2023-01-11Fix MSVC buildPeter Eisentraut
2023-01-09Perform apply of large transactions by parallel workers.Amit Kapila
2023-01-03Windows support in pg_import_system_collationsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-28Reorder some object files in makefilesPeter Eisentraut
2022-12-26Add 'logical_decoding_mode' GUC.Amit Kapila
2022-12-09Create infrastructure for "soft" error reporting.Tom Lane
2022-12-06Rework query relation permission checkingAlvaro Herrera
2022-12-02Switch pg_dump to use compression specificationsMichael Paquier
2022-11-27Fix binary mismatch for MSVC plperl vs gcc built perl libsAndrew Dunstan
2022-11-21Replace SQLValueFunction by COERCE_SQL_SYNTAXMichael Paquier
2022-11-18ci: Add task testing windows with mingwAndres Freund
2022-11-16doc: update metacpan.org links to avoid redirectsDaniel Gustafsson
2022-11-14Add error context callback when tokenizing authentication filesMichael Paquier
2022-11-08Suppress useless wakeups in walreceiver.Thomas Munro
2022-11-02Add doubly linked count list implementationDavid Rowley
2022-10-22Remove pgpid_t type, use pid_t insteadPeter Eisentraut
2022-10-20Make finding openssl program a configure or meson optionPeter Eisentraut
2022-10-19Enhance make_ctags and make_etags.Tatsuo Ishii
2022-10-17Record dependencies of a cast on other casts that it requires.Tom Lane
2022-10-12Add meson.build to version_stamp.plPeter Eisentraut
2022-10-11Add support for COPY TO callback functionsMichael Paquier
2022-10-06windows: Adjust FD_SETSIZE via commandline defineAndres Freund
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-27ci: Add hint about downloadable logs to READMEAndres Freund
2022-09-26windows: remove date from version number in win32ver.rcAndres Freund
2022-09-26Refactor creation of backup_label and backup history filesMichael Paquier
2022-09-24De-special-case pgevent's rc file handlingAndres Freund
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-20Fix `trap` in a few shell scriptsAlvaro Herrera
2022-09-20Split TESTDIR into TESTLOGDIR and TESTDATADIRAndres Freund
2022-09-20Don't hardcode tmp_check/ as test directory for tap testsAndres Freund
2022-09-19Extend gendef.pl in preparation for mesonAndres Freund
2022-09-14Fix failure to build gramparse.h standalone in vpath buildsJohn Naylor
2022-09-14Bump minimum Perl version to 5.14John Naylor
2022-09-14Move gramparse.h to src/backend/parserJohn Naylor
2022-09-13Adjust header exceptions for 0bd9c6297John Naylor
2022-09-09Bump minimum version of Flex to 2.5.35John Naylor
2022-09-09Bump minimum version of Bison to 2.3John Naylor
2022-09-06Fix cplusplusscheck in vpath buildsJohn Naylor
2022-09-06Fix headerscheck in vpath buildsJohn Naylor
2022-09-06Add missing exceptions to cpluspluscheckJohn Naylor
2022-09-04Fix MSVC linker error for specparse.objJohn Naylor