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
*
Change custom wait events to use dynamic shared hash tables
Michael Paquier
2023-08-14
*
Simplify determining logical replication worker types.
Amit Kapila
2023-08-14
*
Fix off-by-one in XLogRecordMaxSize check.
Noah Misch
2023-08-12
*
Show GIDs of two-phase commit commands as constants in pg_stat_statements
Michael Paquier
2023-08-12
*
Fix code indentation violations introduced by recent commit
Michael Paquier
2023-08-11
*
Transform proconfig for faster execution.
Jeff Davis
2023-08-10
*
Document RelationGetIndexAttrBitmap better
Alvaro Herrera
2023-08-10
*
Recalculate search_path after ALTER ROLE.
Jeff Davis
2023-08-09
*
struct PQcommMethods: use C99 designated initializers
Alvaro Herrera
2023-08-09
*
doc: Fix incorrect entries generated from wait_event_names.txt
Michael Paquier
2023-08-08
*
Reject substituting extension schemas or owners matching ["$'\].
Noah Misch
2023-08-07
*
Translation updates
Peter Eisentraut
2023-08-07
*
Don't Memoize lateral joins with volatile join conditions
David Rowley
2023-08-07
*
Fix RLS policy usage in MERGE.
Dean Rasheed
2023-08-07
*
Fix misleading comment in paraminfo_get_equal_hashops
David Rowley
2023-08-07
*
Tidy up join_search_one_level code
David Rowley
2023-08-06
*
Simplify some of the logical replication worker-type checks.
Amit Kapila
2023-08-04
*
Minor adjustments to WindowAgg startup cost code
David Rowley
2023-08-04
*
Account for startup rows when costing WindowAggs
David Rowley
2023-08-04
*
Refactor to split Apply and Tablesync Workers code.
Amit Kapila
2023-08-03
*
Fix ReorderBufferCheckMemoryLimit() comment.
Masahiko Sawada
2023-08-02
*
Fix performance regression in pg_strtointNN_safe functions
David Rowley
2023-08-02
*
Fix overly strict Assert in jsonpath code
David Rowley
2023-08-02
*
Rename OverrideSearchPath to SearchPathMatcher.
Noah Misch
2023-07-31
*
Remove PushOverrideSearchPath() and PopOverrideSearchPath().
Noah Misch
2023-07-31
*
Support custom wait events for wait event type "Extension"
Michael Paquier
2023-07-31
*
Add WAIT_EVENT_{CLASS,ID}_MASK in wait_event.c
Michael Paquier
2023-07-31
*
Disallow replacing joins with scans in problematic cases.
Etsuro Fujita
2023-07-28
*
Eliminate fixed token-length limit in hba.c.
Tom Lane
2023-07-27
*
Fix performance problem with new COPY DEFAULT code
David Rowley
2023-07-27
*
Add sanity asserts for index OID and attnums during cache init
Michael Paquier
2023-07-27
*
Show savepoint names as constants in pg_stat_statements
Michael Paquier
2023-07-27
*
Add more SQL/JSON constructor functions
Amit Langote
2023-07-26
*
Rename a nonterminal used in SQL/JSON grammar
Amit Langote
2023-07-26
*
Some refactoring to export json(b) conversion functions
Amit Langote
2023-07-26
*
Fix crash with RemoveFromWaitQueue() when detecting a deadlock.
Masahiko Sawada
2023-07-26
*
Document more assumptions of LWLock variable changes with WAL inserts
Michael Paquier
2023-07-26
*
Fix code indentation vioaltion introduced in commit d38ad8e31d.
Amit Kapila
2023-07-25
*
Remove unnecessary checks for indexes for REPLICA IDENTITY FULL tables.
Masahiko Sawada
2023-07-25
*
Optimize WAL insertion lock acquisition and release with some atomics
Michael Paquier
2023-07-25
*
Fix the display of UNKNOWN message type in apply worker.
Amit Kapila
2023-07-25
*
Fix off-by-one in LimitAdditionalPins()
Andres Freund
2023-07-24
*
Avoid compiler warning in non-assert builds.
Tom Lane
2023-07-22
*
Fix calculation of relid sets for partitionwise child joins.
Tom Lane
2023-07-21
*
Code review for commit b6e1157e7d
Amit Langote
2023-07-21
*
Guard against null plan pointer in CachedPlanIsSimplyValid().
Tom Lane
2023-07-20
*
Revert "Add notBefore and notAfter to SSL cert info display"
Daniel Gustafsson
2023-07-20
*
Add notBefore and notAfter to SSL cert info display
Daniel Gustafsson
2023-07-20
*
Unify JSON categorize type API and export for external use
Amit Langote
2023-07-20
*
Add missing ObjectIdGetDatum() in syscache lookup calls for Oids
Michael Paquier
2023-07-20
[next]