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
*
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
*
Fix psql's \sf and \ef for new-style SQL functions.
Tom Lane
2022-12-02
*
Report incompatible roles in pg_upgrade checking
Daniel Gustafsson
2022-12-02
*
Switch pg_dump to use compression specifications
Michael Paquier
2022-12-02
*
Refactor code parsing compression option values (-Z/--compress)
Michael Paquier
2022-11-30
*
meson: Add some missing env settings for tests of pg_dump and pg_verifybackup
Michael Paquier
2022-11-29
*
Provide per-table permissions for vacuum and analyze.
Andrew Dunstan
2022-11-28
*
Mark two signal flags as sig_atomic_t in pgbench and pg_test_fsync
Michael Paquier
2022-11-26
*
Expand AclMode to 64 bits
Andrew Dunstan
2022-11-23
*
Fix typos and bump catversion.
Robert Haas
2022-11-18
*
Add a SET option to the GRANT command.
Robert Haas
2022-11-18
*
psql: Improve tab completion for GRANT/REVOKE
Michael Paquier
2022-11-18
*
Export with_icu when running src/bin/scripts tests with meson
Peter Eisentraut
2022-11-17
*
Check return value of pclose() correctly
Peter Eisentraut
2022-11-15
*
psql: Add command to use extended query protocol
Peter Eisentraut
2022-11-15
*
Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT".
Tom Lane
2022-11-10
*
psql: Add information in \d+ about foreign partitions and child tables
Michael Paquier
2022-11-08
*
Use pg_pwrite_zeros() in walmethods.c
Michael Paquier
2022-11-08
*
pg_dump: Refactor code that constructs ALTER ... OWNER TO commands
Peter Eisentraut
2022-11-02
*
pg_dump: fix failure to dump comments on constraints in some cases.
Tom Lane
2022-11-02
*
psql: Improve tab completion for ALTER TABLE on identity columns
Peter Eisentraut
2022-11-01
*
pg_dump test: Make concatenated create_sql commands more readable
Peter Eisentraut
2022-10-31
*
Improve tab completion for ALTER STATISTICS <name> SET in psql
Michael Paquier
2022-10-24
*
Remove pgpid_t type, use pid_t instead
Peter Eisentraut
2022-10-22
*
psql: Fix exit status when query is canceled
Peter Eisentraut
2022-10-22
*
pg_basebackup: Fix cross-platform tablespace relocation.
Robert Haas
2022-10-21
*
meson: Add support for building with precompiled headers
Andres Freund
2022-10-06
*
windows: Adjust FD_SETSIZE via commandline define
Andres Freund
2022-10-06
*
Fix final compiler warning produced by -Wshadow=compatible-local
David Rowley
2022-10-06
*
meson: Add windows resource files
Andres Freund
2022-10-05
*
Rename shadowed local variables
David Rowley
2022-10-05
*
Use macros from xlog_internal.h for WAL segment logic in pg_resetwal
Michael Paquier
2022-10-05
*
Add a few new patterns to the tab completion of psql
Michael Paquier
2022-10-05
*
Add filtering capability for cross-version pg_upgrade tests
Michael Paquier
2022-10-04
[next]