summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2023-04-08Track IO times in pg_stat_ioAndres Freund
2023-04-05bufmgr: Introduce infrastructure for faster relation extensionAndres Freund
2023-04-05pg_dump: Add support for zstd compressionTomas Vondra
2023-04-03Revert 11470f544eAlexander Korotkov
2023-04-03Fix typo in CI READMEDaniel Gustafsson
2023-04-03Doc: update pgindent/README.Tom Lane
2023-03-30pg_stat_wal: Accumulate time as instr_time instead of microsecondsAndres Freund
2023-03-29Support connection load balancing in libpqDaniel Gustafsson
2023-03-29Copy and store addrinfo in libpq-owned private memoryDaniel Gustafsson
2023-03-29SQL/JSON: add standard JSON constructor functionsAlvaro Herrera
2023-03-29Avoid syncing data twice for the 'publish_via_partition_root' option.Amit Kapila
2023-03-24libpq: Add sslcertmode option to control client certificatesMichael Paquier
2023-03-24meson: make install_test_files more generic, rename to install_filesAndres Freund
2023-03-23Add missing "-I." flag when building pg_bsd_indent.Tom Lane
2023-03-22Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov
2023-03-17libpq: Remove code for SCM credential authenticationMichael Paquier
2023-03-16Remove PgStat_BackendFunctionEntryMichael Paquier
2023-03-15MSVC: Don't build ldap_password_func if not building with ldapAndrew Dunstan
2023-03-08meson: Add target for installing test files & improve install_test_filesAndres Freund
2023-03-04Tighten header pre-inclusions in headerscheck and cpluspluscheck.Tom Lane
2023-03-03meson: Prevent installation of test files during main installPeter Eisentraut
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