summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2021-01-13Optimize DropRelFileNodesAllBuffers() for recovery.Amit Kapila
2021-01-12Optimize DropRelFileNodeBuffers() for recovery.Amit Kapila
2021-01-11Fix function prototypes in dependency.h.Thomas Munro
2021-01-11Provide pg_preadv() and pg_pwritev().Thomas Munro
2021-01-08Fix and simplify some code related to cryptohashesMichael Paquier
2021-01-07Add GUC to log long wait times on recovery conflicts.Fujii Masao
2021-01-07Fix allocation logic of cryptohash context data with OpenSSLMichael Paquier
2021-01-06Add idle_session_timeout.Tom Lane
2021-01-06Report progress of COPY commandsTomas Vondra
2021-01-06Replace CLOBBER_CACHE_ALWAYS with run-time GUCPeter Eisentraut
2021-01-06Detect the deadlocks between backends and the startup process.Fujii Masao
2021-01-04Rename "enum blacklist" to "uncommitted enums".Thomas Munro
2021-01-04Remove unused function prototypes.Thomas Munro
2021-01-04Re-implement pl/pgsql's expression and assignment parsing.Tom Lane
2021-01-04Add the ability for the core grammar to have more than one parse target.Tom Lane
2021-01-04Allow decoding at prepare time in ReorderBuffer.Amit Kapila
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-30Use setenv() in preference to putenv().Tom Lane
2020-12-30Sanitize IF NOT EXISTS in EXPLAIN for CTAS and matviewsMichael Paquier
2020-12-30Extend the output plugin API to allow decoding of prepared xacts.Amit Kapila
2020-12-29Suppress log spam from multiple reports of SIGQUIT shutdown.Tom Lane
2020-12-29Add support of multirange matching to the existing range GiST indexesAlexander Korotkov
2020-12-29Improve the signature of internal multirange functionsAlexander Korotkov
2020-12-29Implement operators for checking if the range contains a multirangeAlexander Korotkov
2020-12-28Fix assorted issues in backend's GSSAPI encryption support.Tom Lane
2020-12-28Revert "Add key management system" (978f869b99) & later commitsBruce Momjian
2020-12-25remove uint128 requirement from patch 978f869b99 (CFE)Bruce Momjian
2020-12-25Add key management systemBruce Momjian
2020-12-24move hex_decode() to /common so it can be called from frontendBruce Momjian
2020-12-24Fix race condition between shutdown and unstarted background workers.Tom Lane
2020-12-24Improve client error messages for immediate-stop situations.Tom Lane
2020-12-21Disallow SRFs when considering sorts below Gather MergeTomas Vondra
2020-12-21Check parallel safety in generate_useful_gather_pathsTomas Vondra
2020-12-21Refactor logic to check for ASCII-only characters in stringMichael Paquier
2020-12-20Multirange datatypesAlexander Korotkov
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-12-14Improve some code around cryptohash functionsMichael Paquier
2020-12-10Refactor MD5 implementations according to new cryptohash infrastructureMichael Paquier
2020-12-09Support subscripting of arbitrary types, not only arrays.Tom Lane
2020-12-09Change get_constraint_index() to use pg_constraint.conindidPeter Eisentraut
2020-12-09jit: Reference function pointer types via llvmjit_types.c.Andres Freund
2020-12-08Remove operator_precedence_warning.Tom Lane
2020-12-08Bump catversion for pg_stat_wal changes.Fujii Masao
2020-12-04Change SHA2 implementation based on OpenSSL to use EVP digest routinesMichael Paquier
2020-12-03Improve estimation of OR clauses using extended statistics.Dean Rasheed
2020-12-03Refactor CLUSTER and REINDEX grammar to use DefElem for option listsMichael Paquier
2020-12-02Track total number of WAL records, FPIs and bytes generated in the cluster.Fujii Masao
2020-12-02Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier
2020-12-01Ensure that expandTableLikeClause() re-examines the same table.Tom Lane
2020-12-01Use truncate(2) where appropriate.Thomas Munro