summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2021-01-18Add bytea equivalents of ltrim() and rtrim().Tom Lane
2021-01-18Bump PGSTAT_FILE_FORMAT_IDMagnus Hagander
2021-01-18Refactor option handling of CLUSTER, REINDEX and VACUUMMichael Paquier
2021-01-17Set PD_ALL_VISIBLE and visibility map bits in COPY FREEZETomas Vondra
2021-01-17Add pg_stat_database counters for sessions and session timeMagnus Hagander
2021-01-16Prevent excess SimpleLruTruncate() deletion.Noah Misch
2021-01-15Avoid spurious wait in concurrent reindexAlvaro Herrera
2021-01-15Remove PG_SHA*_DIGEST_STRING_LENGTH from sha2.hMichael Paquier
2021-01-14Prevent drop of tablespaces used by partitioned relationsAlvaro Herrera
2021-01-14Minor header cleanup for the new iovec code.Thomas Munro
2021-01-14Rework refactoring of hex and encoding routinesMichael Paquier
2021-01-13Move our p{read,write}v replacements into their own files.Thomas Munro
2021-01-13Mark inet_server_addr() and inet_server_port() as parallel-restricted.Tom Lane
2021-01-13Run reformat-dat-files to declutter the catalog data files.Tom Lane
2021-01-13Enhance nbtree index tuple deletion.Peter Geoghegan
2021-01-13Pass down "logically unchanged index" hint.Peter Geoghegan
2021-01-13Log long wait time on recovery conflict when it's resolved.Fujii Masao
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