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
2025-07-02
Make more use of RELATION_IS_OTHER_TEMP().
Nathan Bossart
2025-07-02
Add GetNamedDSA() and GetNamedDSHash().
Nathan Bossart
2025-07-02
Update obsolete row compare preprocessing comments.
Peter Geoghegan
2025-07-02
Allow width_bucket()'s "operand" input to be NaN.
Tom Lane
2025-07-02
Fix error message for ALTER CONSTRAINT ... NOT VALID
Álvaro Herrera
2025-07-02
Make row compares robust during nbtree array scans.
Peter Geoghegan
2025-07-02
Make handling of redundant nbtree keys more robust.
Peter Geoghegan
2025-07-02
meson: Increase minimum version to 0.57.2
Peter Eisentraut
2025-07-02
Reformat some node comments
Peter Eisentraut
2025-07-02
Fix missing FSM vacuum opportunities on tables without indexes.
Masahiko Sawada
2025-07-02
Remove implicit cast from 'void *'
John Naylor
2025-07-02
Fix bug in archive streamer with LZ4 decompression
Michael Paquier
2025-07-02
Move code for the bytea data type from varlena.c to new bytea.c
Michael Paquier
2025-07-01
Show sizes of FETCH queries as constants in pg_stat_statements
Michael Paquier
2025-07-01
Update comment for IndexInfo.ii_NullsNotDistinct
Peter Eisentraut
2025-07-01
Make more use of binaryheap_empty() and binaryheap_size().
Nathan Bossart
2025-07-01
Update comment for IndexInfo.ii_WithoutOverlaps
Peter Eisentraut
2025-07-01
Fix outdated comment for IndexInfo
Peter Eisentraut
2025-07-01
Improve code comment
Peter Eisentraut
2025-07-01
Make sure IOV_MAX is defined.
Tom Lane
2025-07-01
Make safeguard against incorrect flags for fsync more portable.
Tom Lane
2025-07-01
Remove provider field from pg_locale_t.
Jeff Davis
2025-07-01
Control ctype behavior internally with a method table.
Jeff Davis
2025-07-01
Use pg_ascii_tolower()/pg_ascii_toupper() where appropriate.
Jeff Davis
2025-07-01
Fix indentation in pg_numa code
Tomas Vondra
2025-07-01
Add CHECK_FOR_INTERRUPTS into pg_numa_query_pages
Tomas Vondra
2025-07-01
Silence valgrind about pg_numa_touch_mem_if_required
Tomas Vondra
2025-07-01
amcheck: Improve confusing message
Peter Eisentraut
2025-07-01
Limit the size of numa_move_pages requests
Tomas Vondra
2025-07-01
Fix typo in pg_publication.h.
Amit Kapila
2025-07-01
Enable MSVC conforming preprocessor
Peter Eisentraut
2025-07-01
Fix typos in comments
Amit Langote
2025-07-01
Fix typo in system_views.sql's definition of pg_stat_activity
Michael Paquier
2025-06-30
Improve error handling of libxml2 calls in xml.c
Michael Paquier
2025-06-30
Improve error report for PL/pgSQL reserved word used as a field name.
Tom Lane
2025-06-30
De-reserve keywords EXECUTE and STRICT in PL/pgSQL.
Tom Lane
2025-06-30
Add new OID alias type regdatabase.
Nathan Bossart
2025-06-30
aio: Fix reference to outdated name
Andres Freund
2025-06-30
Avoid uninitialized value error in TAP tests' Cluster->psql
Andrew Dunstan
2025-06-30
pgflex: propagate environment to flex subprocess
Peter Eisentraut
2025-06-30
Remove unused #include's in src/backend/utils/adt/*
Peter Eisentraut
2025-06-30
Fix whitespace
Peter Eisentraut
2025-06-30
psql: Improve tab completion for COPY command.
Fujii Masao
2025-06-30
pgbench: Use standard option handling test routines
Peter Eisentraut
2025-06-30
Rationalize handling of VacuumParams
Michael Paquier
2025-06-30
Align log_line_prefix in CI and TAP tests with pg_regress.c
Michael Paquier
2025-06-30
Stamp HEAD as 19devel.
Joe Conway
2025-06-30
Do pre-release housekeeping on catalog data.
Joe Conway
2025-06-30
Run pgperltidy
Joe Conway
2025-06-29
Fix some new issues with planning of PlaceHolderVars.
Tom Lane
[next]