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
*
Invent --transaction-size option for pg_restore.
Tom Lane
2024-04-01
*
Rearrange pg_dump's handling of large objects for better efficiency.
Tom Lane
2024-04-01
*
Fix assorted resource leaks in new pg_createsubscriber code.
Tom Lane
2024-04-01
*
Add new COPY option LOG_VERBOSITY.
Masahiko Sawada
2024-04-01
*
Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-03-30
*
Improve tab completion for ALTER TABLE ALTER COLUMN SET in psql.
Masahiko Sawada
2024-03-28
*
Fix random failure in 004_subscription.
Amit Kapila
2024-03-27
*
Message fixes for pg_createsubscriber
Peter Eisentraut
2024-03-26
*
Adjust pgbench option for debug mode.
Nathan Bossart
2024-03-25
*
Allow specifying an access method for partitioned tables
Alvaro Herrera
2024-03-25
*
pg_createsubscriber: creates a new logical replica from a standby server
Peter Eisentraut
2024-03-25
*
reindexdb: Fix warning about uninitialized indices_tables_cell
Alexander Korotkov
2024-03-25
*
reindexdb: Add the index-level REINDEX with multiple jobs
Alexander Korotkov
2024-03-25
*
Release PQconninfoOptions array in GetDbnameFromConnectionOptions().
Tom Lane
2024-03-24
*
Release temporary array in check_for_data_types_usage().
Tom Lane
2024-03-24
*
Track invalidation_reason in pg_replication_slots.
Amit Kapila
2024-03-22
*
Fix dumping role comments when using --no-role-passwords
Daniel Gustafsson
2024-03-21
*
Allow dbname to be written as part of connstring via pg_basebackup's -R option.
Amit Kapila
2024-03-21
*
Revert "Temporary patch to help debug pg_walsummary test failures."
Nathan Bossart
2024-03-20
*
Catalog domain not-null constraints
Peter Eisentraut
2024-03-20
*
Add "--exclude-extension" to pg_dump's options.
Dean Rasheed
2024-03-20
*
Support C.UTF-8 locale in the new builtin collation provider.
Jeff Davis
2024-03-19
*
pg_upgrade: run all data type checks per connection
Daniel Gustafsson
2024-03-19
*
Activate perlcritic InputOutput::RequireCheckedSyscalls and fix resulting war...
Peter Eisentraut
2024-03-19
*
Address more review comments on commit 2d819a08a1.
Jeff Davis
2024-03-18
*
Add missing source files to nls.mk
Peter Eisentraut
2024-03-18
*
Support json_errdetail in FRONTEND code
Daniel Gustafsson
2024-03-17
*
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-17
*
Make stxstattarget nullable
Peter Eisentraut
2024-03-17
*
Add destroyStringInfo function for cleaning up StringInfos
Daniel Gustafsson
2024-03-16
*
psql: fix variable existence tab completion
Alexander Korotkov
2024-03-16
*
Introduce "builtin" collation provider.
Jeff Davis
2024-03-13
*
Reintroduce MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2024-03-13
*
Add the system identifier to backup manifests.
Robert Haas
2024-03-13
*
Expose new function get_controlfile_by_exact_path().
Robert Haas
2024-03-13
*
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-13
*
Fix incorrect format placeholders
Peter Eisentraut
2024-03-13
*
Fix version check in 002_pg_upgrade.pl.
Jeff Davis
2024-03-12
*
Use printf's %m format instead of strerror(errno) in more places
Michael Paquier
2024-03-12
*
Fix 002_pg_upgrade.pl.
Jeff Davis
2024-03-11
*
reindexdb: Allow specifying objects to process in all databases.
Nathan Bossart
2024-03-11
*
clusterdb: Allow specifying tables to process in all databases.
Nathan Bossart
2024-03-11
*
vacuumdb: Allow specifying objects to process in all databases.
Nathan Bossart
2024-03-11
*
Catalog changes preparing for builtin collation provider.
Jeff Davis
2024-03-09
*
Run perltidy on 002_pg_upgrade.pl.
Jeff Davis
2024-03-09
*
Fix cross-version pg_upgrade test.
Jeff Davis
2024-03-09
*
Improve WIN32 waiting logic in psql's \watch command.
Tom Lane
2024-03-08
*
Add support for DEFAULT in ALTER TABLE .. SET ACCESS METHOD
Michael Paquier
2024-03-08
*
Add --copy-file-range option to pg_upgrade.
Thomas Munro
2024-03-06
*
Rename pg_constraint.conwithoutoverlaps to conperiod
Peter Eisentraut
2024-03-05
[next]