summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2024-04-01Add new COPY option LOG_VERBOSITY.Masahiko Sawada
2024-03-30Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.Dean Rasheed
2024-03-28Improve tab completion for ALTER TABLE ALTER COLUMN SET in psql.Masahiko Sawada
2024-03-27Fix random failure in 004_subscription.Amit Kapila
2024-03-26Message fixes for pg_createsubscriberPeter Eisentraut
2024-03-25Adjust pgbench option for debug mode.Nathan Bossart
2024-03-25Allow specifying an access method for partitioned tablesAlvaro Herrera
2024-03-25pg_createsubscriber: creates a new logical replica from a standby serverPeter Eisentraut
2024-03-25reindexdb: Fix warning about uninitialized indices_tables_cellAlexander Korotkov
2024-03-25reindexdb: Add the index-level REINDEX with multiple jobsAlexander Korotkov
2024-03-24Release PQconninfoOptions array in GetDbnameFromConnectionOptions().Tom Lane
2024-03-24Release temporary array in check_for_data_types_usage().Tom Lane
2024-03-22Track invalidation_reason in pg_replication_slots.Amit Kapila
2024-03-21Fix dumping role comments when using --no-role-passwordsDaniel Gustafsson
2024-03-21Allow dbname to be written as part of connstring via pg_basebackup's -R option.Amit Kapila
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