summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2018-12-23Add completion for storage parameters after CREATE TABLE WITH in psqlMichael Paquier
2018-12-22Fix ancient compiler warnings and typos in !HAVE_SYMLINK codePeter Eisentraut
2018-12-20Add more tab completion for CREATE TABLE in psqlMichael Paquier
2018-12-18Include ALTER INDEX SET STATISTICS in pg_dumpMichael Paquier
2018-12-17Modernize our code for looking up descriptive strings for Unix signals.Tom Lane
2018-12-16Make error handling in parallel pg_upgrade less bogus.Tom Lane
2018-12-10Add pg_dump test for empty OP classStephen Frost
2018-12-10Add additional partition tests to pg_dumpStephen Frost
2018-12-06Cleanup minor pg_dump memory leaksStephen Frost
2018-12-03Add some missing schema qualificationsMichael Paquier
2018-12-01Add a --socketdir option to pg_upgrade.Tom Lane
2018-11-30Fix tablespace path TAP test of pg_verify_checksums for msysMichael Paquier
2018-11-30Fix various checksum check problems for pg_verify_checksums and base backupsMichael Paquier
2018-11-30Switch pg_verify_checksums back to a blacklistMichael Paquier
2018-11-27Use wildcard to match parens after CREATE STATISTICSTomas Vondra
2018-11-27Ensure consistent sort order of large objects in pg_dump.Andres Freund
2018-11-27Fix ac218aa4f6 to work on versions before 9.5.Andres Freund
2018-11-27Update pg_upgrade test for reg* to include regrole and regnamespace.Andres Freund
2018-11-26Fix pg_upgrade for oid removal.Andres Freund
2018-11-26Add CSV table output mode in psql.Tom Lane
2018-11-26Fix breakage of "\pset format latex".Tom Lane
2018-11-25Integrate recovery.conf into postgresql.confPeter Eisentraut
2018-11-21Rework the pgbench state machine code for clarityAlvaro Herrera
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-20Fix issues with TAP tests of pg_verify_checksumsMichael Paquier
2018-11-19psql: Describe partitioned tables/indexes as suchAlvaro Herrera
2018-11-19psql: Show IP address in \conninfoAlvaro Herrera
2018-11-19pg_archivecleanup: Update file header comment a bitPeter Eisentraut
2018-11-16pgbench: introduce a RandomState structAlvaro Herrera
2018-11-14Make psql's "\pset format" command reject non-unique abbreviations.Tom Lane
2018-11-13pg_dump: Fix dumping of WITH OIDS tablesPeter Eisentraut
2018-11-07Fix inadequate autoconfiscation of copyfile() usage.Tom Lane
2018-11-07pg_upgrade: Allow use of file cloningPeter Eisentraut
2018-11-07Use installcheck-parallel in pg_upgrade's testsuite.Andres Freund
2018-11-06Reorganize format options of psql in alphabetical orderMichael Paquier
2018-11-02Fix spelling errors and typos in commentsMagnus Hagander
2018-10-30pg_rewind: Remove unused macroPeter Eisentraut
2018-10-30Consolidate cross-option checks in pg_restoreMichael Paquier
2018-10-29pg_restore: Augment documentation for -N optionPeter Eisentraut
2018-10-26Improve tab completion of CREATE EVENT TRIGGER in psqlMichael Paquier
2018-10-26Add tab completion of EXECUTE FUNCTION for CREATE TRIGGER in psqlMichael Paquier
2018-10-21Don't try to test files named with a trailing dot on WindowsAndrew Dunstan
2018-10-20Client-side fixes for delayed NOTIFY receipt.Tom Lane
2018-10-19Silence perlcritic warning about missing return.Tom Lane
2018-10-19Use whitelist to choose files scanned with pg_verify_checksumsMichael Paquier
2018-10-15pgbench: Report errors during run betterPeter Eisentraut
2018-10-12Add TAP tests for pg_verify_checksumsMichael Paquier
2018-10-11Remove deprecated abstime, reltime, tinterval datatypes.Andres Freund
2018-10-08Fix speling errorMagnus Hagander
2018-10-05Allow btree comparison functions to return INT_MIN.Tom Lane