aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* psql: Make output of \dD more stablePeter Eisentraut2024-04-15
* Fix ALTER DOMAIN NOT NULL syntaxPeter Eisentraut2024-04-15
* Don't allocate large buffer on the stack in pg_verifybackupAndrew Dunstan2024-04-12
* Fix some memory leaks associated with parsing json and manifestsAndrew Dunstan2024-04-12
* Revert indexed and enlargable binary heap implementation.Masahiko Sawada2024-04-11
* Add missing set_pglocale_pgservice() for pg_walsummary and pg_combinebackupMichael Paquier2024-04-09
* In psql, avoid leaking a PGresult after a query is cancelled.Tom Lane2024-04-08
* Further review for re-implementation of psql's FETCH_COUNT feature.Tom Lane2024-04-08
* Add more tab completion support for ALTER DEFAULT PRIVILEGES in psql.Masahiko Sawada2024-04-08
* Send ALPN in TLS handshake, require it in direct SSL connectionsHeikki Linnakangas2024-04-08
* Re-implement psql's FETCH_COUNT feature atop libpq's chunked mode.Tom Lane2024-04-06
* Support retrieval of results in chunks with libpq.Tom Lane2024-04-06
* Convert uses of hash_string_pointer to fasthash equivalentJohn Naylor2024-04-06
* Fix headerscheck violation introduced in f8ce4ed78caAndres Freund2024-04-05
* Check HAVE_COPY_FILE_RANGE before calling copy_file_rangeTomas Vondra2024-04-05
* Allow using copy_file_range in write_reconstructed_fileTomas Vondra2024-04-05
* Remove unused variable in checksum_file()Tomas Vondra2024-04-05
* Allow copying files using clone/copy_file_rangeTomas Vondra2024-04-05
* Align blocks in incremental backups to BLCKSZTomas Vondra2024-04-05
* Fix test failures when language environment is not UTF-8.Jeff Davis2024-04-04
* Remove reachable call to pg_unreachable().Robert Haas2024-04-04
* pg_upgrade: Fix typo in messagePeter Eisentraut2024-04-04
* Use incremental parsing of backup manifests.Andrew Dunstan2024-04-04
* Fix indentation from cafe1056558fDaniel Gustafsson2024-04-03
* Add functions to binaryheap for efficient key removal and update.Masahiko Sawada2024-04-03
* Allow SIGINT to cancel psql database reconnections.Robert Haas2024-04-02
* 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