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
*
psql: Make output of \dD more stable
Peter Eisentraut
2024-04-15
*
Fix ALTER DOMAIN NOT NULL syntax
Peter Eisentraut
2024-04-15
*
Don't allocate large buffer on the stack in pg_verifybackup
Andrew Dunstan
2024-04-12
*
Fix some memory leaks associated with parsing json and manifests
Andrew Dunstan
2024-04-12
*
Revert indexed and enlargable binary heap implementation.
Masahiko Sawada
2024-04-11
*
Add missing set_pglocale_pgservice() for pg_walsummary and pg_combinebackup
Michael Paquier
2024-04-09
*
In psql, avoid leaking a PGresult after a query is cancelled.
Tom Lane
2024-04-08
*
Further review for re-implementation of psql's FETCH_COUNT feature.
Tom Lane
2024-04-08
*
Add more tab completion support for ALTER DEFAULT PRIVILEGES in psql.
Masahiko Sawada
2024-04-08
*
Send ALPN in TLS handshake, require it in direct SSL connections
Heikki Linnakangas
2024-04-08
*
Re-implement psql's FETCH_COUNT feature atop libpq's chunked mode.
Tom Lane
2024-04-06
*
Support retrieval of results in chunks with libpq.
Tom Lane
2024-04-06
*
Convert uses of hash_string_pointer to fasthash equivalent
John Naylor
2024-04-06
*
Fix headerscheck violation introduced in f8ce4ed78ca
Andres Freund
2024-04-05
*
Check HAVE_COPY_FILE_RANGE before calling copy_file_range
Tomas Vondra
2024-04-05
*
Allow using copy_file_range in write_reconstructed_file
Tomas Vondra
2024-04-05
*
Remove unused variable in checksum_file()
Tomas Vondra
2024-04-05
*
Allow copying files using clone/copy_file_range
Tomas Vondra
2024-04-05
*
Align blocks in incremental backups to BLCKSZ
Tomas Vondra
2024-04-05
*
Fix test failures when language environment is not UTF-8.
Jeff Davis
2024-04-04
*
Remove reachable call to pg_unreachable().
Robert Haas
2024-04-04
*
pg_upgrade: Fix typo in message
Peter Eisentraut
2024-04-04
*
Use incremental parsing of backup manifests.
Andrew Dunstan
2024-04-04
*
Fix indentation from cafe1056558f
Daniel Gustafsson
2024-04-03
*
Add functions to binaryheap for efficient key removal and update.
Masahiko Sawada
2024-04-03
*
Allow SIGINT to cancel psql database reconnections.
Robert Haas
2024-04-02
*
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
[next]