aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Refactor code to print pgbench progress reports.Heikki Linnakangas2019-03-25
* pgbench: Remove \csetAlvaro Herrera2019-03-25
* Transaction chainingPeter Eisentraut2019-03-24
* Ensure xmloption = content while restoring pg_dump output.Tom Lane2019-03-23
* Improve format of code and some error messages in pg_checksumsMichael Paquier2019-03-23
* Add option -N/--no-sync to pg_checksumsMichael Paquier2019-03-23
* Add options to enable and disable checksums in pg_checksumsMichael Paquier2019-03-23
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Remove unused macroPeter Eisentraut2019-03-18
* Refactor more code logic to update the control fileMichael Paquier2019-03-18
* Fix pg_rewind when rewinding new database with tables includedMichael Paquier2019-03-18
* Error out in pg_checksums on incompatible block sizeMichael Paquier2019-03-18
* Don't propagate PGAPPNAME through pg_ctl in testsPeter Eisentraut2019-03-16
* During pg_upgrade, conditionally skip transfer of FSMs.Amit Kapila2019-03-15
* Fix thinko when bumping on temporary directories in pg_checksumsMichael Paquier2019-03-14
* Rename pg_verify_checksums to pg_checksumsMichael Paquier2019-03-13
* Fix cross-version compatibility checks of pg_verify_checksumsMichael Paquier2019-03-13
* Add routine able to update the control file to src/common/Michael Paquier2019-03-12
* pgbench: increase the maximum number of variables/argumentsAndrew Dunstan2019-03-11
* psql: Add documentation URL to \help outputPeter Eisentraut2019-03-11
* pg_upgrade: Ignore TOAST for partitioned tablesAlvaro Herrera2019-03-10
* Fix compatibility of pg_basebackup -R with 11 and older versionsMichael Paquier2019-03-08
* Add missing <limits.h>Alvaro Herrera2019-03-07
* pg_dump: allow multiple rows per insertAlvaro Herrera2019-03-07
* tableam: Add pg_dump support.Andres Freund2019-03-06
* tableam: introduce table AM infrastructure.Andres Freund2019-03-06
* Teach SKIP_LOCKED to psql tab completion of VACUUM and ANALYZEMichael Paquier2019-03-06
* Fix pgbench TAP test failure with funky file names (redux)Andrew Dunstan2019-03-05
* Remove duplicate macroPeter Eisentraut2019-03-05
* Disable dump_connstr test on Msys2Andrew Dunstan2019-03-04
* fix thinko in logrotate testAndrew Dunstan2019-03-03
* Don't do pg_ctl logrotate test on WindowsAndrew Dunstan2019-03-03
* Avoid accidental wildcard expansion in msys shellAndrew Dunstan2019-03-03
* Remove tests for pg_dumpall --exclude-database missing argumentAndrew Dunstan2019-03-01
* Add extra descriptive headings in pg_dumpallAndrew Dunstan2019-03-01
* Add --exclude-database option to pg_dumpallAndrew Dunstan2019-03-01
* pg_dump: Fix ArchiveEntry handling of some empty valuesAlvaro Herrera2019-02-28
* Simplify some code in pg_rewind when syncing target directoryMichael Paquier2019-02-26
* psql: Remove obsolete codePeter Eisentraut2019-02-25
* Provide an extra-float-digits setting for pg_dump / pg_dumpallAndrew Dunstan2019-02-18
* Fix some issues with TAP tests of pg_basebackup and pg_verify_checksumsMichael Paquier2019-02-18
* More unconstify usePeter Eisentraut2019-02-13
* Move max_wal_senders out of max_connections for connection slot handlingMichael Paquier2019-02-12
* Solve cross-version-upgrade testing problem induced by 1fb57af92.Tom Lane2019-02-09
* Repair unsafe/unportable snprintf usage in pg_restore.Tom Lane2019-02-09
* Create the infrastructure for planner support functions.Tom Lane2019-02-09
* Fix searchpath and module location for pg_rewind and ssl TAP testsAndrew Dunstan2019-02-07
* Use EXECUTE FUNCTION syntax for triggers morePeter Eisentraut2019-02-07
* Align better test output regex with grammar in pg_dump TAP testsMichael Paquier2019-02-07
* Tighten some regexes with proper character escaping in pg_dump TAP testsMichael Paquier2019-02-06