summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* pg_rewind: Add missing newline to error messagePeter Eisentraut2018-12-291-1/+1
* Remove redundant translation markersPeter Eisentraut2018-12-292-4/+4
* pg_dump: Add missing newline to error messagePeter Eisentraut2018-12-271-1/+1
* Improve tab completion of ALTER INDEX/TABLE with SET STATISTICS in psqlMichael Paquier2018-12-251-0/+17
* Add completion for storage parameters after CREATE TABLE WITH in psqlMichael Paquier2018-12-231-38/+40
* Fix ancient compiler warnings and typos in !HAVE_SYMLINK codePeter Eisentraut2018-12-222-2/+2
* Add more tab completion for CREATE TABLE in psqlMichael Paquier2018-12-201-0/+30
* Include ALTER INDEX SET STATISTICS in pg_dumpMichael Paquier2018-12-183-6/+90
* Modernize our code for looking up descriptive strings for Unix signals.Tom Lane2018-12-161-12/+6
* Make error handling in parallel pg_upgrade less bogus.Tom Lane2018-12-161-9/+8
* Add pg_dump test for empty OP classStephen Frost2018-12-101-0/+15
* Add additional partition tests to pg_dumpStephen Frost2018-12-101-3/+7
* Cleanup minor pg_dump memory leaksStephen Frost2018-12-062-6/+10
* Add some missing schema qualificationsMichael Paquier2018-12-031-1/+1
* Add a --socketdir option to pg_upgrade.Tom Lane2018-12-012-39/+46
* Fix tablespace path TAP test of pg_verify_checksums for msysMichael Paquier2018-12-011-0/+1
* Fix various checksum check problems for pg_verify_checksums and base backupsMichael Paquier2018-11-302-46/+114
* Switch pg_verify_checksums back to a blacklistMichael Paquier2018-11-302-78/+18
* Use wildcard to match parens after CREATE STATISTICSTomas Vondra2018-11-281-3/+1
* Ensure consistent sort order of large objects in pg_dump.Andres Freund2018-11-271-2/+6
* Fix ac218aa4f6 to work on versions before 9.5.Andres Freund2018-11-261-9/+14
* Update pg_upgrade test for reg* to include regrole and regnamespace.Andres Freund2018-11-261-5/+8
* Fix pg_upgrade for oid removal.Andres Freund2018-11-264-62/+15
* Add CSV table output mode in psql.Tom Lane2018-11-265-12/+56
* Fix breakage of "\pset format latex".Tom Lane2018-11-261-4/+12
* Integrate recovery.conf into postgresql.confPeter Eisentraut2018-11-254-54/+121
* Rework the pgbench state machine code for clarityAlvaro Herrera2018-11-211-372/+351
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-2012-386/+213
* Fix issues with TAP tests of pg_verify_checksumsMichael Paquier2018-11-201-11/+15
* psql: Describe partitioned tables/indexes as suchAlvaro Herrera2018-11-191-6/+13
* psql: Show IP address in \conninfoAlvaro Herrera2018-11-191-16/+66
* pg_archivecleanup: Update file header comment a bitPeter Eisentraut2018-11-191-7/+3
* pgbench: introduce a RandomState structAlvaro Herrera2018-11-161-32/+74
* Make psql's "\pset format" command reject non-unique abbreviations.Tom Lane2018-11-141-18/+41
* pg_dump: Fix dumping of WITH OIDS tablesPeter Eisentraut2018-11-131-1/+2
* Fix inadequate autoconfiscation of copyfile() usage.Tom Lane2018-11-071-1/+1
* pg_upgrade: Allow use of file cloningPeter Eisentraut2018-11-075-18/+142
* Use installcheck-parallel in pg_upgrade's testsuite.Andres Freund2018-11-071-1/+1
* Reorganize format options of psql in alphabetical orderMichael Paquier2018-11-062-18/+18
* Fix spelling errors and typos in commentsMagnus Hagander2018-11-021-1/+1
* pg_rewind: Remove unused macroPeter Eisentraut2018-10-301-2/+0
* Consolidate cross-option checks in pg_restoreMichael Paquier2018-10-303-10/+18
* pg_restore: Augment documentation for -N optionPeter Eisentraut2018-10-291-1/+1
* Improve tab completion of CREATE EVENT TRIGGER in psqlMichael Paquier2018-10-261-0/+23
* Add tab completion of EXECUTE FUNCTION for CREATE TRIGGER in psqlMichael Paquier2018-10-261-11/+56
* Don't try to test files named with a trailing dot on WindowsAndrew Dunstan2018-10-211-3/+5
* Client-side fixes for delayed NOTIFY receipt.Tom Lane2018-10-191-1/+3
* Silence perlcritic warning about missing return.Tom Lane2018-10-191-0/+2
* Use whitelist to choose files scanned with pg_verify_checksumsMichael Paquier2018-10-192-19/+116
* pgbench: Report errors during run betterPeter Eisentraut2018-10-152-29/+39