summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2019-01-10Don't use address of array as booleanAlvaro Herrera
2019-01-10pgbench: add \cset and \gset commandsAlvaro Herrera
2019-01-08Add --disable-page-skipping and --skip-locked to vacuumdbMichael Paquier
2019-01-07initdb: Use atexit()Peter Eisentraut
2019-01-07pg_basebackup: Use atexit()Peter Eisentraut
2019-01-05Fix program build rule in src/bin/scripts/Makefile.Tom Lane
2019-01-04Move the built-in conversions into the initial catalog data.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2019-01-01Remove configure switch --disable-strong-randomMichael Paquier
2018-12-29pg_rewind: Add missing newline to error messagePeter Eisentraut
2018-12-29Remove redundant translation markersPeter Eisentraut
2018-12-27pg_dump: Add missing newline to error messagePeter Eisentraut
2018-12-25Improve tab completion of ALTER INDEX/TABLE with SET STATISTICS in psqlMichael Paquier
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