summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
2016-12-24Fix tab completion in psql for ALTER DEFAULT PRIVILEGESStephen Frost
2016-12-23pg_dump: Remove obsolete handling of sequence namesPeter Eisentraut
2016-12-21Fix dumping of casts and transforms using built-in functionsStephen Frost
2016-12-21For 8.0 servers, get last built-in oid from pg_databaseStephen Frost
2016-12-21Forbid invalid combination of options in pg_basebackup.Fujii Masao
2016-12-20Add pg_sequence system catalogPeter Eisentraut
2016-12-15Add missing newline in messageMagnus Hagander
2016-12-12psql: Fix incorrect version check for table partitining.Robert Haas
2016-12-08Fix quoting and a compiler warning in dumping partitions.Heikki Linnakangas
2016-12-07Implement table partitioning.Robert Haas
2016-12-05Add support for restrictive RLS policiesStephen Frost
2016-12-05Reduce the default for max_worker_processes back to 8.Robert Haas
2016-12-02Add max_parallel_workers GUC.Robert Haas
2016-11-29Add --no-blobs option to pg_dumpStephen Frost
2016-11-28Fix busted tab-completion pattern for ALTER TABLE t ALTER c DROP ...Tom Lane
2016-11-25Bring some clarity to the defaults for the xxx_flush_after parameters.Tom Lane
2016-11-18Clean up pg_dump tests, re-enable BLOB testingStephen Frost
2016-11-17Fix pg_dump's handling of circular dependencies in views.Tom Lane