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-11-06
Translation updates
Peter Eisentraut
2023-11-02
Be more wary about NULL values for GUC string variables.
Tom Lane
2023-10-31
doc: 1-byte varlena headers can be used for user PLAIN storage
Bruce Momjian
2023-10-30
Diagnose !indisvalid in more SQL functions.
Noah Misch
2023-10-28
Fix intra-query memory leak when a SRF returns zero rows.
Tom Lane
2023-10-20
Dodge a compiler bug affecting timetz_zone/timetz_izone.
Tom Lane
2023-10-17
Avoid calling proc_exit() in processes forked by system().
Nathan Bossart
2023-10-16
Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.
Tom Lane
2023-10-15
Acquire ControlFileLock in relevant SQL functions.
Thomas Munro
2023-10-12
Fix runtime partition pruning for HASH partitioned tables
David Rowley
2023-10-12
Fix incorrect step generation in HASH partition pruning
David Rowley
2023-10-10
Fix bug in GenericXLogFinish().
Jeff Davis
2023-10-01
Fix datalen calculation in tsvectorrecv().
Tom Lane
2023-09-28
Fix btmarkpos/btrestrpos array key wraparound bug.
Peter Geoghegan
2023-09-28
Fix checking of index expressions in CompareIndexInfo().
Tom Lane
2023-09-25
Collect dependency information for parsed CallStmts.
Tom Lane
2023-09-25
Limit to_tsvector_byid's initial array allocation to something sane.
Tom Lane
2023-09-21
Update comment about set_join_pathlist_hook().
Etsuro Fujita
2023-09-19
Fix GiST README's explanation of the NSN cross-check.
Heikki Linnakangas
2023-09-18
Don't crash if cursor_to_xmlschema is used on a non-data-returning Portal.
Tom Lane
2023-09-15
Track nesting depth correctly when drilling down into RECORD Vars.
Tom Lane
2023-09-15
Fix get_expr_result_type() to find field names for RECORD Consts.
Tom Lane
2023-09-15
Allow extracting fields from a ROW() expression in more cases.
Tom Lane
2023-09-14
Revert "Improve error message on snapshot import in snapmgr.c"
Michael Paquier
2023-09-14
Improve error message on snapshot import in snapmgr.c
Michael Paquier
2023-09-13
Fix exception safety bug in typcache.c.
Thomas Munro
2023-09-12
Fix uninitialized access to InitialRunningXacts during decoding after ERROR.
Amit Kapila
2023-09-04
Fix out-of-bound read in gtsvector_picksplit()
Michael Paquier
2023-08-27
Silence compiler warning in release 11 and 12 branches
Andrew Dunstan
2023-08-24
Include header file inadvertently missed in commit 2d13dab048
Andrew Dunstan
2023-08-24
Avoid unnecessary plancache revalidation of utility statements.
Tom Lane
2023-08-23
Cache by-reference missing values in a long lived context
Andrew Dunstan
2023-08-07
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-07-28
Disallow replacing joins with scans in problematic cases.
Etsuro Fujita
2023-07-27
Raise fixed token-length limit in hba.c.
Tom Lane
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 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-10
Be more rigorous about local variables in PostgresMain().
Tom Lane
2023-07-10
Fix ALTER EXTENSION SET SCHEMA with objects outside an extension's schema
Michael Paquier
2023-07-06
WAL-log the creation of the init fork of unlogged indexes.
Heikki Linnakangas
2023-07-05
Fix leak of LLVM "fatal-on-oom" section counter.
Heikki Linnakangas
2023-07-04
Ensure that creation of an empty relfile is fsync'd at checkpoint.
Heikki Linnakangas
2023-07-04
Re-bin segment when memory pages are freed.
Thomas Munro
2023-07-03
Fix race in SSI interaction with gin fast path.
Thomas Munro
[next]