aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Fix misc typos in comments.Heikki Linnakangas2019-01-23
* Fix typo in pgbench.cMichael Paquier2019-01-23
* Make vacuumdb test regex more modular for its query outputMichael Paquier2019-01-23
* Revert "Fix under-quoted filename pattern in pgbench TAP test."Tom Lane2019-01-21
* Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander2019-01-19
* Fix under-quoted filename pattern in pgbench TAP test.Tom Lane2019-01-18
* Avoid assuming that we know the spelling of getopt_long's error messages.Tom Lane2019-01-17
* Finish reverting "recheck_on_update" patch.Tom Lane2019-01-15
* Detach postmaster process from pg_ctl's session at server startup.Heikki Linnakangas2019-01-14
* Change default of recovery_target_timeline to 'latest'Peter Eisentraut2019-01-13
* Don't use address of array as booleanAlvaro Herrera2019-01-10
* 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