aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Translation updatesPeter Eisentraut2024-05-06
* Fix an assortment of typosDavid Rowley2024-05-04
* Disallow NO INHERIT not-null constraints on partitioned tablesAlvaro Herrera2024-05-02
* Skip invalid database pg_upgrade test on obsolete serversAlvaro Herrera2024-05-01
* Add tab completion for EXPLAIN (MEMORY|SERIALIZE)Michael Paquier2024-05-01
* Add tab completion for partition MERGE/SPLIT operationsAlexander Korotkov2024-04-30
* libpq: If ALPN is not used, make PQsslAttribute(conn, "alpn") == ""Heikki Linnakangas2024-04-29
* Minor fixes to pg_combinebackup and its documentation.Robert Haas2024-04-26
* pg_combinebackup: Detect checksum mismatches and document limitation.Robert Haas2024-04-25
* pg_combinebackup: Add --version to --help outputPeter Eisentraut2024-04-24
* pg_combinebackup: Put newer options in consistent order in --help and man pagePeter Eisentraut2024-04-24
* pg_dump: Put new options in consistent order in --help and man pagePeter Eisentraut2024-04-24
* pg_walsummary: Document --version optionPeter Eisentraut2024-04-24
* Try again to add test coverage for pg_combinebackup w/tablespaces.Robert Haas2024-04-23
* Fix the handling of the failover option in subscription commands.Amit Kapila2024-04-23
* Fix dumps of partitioned tables with table AMsMichael Paquier2024-04-22
* createdb: compare strategy case-insensitiveTomas Vondra2024-04-21
* Revert recent ill-advised test case changes.Robert Haas2024-04-19
* Use tempdir_short instead of tempdir.Robert Haas2024-04-19
* pg_combinebackup: Fix incorrect tablespace handling.Robert Haas2024-04-19
* Make PostgreSQL::Test::Cluster::init_from_backup handle tablespaces.Robert Haas2024-04-19
* Better handle indirect constraint dropsAlvaro Herrera2024-04-19
* Fix typos and duplicate wordsDaniel Gustafsson2024-04-18
* Restrict where INCREMENTAL.${NAME} files are recognized.Robert Haas2024-04-18
* Don't try to assign smart names to constraintsAlvaro Herrera2024-04-18
* Fix restore of not-null constraints with inheritanceAlvaro Herrera2024-04-18
* 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