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
Age
Commit message (
Expand
)
Author
2024-10-23
Fix typo in tidstore.h.
Masahiko Sawada
2024-10-23
Another documentation fixup.
Jeff Davis
2024-10-23
Fix compiler warning.
Jeff Davis
2024-10-23
Documentation fixup.
Jeff Davis
2024-10-23
Fix incorrect struct reference in comment
Daniel Gustafsson
2024-10-23
Make SASL max message length configurable
Daniel Gustafsson
2024-10-23
doc: Fix INSERT statement syntax for identity columns
Daniel Gustafsson
2024-10-23
Remove unnecessary word in a comment
Amit Langote
2024-10-22
ecpg: Fix out-of-bound read in DecodeDateTime()
Michael Paquier
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
ecpg: Refactor ecpg_log() to skip unnecessary calls to ECPGget_sqlca().
Fujii Masao
2024-10-22
Restructure foreign key handling code for ATTACH/DETACH
Álvaro Herrera
2024-10-22
Make all Perl warnings fatal in 043_wal_replay_wait.pl
Alexander Korotkov
2024-10-22
Fix C23 compiler warning
Peter Eisentraut
2024-10-22
pg_stat_statements: Add tests for nested queries with level tracking
Michael Paquier
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-21
injection_points: Add basic isolation test
Michael Paquier
2024-10-20
Note that index_name in ALTER INDEX ATTACH PARTITION can be schema-qualified
Álvaro Herrera
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
Adjust documentation for configuring Linux huge pages.
Nathan Bossart
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
[next]