aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* pgbench: add \cset and \gset commandsAlvaro Herrera2019-01-10
* Add --disable-page-skipping and --skip-locked to vacuumdbMichael Paquier2019-01-08
* initdb: Use atexit()Peter Eisentraut2019-01-07
* pg_basebackup: Use atexit()Peter Eisentraut2019-01-07
* Fix program build rule in src/bin/scripts/Makefile.Tom Lane2019-01-04
* Move the built-in conversions into the initial catalog data.Tom Lane2019-01-03
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove configure switch --disable-strong-randomMichael Paquier2019-01-01
* pg_rewind: Add missing newline to error messagePeter Eisentraut2018-12-29
* Remove redundant translation markersPeter Eisentraut2018-12-29
* pg_dump: Add missing newline to error messagePeter Eisentraut2018-12-27
* Improve tab completion of ALTER INDEX/TABLE with SET STATISTICS in psqlMichael Paquier2018-12-25
* Add completion for storage parameters after CREATE TABLE WITH in psqlMichael Paquier2018-12-23
* Fix ancient compiler warnings and typos in !HAVE_SYMLINK codePeter Eisentraut2018-12-22
* Add more tab completion for CREATE TABLE in psqlMichael Paquier2018-12-20
* Include ALTER INDEX SET STATISTICS in pg_dumpMichael Paquier2018-12-18
* Modernize our code for looking up descriptive strings for Unix signals.Tom Lane2018-12-16
* Make error handling in parallel pg_upgrade less bogus.Tom Lane2018-12-16
* Add pg_dump test for empty OP classStephen Frost2018-12-10
* Add additional partition tests to pg_dumpStephen Frost2018-12-10
* Cleanup minor pg_dump memory leaksStephen Frost2018-12-06
* Add some missing schema qualificationsMichael Paquier2018-12-03
* Add a --socketdir option to pg_upgrade.Tom Lane2018-12-01
* Fix tablespace path TAP test of pg_verify_checksums for msysMichael Paquier2018-12-01
* Fix various checksum check problems for pg_verify_checksums and base backupsMichael Paquier2018-11-30
* Switch pg_verify_checksums back to a blacklistMichael Paquier2018-11-30
* Use wildcard to match parens after CREATE STATISTICSTomas Vondra2018-11-28
* Ensure consistent sort order of large objects in pg_dump.Andres Freund2018-11-27
* Fix ac218aa4f6 to work on versions before 9.5.Andres Freund2018-11-26
* Update pg_upgrade test for reg* to include regrole and regnamespace.Andres Freund2018-11-26
* Fix pg_upgrade for oid removal.Andres Freund2018-11-26
* Add CSV table output mode in psql.Tom Lane2018-11-26
* Fix breakage of "\pset format latex".Tom Lane2018-11-26
* Integrate recovery.conf into postgresql.confPeter Eisentraut2018-11-25
* Rework the pgbench state machine code for clarityAlvaro Herrera2018-11-21
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Fix issues with TAP tests of pg_verify_checksumsMichael Paquier2018-11-20
* psql: Describe partitioned tables/indexes as suchAlvaro Herrera2018-11-19
* psql: Show IP address in \conninfoAlvaro Herrera2018-11-19
* pg_archivecleanup: Update file header comment a bitPeter Eisentraut2018-11-19
* pgbench: introduce a RandomState structAlvaro Herrera2018-11-16
* Make psql's "\pset format" command reject non-unique abbreviations.Tom Lane2018-11-14
* pg_dump: Fix dumping of WITH OIDS tablesPeter Eisentraut2018-11-13
* Fix inadequate autoconfiscation of copyfile() usage.Tom Lane2018-11-07
* pg_upgrade: Allow use of file cloningPeter Eisentraut2018-11-07
* Use installcheck-parallel in pg_upgrade's testsuite.Andres Freund2018-11-07
* Reorganize format options of psql in alphabetical orderMichael Paquier2018-11-06
* Fix spelling errors and typos in commentsMagnus Hagander2018-11-02
* pg_rewind: Remove unused macroPeter Eisentraut2018-10-30
* Consolidate cross-option checks in pg_restoreMichael Paquier2018-10-30