summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2024-03-20Revert "Temporary patch to help debug pg_walsummary test failures."Nathan Bossart
2024-03-20Catalog domain not-null constraintsPeter Eisentraut
2024-03-20Add "--exclude-extension" to pg_dump's options.Dean Rasheed
2024-03-19Support C.UTF-8 locale in the new builtin collation provider.Jeff Davis
2024-03-19pg_upgrade: run all data type checks per connectionDaniel Gustafsson
2024-03-19Activate perlcritic InputOutput::RequireCheckedSyscalls and fix resulting war...Peter Eisentraut
2024-03-18Address more review comments on commit 2d819a08a1.Jeff Davis
2024-03-18Add missing source files to nls.mkPeter Eisentraut
2024-03-17Support json_errdetail in FRONTEND codeDaniel Gustafsson
2024-03-17Add RETURNING support to MERGE.Dean Rasheed
2024-03-17Make stxstattarget nullablePeter Eisentraut
2024-03-16Add destroyStringInfo function for cleaning up StringInfosDaniel Gustafsson
2024-03-16psql: fix variable existence tab completionAlexander Korotkov
2024-03-14Introduce "builtin" collation provider.Jeff Davis
2024-03-13Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2024-03-13Add the system identifier to backup manifests.Robert Haas
2024-03-13Expose new function get_controlfile_by_exact_path().Robert Haas
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-03-13Fix incorrect format placeholdersPeter Eisentraut
2024-03-12Fix version check in 002_pg_upgrade.pl.Jeff Davis
2024-03-12Use printf's %m format instead of strerror(errno) in more placesMichael Paquier
2024-03-11Fix 002_pg_upgrade.pl.Jeff Davis
2024-03-11reindexdb: Allow specifying objects to process in all databases.Nathan Bossart
2024-03-11clusterdb: Allow specifying tables to process in all databases.Nathan Bossart
2024-03-11vacuumdb: Allow specifying objects to process in all databases.Nathan Bossart
2024-03-09Catalog changes preparing for builtin collation provider.Jeff Davis
2024-03-09Run perltidy on 002_pg_upgrade.pl.Jeff Davis
2024-03-09Fix cross-version pg_upgrade test.Jeff Davis
2024-03-08Improve WIN32 waiting logic in psql's \watch command.Tom Lane
2024-03-08Add support for DEFAULT in ALTER TABLE .. SET ACCESS METHODMichael Paquier
2024-03-05Add --copy-file-range option to pg_upgrade.Thomas Munro
2024-03-05Rename pg_constraint.conwithoutoverlaps to conperiodPeter Eisentraut
2024-03-05Fix search_path to a safe value during maintenance operations.Jeff Davis
2024-03-04pg_verifybackup: Refactor parse_manifest_file.Robert Haas
2024-03-04Fix incremental backup interaction with XLOG_DBASE_CREATE_FILE_COPY.Robert Haas
2024-03-04Fix initdb's -c option to treat the GUC name case-insensitively.Tom Lane
2024-02-29Support MERGE into updatable views.Dean Rasheed
2024-02-28Remove AIX supportHeikki Linnakangas
2024-02-27Use C99-designated initializer syntax for more arraysMichael Paquier
2024-02-21Add option force_initdb to PostgreSQL::Test::Cluster:init()Michael Paquier
2024-02-19Fix 004_subscription.pl to allow its usage in --link mode.Amit Kapila
2024-02-16Use new overflow-safe integer comparison functions.Nathan Bossart
2024-02-15Introduce transaction_timeoutAlexander Korotkov
2024-02-14Fix multiranges to behave more like dependent types.Tom Lane
2024-02-13Skip .DS_Store files in server side utilsDaniel Gustafsson
2024-02-09Refactor pipe_read_line to return the full lineDaniel Gustafsson
2024-02-07Rename static function to avoid conflicting namesDaniel Gustafsson
2024-02-05Improve the comments in 004_subscription.pl.Amit Kapila
2024-02-04pg_basebackup: Fix check for MINIMUM_VERSION_FOR_WAL_SUMMARIESMichael Paquier
2024-02-01Avoid package qualification of $windows_osAndrew Dunstan