aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* Refactor MD5 implementations according to new cryptohash infrastructureMichael Paquier2020-12-10
* Support subscripting of arbitrary types, not only arrays.Tom Lane2020-12-09
* Change get_constraint_index() to use pg_constraint.conindidPeter Eisentraut2020-12-09
* jit: Reference function pointer types via llvmjit_types.c.Andres Freund2020-12-08
* Remove operator_precedence_warning.Tom Lane2020-12-08
* Bump catversion for pg_stat_wal changes.Fujii Masao2020-12-08
* Change SHA2 implementation based on OpenSSL to use EVP digest routinesMichael Paquier2020-12-04
* Improve estimation of OR clauses using extended statistics.Dean Rasheed2020-12-03
* Refactor CLUSTER and REINDEX grammar to use DefElem for option listsMichael Paquier2020-12-03
* Track total number of WAL records, FPIs and bytes generated in the cluster.Fujii Masao2020-12-02
* Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier2020-12-02
* Ensure that expandTableLikeClause() re-examines the same table.Tom Lane2020-12-01
* Use truncate(2) where appropriate.Thomas Munro2020-12-01
* Fix missing outfuncs.c support for IncrementalSortPath.Tom Lane2020-11-30
* Fix typo in comment.Fujii Masao2020-11-30
* Restore lock level to update statusFlagsAlvaro Herrera2020-11-26
* Avoid spurious waits in concurrent indexingAlvaro Herrera2020-11-25
* Avoid spamming the client with multiple ParameterStatus messages.Tom Lane2020-11-25
* Add support for abstract Unix-domain socketsPeter Eisentraut2020-11-25
* Stop gap fix for __attribute__((cold)) compiler bug in MinGW 8.1David Rowley2020-11-25
* Remove catalog function currtid()Michael Paquier2020-11-25
* Properly check index mark/restore in ExecSupportsMarkRestore.Andrew Gierth2020-11-24
* Tidy up definitions of pg_attribute_hot and pg_attribute_coldDavid Rowley2020-11-25
* Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas2020-11-24