index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Fix typos in decode.c and logical.c.
Amit Kapila
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
*
Standardize one aspect of rmgr desc output.
Peter Geoghegan
2021-01-04
*
Fix typo in origin.c.
Amit Kapila
2021-01-05
*
Fix typo in reorderbuffer.c.
Amit Kapila
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
*
Re-implement pl/pgsql's expression and assignment parsing.
Tom Lane
2021-01-04
*
Add the ability for the core grammar to have more than one parse target.
Tom Lane
2021-01-04
*
Simplify some comments in xml.c
Michael Paquier
2021-01-04
*
Allow decoding at prepare time in ReorderBuffer.
Amit Kapila
2021-01-04
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Get heap page max offset with buffer lock held.
Peter Geoghegan
2020-12-30
*
Fix index deletion latestRemovedXid bug.
Peter Geoghegan
2020-12-30
*
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
*
Sanitize IF NOT EXISTS in EXPLAIN for CTAS and matviews
Michael Paquier
2020-12-30
*
Extend the output plugin API to allow decoding of prepared xacts.
Amit Kapila
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
*
Improve log messages related to pg_hba.conf not matching a connection.
Tom Lane
2020-12-28
*
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
*
Fix bug #16784 in Disk-based Hash Aggregation.
Jeff Davis
2020-12-26
*
auth commands: list specific commands to install in Makefile
Bruce Momjian
2020-12-26
*
Add scripts for retrieving the cluster file encryption key
Bruce Momjian
2020-12-26
*
Allow ssl_passphrase_command to prompt the terminal
Bruce Momjian
2020-12-25
*
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
*
Fix race condition between shutdown and unstarted background workers.
Tom Lane
2020-12-24
*
Improve client error messages for immediate-stop situations.
Tom Lane
2020-12-24
*
Fix typos and grammar in docs and comments
Michael Paquier
2020-12-24
*
Fix portability issues with parsing of recovery_target_xid
Michael Paquier
2020-12-23
*
Improve find_em_expr_usable_for_sorting_rel comment
Tomas Vondra
2020-12-22
*
Don't search for volatile expr in find_em_expr_usable_for_sorting_rel
Tomas Vondra
2020-12-21
*
Disallow SRFs when considering sorts below Gather Merge
Tomas Vondra
2020-12-21
*
Remove "invalid concatenation of jsonb objects" error case.
Tom Lane
2020-12-21
*
Check parallel safety in generate_useful_gather_paths
Tomas Vondra
2020-12-21
*
Consider unsorted paths in generate_useful_gather_paths
Tomas Vondra
2020-12-21
[next]