index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2023-08-23
ExtendBufferedWhat -> BufferManagerRelation.
Thomas Munro
2023-08-22
Cache by-reference missing values in a long lived context
Andrew Dunstan
2023-08-21
Fix pg_stat_reset_single_table_counters() for shared relations
Michael Paquier
2023-08-18
Remove dubious warning message from SQL/JSON functions
Peter Eisentraut
2023-08-17
Invalidate smgr_targblock in smgrrelease().
Thomas Munro
2023-08-16
Unify some error messages
Peter Eisentraut
2023-08-16
Improved CREATE SUBSCRIPTION message for clarity
Peter Eisentraut
2023-08-14
De-pessimize ConditionVariableCancelSleep().
Thomas Munro
2023-08-14
hio: Take number of prior relation extensions into account
Andres Freund
2023-08-12
Fix off-by-one in XLogRecordMaxSize check.
Noah Misch
2023-08-10
Document RelationGetIndexAttrBitmap better
Alvaro Herrera
2023-08-09
Recalculate search_path after ALTER ROLE.
Jeff Davis
2023-08-07
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-02
Fix ReorderBufferCheckMemoryLimit() comment.
Masahiko Sawada
2023-08-02
Fix performance regression in pg_strtointNN_safe functions
David Rowley
2023-08-01
Fix overly strict Assert in jsonpath code
David Rowley
2023-07-28
Disallow replacing joins with scans in problematic cases.
Etsuro Fujita
2023-07-27
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-26
Fix crash with RemoveFromWaitQueue() when detecting a deadlock.
Masahiko Sawada
2023-07-25
Remove unnecessary checks for indexes for REPLICA IDENTITY FULL tables.
Masahiko Sawada
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-22
Avoid compiler warning in non-assert builds.
Tom Lane
2023-07-21
Fix calculation of relid sets for partitionwise child joins.
Tom Lane
2023-07-21
Don't include CaseTestExpr in JsonValueExpr.formatted_expr
Amit Langote
2023-07-20
Guard against null plan pointer in CachedPlanIsSimplyValid().
Tom Lane
2023-07-20
Pass constructName to transformJsonValueExpr()
Amit Langote
2023-07-18
Fix indentation in twophase.c
Michael Paquier
2023-07-18
Fix recovery of 2PC transaction during crash recovery
Michael Paquier
2023-07-14
Add missing initializations of p_perminfo
Amit Langote
2023-07-14
Add indisreplident to fields refreshed by RelationReloadIndexInfo()
Michael Paquier
2023-07-14
Fix updates of indisvalid for partitioned indexes
Michael Paquier
2023-07-13
Handle DROP DATABASE getting interrupted
Andres Freund
2023-07-13
Release lock after encountering bogs row in vac_truncate_clog()
Andres Freund
2023-07-13
Fix untranslatable log message assembly
Peter Eisentraut
2023-07-13
Doc: clarify the conditions of usable indexes for REPLICA IDENTITY FULL tables.
Masahiko Sawada
2023-07-10
Be more rigorous about local variables in PostgresMain().
Tom Lane
2023-07-10
Fix pgindent
Peter Eisentraut
2023-07-10
Message wording improvements
Peter Eisentraut
2023-07-10
Fix ALTER EXTENSION SET SCHEMA with objects outside an extension's schema
Michael Paquier
2023-07-08
Make some indentation in gram.y consistent
Peter Eisentraut
2023-07-07
Revert MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2023-07-07
Document relaxed HOT for summarizing indexes
Tomas Vondra
2023-07-06
WAL-log the creation of the init fork of unlogged indexes.
Heikki Linnakangas
2023-07-06
Revert the commits related to allowing page lock to conflict among parallel g...
Amit Kapila
2023-07-05
Fix leak of LLVM "fatal-on-oom" section counter.
Heikki Linnakangas
[next]