aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils
Commit message (Expand)AuthorAge
* Build in some knowledge about foreign-key relationships in the catalogs.Tom Lane2021-02-02
* SEARCH and CYCLE clausesPeter Eisentraut2021-02-01
* Get rid of unnecessary memory allocation in jsonb_subscript_assign()Alexander Korotkov2021-02-01
* Fix portability issue in new jsonbsubs code.Tom Lane2021-02-01
* Throw error when assigning jsonb scalar instead of a composite objectAlexander Korotkov2021-01-31
* Filling array gaps during jsonb subscriptingAlexander Korotkov2021-01-31
* Implementation of subscripting for jsonbAlexander Korotkov2021-01-31
* Revive "snapshot too old" with wal_level=minimal and SET TABLESPACE.Noah Misch2021-01-30
* Add direct conversion routines between EUC_TW and Big5.Heikki Linnakangas2021-01-28
* Add mbverifystr() functions specific to each encoding.Heikki Linnakangas2021-01-28
* Refactor SQL functions of SHA-2 in cryptohashfuncs.cMichael Paquier2021-01-28
* Reduce the default value of vacuum_cost_page_miss.Peter Geoghegan2021-01-27
* Improve performance of repeated CALLs within plpgsql procedures.Tom Lane2021-01-25
* Fix broken ruleutils support for function TRANSFORM clauses.Tom Lane2021-01-25
* Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.Tom Lane2021-01-21
* Add bytea equivalents of ltrim() and rtrim().Tom Lane2021-01-18
* Add pg_stat_database counters for sessions and session timeMagnus Hagander2021-01-17
* Rework refactoring of hex and encoding routinesMichael Paquier2021-01-14
* Fix routine name in comment of catcache.cMichael Paquier2021-01-13
* Rethink SQLSTATE code for ERRCODE_IDLE_SESSION_TIMEOUT.Tom Lane2021-01-11
* Add GUC to log long wait times on recovery conflicts.Fujii Masao2021-01-08
* Improve commentary in timeout.c.Tom Lane2021-01-06
* Add idle_session_timeout.Tom Lane2021-01-06
* Improve timeout.c's handling of repeated timeout set/cancel.Tom Lane2021-01-06
* Report progress of COPY commandsTomas Vondra2021-01-06
* Replace CLOBBER_CACHE_ALWAYS with run-time GUCPeter Eisentraut2021-01-06
* Introduce a new GUC_REPORT setting "in_hot_standby".Tom Lane2021-01-05
* Add an explicit cast to double when using fabs().Dean Rasheed2021-01-05
* Fix numeric_power() when the exponent is INT_MIN.Dean Rasheed2021-01-05
* Replace remaining uses of "whitelist".Thomas Munro2021-01-05
* Rename "enum blacklist" to "uncommitted enums".Thomas Munro2021-01-05
* Fix integer-overflow corner cases in substring() functions.Tom Lane2021-01-04
* Rethink the "read/write parameter" mechanism in pl/pgsql.Tom Lane2021-01-04
* Simplify some comments in xml.cMichael Paquier2021-01-04
* Update copyright for 2021Bruce Momjian2021-01-02
* Refactor multirange_in()Alexander Korotkov2020-12-30
* Use setenv() in preference to putenv().Tom Lane2020-12-30
* Fix selectivity estimation @> (anymultirange, anyrange) operatorAlexander Korotkov2020-12-30
* Fix up usage of krb_server_keyfile GUC parameter.Tom Lane2020-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 bugs in comparison functions for multirange_bsearch_match()Alexander Korotkov2020-12-29
* Fix assorted issues in backend's GSSAPI encryption support.Tom Lane2020-12-28
* Fix inconsistent code with shared invalidations of snapshotsMichael Paquier2020-12-28
* Revert "Add key management system" (978f869b99) & later commitsBruce Momjian2020-12-27
* Invalidate acl.c caches when pg_authid changes.Noah Misch2020-12-25
* Add key management systemBruce Momjian2020-12-25
* move hex_decode() to /common so it can be called from frontendBruce Momjian2020-12-24