aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Improve test coverage for changes to inplace-updated catalogs.Noah Misch2024-06-27
* Translation updatesPeter Eisentraut2024-06-24
* pg_combinebackup: Error message improvementsPeter Eisentraut2024-06-21
* Remove redundant newlines from error messagesPeter Eisentraut2024-06-21
* parse_manifest: Use const char *Peter Eisentraut2024-06-21
* pg_combinebackup: Fix small mistake in --help outputPeter Eisentraut2024-06-20
* pg_createsubscriber: Indent --help output correctlyPeter Eisentraut2024-06-20
* pg_dump: Fix weird error message compositionPeter Eisentraut2024-06-20
* Fix redundancy in error messagesPeter Eisentraut2024-06-20
* Fix comment in pg_upgrade.h.Nathan Bossart2024-06-19
* pg_createsubscriber: Remove failover replication slots on subscriberPeter Eisentraut2024-06-17
* pg_createsubscriber: Remove replication slot check on primaryPeter Eisentraut2024-06-17
* pg_createsubscriber: Only --recovery-timeout controls the end of recovery pro...Peter Eisentraut2024-06-17
* Improve the granularity of PQsocketPoll's timeout parameter.Tom Lane2024-06-13
* Skip some permissions checks on CygwinAndrew Dunstan2024-06-13
* Fix documentation of initdb --show optionPeter Eisentraut2024-06-13
* Add missing source files to nls.mkPeter Eisentraut2024-06-13
* Harmonize function parameter names for Postgres 17.Peter Geoghegan2024-06-12
* Add meson NLS support for pg_walsummaryPeter Eisentraut2024-06-06
* Translation updatesPeter Eisentraut2024-05-20
* Revise GUC names quoting in messages againPeter Eisentraut2024-05-17
* pg_amcheck: Put new options in consistent order in --help and man pagePeter Eisentraut2024-05-16
* Revert temporal primary keys and foreign keysPeter Eisentraut2024-05-16
* Fix query result leak during binary upgradeDaniel Gustafsson2024-05-15
* Make all Perl warnings fatal, catch-upPeter Eisentraut2024-05-15
* Pre-beta mechanical code beautification.Tom Lane2024-05-14
* Add missing gettext triggersPeter Eisentraut2024-05-14
* Add missing source files to pg_combinebackup/nls.mkPeter Eisentraut2024-05-14
* Remove auth-options support from initdbDaniel Gustafsson2024-05-14
* Make formatting in nls.mk files more consistentPeter Eisentraut2024-05-14
* Revert structural changes to not-null constraintsAlvaro Herrera2024-05-13
* psql: Add missing punctuation in help outputPeter Eisentraut2024-05-09
* Fix inconsistencies in error messagesAlvaro Herrera2024-05-09
* Ensure that "pg_restore -l" reports dependent TOC entries correctly.Tom Lane2024-05-07
* 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