aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Add pg_stat_database counters for sessions and session timeMagnus Hagander2021-01-17
* Prevent excess SimpleLruTruncate() deletion.Noah Misch2021-01-16
* Avoid spurious wait in concurrent reindexAlvaro Herrera2021-01-15
* Remove PG_SHA*_DIGEST_STRING_LENGTH from sha2.hMichael Paquier2021-01-15
* Prevent drop of tablespaces used by partitioned relationsAlvaro Herrera2021-01-14
* Minor header cleanup for the new iovec code.Thomas Munro2021-01-14
* Rework refactoring of hex and encoding routinesMichael Paquier2021-01-14
* Move our p{read,write}v replacements into their own files.Thomas Munro2021-01-14
* Mark inet_server_addr() and inet_server_port() as parallel-restricted.Tom Lane2021-01-13
* Run reformat-dat-files to declutter the catalog data files.Tom Lane2021-01-13
* Enhance nbtree index tuple deletion.Peter Geoghegan2021-01-13
* Pass down "logically unchanged index" hint.Peter Geoghegan2021-01-13
* Log long wait time on recovery conflict when it's resolved.Fujii Masao2021-01-13
* Optimize DropRelFileNodesAllBuffers() for recovery.Amit Kapila2021-01-13
* Optimize DropRelFileNodeBuffers() for recovery.Amit Kapila2021-01-12
* Fix function prototypes in dependency.h.Thomas Munro2021-01-12
* Provide pg_preadv() and pg_pwritev().Thomas Munro2021-01-11
* Fix and simplify some code related to cryptohashesMichael Paquier2021-01-08
* Add GUC to log long wait times on recovery conflicts.Fujii Masao2021-01-08
* Fix allocation logic of cryptohash context data with OpenSSLMichael Paquier2021-01-07
* Add idle_session_timeout.Tom Lane2021-01-06
* Report progress of COPY commandsTomas Vondra2021-01-06
* Replace CLOBBER_CACHE_ALWAYS with run-time GUCPeter Eisentraut2021-01-06
* Detect the deadlocks between backends and the startup process.Fujii Masao2021-01-06
* Rename "enum blacklist" to "uncommitted enums".Thomas Munro2021-01-05
* Remove unused function prototypes.Thomas Munro2021-01-05
* Re-implement pl/pgsql's expression and assignment parsing.Tom Lane2021-01-04
* Add the ability for the core grammar to have more than one parse target.Tom Lane2021-01-04
* Allow decoding at prepare time in ReorderBuffer.Amit Kapila2021-01-04
* Update copyright for 2021Bruce Momjian2021-01-02
* Use setenv() in preference to putenv().Tom Lane2020-12-30
* Sanitize IF NOT EXISTS in EXPLAIN for CTAS and matviewsMichael Paquier2020-12-30
* Extend the output plugin API to allow decoding of prepared xacts.Amit Kapila2020-12-30
* Suppress log spam from multiple reports of SIGQUIT shutdown.Tom Lane2020-12-29
* Add support of multirange matching to the existing range GiST indexesAlexander Korotkov2020-12-29
* Improve the signature of internal multirange functionsAlexander Korotkov2020-12-29
* Implement operators for checking if the range contains a multirangeAlexander Korotkov2020-12-29
* Fix assorted issues in backend's GSSAPI encryption support.Tom Lane2020-12-28
* Revert "Add key management system" (978f869b99) & later commitsBruce Momjian2020-12-27
* remove uint128 requirement from patch 978f869b99 (CFE)Bruce Momjian2020-12-25
* Add key management systemBruce Momjian2020-12-25
* move hex_decode() to /common so it can be called from frontendBruce Momjian2020-12-24
* Fix race condition between shutdown and unstarted background workers.Tom Lane2020-12-24
* Improve client error messages for immediate-stop situations.Tom Lane2020-12-24
* Disallow SRFs when considering sorts below Gather MergeTomas Vondra2020-12-21
* Check parallel safety in generate_useful_gather_pathsTomas Vondra2020-12-21
* Refactor logic to check for ASCII-only characters in stringMichael Paquier2020-12-21
* Multirange datatypesAlexander Korotkov2020-12-20
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-15
* Improve some code around cryptohash functionsMichael Paquier2020-12-14