aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Dump public schema ownership and security labels.Noah Misch2021-06-28
* Don't depend on -fwrapv semantics in pgbench's random() function.Tom Lane2021-06-28
* Pre branch pgindent / pgperltidy runAndrew Dunstan2021-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
* Put option listing back into alphabetical orderPeter Eisentraut2021-06-25
* Fixes in ALTER SUBSCRIPTION DROP PUBLICATION codePeter Eisentraut2021-06-25
* Add more debugging information with log checks in TAP tests of pgbenchMichael Paquier2021-06-25
* Fix pattern matching logic for logs in TAP tests of pgbenchMichael Paquier2021-06-25
* Translation updatesPeter Eisentraut2021-06-21
* Support disabling index bypassing by VACUUM.Peter Geoghegan2021-06-18
* Improve version reporting in pgbench.Tom Lane2021-06-18
* Work around portability issue with newer versions of mktime().Tom Lane2021-06-13
* Improve psql tab completion for options of subcriptions and publicationsMichael Paquier2021-06-11
* Use the correct article for abbreviationsDavid Rowley2021-06-11
* Reconsider the handling of procedure OUT parameters.Tom Lane2021-06-10
* Fix inconsistencies in psql --help=commandsMichael Paquier2021-06-09
* Fix incautious handling of possibly-miscoded strings in client code.Tom Lane2021-06-07
* doc: Group options in pg_amcheck reference pagePeter Eisentraut2021-06-03
* Standardize usages of appendStringInfo and appendPQExpBufferDavid Rowley2021-06-03
* Teach tab-complete.c about recently-added CREATE TYPE options.Tom Lane2021-06-02
* Rethink definition of pg_attribute.attcompression.Tom Lane2021-05-27
* Improve docs and error messages for parallel vacuum.Amit Kapila2021-05-25
* Put some psql documentation pieces back into alphabetical orderPeter Eisentraut2021-05-21
* Clean up cpluspluscheck violation.Tom Lane2021-05-20
* Fix pgbench permute tests.Dean Rasheed2021-05-19
* Add --no-toast-compression to pg_dumpallMichael Paquier2021-05-19
* Translation updatesPeter Eisentraut2021-05-17
* Message style improvementsPeter Eisentraut2021-05-14
* pg_amcheck: Message style and formatting improvementsPeter Eisentraut2021-05-13
* Make saner the tab completion of INSERT and DELETE in psqlMichael Paquier2021-05-13
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Translation updatesPeter Eisentraut2021-05-10
* Revert recovery prefetching feature.Thomas Munro2021-05-10
* Add more TAP tests for pg_dump with attribute compressionMichael Paquier2021-05-10
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-07
* Revert per-index collation version tracking feature.Thomas Munro2021-05-07
* pg_dump: Fix dump of generated columns in partitionsPeter Eisentraut2021-05-04
* Improve wording of some pg_upgrade failure reports.Tom Lane2021-04-29
* Fix some more omissions in pg_upgrade's tests for non-upgradable types.Tom Lane2021-04-29
* psql: tab-complete ALTER ... DETACH CONCURRENTLY / FINALIZEAlvaro Herrera2021-04-26
* Fix pg_upgrade test on CygwinPeter Eisentraut2021-04-26
* Remove unused function argumentPeter Eisentraut2021-04-26
* Provide pg_amcheck with an --install-missing optionAndrew Dunstan2021-04-24
* Factor out system call names from error messagesPeter Eisentraut2021-04-23
* pg_amcheck: Use logging functionsPeter Eisentraut2021-04-23
* Remove use of [U]INT64_FORMAT in some translatable stringsMichael Paquier2021-04-23
* Use correct format placeholder for timeline IDsPeter Eisentraut2021-04-21
* Don't use INT64_FORMAT inside message stringsPeter Eisentraut2021-04-21
* Add CURRENT_ROLE to list of roles for tab completion of GRANT in psqlMichael Paquier2021-04-21