summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Refactor code in tablecmds.c to check and process tablespace movesMichael Paquier2021-01-271-0/+4
* Rethink recently-added SPI interfaces.Tom Lane2021-01-261-10/+14
* Improve performance of repeated CALLs within plpgsql procedures.Tom Lane2021-01-253-7/+15
* Make storage/standby.h compile standalone again.Tom Lane2021-01-241-0/+1
* Introduce SHA1 implementations in the cryptohash infrastructureMichael Paquier2021-01-232-0/+20
* Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.Tom Lane2021-01-215-9/+13
* Implement support for bulk inserts in postgres_fdwTomas Vondra2021-01-203-0/+31
* Add bytea equivalents of ltrim() and rtrim().Tom Lane2021-01-182-2/+8
* Bump PGSTAT_FILE_FORMAT_IDMagnus Hagander2021-01-181-1/+1
* Refactor option handling of CLUSTER, REINDEX and VACUUMMichael Paquier2021-01-184-32/+33
* Set PD_ALL_VISIBLE and visibility map bits in COPY FREEZETomas Vondra2021-01-171-0/+3
* Add pg_stat_database counters for sessions and session timeMagnus Hagander2021-01-173-1/+72
* Prevent excess SimpleLruTruncate() deletion.Noah Misch2021-01-161-3/+13
* Avoid spurious wait in concurrent reindexAlvaro Herrera2021-01-151-0/+1
* Remove PG_SHA*_DIGEST_STRING_LENGTH from sha2.hMichael Paquier2021-01-151-4/+0
* Prevent drop of tablespaces used by partitioned relationsAlvaro Herrera2021-01-141-0/+13
* Minor header cleanup for the new iovec code.Thomas Munro2021-01-142-10/+5
* Rework refactoring of hex and encoding routinesMichael Paquier2021-01-143-19/+25
* Move our p{read,write}v replacements into their own files.Thomas Munro2021-01-141-0/+5
* Mark inet_server_addr() and inet_server_port() as parallel-restricted.Tom Lane2021-01-132-3/+5
* Run reformat-dat-files to declutter the catalog data files.Tom Lane2021-01-1310-174/+229
* Enhance nbtree index tuple deletion.Peter Geoghegan2021-01-135-64/+183
* Pass down "logically unchanged index" hint.Peter Geoghegan2021-01-139-0/+9
* Log long wait time on recovery conflict when it's resolved.Fujii Masao2021-01-131-1/+2
* Optimize DropRelFileNodesAllBuffers() for recovery.Amit Kapila2021-01-131-1/+1
* Optimize DropRelFileNodeBuffers() for recovery.Amit Kapila2021-01-122-1/+2
* Fix function prototypes in dependency.h.Thomas Munro2021-01-121-2/+2
* Provide pg_preadv() and pg_pwritev().Thomas Munro2021-01-113-0/+76
* Fix and simplify some code related to cryptohashesMichael Paquier2021-01-081-4/+1
* Add GUC to log long wait times on recovery conflicts.Fujii Masao2021-01-081-1/+4
* Fix allocation logic of cryptohash context data with OpenSSLMichael Paquier2021-01-071-6/+2
* Add idle_session_timeout.Tom Lane2021-01-063-1/+4
* Report progress of COPY commandsTomas Vondra2021-01-063-1/+8
* Replace CLOBBER_CACHE_ALWAYS with run-time GUCPeter Eisentraut2021-01-062-0/+40
* Detect the deadlocks between backends and the startup process.Fujii Masao2021-01-061-0/+2
* Rename "enum blacklist" to "uncommitted enums".Thomas Munro2021-01-051-4/+4
* Remove unused function prototypes.Thomas Munro2021-01-054-4/+0
* Re-implement pl/pgsql's expression and assignment parsing.Tom Lane2021-01-045-2/+44
* Add the ability for the core grammar to have more than one parse target.Tom Lane2021-01-043-2/+32
* Allow decoding at prepare time in ReorderBuffer.Amit Kapila2021-01-041-2/+31
* Update copyright for 2021Bruce Momjian2021-01-02659-659/+659
* Use setenv() in preference to putenv().Tom Lane2020-12-303-5/+14
* Sanitize IF NOT EXISTS in EXPLAIN for CTAS and matviewsMichael Paquier2020-12-301-0/+2
* Extend the output plugin API to allow decoding of prepared xacts.Amit Kapila2020-12-303-0/+103
* Suppress log spam from multiple reports of SIGQUIT shutdown.Tom Lane2020-12-291-6/+6
* Add support of multirange matching to the existing range GiST indexesAlexander Korotkov2020-12-297-1/+113
* Improve the signature of internal multirange functionsAlexander Korotkov2020-12-291-27/+42
* Implement operators for checking if the range contains a multirangeAlexander Korotkov2020-12-294-2/+22
* Fix assorted issues in backend's GSSAPI encryption support.Tom Lane2020-12-282-3/+4
* Revert "Add key management system" (978f869b99) & later commitsBruce Momjian2020-12-277-199/+1