aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Don't uselessly escape a string that doesn't need escapingAlvaro Herrera2019-07-26
* Avoid choosing "localtime" or "posixrules" as TimeZone during initdb.Tom Lane2019-07-26
* Fix infelicities in describeOneTableDetails' partitioned-table handling.Tom Lane2019-07-24
* Don't assume expr is available in pgbench testsAndrew Dunstan2019-07-24
* Install dependencies to prevent dropping partition key columns.Tom Lane2019-07-22
* Revive test of concurrent OID generation.Noah Misch2019-07-13
* Message style improvementsPeter Eisentraut2019-07-09
* psql: Fix logging output formatPeter Eisentraut2019-07-06
* Fix accidentally swapped error message argumentsPeter Eisentraut2019-07-02
* Remove redundant newlines from error messagesPeter Eisentraut2019-07-02
* Don't treat complete_from_const as equivalent to complete_from_list.Tom Lane2019-07-02
* Fix tab completion of "SET variable TO|=" to not offer bogus completions.Tom Lane2019-07-02
* pgindent run prior to branching v12.Tom Lane2019-07-01
* Convert some stragglers to new frontend logging APIPeter Eisentraut2019-07-01
* Add missing serial commasPeter Eisentraut2019-07-01
* Blind attempt to fix SSPI-auth case in 010_dump_connstr.pl.Tom Lane2019-06-30
* Fix regression tests to use only global names beginning with "regress_".Tom Lane2019-06-29
* Add toast-level reloption for vacuum_index_cleanupMichael Paquier2019-06-25
* Consolidate methods for translating a Perl path to a Windows path.Noah Misch2019-06-21
* pg_upgrade: Improve error messagesPeter Eisentraut2019-06-19
* pg_upgrade: Improve invalid option handlingPeter Eisentraut2019-06-19
* Translation updatesPeter Eisentraut2019-06-17
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Prefer timezone name "UTC" over alternative spellings.Andrew Gierth2019-06-15
* Add pg_dumpall --rows-per-insertAlvaro Herrera2019-06-14
* Tweak libpq's PQhost, PQhostaddr, and psql's \connectAlvaro Herrera2019-06-14
* Fix double-word typosAlvaro Herrera2019-06-13
* Make pg_dump emit ATTACH PARTITION instead of PARTITION OF (reprise)Alvaro Herrera2019-06-10
* Stop using spelling "nonexistant".Noah Misch2019-06-08
* Update stale comments, and fix comment typos.Noah Misch2019-06-08
* Improve some comments in pg_checksums about the needed clean shutdownMichael Paquier2019-06-07
* Add forgotten translatable string in pg_checksums.cMichael Paquier2019-06-06
* pg_waldump: Fix invalid option handlingPeter Eisentraut2019-06-06
* Fix typos in various placesMichael Paquier2019-06-03
* Fix some issues and improve psql completion for access methodsMichael Paquier2019-06-03
* Fix assorted header files that failed to compile standalone.Tom Lane2019-05-31
* Rework options of pg_checksums options for filenode handlingMichael Paquier2019-05-30
* In the pg_upgrade test suite, don't write to src/test/regress.Noah Misch2019-05-28
* In the pg_upgrade test suite, remove and recreate "tmp_check".Noah Misch2019-05-28
* Fix commentPeter Eisentraut2019-05-28
* Fix typos.Amit Kapila2019-05-26
* Fix typos.Thomas Munro2019-05-24
* Fix table dump in pg_dump[all] with backends older than 9.5Michael Paquier2019-05-24
* pg_upgrade: Make test.sh's installcheck use to-be-upgraded version's bindir.Andres Freund2019-05-23
* Fix ordering of GRANT commands in pg_dumpall for tablespacesMichael Paquier2019-05-23
* Remove -o/--oids from pg_dumpallMichael Paquier2019-05-23
* Initial pgperltidy run for v12.Tom Lane2019-05-22
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Mention ANALYZE boolean options in documentation.Fujii Masao2019-05-23