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
2025-04-19
Be more wary of corrupt data in pageinspect's heap_page_items().
Tom Lane
2025-04-19
Fix typos and grammar in the code
Michael Paquier
2025-04-19
Rename injection points used in AIO tests
Michael Paquier
2025-04-18
Make pg_upgrade log message with control file path translatable.
Fujii Masao
2025-04-18
Doc: fix missing comma at the end of a line.
Tatsuo Ishii
2025-04-18
Fixup various older misuses of appendPQExpBuffer
David Rowley
2025-04-17
Make levels 1-based in pg_log_backend_memory_contexts()
David Rowley
2025-04-17
Suppress "may be used uninitialized" warnings from older compilers.
Tom Lane
2025-04-17
Portability fix: isdigit() must be passed an unsigned char.
Tom Lane
2025-04-17
Cache typlens of a SQL function's input arguments.
Tom Lane
2025-04-17
Make SQLFunctionCache long-lived again.
Tom Lane
2025-04-17
Split some storage out to separate subcontexts of fcontext.
Tom Lane
2025-04-17
Make functions.c mostly run in a short-lived memory context.
Tom Lane
2025-04-17
Minor performance improvement for SQL-language functions.
Tom Lane
2025-04-17
Assert lack of hazardous buffer locks before possible catalog read.
Noah Misch
2025-04-17
pg_dump: Set private_date pointer to NULL in callback
Daniel Gustafsson
2025-04-17
pg_dump: Fix incorrect archive format shown in error message.
Fujii Masao
2025-04-16
Another unintentional behavior change in commit e9931bfb75.
Jeff Davis
2025-04-16
Improve comment in regc_pg_locale.c.
Jeff Davis
2025-04-16
Fixup various new-to-v18 usages of appendPQExpBuffer
David Rowley
2025-04-16
Improve comments for estimate_multivariate_ndistinct()
David Rowley
2025-04-16
Sync declarations and definitions of two new tablecmds.c functions.
Tom Lane
2025-04-16
Elide not-null constraint checks on child tables during PK creation
Álvaro Herrera
2025-04-16
Update pg_config.h.in with libnuma changes
Daniel Gustafsson
2025-04-16
Fix pg_dump --clean with partitioned indexes.
Tom Lane
2025-04-16
pg_restore cleanups
Andrew Dunstan
2025-04-16
Fix an incorrect check in get_memoize_path
Richard Guo
2025-04-15
doc: Fix typos in documentation
Daniel Gustafsson
2025-04-15
Fix failure for generated column with a not-null domain constraint.
Tom Lane
2025-04-15
doc: Fix missing whitespace in pg_restore documentation.
Fujii Masao
2025-04-15
pg_combinebackup: Fix incorrect code documentation
Daniel Gustafsson
2025-04-14
Fix incorrect format placeholders
Peter Eisentraut
2025-04-14
Add more source files to pg_verifybackup/nls.mk
Peter Eisentraut
2025-04-13
Doc: use "an SQL" consistently rather than "a SQL"
David Rowley
2025-04-13
Mark sslkeylogfile as Debug option
Daniel Gustafsson
2025-04-13
Make AIO error test more portable
Andrew Dunstan
2025-04-12
Free memory properly in pg_restore.c
Andrew Dunstan
2025-04-12
Doc: do a little copy-editing on Index Storage Parameters list.
Tom Lane
2025-04-12
Fix GIN's shimTriConsistentFn to not corrupt its input.
Tom Lane
2025-04-12
Harmonize function parameter names for Postgres 18.
Peter Geoghegan
2025-04-12
Fix instability with WAL fsync test in stats.sql
Michael Paquier
2025-04-11
Fix recently introduced typos
Daniel Gustafsson
2025-04-11
Add missing space in pg_restore documentation.
Nathan Bossart
2025-04-11
Add missing source file to pg_verifybackup/nls.mk
Peter Eisentraut
2025-04-11
Add missing source file to pg_dump/nls.mk
Peter Eisentraut
2025-04-11
Add missing source file to pg_upgrade/nls.mk
Peter Eisentraut
2025-04-11
Add missing PGDLLIMPORT markings
Peter Eisentraut
2025-04-11
Fix race with synchronous_standby_names at startup
Michael Paquier
2025-04-10
Add code comment explaining ins_since_vacuum and aborted inserts
David Rowley
2025-04-10
Fix fat fingering in 22cb6d28950
Andrew Dunstan
[next]