index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Fix conversion table generator scripts.
Thomas Munro
2020-07-22
*
Fix comment in sha2.h
Michael Paquier
2020-07-22
*
neqjoinsel must now pass through collation to eqjoinsel.
Tom Lane
2020-07-21
*
Add nbtree Valgrind buffer lock checks.
Peter Geoghegan
2020-07-21
*
Weaken type-OID-matching checks in array_recv and record_recv.
Tom Lane
2020-07-21
*
Glossary: Add term "base backup"
Alvaro Herrera
2020-07-21
*
Minor glossary tweaks
Alvaro Herrera
2020-07-21
*
Be more careful about marking catalog columns NOT NULL by default.
Tom Lane
2020-07-21
*
Assert that we don't insert nulls into attnotnull catalog columns.
Tom Lane
2020-07-21
*
Rework tab completion of COPY and \copy in psql
Michael Paquier
2020-07-21
*
Fix some corner cases for window ranges with infinite offsets.
Tom Lane
2020-07-20
*
Make floating-point "NaN / 0" return NaN instead of raising an error.
Tom Lane
2020-07-20
*
Assert that buffer is pinned in LockBuffer().
Peter Geoghegan
2020-07-20
*
Correctly mark pg_subscription_rel.srsublsn as nullable.
Tom Lane
2020-07-20
*
Fix construction of updated-columns bitmap in logical replication.
Tom Lane
2020-07-20
*
Update btree_gist extension for parallel query
Alexander Korotkov
2020-07-20
*
Rename wal_keep_segments to wal_keep_size.
Fujii Masao
2020-07-20
*
Immediately WAL-log subtransaction and top-level XID association.
Amit Kapila
2020-07-20
*
Add generic_plans and custom_plans fields into pg_prepared_statements.
Fujii Masao
2020-07-20
*
Fix minor typo in nodeIncrementalSort.c.
Amit Kapila
2020-07-20
*
Avoid harmless Valgrind no-buffer-pin errors.
Peter Geoghegan
2020-07-19
*
Mark buffers as defined to Valgrind consistently.
Peter Geoghegan
2020-07-19
*
Correctly mark pg_subscription.subslotname as nullable.
Tom Lane
2020-07-19
*
Define OPENSSL_API_COMPAT
Peter Eisentraut
2020-07-19
*
Fix replication/worker_internal.h to compile without other headers.
Tom Lane
2020-07-18
*
Allow logical replication to transfer data in binary format.
Tom Lane
2020-07-18
*
doc: Refresh more URLs in the docs
Michael Paquier
2020-07-18
*
Adjust minor comment in reorderbuffer.c.
Amit Kapila
2020-07-18
*
Fix comments in reorderbuffer.c.
Amit Kapila
2020-07-18
*
doc: Fix description of \copy for psql
Michael Paquier
2020-07-18
*
Rename "hash_mem" local variable.
Peter Geoghegan
2020-07-17
*
Add Valgrind buffer access instrumentation.
Peter Geoghegan
2020-07-17
*
Cope with data-offset-less archive files during out-of-order restores.
Tom Lane
2020-07-17
*
Remove manual tracking of file position in pg_dump/pg_backup_custom.c.
Tom Lane
2020-07-17
*
Avoid CREATE INDEX unique index deduplication.
Peter Geoghegan
2020-07-17
*
Ensure that distributed timezone abbreviation files are plain ASCII.
Tom Lane
2020-07-17
*
Fix whitespace
Peter Eisentraut
2020-07-17
*
Resolve gratuitous tabs in SQL file
Peter Eisentraut
2020-07-17
*
Fix signal handler setup for SIGHUP in the apply launcher process.
Amit Kapila
2020-07-17
*
Use MinimalTuple for tuple queues.
Thomas Munro
2020-07-17
*
Add huge_page_size setting for use on Linux.
Thomas Munro
2020-07-17
*
Enable almost all TAP tests involving symlinks on Windows
Andrew Dunstan
2020-07-16
*
Switch pg_test_fsync to use binary mode on Windows
Michael Paquier
2020-07-16
*
pg_dump: Reorganize dumpFunc() and dumpAgg()
Peter Eisentraut
2020-07-15
*
Fix handling of missing files when using pg_rewind with online source
Michael Paquier
2020-07-15
*
Fix compilation failure with sepgsql
Michael Paquier
2020-07-15
*
Eliminate cache lookup errors in SQL functions for object addresses
Michael Paquier
2020-07-15
*
Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join.
Tom Lane
2020-07-14
*
Fix -Wcast-function-type warnings
Peter Eisentraut
2020-07-14
*
Add comment to explain an unused function parameter
David Rowley
2020-07-14
[next]