aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Add tab completion for DECLARE .. ASENSITIVE in psqlMichael Paquier2021-08-10
* Remove some unnecessary casts in format argumentsPeter Eisentraut2021-08-08
* pg_amcheck: Message style improvementsPeter Eisentraut2021-08-07
* pg_amcheck: Add missing translation markersPeter Eisentraut2021-08-07
* Fix wordingPeter Eisentraut2021-08-06
* process startup: Remove bootstrap / checker modes from AuxProcType.Andres Freund2021-08-05
* pgbench: When using pipelining only do PQconsumeInput() when necessary.Andres Freund2021-08-04
* C comment: correct heading of extension queryBruce Momjian2021-08-03
* pg_upgrade: warn about extensions that need updatingBruce Momjian2021-08-03
* Enable TAP tests of pg_receivewal for ZLIB on Windows, take threeMichael Paquier2021-07-31
* Use --no-loop for new calls of pg_receivewal --endpos in TAP testsMichael Paquier2021-07-30
* Avoid calling TestLib::perl2host on a symlinked directoryAndrew Dunstan2021-07-29
* Remove the last vestiges of Exporter from PostgresNodeAndrew Dunstan2021-07-29
* Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan2021-07-29
* Fix typo in tab-complete.cMichael Paquier2021-07-29
* Add some missing exit() calls in error paths for various binariesMichael Paquier2021-07-29
* Add missing exit() in pg_verifybackup when failing to find pg_waldumpMichael Paquier2021-07-29
* Add support for SET ACCESS METHOD in ALTER TABLEMichael Paquier2021-07-28
* Disable command echo in pg_upgrade-created windows scriptsAndrew Dunstan2021-07-27
* pg_resetxlog: add option to set oldest xid & use by pg_upgradeBruce Momjian2021-07-26
* Simplify matching pattern check in TAP tests of pg_receivewalMichael Paquier2021-07-27
* Skip trailing whitespaces when parsing integer optionsMichael Paquier2021-07-27
* psql \dX: check schema when listing statistics objectsTomas Vondra2021-07-26
* Fix a couple of memory leaks in src/bin/pg_basebackup/Michael Paquier2021-07-26
* Add missing header declarations for pg_basebackup and pg_{dump,restore}Michael Paquier2021-07-24
* Unify parsing logic for command-line integer optionsMichael Paquier2021-07-24
* Disable TAP tests of pg_receivewal for ZLIB on WindowsMichael Paquier2021-07-22
* Re-enable TAP tests of pg_receivewal for ZLIB on WindowsMichael Paquier2021-07-20
* Fix some issues with WAL segment opening for pg_receivewal --compressMichael Paquier2021-07-20
* vacuumdb: Correct comment about --force-index-cleanup.Peter Geoghegan2021-07-19
* Support direct I/O on macOS.Thomas Munro2021-07-19
* Fix pg_dump for disabled triggers on partitioned tablesAlvaro Herrera2021-07-16
* Disable tests involving ZLIB on Windows for pg_receivewalMichael Paquier2021-07-16
* Replace explicit PIN entries in pg_depend with an OID range test.Tom Lane2021-07-15
* Fix portability issue with gzip in TAP test of pg_receivewalMichael Paquier2021-07-15
* Add TAP tests for ZLIB compression for pg_receivewalMichael Paquier2021-07-15
* Portability fixes for sigwait.Thomas Munro2021-07-15
* In psql \copy from, send data to server in larger chunks.Heikki Linnakangas2021-07-14
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-14
* Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane2021-07-13
* Add PSQL_WATCH_PAGER for psql's \watch command.Thomas Munro2021-07-13
* Fix pgbench timestamp bugs.Thomas Munro2021-07-11
* Simplify error handing of jsonapi.c for the frontendMichael Paquier2021-07-02
* Add --clobber-cache option to initdb, for CCA testing.Tom Lane2021-07-01
* Allow specifying pg_waldump --rmgr option multiple times.Heikki Linnakangas2021-07-01
* Allow enabling two-phase option via replication protocol.Amit Kapila2021-06-30
* Optimize pg_checksums --enable where checksum is already setMichael Paquier2021-06-30
* Remove literal backslash from Perl \Q ... \E.Noah Misch2021-06-29
* Add support for LZ4 with compression of full-page writes in WALMichael Paquier2021-06-29
* Dump COMMENT ON SCHEMA public.Noah Misch2021-06-28