aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Fix description and documentation related to pg_restore --no-commentsMichael Paquier2018-06-26
* Correct handling of fsync failures with tar mode of walmethods.cMichael Paquier2018-06-26
* Translation updatesPeter Eisentraut2018-06-25
* Address set of issues with errno handlingMichael Paquier2018-06-25
* Allow for pg_upgrade of attributes with missing valuesAndrew Dunstan2018-06-22
* Add missing includeMagnus Hagander2018-06-20
* Support long option for --pgdata in pg_verify_checksumsMagnus Hagander2018-06-20
* Use snprintf not sprintf in pg_waldump's timestamptz_to_str.Tom Lane2018-06-16
* Put new command-line options into alphabetical orderPeter Eisentraut2018-06-04
* Don't fall off the end of perl functionsAndrew Dunstan2018-05-27
* Fix incorrect ordering of operations in pg_resetwal and pg_rewind.Tom Lane2018-05-23
* Translation updatesPeter Eisentraut2018-05-21
* Improve spelling of new FINALFUNC_MODIFY aggregate attribute.Tom Lane2018-05-21
* pg_basebackup: Remove short option -kPeter Eisentraut2018-05-21
* Fix unportable usage of printf("%m").Tom Lane2018-05-20
* Message wording and pluralization improvementsPeter Eisentraut2018-05-17
* Fix whitespacePeter Eisentraut2018-05-17
* psql: have \d show FKs on partitioned tablesAlvaro Herrera2018-05-14
* Various improvements of skipping index scan during vacuum technicsTeodor Sigaev2018-05-10
* Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan2018-05-09
* Improve inefficient regexes in vacuumdb TAP test.Tom Lane2018-05-08
* Improve initdb's query for generating default descriptions a little.Tom Lane2018-05-08
* Remove extra newlines after PQerrorMessage()Peter Eisentraut2018-05-05
* Allow MSYS as well as MINGW in Msys unameAndrew Dunstan2018-05-04
* pg_dump: Use current_database() instead of PQdb()Peter Eisentraut2018-05-04
* Fix pg_dump support for pre-8.2 versionsTeodor Sigaev2018-05-03
* Fix compiler warning on Windows.Tom Lane2018-05-02
* Fix some assorted compiler warnings on Windows.Tom Lane2018-05-01
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-01
* Ignore file generated during pg_upgrade testingAndrew Dunstan2018-04-30
* perltidy: Add option --nooutdent-long-commentsPeter Eisentraut2018-04-27
* perltidy: Add option --nooutdent-long-quotesPeter Eisentraut2018-04-27
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Correct pg_recvlogical server version test.Noah Misch2018-04-25
* Reindent Perl files with perltidy version 20170521.Tom Lane2018-04-25
* Rationalize handling of single and double quotes in bootstrap data.Tom Lane2018-04-17
* Fix a few typos in comments and variable names.Heikki Linnakangas2018-04-17
* Don't attempt to verify checksums on new pagesMagnus Hagander2018-04-15
* Remove -f option from pg_verify_checksumsMagnus Hagander2018-04-15
* Revert MERGE patchSimon Riggs2018-04-12
* Silence some warnings in TAP testsMagnus Hagander2018-04-09
* Make sure pg_rewind can't run as rootMagnus Hagander2018-04-09
* Further cleanup of client dependencies on src/include/catalog headers.Tom Lane2018-04-09
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-09
* Skip permissions test under MINGW/WindowsStephen Frost2018-04-08
* Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane2018-04-08
* Allow group access on PGDATAStephen Frost2018-04-07
* Refactor dir/file permissionsStephen Frost2018-04-07
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Logical replication support for TRUNCATEPeter Eisentraut2018-04-07