summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2024-01-31Clean pg_walsummary's tmp_check directory.Tom Lane
2024-01-31In 002_blocks.pl, try to prevent a HOT update.Robert Haas
2024-01-31Update pg_walsummary copyright notices to 2024Alvaro Herrera
2024-01-31Revise pg_walsummary's 002_blocks test to avoid spurious failures.Robert Haas
2024-01-30Fix 003_extrafiles.pl test for the WindowsAndrew Dunstan
2024-01-30Add a failover option to subscriptions.Amit Kapila
2024-01-26Temporary patch to help debug pg_walsummary test failures.Robert Haas
2024-01-25Allow to enable failover property for replication slots via SQL API.Amit Kapila
2024-01-24Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-01-24pgbench: Add \syncpipelineMichael Paquier
2024-01-22Abort pgbench if script end is reached with an open pipelineAlvaro Herrera
2024-01-19Rename COPY option from SAVE_ERROR_TO to ON_ERRORAlexander Korotkov
2024-01-19psql: Add ignore_slash_options in bind's inactive branchMichael Paquier
2024-01-18Error message capitalisationPeter Eisentraut
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