aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Invent --transaction-size option for pg_restore.Tom Lane2024-04-01
* Rearrange pg_dump's handling of large objects for better efficiency.Tom Lane2024-04-01
* Fix assorted resource leaks in new pg_createsubscriber code.Tom Lane2024-04-01
* Add new COPY option LOG_VERBOSITY.Masahiko Sawada2024-04-01
* Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.Dean Rasheed2024-03-30
* Improve tab completion for ALTER TABLE ALTER COLUMN SET in psql.Masahiko Sawada2024-03-28
* Fix random failure in 004_subscription.Amit Kapila2024-03-27
* Message fixes for pg_createsubscriberPeter Eisentraut2024-03-26
* Adjust pgbench option for debug mode.Nathan Bossart2024-03-25
* Allow specifying an access method for partitioned tablesAlvaro Herrera2024-03-25
* pg_createsubscriber: creates a new logical replica from a standby serverPeter Eisentraut2024-03-25
* reindexdb: Fix warning about uninitialized indices_tables_cellAlexander Korotkov2024-03-25
* reindexdb: Add the index-level REINDEX with multiple jobsAlexander Korotkov2024-03-25
* Release PQconninfoOptions array in GetDbnameFromConnectionOptions().Tom Lane2024-03-24
* Release temporary array in check_for_data_types_usage().Tom Lane2024-03-24
* Track invalidation_reason in pg_replication_slots.Amit Kapila2024-03-22
* Fix dumping role comments when using --no-role-passwordsDaniel Gustafsson2024-03-21
* Allow dbname to be written as part of connstring via pg_basebackup's -R option.Amit Kapila2024-03-21
* Revert "Temporary patch to help debug pg_walsummary test failures."Nathan Bossart2024-03-20
* Catalog domain not-null constraintsPeter Eisentraut2024-03-20
* Add "--exclude-extension" to pg_dump's options.Dean Rasheed2024-03-20
* Support C.UTF-8 locale in the new builtin collation provider.Jeff Davis2024-03-19
* pg_upgrade: run all data type checks per connectionDaniel Gustafsson2024-03-19
* Activate perlcritic InputOutput::RequireCheckedSyscalls and fix resulting war...Peter Eisentraut2024-03-19
* Address more review comments on commit 2d819a08a1.Jeff Davis2024-03-18
* Add missing source files to nls.mkPeter Eisentraut2024-03-18
* Support json_errdetail in FRONTEND codeDaniel Gustafsson2024-03-17
* Add RETURNING support to MERGE.Dean Rasheed2024-03-17
* Make stxstattarget nullablePeter Eisentraut2024-03-17
* Add destroyStringInfo function for cleaning up StringInfosDaniel Gustafsson2024-03-16
* psql: fix variable existence tab completionAlexander Korotkov2024-03-16
* Introduce "builtin" collation provider.Jeff Davis2024-03-13
* Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart2024-03-13
* Add the system identifier to backup manifests.Robert Haas2024-03-13
* Expose new function get_controlfile_by_exact_path().Robert Haas2024-03-13
* Make the order of the header file includes consistentPeter Eisentraut2024-03-13
* Fix incorrect format placeholdersPeter Eisentraut2024-03-13
* Fix version check in 002_pg_upgrade.pl.Jeff Davis2024-03-12
* Use printf's %m format instead of strerror(errno) in more placesMichael Paquier2024-03-12
* Fix 002_pg_upgrade.pl.Jeff Davis2024-03-11
* reindexdb: Allow specifying objects to process in all databases.Nathan Bossart2024-03-11
* clusterdb: Allow specifying tables to process in all databases.Nathan Bossart2024-03-11
* vacuumdb: Allow specifying objects to process in all databases.Nathan Bossart2024-03-11
* Catalog changes preparing for builtin collation provider.Jeff Davis2024-03-09
* Run perltidy on 002_pg_upgrade.pl.Jeff Davis2024-03-09
* Fix cross-version pg_upgrade test.Jeff Davis2024-03-09
* Improve WIN32 waiting logic in psql's \watch command.Tom Lane2024-03-08
* Add support for DEFAULT in ALTER TABLE .. SET ACCESS METHODMichael Paquier2024-03-08
* Add --copy-file-range option to pg_upgrade.Thomas Munro2024-03-06
* Rename pg_constraint.conwithoutoverlaps to conperiodPeter Eisentraut2024-03-05