aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* pg_upgrade: Fix problems caused by renaming pg_resetxlog.Robert Haas2017-02-15
* Split index xlog headers from other private index headers.Robert Haas2017-02-14
* Replace reference to "xlog-method" with "wal-method" in error message.Fujii Masao2017-02-15
* Add CREATE SEQUENCE AS <data type> clausePeter Eisentraut2017-02-10
* Rename command line options for ongoing xlog -> wal conversion.Robert Haas2017-02-09
* Rename user-facing tools with "xlog" in the name to say "wal".Robert Haas2017-02-09
* Remove all references to "xlog" from SQL-callable functions in pg_proc.Robert Haas2017-02-09
* Add WAL consistency checking facility.Robert Haas2017-02-08
* Add missing newline to error messagesPeter Eisentraut2017-02-06
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Clean up psql's behavior for a few more control variables.Tom Lane2017-02-02
* Make psql's \set display variables in alphabetical order.Tom Lane2017-02-01
* Improve psql's behavior for \set and \unset of its control variables.Tom Lane2017-02-01
* pg_dump: Fix handling of ALTER DEFAULT PRIVILEGESStephen Frost2017-01-31
* perltidy pg_dump TAP testsStephen Frost2017-01-31
* Make psql reject attempts to set special variables to invalid values.Tom Lane2017-01-30
* Change unknown-type literals to type text in SELECT and RETURNING lists.Tom Lane2017-01-25
* pg_dump: Fix some schema issues when dumping sequencesPeter Eisentraut2017-01-24
* Fix default minimum value for descending sequencesPeter Eisentraut2017-01-23
* pg_dump: Fix minor memory leakPeter Eisentraut2017-01-23
* Fix typoPeter Eisentraut2017-01-23
* Fix cross-shlib linking in temporary installs on HPUX 10.Tom Lane2017-01-21
* Allow backslash line continuations in pgbench's meta commands.Tom Lane2017-01-20
* Logical replicationPeter Eisentraut2017-01-20
* initdb: Fix for mixed-case superuser namesPeter Eisentraut2017-01-19
* Dump sequence data based on the TableDataInfo flagStephen Frost2017-01-19
* Add function to import operating system collationsPeter Eisentraut2017-01-18
* Add compression support to pg_receivexlogMagnus Hagander2017-01-17
* Fix incorrect comparison due to bad mergeMagnus Hagander2017-01-16
* Make pg_basebackup use temporary replication slotsMagnus Hagander2017-01-16
* pg_ctl: Change default to wait for all actionsPeter Eisentraut2017-01-14
* Updates to reflect that pg_ctl stop -m fast is the defaultPeter Eisentraut2017-01-13
* pg_upgrade: Fix for changed pg_ctl default stop modePeter Eisentraut2017-01-13
* pg_restore: Don't allow non-positive number of jobsStephen Frost2017-01-11
* pg_xlogdump: document --path behaviorBruce Momjian2017-01-10
* pg_dump: Strict names with no matching schemaStephen Frost2017-01-10
* Fix invalid-parallel-jobs error messageStephen Frost2017-01-09
* Use an enum instead of two bools to indicate wal inclusion in base backupsMagnus Hagander2017-01-09
* Add basic pg_dumpall/pg_restore TAP testsStephen Frost2017-01-06
* Protect against NULL-dereference in pg_dumpStephen Frost2017-01-06
* Assorted code improvements for table partitioning.Robert Haas2017-01-04
* Add new TAP tests for pg_recvlogicalSimon Riggs2017-01-04
* Add pg_recvlogical —-endpos=LSNSimon Riggs2017-01-04
* Make wal streaming the default mode for pg_basebackupMagnus Hagander2017-01-04
* Update copyright via script for 2017Bruce Momjian2017-01-03
* In pgbench logging, avoid assuming that instr_times match Unix timestamps.Tom Lane2017-01-02
* Avoid assuming that instr_time == struct timeval in pgbench logging.Tom Lane2017-01-01
* Don't rename .partial files in pg_receivexlog if an error occuredMagnus Hagander2016-12-27
* Fix incorrect error reporting for duplicate data in \crosstabview.Tom Lane2016-12-25
* pg_dumpall: Include --verbose option in --help outputStephen Frost2016-12-24