aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Make EXEC_BACKEND more convenient on Linux and FreeBSD.Thomas Munro2022-01-11
* Prefer $HOME when looking up the current user's home directory.Tom Lane2022-01-09
* Fix issues with describe queries of extended statistics in psqlMichael Paquier2022-01-08
* Fix thinko coming from 000f3adfMichael Paquier2022-01-08
* Update copyright for 2022Bruce Momjian2022-01-07
* Add TAP tests for pg_basebackup with compressionMichael Paquier2022-01-07
* Refactor tar method of walmethods.c to rely on the compression methodMichael Paquier2022-01-07
* Extend psql's \lo_list/\dl to be able to print large objects' ACLs.Tom Lane2022-01-06
* Create foreign key triggers in partitioned tables tooAlvaro Herrera2022-01-05
* pg_dump: Refactor dumpDatabase()Peter Eisentraut2022-01-04
* Tab completion: don't offer valid constraints in VALIDATE CONSTRAINT.Tom Lane2022-01-03
* pg_dump: avoid unsafe function calls in getPolicies().Tom Lane2021-12-31
* pg_dump: minor performance improvements from eliminating sub-SELECTs.Tom Lane2021-12-31
* pg_dump: make dumpPublication et al. less unlike sibling functions.Tom Lane2021-12-30
* Minor cleanup/optimization in pg_dump.Tom Lane2021-12-30
* Fix incorrect format placeholdersPeter Eisentraut2021-12-29
* Add help & tab-complete support for psql's \getenv.Tom Lane2021-12-21
* Add a \getenv command to psql.Tom Lane2021-12-20
* pg_dump: Refactor getIndexes()Peter Eisentraut2021-12-20
* Remove some more dead code in pg_dump.Tom Lane2021-12-19
* Fix typo in TAP tests of pg_receivewalMichael Paquier2021-12-18
* Add option -N/--no-sync to pg_upgradeMichael Paquier2021-12-18
* Remove psql support for server versions preceding 9.2.Tom Lane2021-12-16
* Clean up some more freshly-dead code in pg_dump and pg_upgrade.Tom Lane2021-12-16
* Remove pg_dump's --no-synchronized-snapshots switch.Tom Lane2021-12-15
* pg_checksums: Fix data typePeter Eisentraut2021-12-15
* Remove pg_upgrade support for upgrading from pre-9.2 servers.Tom Lane2021-12-14
* Remove pg_dump/pg_dumpall support for dumping from pre-9.2 servers.Tom Lane2021-12-14
* Make PG_TEST_USE_UNIX_SOCKETS work for tap tests on windows.Andres Freund2021-12-13
* Default to log_checkpoints=on, log_autovacuum_min_duration=10mRobert Haas2021-12-13
* Create a new type category for "internal use" types.Tom Lane2021-12-11
* Revert "Check that we have a working tar before trying to use it"Andrew Dunstan2021-12-08
* Check that we have a working tar before trying to use itAndrew Dunstan2021-12-08
* Account for TOAST data while scheduling parallel dumps.Tom Lane2021-12-06
* Use PREPARE/EXECUTE for repetitive per-object queries in pg_dump.Tom Lane2021-12-06
* Avoid per-object queries in performance-critical paths in pg_dump.Tom Lane2021-12-06
* Postpone calls of unsafe server-side functions in pg_dump.Tom Lane2021-12-06
* Rethink pg_dump's handling of object ACLs.Tom Lane2021-12-06
* Refactor pg_dump's tracking of object components to be dumped.Tom Lane2021-12-06
* Some RELKIND macro refactoringPeter Eisentraut2021-12-03
* Add configure probe for rl_variable_bind().Tom Lane2021-12-02
* pg_dump: Add missing relkind casePeter Eisentraut2021-12-02
* pg_waldump: Emit stats summary when interrupted by SIGINTMichael Paquier2021-12-02
* Move into separate file all the SQL queries used in pg_upgrade testsMichael Paquier2021-12-02
* psql: initialize comment-begin setting to a useful value by default.Tom Lane2021-12-01
* psql: treat "--" comments between queries as separate history entries.Tom Lane2021-12-01
* Improve psql tab completion for various DROP commandsMichael Paquier2021-12-01
* Centralize timestamp computation of control file on updatesMichael Paquier2021-11-29
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-28
* Improve psql tab completion for views, FDWs, sequences and transformsMichael Paquier2021-11-29