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 relation descriptor leak.
Amit Kapila
2021-01-12
*
Fix ancient bug in parsing of BRE-mode regular expressions.
Tom Lane
2021-01-08
*
Further second thoughts about idle_session_timeout patch.
Tom Lane
2021-01-07
*
Detect the deadlocks between backends and the startup process.
Fujii Masao
2021-01-06
*
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
*
Fix integer-overflow corner cases in substring() functions.
Tom Lane
2021-01-04
*
Get heap page max offset with buffer lock held.
Peter Geoghegan
2020-12-30
*
Fix index deletion latestRemovedXid bug.
Peter Geoghegan
2020-12-30
*
Fix up usage of krb_server_keyfile GUC parameter.
Tom Lane
2020-12-30
*
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
*
Fix bug #16784 in Disk-based Hash Aggregation.
Jeff Davis
2020-12-26
*
Invalidate acl.c caches when pg_authid changes.
Noah Misch
2020-12-25
*
Fix race condition between shutdown and unstarted background workers.
Tom Lane
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
*
Avoid memcpy() with same source and destination during relmapper init.
Tom Lane
2020-12-18
*
Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."
Jeff Davis
2020-12-14
*
Teach contain_leaked_vars that assignment SubscriptingRefs are leaky.
Tom Lane
2020-12-08
*
jit: Correct parameter type for generated expression evaluation functions.
Andres Freund
2020-12-07
*
backpatch "jit: Add support for LLVM 12."
Andres Freund
2020-12-07
*
Fix missed step in removal of useless RESULT RTEs in the planner.
Tom Lane
2020-12-05
*
Ensure that expandTableLikeClause() re-examines the same table.
Tom Lane
2020-12-01
*
Avoid memcpy() with a NULL source pointer and count == 0
Alvaro Herrera
2020-12-01
*
Free disk space for dropped relations on commit.
Thomas Munro
2020-12-01
*
Fix missing outfuncs.c support for IncrementalSortPath.
Tom Lane
2020-11-30
*
Prevent parallel index build in a standalone backend.
Tom Lane
2020-11-30
*
Fix miscomputation of direct_lateral_relids for join relations.
Tom Lane
2020-11-30
*
Remove leftover comments, left behind by removal of WITH OIDS.
Heikki Linnakangas
2020-11-30
*
Fix a recently-introduced race condition in LISTEN/NOTIFY handling.
Tom Lane
2020-11-28
*
Fix CLUSTER progress reporting of number of blocks scanned.
Fujii Masao
2020-11-27
*
Remove obsolete comment atop ri_PlanCheck.
Amit Kapila
2020-11-25
*
Properly check index mark/restore in ExecSupportsMarkRestore.
Andrew Gierth
2020-11-24
*
Skip allocating hash table in EXPLAIN-only mode.
Heikki Linnakangas
2020-11-20
*
Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.
Tom Lane
2020-11-19
*
Don't Insert() a VFD entry until it's fully built.
Tom Lane
2020-11-16
*
Do not return NULL for error cases in satisfies_hash_partition().
Tom Lane
2020-11-16
*
Use "true" not "TRUE" in one ICU function call.
Tom Lane
2020-11-16
*
Fix fuzzy thinking about amcanmulticol versus amcaninclude.
Tom Lane
2020-11-15
*
doc: wire protocol data type for history file content is bytea
Bruce Momjian
2020-11-12
*
Remove useless SHA256 initialization when not using backup manifests
Michael Paquier
2020-11-12
*
Remove duplicate code in brin_memtuple_initialize
Tomas Vondra
2020-11-11
*
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-11-10
[next]