index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Add pg_stat_database counters for sessions and session time
Magnus Hagander
2021-01-17
*
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2021-01-16
*
Avoid spurious wait in concurrent reindex
Alvaro Herrera
2021-01-15
*
Remove PG_SHA*_DIGEST_STRING_LENGTH from sha2.h
Michael Paquier
2021-01-15
*
Prevent drop of tablespaces used by partitioned relations
Alvaro Herrera
2021-01-14
*
Minor header cleanup for the new iovec code.
Thomas Munro
2021-01-14
*
Rework refactoring of hex and encoding routines
Michael Paquier
2021-01-14
*
Move our p{read,write}v replacements into their own files.
Thomas Munro
2021-01-14
*
Mark inet_server_addr() and inet_server_port() as parallel-restricted.
Tom Lane
2021-01-13
*
Run reformat-dat-files to declutter the catalog data files.
Tom Lane
2021-01-13
*
Enhance nbtree index tuple deletion.
Peter Geoghegan
2021-01-13
*
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-13
*
Log long wait time on recovery conflict when it's resolved.
Fujii Masao
2021-01-13
*
Optimize DropRelFileNodesAllBuffers() for recovery.
Amit Kapila
2021-01-13
*
Optimize DropRelFileNodeBuffers() for recovery.
Amit Kapila
2021-01-12
*
Fix function prototypes in dependency.h.
Thomas Munro
2021-01-12
*
Provide pg_preadv() and pg_pwritev().
Thomas Munro
2021-01-11
*
Fix and simplify some code related to cryptohashes
Michael Paquier
2021-01-08
*
Add GUC to log long wait times on recovery conflicts.
Fujii Masao
2021-01-08
*
Fix allocation logic of cryptohash context data with OpenSSL
Michael Paquier
2021-01-07
*
Add idle_session_timeout.
Tom Lane
2021-01-06
*
Report progress of COPY commands
Tomas Vondra
2021-01-06
*
Replace CLOBBER_CACHE_ALWAYS with run-time GUC
Peter Eisentraut
2021-01-06
*
Detect the deadlocks between backends and the startup process.
Fujii Masao
2021-01-06
*
Rename "enum blacklist" to "uncommitted enums".
Thomas Munro
2021-01-05
*
Remove unused function prototypes.
Thomas Munro
2021-01-05
*
Re-implement pl/pgsql's expression and assignment parsing.
Tom Lane
2021-01-04
*
Add the ability for the core grammar to have more than one parse target.
Tom Lane
2021-01-04
*
Allow decoding at prepare time in ReorderBuffer.
Amit Kapila
2021-01-04
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Use setenv() in preference to putenv().
Tom Lane
2020-12-30
*
Sanitize IF NOT EXISTS in EXPLAIN for CTAS and matviews
Michael Paquier
2020-12-30
*
Extend the output plugin API to allow decoding of prepared xacts.
Amit Kapila
2020-12-30
*
Suppress log spam from multiple reports of SIGQUIT shutdown.
Tom Lane
2020-12-29
*
Add support of multirange matching to the existing range GiST indexes
Alexander Korotkov
2020-12-29
*
Improve the signature of internal multirange functions
Alexander Korotkov
2020-12-29
*
Implement operators for checking if the range contains a multirange
Alexander Korotkov
2020-12-29
*
Fix assorted issues in backend's GSSAPI encryption support.
Tom Lane
2020-12-28
*
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-27
*
remove uint128 requirement from patch 978f869b99 (CFE)
Bruce Momjian
2020-12-25
*
Add key management system
Bruce Momjian
2020-12-25
*
move hex_decode() to /common so it can be called from frontend
Bruce Momjian
2020-12-24
*
Fix race condition between shutdown and unstarted background workers.
Tom Lane
2020-12-24
*
Improve client error messages for immediate-stop situations.
Tom Lane
2020-12-24
*
Disallow SRFs when considering sorts below Gather Merge
Tomas Vondra
2020-12-21
*
Check parallel safety in generate_useful_gather_paths
Tomas Vondra
2020-12-21
*
Refactor logic to check for ASCII-only characters in string
Michael Paquier
2020-12-21
*
Multirange datatypes
Alexander Korotkov
2020-12-20
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
*
Improve some code around cryptohash functions
Michael Paquier
2020-12-14
[next]