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 pg_stat_reset_single_table_counters() for shared relations
Michael Paquier
2023-08-21
*
Add system view pg_wait_events
Michael Paquier
2023-08-20
*
Remove dubious warning message from SQL/JSON functions
Peter Eisentraut
2023-08-18
*
Fix format if entry in wait_event_names.txt
Michael Paquier
2023-08-18
*
Invalidate smgr_targblock in smgrrelease().
Thomas Munro
2023-08-17
*
Add OAT hook calls for more subcommands of ALTER TABLE
Michael Paquier
2023-08-17
*
Unify some error messages
Peter Eisentraut
2023-08-16
*
Improved CREATE SUBSCRIPTION message for clarity
Peter Eisentraut
2023-08-16
*
Remove incorrect field from information schema
Peter Eisentraut
2023-08-16
*
Split out tiebreaker comparisons from comparetup_* functions
John Naylor
2023-08-16
*
Re-allow FDWs and custom scan providers to replace joins with pseudoconstant ...
Etsuro Fujita
2023-08-15
*
De-pessimize ConditionVariableCancelSleep().
Thomas Munro
2023-08-15
*
hio: Take number of prior relation extensions into account
Andres Freund
2023-08-14
*
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
[next]