summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2024-01-16Add new COPY option SAVE_ERROR_TOAlexander Korotkov
2024-01-15Fix typos.Robert Haas
2024-01-14pg_dump: Remove obsolete trigger supportPeter Eisentraut
2024-01-13Escape output of pg_amcheck testPeter Eisentraut
2024-01-13Make attstattarget nullablePeter Eisentraut
2024-01-12Add empty placeholder LINGUAS file for pg_walsummaryAlvaro Herrera
2024-01-12Fix pg_walsummary's .gitignoreMichael Paquier
2024-01-11Rework how logirep launchers are stopped during pg_upgradeMichael Paquier
2024-01-11Fix incorrect format placeholderPeter Eisentraut
2024-01-11Try to fix pg_walsummary buildfarm failures.Robert Haas
2024-01-11Repair various defects in dc212340058b4e7ecfc5a7a81ec50e7a207bf288.Robert Haas
2024-01-11Add new pg_walsummary tool.Robert Haas
2024-01-11Fix an intermetant BF failure in 003_logical_slots.Amit Kapila
2024-01-10Restore initdb's old behavior of always setting the lc_xxx GUCs.Tom Lane
2024-01-10Allow noise semicolons ending psql \sf, \ef, \sv, \ev commands.Tom Lane
2024-01-10Show the default checkpoint method in the pg_basebackup help messageMagnus Hagander
2024-01-10pg_ctl: Disable autoruns for cmd.exe on WindowsMichael Paquier
2024-01-09Add new function, PQchangePassword(), to libpqJoe Conway
2024-01-04ALTER TABLE command to change generation expressionPeter Eisentraut
2024-01-04Track conflict_reason in pg_replication_slots.Amit Kapila
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-03Make Perl warnings fatal in newly added TAP testsPeter Eisentraut
2024-01-03Fix some typosMichael Paquier
2024-01-03Remove unnecessary PGDATABASE settings from TAP testsMichael Paquier
2024-01-02Fix typos in comments and in one isolation test.Robert Haas
2024-01-02Allow upgrades to preserve the full subscription's state.Amit Kapila
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-12-29In pg_dump, don't dump a stats object unless dumping underlying table.Tom Lane
2023-12-27Fix another incorrect data type choice from commit dc2123400.Tom Lane
2023-12-27Fix incorrect data type choices in some read and write calls.Tom Lane
2023-12-27Fix typo and case in messagesJohn Naylor
2023-12-26Add meson NLS support for pg_combinebackupPeter Eisentraut
2023-12-26Add empty placeholder LINGUAS file for pg_combinebackup.Tom Lane
2023-12-26Fix some translatable strings in pg_basebackup and pg_combinebackupMichael Paquier
2023-12-24pgbench: Fix overflow in table populating when rows >= 2^31-1Michael Paquier
2023-12-23Set readline-relevant ENV vars in interactive_psql(), not caller.Tom Lane
2023-12-21Fix numerous typos in incremental backup commits.Robert Haas
2023-12-21pg_combinebackup didn't clean its tmp_check directory, either.Tom Lane
2023-12-21pg_combinebackup's .gitignore file is incomplete.Tom Lane
2023-12-21meson: Make gzip and tar optionalPeter Eisentraut
2023-12-20Fix unchecked return value from strdupDaniel Gustafsson
2023-12-20Add support for incremental backup.Robert Haas
2023-12-20Add a new WAL summarizer process.Robert Haas
2023-12-20Remove MSVC scriptsMichael Paquier
2023-12-19Move src/bin/pg_verifybackup/parse_manifest.c into src/common.Robert Haas
2023-12-10Remove some unnecessary includes of "access/xlog_internal.h"Peter Eisentraut
2023-12-08Fix path of regress shared library in pg_upgrade testMichael Paquier
2023-12-06Suppress -Wunused-result warning about write().Nathan Bossart
2023-12-06Use signal-safe functions in signal handlerPeter Eisentraut
2023-12-06Apply filters to dump files all the time in 002_pg_upgrade.plMichael Paquier