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
2024-10-24
Add 'no_error' argument to pg_wal_replay_wait()
Alexander Korotkov
2024-10-24
Refactor WaitForLSNReplay() to return the result of waiting
Alexander Korotkov
2024-10-24
Make WaitForLSNReplay() issue FATAL on postmaster death
Alexander Korotkov
2024-10-24
Move LSN waiting declarations and definitions to better place
Alexander Korotkov
2024-10-24
Avoid looping over all type cache entries in TypeCacheRelCallback()
Alexander Korotkov
2024-10-24
Update header comment for lookup_type_cache()
Alexander Korotkov
2024-10-24
Track more precisely query locations for nested statements
Michael Paquier
2024-10-23
Improve pg_set_attribute_stats() error message.
Jeff Davis
2024-10-23
Fix compiler warning.
Jeff Davis
2024-10-23
Make SASL max message length configurable
Daniel Gustafsson
2024-10-23
Remove unnecessary word in a comment
Amit Langote
2024-10-22
Add functions pg_set_attribute_stats() and pg_clear_attribute_stats().
Jeff Davis
2024-10-22
Change pg_*_relation_stats() functions to return type to void.
Jeff Davis
2024-10-22
Improve reporting of errors in extension script files.
Tom Lane
2024-10-22
Improve parser's reporting of statement start locations.
Tom Lane
2024-10-22
Restructure foreign key handling code for ATTACH/DETACH
Álvaro Herrera
2024-10-21
Fix wrong assertion and poor error messages in "COPY (query) TO".
Tom Lane
2024-10-21
Update outdated comment on WAL-logged locks with invalid XID
Heikki Linnakangas
2024-10-21
Fix race condition in committing a serializable transaction
Heikki Linnakangas
2024-10-21
Fix grammar of a comment in bufmgr.c
Michael Paquier
2024-10-20
SQL/JSON: Fix some oversights in commit b6e1157e7
Amit Langote
2024-10-18
Allow pg_set_relation_stats() to set relpages to -1.
Jeff Davis
2024-10-18
Optimize nbtree backwards scans.
Peter Geoghegan
2024-10-18
Fix strsep() use for SCRAM secrets parsing
Peter Eisentraut
2024-10-18
Remove unused code for unlogged materialized views.
Fujii Masao
2024-10-17
Improve ThrowErrorData() comments for use with soft errors.
Jeff Davis
2024-10-17
Fix extreme skew detection in Parallel Hash Join.
Thomas Munro
2024-10-17
Fix unnecessary casts of copyObject() result
Peter Eisentraut
2024-10-17
Improve node type forward reference
Peter Eisentraut
2024-10-17
Don't store intermediate hash values in ExprState->resvalue
David Rowley
2024-10-16
Fix validation of COPY FORCE_NOT_NULL/FORCE_NULL for the all-column cases
Michael Paquier
2024-10-16
nbtree: fix read page recheck typo.
Peter Geoghegan
2024-10-16
Further refine _SPI_execute_plan's rule for atomic execution.
Tom Lane
2024-10-16
Fix #include order from e839c8ecc9.
Jeff Davis
2024-10-16
Reduce memory block size for decoded tuple storage to 8kB.
Masahiko Sawada
2024-10-16
Normalize nbtree truncated high key array behavior.
Peter Geoghegan
2024-10-16
Fix typo in comment of transformJsonAggConstructor()
Amit Langote
2024-10-15
Move clause_sides_match_join() into restrictinfo.h
David Rowley
2024-10-15
Add contrib/pg_logicalinspect.
Masahiko Sawada
2024-10-15
Move SnapBuild and SnapBuildOnDisk structs to snapshot_internal.h.
Masahiko Sawada
2024-10-14
Move libc-specific code from pg_locale.c into pg_locale_libc.c.
Jeff Davis
2024-10-14
Move ICU-specific code from pg_locale.c into pg_locale_icu.c.
Jeff Davis
2024-10-14
Use construct_array_builtin for FLOAT8OID instead of construct_array.
Masahiko Sawada
2024-10-14
Track scan reversals in MergeJoin
Peter Eisentraut
2024-10-14
Track sort direction in SortGroupClause
Peter Eisentraut
2024-10-13
Fixup for pg_set_relation_stats().
Jeff Davis
2024-10-13
Use MAX_PARALLEL_WORKER_LIMIT for max_parallel_maintenance_workers
Michael Paquier
2024-10-12
Correctly identify which EC members are computable at a plan node.
Tom Lane
2024-10-11
Fix missed case for builtin collation provider.
Jeff Davis
2024-10-11
Create functions pg_set_relation_stats, pg_clear_relation_stats.
Jeff Davis
[next]