summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
2018-09-28Correct overflow handling in pgbench.Andres Freund
2018-09-26Implement %m in src/port/snprintf.c, and teach elog.c to rely on that.Tom Lane
2018-09-25Avoid unnecessary precision loss for pgbench's --rate target.Tom Lane
2018-09-25Ignore publication tables when --no-publications is usedMichael Paquier
2018-09-24Sync our Snowball stemmer dictionaries with current upstream.Tom Lane
2018-09-24Use ppoll(2), if available, to wait for input in pgbench.Tom Lane
2018-09-24Initialize random() in bootstrap/stand-alone postgres and in initdb.Noah Misch
2018-09-22Get rid of explicit argument-count markings in tab-complete.c.Tom Lane