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