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-01-09
doc: Clarify synchronous_standby_names parameter.
Fujii Masao
2025-01-09
Fix SLRU bank selection code
Álvaro Herrera
2025-01-09
Fix off_t overflow in pg_basebackup on Windows.
Thomas Munro
2025-01-09
Provide 64-bit ftruncate() and lseek() on Windows.
Thomas Munro
2025-01-08
Fix duplicate typedef from commit a2f17f004d.
Jeff Davis
2025-01-08
Control collation behavior with a method table.
Jeff Davis
2025-01-08
Move code for collation version into provider-specific files.
Jeff Davis
2025-01-08
Disallow NAMEDTUPLESTORE RTEs in stored views, rules, etc.
Tom Lane
2025-01-08
Set exit status for pgindent if pg_bsd_indent fails
Andrew Dunstan
2025-01-08
plpgsql: pure parser and reentrant scanner
Peter Eisentraut
2025-01-08
Remove useless function declaration
Peter Eisentraut
2025-01-08
pg_freespacemap: Fix declaration of pg_freespace(regclass)
Michael Paquier
2025-01-07
ExecInitAgg: update aggstate->numaggs and ->numtrans earlier.
Jeff Davis
2025-01-07
nodeSetOp.c: missing additionalsize for BuildTupleHashTable().
Jeff Davis
2025-01-07
Remove unused TupleHashTableData->entrysize.
Jeff Davis
2025-01-07
Add missing typedefs.list entry for AggStatePerGroupData.
Jeff Davis
2025-01-07
Use PqMsg_* macros in postgres.c.
Nathan Bossart
2025-01-07
Add passwordcheck.min_password_length.
Nathan Bossart
2025-01-07
Lower default value of autovacuum_worker_slots in initdb as needed.
Nathan Bossart
2025-01-07
Fix error message wording
Álvaro Herrera
2025-01-07
Fix meson detection of a couple of 64 bit builtins.
Thomas Munro
2025-01-07
Remove unnecessary code to handle CONSTR_NOTNULL
Álvaro Herrera
2025-01-07
Improve nbtree unsatisfiable RowCompare detection.
Peter Geoghegan
2025-01-07
nbtree: Simplify _bt_first parallel scan handling.
Peter Geoghegan
2025-01-07
Remove unused parameter in lookup_var_attr_stats
Richard Guo
2025-01-06
Allow changing autovacuum_max_workers without restarting.
Nathan Bossart
2025-01-06
Remove duplicate definitions in proc.h
Heikki Linnakangas
2025-01-06
flex code modernization: Replace YY_EXTRA_TYPE define with flex option
Peter Eisentraut
2025-01-06
doc: Clarify log level for VERBOSE messages in maintenance commands.
Fujii Masao
2025-01-06
Always use the caller-provided context for radix tree leaves
John Naylor
2025-01-06
Get rid of radix tree's general purpose memory context
John Naylor
2025-01-06
Use caller's memory context for radix tree iteration state
John Naylor
2025-01-05
Remove useless configure check
Peter Eisentraut
2025-01-05
meson: Fix missing name arguments of cc.compiles() calls
Peter Eisentraut
2025-01-03
Document strange jsonb sort order for empty top level arrays
Andrew Dunstan
2025-01-02
Ignore nullingrels when looking up statistics
Richard Guo
2025-01-02
Fix outdated CHUNKHDRSZ value in nodeAgg.c
David Rowley
2025-01-01
Fix an assortment of spelling mistakes and typos
David Rowley
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-30
Update obsolete reference to plpgsql's gram.y file.
Tom Lane
2024-12-30
injection_points: Tweak variable-numbered stats to work with pending data
Michael Paquier
2024-12-30
Fix memory leak in pgoutput with relation attribute map
Michael Paquier
2024-12-30
Remove redundant wording in pg_statistic.h
Michael Paquier
2024-12-30
Fix failures with incorrect epoch handling for 2PC files at recovery
Michael Paquier
2024-12-29
Fix handling of orphaned 2PC files in the future at recovery
Michael Paquier
2024-12-29
contrib/pageinspect: Use SQL-standard function bodies.
Tom Lane
2024-12-29
contrib/xml2: Use SQL-standard function bodies.
Tom Lane
2024-12-29
contrib/citext: Use SQL-standard function bodies.
Tom Lane
2024-12-29
Fix overly large values/nulls arrays
David Rowley
2024-12-28
Replace PGPROC.isBackgroundWorker with isRegularBackend.
Tom Lane
[next]