aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* 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
* Fix dumping of matviews with indirect dependencies on primary keys.Tom Lane2019-02-04
* Add ArchiveOpts to pass options to ArchiveEntryAlvaro Herrera2019-02-01
* Add --min-xid-age and --min-mxid-age options to vacuumdbMichael Paquier2019-01-31
* Do not filter by relkind in vacuumdb's catalog query if --table is usedMichael Paquier2019-01-30
* Use catalog query to discover tables to process in vacuumdbMichael Paquier2019-01-29
* psql: Remove unused tab completion queryPeter Eisentraut2019-01-28
* Add tab completion for ALTER INDEX ALTER COLUMN in psqlMichael Paquier2019-01-28
* Add TAP tests for vacuumdb with column listsMichael Paquier2019-01-27
* Fix psql's "\g target" meta-command to work with COPY TO STDOUT.Tom Lane2019-01-26
* Fix whitespacePeter Eisentraut2019-01-24
* Fix portability problem in pgbench.Tom Lane2019-01-24
* 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