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
*
Add wait_for_replay_catchup wrapper to Cluster.pm
Alvaro Herrera
2023-02-13
*
Fix various typos in code and tests
Michael Paquier
2023-02-09
*
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-02-07
*
Add support for progress reporting to pg_verifybackup
Michael Paquier
2023-02-06
*
Try to fix pg_upgrade test on Windows, again.
Thomas Munro
2023-02-01
*
Fix behavior with pg_restore -l and compressed dumps
Michael Paquier
2023-01-27
*
Zero initialize uses of instr_time about to trigger compiler warnings
Andres Freund
2023-01-20
*
Avoid harmless warning from pg_dump --if-exists mode.
Tom Lane
2023-01-19
*
Fix failure with perlcritic in psql's create_help.pl
Michael Paquier
2023-01-19
*
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-18
*
Remove redundant relkind check
John Naylor
2023-01-17
*
Create common infrastructure for cross-version upgrade testing.
Tom Lane
2023-01-16
*
Revert "Get rid of the "new" and "old" entries in a view's rangetable."
Tom Lane
2023-01-11
*
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-11
*
Add support for tab completion after ALTER EXTENSION ADD|DROP in psql
Michael Paquier
2023-01-12
*
Improve handling of inherited GENERATED expressions.
Tom Lane
2023-01-11
*
Fix typos in code and comments
Michael Paquier
2023-01-11
*
Remove function declarations from headers for some undefined functions
Michael Paquier
2023-01-11
*
Invent random_normal() to provide normally-distributed random numbers.
Tom Lane
2023-01-09
*
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-09
*
Doc: improve commentary about providing our own definitions of M_PI.
Tom Lane
2023-01-08
*
psql: Add support for \dpS and \zS.
Dean Rasheed
2023-01-07
*
Add options to control whether VACUUM runs vac_update_datfrozenxid.
Tom Lane
2023-01-06
*
Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET SCHEMA.
Dean Rasheed
2023-01-06
*
Improve tab completion for ALTER FUNCTION/PROCEDURE/ROUTINE.
Dean Rasheed
2023-01-06
*
During pg_dump startup, acquire table locks in batches.
Tom Lane
2023-01-03
*
Fix typos in comments, code and documentation
Michael Paquier
2023-01-03
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Reorder some object files in makefiles
Peter Eisentraut
2022-12-28
*
Add custom filtering rules to the TAP tests of pg_upgrade
Michael Paquier
2022-12-27
*
Fix incorrect copy-pasto in error message of pg_waldump.c
Michael Paquier
2022-12-27
*
pg_waldump: Add --save-fullpage=PATH to save full page images from WAL records
Michael Paquier
2022-12-27
*
Switch query fixing aclitems in ~15 from O(N^2) to O(N) in upgrade_adapt.sql
Michael Paquier
2022-12-26
*
Update upgrade_adapt.sql to handle tables using aclitem as data type
Michael Paquier
2022-12-23
*
Fix some incorrectness in upgrade_adapt.sql on query for WITH OIDS
Michael Paquier
2022-12-23
*
Make more consistent some translated strings related to compression
Michael Paquier
2022-12-21
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
Fix typo in comment
Peter Eisentraut
2022-12-19
*
pg_upgrade: Make testing different transfer modes easier
Peter Eisentraut
2022-12-16
*
pg_upgrade: Add --copy option
Peter Eisentraut
2022-12-16
*
Add grantable MAINTAIN privilege and pg_maintain role.
Jeff Davis
2022-12-13
*
Remove extra space from dumped ALTER DEFAULT PRIVILEGES.
Jeff Davis
2022-12-12
*
Order getopt arguments
Peter Eisentraut
2022-12-12
*
Add support for GRANT SET in psql tab completion
Michael Paquier
2022-12-12
*
Change JsonSemAction to allow non-throw error reporting.
Tom Lane
2022-12-11
*
Add USER SET parameter values for pg_db_role_setting
Alexander Korotkov
2022-12-09
*
Provide test coverage in pg_dump for default behaviors with compression
Michael Paquier
2022-12-06
*
initdb: Refactor PG_CMD_PUTS loops
Peter Eisentraut
2022-12-05
*
pg_dump: Remove "blob" terminology
Peter Eisentraut
2022-12-05
*
Add missing const qualifier
David Rowley
2022-12-03
[next]