summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
2024-02-01Continue my quest to make 002_blocks.pl pass reliably.Robert Haas
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