summaryrefslogtreecommitdiff
path: root/src/tools/pgindent
AgeCommit message (Expand)Author
2023-04-22Doc: update pgindent/README some more.Tom Lane
2023-04-08Improve indentation of multiline initialization expressions.Tom Lane
2023-04-08Replace replication slot's invalidated_at LSN with an enumAndres Freund
2023-04-08Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro
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-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-22Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov
2023-03-16Remove PgStat_BackendFunctionEntryMichael Paquier
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-16pgindent: mention directory arguments in help textAndrew Dunstan
2023-02-13Remove obsolete pgindent options --code-base and --buildAndrew Dunstan
2023-02-12Integrate pg_bsd_indent into our build/test infrastructure.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-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-09Perform apply of large transactions by parallel workers.Amit Kapila
2023-01-02Update copyright for 2023Bruce Momjian
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-21Replace SQLValueFunction by COERCE_SQL_SYNTAXMichael Paquier
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-11Add support for COPY TO callback functionsMichael Paquier
2022-09-26Refactor creation of backup_label and backup history filesMichael Paquier