index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
Commit message (
Expand
)
Author
Age
*
Make EXEC_BACKEND more convenient on Linux and FreeBSD.
Thomas Munro
2022-01-11
*
Prefer $HOME when looking up the current user's home directory.
Tom Lane
2022-01-09
*
Fix issues with describe queries of extended statistics in psql
Michael Paquier
2022-01-08
*
Fix thinko coming from 000f3adf
Michael Paquier
2022-01-08
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Add TAP tests for pg_basebackup with compression
Michael Paquier
2022-01-07
*
Refactor tar method of walmethods.c to rely on the compression method
Michael Paquier
2022-01-07
*
Extend psql's \lo_list/\dl to be able to print large objects' ACLs.
Tom Lane
2022-01-06
*
Create foreign key triggers in partitioned tables too
Alvaro Herrera
2022-01-05
*
pg_dump: Refactor dumpDatabase()
Peter Eisentraut
2022-01-04
*
Tab completion: don't offer valid constraints in VALIDATE CONSTRAINT.
Tom Lane
2022-01-03
*
pg_dump: avoid unsafe function calls in getPolicies().
Tom Lane
2021-12-31
*
pg_dump: minor performance improvements from eliminating sub-SELECTs.
Tom Lane
2021-12-31
*
pg_dump: make dumpPublication et al. less unlike sibling functions.
Tom Lane
2021-12-30
*
Minor cleanup/optimization in pg_dump.
Tom Lane
2021-12-30
*
Fix incorrect format placeholders
Peter Eisentraut
2021-12-29
*
Add help & tab-complete support for psql's \getenv.
Tom Lane
2021-12-21
*
Add a \getenv command to psql.
Tom Lane
2021-12-20
*
pg_dump: Refactor getIndexes()
Peter Eisentraut
2021-12-20
*
Remove some more dead code in pg_dump.
Tom Lane
2021-12-19
*
Fix typo in TAP tests of pg_receivewal
Michael Paquier
2021-12-18
*
Add option -N/--no-sync to pg_upgrade
Michael Paquier
2021-12-18
*
Remove psql support for server versions preceding 9.2.
Tom Lane
2021-12-16
*
Clean up some more freshly-dead code in pg_dump and pg_upgrade.
Tom Lane
2021-12-16
*
Remove pg_dump's --no-synchronized-snapshots switch.
Tom Lane
2021-12-15
*
pg_checksums: Fix data type
Peter Eisentraut
2021-12-15
*
Remove pg_upgrade support for upgrading from pre-9.2 servers.
Tom Lane
2021-12-14
*
Remove pg_dump/pg_dumpall support for dumping from pre-9.2 servers.
Tom Lane
2021-12-14
*
Make PG_TEST_USE_UNIX_SOCKETS work for tap tests on windows.
Andres Freund
2021-12-13
*
Default to log_checkpoints=on, log_autovacuum_min_duration=10m
Robert Haas
2021-12-13
*
Create a new type category for "internal use" types.
Tom Lane
2021-12-11
*
Revert "Check that we have a working tar before trying to use it"
Andrew Dunstan
2021-12-08
*
Check that we have a working tar before trying to use it
Andrew Dunstan
2021-12-08
*
Account for TOAST data while scheduling parallel dumps.
Tom Lane
2021-12-06
*
Use PREPARE/EXECUTE for repetitive per-object queries in pg_dump.
Tom Lane
2021-12-06
*
Avoid per-object queries in performance-critical paths in pg_dump.
Tom Lane
2021-12-06
*
Postpone calls of unsafe server-side functions in pg_dump.
Tom Lane
2021-12-06
*
Rethink pg_dump's handling of object ACLs.
Tom Lane
2021-12-06
*
Refactor pg_dump's tracking of object components to be dumped.
Tom Lane
2021-12-06
*
Some RELKIND macro refactoring
Peter Eisentraut
2021-12-03
*
Add configure probe for rl_variable_bind().
Tom Lane
2021-12-02
*
pg_dump: Add missing relkind case
Peter Eisentraut
2021-12-02
*
pg_waldump: Emit stats summary when interrupted by SIGINT
Michael Paquier
2021-12-02
*
Move into separate file all the SQL queries used in pg_upgrade tests
Michael Paquier
2021-12-02
*
psql: initialize comment-begin setting to a useful value by default.
Tom Lane
2021-12-01
*
psql: treat "--" comments between queries as separate history entries.
Tom Lane
2021-12-01
*
Improve psql tab completion for various DROP commands
Michael Paquier
2021-12-01
*
Centralize timestamp computation of control file on updates
Michael Paquier
2021-11-29
*
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-28
*
Improve psql tab completion for views, FDWs, sequences and transforms
Michael Paquier
2021-11-29
[next]