summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2023-02-26Don't force SQL_ASCII/no-locale for installcheck in vcregress.plAndrew Dunstan
2023-02-23Add LZ4 compression to pg_dumpTomas Vondra
2023-02-23Introduce a generic pg_dump compression APITomas Vondra
2023-02-17Redesign archive modulesMichael Paquier
2023-02-17Remove obsolete platforms from ps_status.c.Thomas Munro
2023-02-16pgindent: mention directory arguments in help textAndrew Dunstan
2023-02-15Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier
2023-02-15Fix make_etags failure on Mac.Tatsuo Ishii
2023-02-13Remove obsolete pgindent options --code-base and --buildAndrew Dunstan
2023-02-12Make pg_bsd_indent's .h files inclusion-order-safe.Tom Lane
2023-02-12Integrate pg_bsd_indent into our build/test infrastructure.Tom Lane
2023-02-12Sync pg_bsd_indent's copyright notices with Postgres practice.Tom Lane
2023-02-12Import pg_bsd_indent sources.Tom Lane
2023-02-12pgindent: filter files for the --commit optionAndrew Dunstan
2023-02-11Add pg_stat_io view, providing more detailed IO statisticsAndres Freund
2023-02-09Fix help text spacing in pgindentAndrew Dunstan
2023-02-09pgstat: Infrastructure for more detailed IO statisticsAndres Freund
2023-02-08pgindent: more ways to find files to indentAndrew Dunstan
2023-02-08Fix the logical replication timeout during large DDLs.Amit Kapila
2023-02-05Revert refactoring of restore command code to shell_restore.cMichael Paquier
2023-02-02Document installing perltidy with cpanmAndrew Dunstan
2023-01-30Rename GUC logical_decoding_mode to logical_replication_mode.Amit Kapila
2023-01-27Allow multiple --excludes options in pgindentAndrew Dunstan
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