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
Age
Commit message (
Expand
)
Author
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-21
injection_points: Add basic isolation test
Michael Paquier
2024-10-20
SQL/JSON: Fix some oversights in commit b6e1157e7
Amit Langote
2024-10-19
Fix comment about pg_authid.
Tom Lane
2024-10-18
Disable autovacuum for tables in stats import tests.
Jeff Davis
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 memory leaks from incorrect strsep() uses
Peter Eisentraut
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-18
Fix description of PostgreSQL::Test::Cluster::wait_for_event()
Michael Paquier
2024-10-17
Improve ThrowErrorData() comments for use with soft errors.
Jeff Davis
2024-10-17
ecpg: fix more minor mishandling of bad input in preprocessor.
Tom Lane
2024-10-17
Fix extreme skew detection in Parallel Hash Join.
Thomas Munro
2024-10-17
Remove superfluous forward declaration
Peter Eisentraut
2024-10-17
Fix whitespace
Peter Eisentraut
2024-10-17
Fix unnecessary casts of copyObject() result
Peter Eisentraut
2024-10-17
Improve node type forward reference
Peter Eisentraut
2024-10-17
jsonapi: fully initialize dummy lexer
Peter Eisentraut
2024-10-17
Fix unusual include style
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
Rewrite some regression queries for option checks with COPY
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
Whitespace fixup from generated unicode tables.
Jeff Davis
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
ecpg: fix some minor mishandling of bad input in preprocessor.
Tom Lane
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-16
initdb: Change default to using data checksums.
Peter Eisentraut
2024-10-15
Add type cast to foreach_internal's loop variable.
Nathan Bossart
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
ecpg: invent a saner syntax for ecpg.addons entries.
Tom Lane
2024-10-14
ecpg: add cross-checks to parse.pl for usage of internal tables.
Tom Lane
2024-10-14
Move libc-specific code from pg_locale.c into pg_locale_libc.c.
Jeff Davis
2024-10-14
ecpg: avoid breaking the IDENT precedence level in two.
Tom Lane
2024-10-14
Move ICU-specific code from pg_locale.c into pg_locale_icu.c.
Jeff Davis
2024-10-14
ecpg: improve preprocessor's memory management.
Tom Lane
2024-10-14
ecpg: move some functions into a new file ecpg/preproc/util.c.
Tom Lane
2024-10-14
ecpg: re-implement preprocessor's string management.
Tom Lane
2024-10-14
ecpg: major cleanup, simplification, and documentation of parse.pl.
Tom Lane
2024-10-14
ecpg: remove check_rules.pl.
Tom Lane
2024-10-14
ecpg: clean up documentation of parse.pl, and add more input checking.
Tom Lane
2024-10-14
Remove obsolete comment in reorderbuffer.h.
Masahiko Sawada
[next]