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
*
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
*
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
*
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
*
Adjust DSM and DSA slot usage constants (back-patch).
Thomas Munro
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 duplicate code in brin_memtuple_initialize
Tomas Vondra
2020-11-11
*
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-11-10
*
In security-restricted operations, block enqueue of at-commit user code.
Noah Misch
2020-11-09
*
Translation updates
Peter Eisentraut
2020-11-09
*
In INSERT/UPDATE, use the table's real tuple descriptor as target.
Tom Lane
2020-11-08
*
Plug memory leak in index_get_partition
Alvaro Herrera
2020-11-06
*
Properly detoast data in brin_form_tuple
Tomas Vondra
2020-11-07
*
Revert "Accept relations of any kind in LOCK TABLE".
Tom Lane
2020-11-06
*
Don't throw an error for LOCK TABLE on a self-referential view.
Tom Lane
2020-11-05
*
Enable hash partitioning of text arrays
Peter Eisentraut
2020-11-04
*
Guard against core dump from uninitialized subplan.
Tom Lane
2020-11-03
*
Allow users with BYPASSRLS to alter their own passwords.
Tom Lane
2020-11-03
*
Fix unportable use of getnameinfo() in pg_hba_file_rules view.
Tom Lane
2020-11-02
*
Extend PageIsVerified() to handle more custom options
Michael Paquier
2020-11-02
*
Preserve index data in pg_statistic across REINDEX CONCURRENTLY
Michael Paquier
2020-11-01
*
Reproduce debug_query_string==NULL on parallel workers.
Noah Misch
2020-10-31
*
Calculate extraUpdatedCols in query rewriter, not parser.
Tom Lane
2020-10-28
*
Fix use-after-free bug with event triggers and ALTER TABLE.
Tom Lane
2020-10-27
*
Accept relations of any kind in LOCK TABLE
Alvaro Herrera
2020-10-27
*
Fix corner case for a BEFORE ROW UPDATE trigger returning OLD.
Tom Lane
2020-10-25
*
Fix incorrect parameter name in a function header comment
David Rowley
2020-10-25
*
Fix ALTER TABLE .. ENABLE/DISABLE TRIGGER recursion
Alvaro Herrera
2020-10-20
*
Avoid invalid alloc size error in shm_mq
Peter Eisentraut
2020-10-20
*
Relax some asserts in merge join costing code
David Rowley
2020-10-20
*
llvmjit: Work around bug in LLVM 3.9 causing crashes after 72559438f92.
Andres Freund
2020-10-15
*
llvmjit: Also copy parameter / return value attributes from template functions.
Andres Freund
2020-10-15
*
In the postmaster, rely on the signal infrastructure to block signals.
Tom Lane
2020-10-15
*
Fix GiST buffering build to work when there are included columns.
Tom Lane
2020-10-12
[next]