aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* psql \dP: reference regclass with "pg_catalog." prefixAlvaro Herrera2021-08-28
* Translation updatesPeter Eisentraut2021-08-09
* Fix wordingPeter Eisentraut2021-08-06
* C comment: correct heading of extension queryBruce Momjian2021-08-03
* pg_upgrade: warn about extensions that need updatingBruce Momjian2021-08-03
* pg_resetxlog: add option to set oldest xid & use by pg_upgradeBruce Momjian2021-07-26
* Fix a couple of memory leaks in src/bin/pg_basebackup/Michael Paquier2021-07-26
* Fix some issues with WAL segment opening for pg_receivewal --compressMichael Paquier2021-07-20
* Fix pg_dump for disabled triggers on partitioned tablesAlvaro Herrera2021-07-16
* Don't depend on -fwrapv semantics in pgbench's random() function.Tom Lane2021-06-28
* Remove some useless logs from the TAP tests of pgbenchMichael Paquier2021-06-26
* Cleanup some code related to pgbench log checks in TAP testsMichael Paquier2021-06-25
* Fix pattern matching logic for logs in TAP tests of pgbenchMichael Paquier2021-06-25
* Work around portability issue with newer versions of mktime().Tom Lane2021-06-13
* Fix inconsistencies in psql --help=commandsMichael Paquier2021-06-09
* Fix incautious handling of possibly-miscoded strings in client code.Tom Lane2021-06-07
* Clean up cpluspluscheck violation.Tom Lane2021-05-20
* Translation updatesPeter Eisentraut2021-05-10
* pg_dump: Fix dump of generated columns in partitionsPeter Eisentraut2021-05-04
* Fix some more omissions in pg_upgrade's tests for non-upgradable types.Tom Lane2021-04-29
* pg_checksums: Fix progress reporting.Fujii Masao2021-04-03
* Fix pg_restore's misdesigned code for detecting archive file format.Tom Lane2021-04-01
* Fix psql's \connect command some more.Tom Lane2021-03-23
* pg_waldump: Fix bug in per-record statistics.Fujii Masao2021-03-23
* Fix race condition in psql \e's detection of file modification.Tom Lane2021-03-12
* Use native path separators to pg_ctl in initdbAlvaro Herrera2021-03-02
* Fix duplicated test case in TAP tests of reindexdbMichael Paquier2021-03-02
* Fix psql's ON_ERROR_ROLLBACK so that it handles COMMIT AND CHAIN.Fujii Masao2021-02-19
* Translation updatesPeter Eisentraut2021-02-08
* pg_dump: Fix dumping of inherited generated columnsPeter Eisentraut2021-02-03
* pgbench: Remove dead codeAlvaro Herrera2021-01-28
* Report the true database name on connection errorsAlvaro Herrera2021-01-26
* Code review for psql's helpSQL() function.Tom Lane2021-01-26
* Fix pg_dump for GRANT OPTION among initial privileges.Noah Misch2021-01-16
* pg_dump: label PUBLICATION TABLE ArchiveEntries with an owner.Tom Lane2021-01-14
* Disallow a digit as the first character of a variable name in pgbench.Tom Lane2021-01-13
* pg_dump: label INDEX ATTACH ArchiveEntries with an owner.Tom Lane2021-01-12
* Adjust createdb TAP tests to work on recent OpenBSD.Tom Lane2021-01-07
* In pg_upgrade cross-version test, handle lack of oldstyle_length().Noah Misch2020-12-30
* Avoid time-of-day-dependent failure in log rotation test.Tom Lane2020-12-24
* initdb: complete getopt_long alphabetizationBruce Momjian2020-12-12
* initdb: properly alphabetize getopt_long options in C stringBruce Momjian2020-12-12
* Fix more race conditions in the newly-added pg_rewind test.Heikki Linnakangas2020-12-07
* Fix race conditions in newly-added test.Heikki Linnakangas2020-12-04
* Fix pg_rewind bugs when rewinding a standby server.Heikki Linnakangas2020-12-03
* pg_checksums: data_checksum_version is unsigned so use %u not %dBruce Momjian2020-12-01
* Fix recently-introduced breakage in psql's \connect command.Tom Lane2020-11-29
* Retry initial slurp_file("current_logfiles"), in test 004_logrotate.pl.Noah Misch2020-11-28
* In psql's \d commands, don't truncate attribute default values.Tom Lane2020-11-25
* Ignore attempts to \gset into specially treated variables.Noah Misch2020-11-09