index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
Commit message (
Expand
)
Author
Age
*
Build in some knowledge about foreign-key relationships in the catalogs.
Tom Lane
2021-02-02
*
SEARCH and CYCLE clauses
Peter Eisentraut
2021-02-01
*
Get rid of unnecessary memory allocation in jsonb_subscript_assign()
Alexander Korotkov
2021-02-01
*
Fix portability issue in new jsonbsubs code.
Tom Lane
2021-02-01
*
Throw error when assigning jsonb scalar instead of a composite object
Alexander Korotkov
2021-01-31
*
Filling array gaps during jsonb subscripting
Alexander Korotkov
2021-01-31
*
Implementation of subscripting for jsonb
Alexander Korotkov
2021-01-31
*
Revive "snapshot too old" with wal_level=minimal and SET TABLESPACE.
Noah Misch
2021-01-30
*
Add direct conversion routines between EUC_TW and Big5.
Heikki Linnakangas
2021-01-28
*
Add mbverifystr() functions specific to each encoding.
Heikki Linnakangas
2021-01-28
*
Refactor SQL functions of SHA-2 in cryptohashfuncs.c
Michael Paquier
2021-01-28
*
Reduce the default value of vacuum_cost_page_miss.
Peter Geoghegan
2021-01-27
*
Improve performance of repeated CALLs within plpgsql procedures.
Tom Lane
2021-01-25
*
Fix broken ruleutils support for function TRANSFORM clauses.
Tom Lane
2021-01-25
*
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-21
*
Add bytea equivalents of ltrim() and rtrim().
Tom Lane
2021-01-18
*
Add pg_stat_database counters for sessions and session time
Magnus Hagander
2021-01-17
*
Rework refactoring of hex and encoding routines
Michael Paquier
2021-01-14
*
Fix routine name in comment of catcache.c
Michael Paquier
2021-01-13
*
Rethink SQLSTATE code for ERRCODE_IDLE_SESSION_TIMEOUT.
Tom Lane
2021-01-11
*
Add GUC to log long wait times on recovery conflicts.
Fujii Masao
2021-01-08
*
Improve commentary in timeout.c.
Tom Lane
2021-01-06
*
Add idle_session_timeout.
Tom Lane
2021-01-06
*
Improve timeout.c's handling of repeated timeout set/cancel.
Tom Lane
2021-01-06
*
Report progress of COPY commands
Tomas Vondra
2021-01-06
*
Replace CLOBBER_CACHE_ALWAYS with run-time GUC
Peter Eisentraut
2021-01-06
*
Introduce a new GUC_REPORT setting "in_hot_standby".
Tom Lane
2021-01-05
*
Add an explicit cast to double when using fabs().
Dean Rasheed
2021-01-05
*
Fix numeric_power() when the exponent is INT_MIN.
Dean Rasheed
2021-01-05
*
Replace remaining uses of "whitelist".
Thomas Munro
2021-01-05
*
Rename "enum blacklist" to "uncommitted enums".
Thomas Munro
2021-01-05
*
Fix integer-overflow corner cases in substring() functions.
Tom Lane
2021-01-04
*
Rethink the "read/write parameter" mechanism in pl/pgsql.
Tom Lane
2021-01-04
*
Simplify some comments in xml.c
Michael Paquier
2021-01-04
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Refactor multirange_in()
Alexander Korotkov
2020-12-30
*
Use setenv() in preference to putenv().
Tom Lane
2020-12-30
*
Fix selectivity estimation @> (anymultirange, anyrange) operator
Alexander Korotkov
2020-12-30
*
Fix up usage of krb_server_keyfile GUC parameter.
Tom Lane
2020-12-30
*
Suppress log spam from multiple reports of SIGQUIT shutdown.
Tom Lane
2020-12-29
*
Add support of multirange matching to the existing range GiST indexes
Alexander Korotkov
2020-12-29
*
Improve the signature of internal multirange functions
Alexander Korotkov
2020-12-29
*
Implement operators for checking if the range contains a multirange
Alexander Korotkov
2020-12-29
*
Fix bugs in comparison functions for multirange_bsearch_match()
Alexander Korotkov
2020-12-29
*
Fix assorted issues in backend's GSSAPI encryption support.
Tom Lane
2020-12-28
*
Fix inconsistent code with shared invalidations of snapshots
Michael Paquier
2020-12-28
*
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-27
*
Invalidate acl.c caches when pg_authid changes.
Noah Misch
2020-12-25
*
Add key management system
Bruce Momjian
2020-12-25
*
move hex_decode() to /common so it can be called from frontend
Bruce Momjian
2020-12-24
[next]