index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Move code for the bytea data type from varlena.c to new bytea.c
Michael Paquier
2025-07-02
*
Show sizes of FETCH queries as constants in pg_stat_statements
Michael Paquier
2025-07-02
*
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-07-01
*
Improve error handling of libxml2 calls in xml.c
Michael Paquier
2025-07-01
*
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-29
*
Do pre-release housekeeping on catalog data.
Joe Conway
2025-06-29
*
Run pgperltidy
Joe Conway
2025-06-29
*
Fix some new issues with planning of PlaceHolderVars.
Tom Lane
2025-06-29
*
Obtain required table lock during cross-table constraint updates.
Tom Lane
2025-06-29
*
pg_recvlogical: Rename --two-phase and --failover options.
Peter Eisentraut
2025-06-29
*
Message style improvements
Peter Eisentraut
2025-06-28
*
Use correct DatumGet*() function in test_shm_mq_main().
Nathan Bossart
2025-06-27
*
Fix CheckPointReplicationSlots() with max_replication_slots == 0
Alexander Korotkov
2025-06-27
*
Correct list of files in src/backend/lib/README
Michael Paquier
2025-06-27
*
libpq: Message style improvements
Peter Eisentraut
2025-06-26
*
Correct misleading error messages
Peter Eisentraut
2025-06-26
*
Remove unused check in heap_xlog_insert()
Melanie Plageman
2025-06-26
*
Simplify vacuum VM update logging counters
Melanie Plageman
2025-06-26
*
pg_dump: include comments on valid not-null constraints, too
Álvaro Herrera
2025-06-26
*
Make CREATE TABLE LIKE copy comments on NOT NULL constraints when requested.
Fujii Masao
2025-06-26
[next]