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-02-19
Fix freeing a child join's SpecialJoinInfo
Richard Guo
2025-02-19
test_escape: Fix handling of short options in getopt_long()
Michael Paquier
2025-02-18
Make the description of some GUCs more consistent
Michael Paquier
2025-02-18
doc: add example of sign mismatch with POSIX/ISO-8601 time zones
Bruce Momjian
2025-02-18
Update outdated comments in nodeAgg.c.
Jeff Davis
2025-02-18
Reduce scope of heap vacuum per_buffer_data
Melanie Plageman
2025-02-18
Add PGErrorVerbosity to typedefs.list
Daniel Gustafsson
2025-02-18
Fix poorly written regression test
David Rowley
2025-02-18
Raise a WARNING for max_slot_wal_keep_size in pg_createsubscriber.
Amit Kapila
2025-02-18
Specialize intarray sorting
John Naylor
2025-02-18
Doc: Improve pg_replication_slots.inactive_since description.
Amit Kapila
2025-02-18
Fix typo in 2a8a0067.
Thomas Munro
2025-02-17
Fix translator notes in comments
Daniel Gustafsson
2025-02-17
Add tab completion for ALTER USER/ROLE RESET
Tomas Vondra
2025-02-17
Add tab completion for ALTER DATABASE RESET
Tomas Vondra
2025-02-17
Implement Self-Join Elimination
Alexander Korotkov
2025-02-17
Revert: Get rid of WALBufMappingLock
Alexander Korotkov
2025-02-17
Fix an oversight in cbc127917 to handle MERGE correctly
Amit Langote
2025-02-17
Add information about WAL buffers full to VACUUM/ANALYZE (VERBOSE)
Michael Paquier
2025-02-17
Add information about WAL buffers being full to EXPLAIN (WAL)
Michael Paquier
2025-02-17
pg_stat_statements: Add wal_buffers_full
Michael Paquier
2025-02-17
Move wal_buffers_full from PgStat_PendingWalStats to WalUsage
Michael Paquier
2025-02-17
Get rid of WALBufMappingLock
Alexander Korotkov
2025-02-17
Adjust tuples estimate for appendrels
Richard Guo
2025-02-16
In fmtIdEnc(), handle failure of enlargePQExpBuffer().
Tom Lane
2025-02-15
Make escaping functions retain trailing bytes of an invalid character.
Tom Lane
2025-02-15
Fix explicit valgrind interaction in read_stream.c.
Thomas Munro
2025-02-14
Fix PQescapeLiteral()/PQescapeIdentifier() length handling
Andres Freund
2025-02-14
Add delay time to VACUUM/ANALYZE (VERBOSE) and autovacuum logs.
Nathan Bossart
2025-02-14
pgcrypto: Add support for CFB mode in AES encryption
Daniel Gustafsson
2025-02-14
Use PqMsg_Progress macro in HandleParallelMessage().
Nathan Bossart
2025-02-14
Use streaming read I/O in VACUUM's third phase
Melanie Plageman
2025-02-14
Use streaming read I/O in VACUUM's first phase
Melanie Plageman
2025-02-14
Convert heap_vac_scan_next_block() boolean parameters to flags
Melanie Plageman
2025-02-14
Describe special values in GUC descriptions more consistently.
Nathan Bossart
2025-02-14
Fix assertion on dereferenced object
Daniel Gustafsson
2025-02-14
Remove obsolete comment.
Thomas Munro
2025-02-13
Remove unused parameter from execute_extension_script().
Nathan Bossart
2025-02-13
Remove unnecessary (char *) casts [xlog]
Peter Eisentraut
2025-02-13
XLogRegisterData, XLogRegisterBufData void * argument for binary data
Peter Eisentraut
2025-02-13
Fix MakeTransitionCaptureState() to return a consistent result
Michael Paquier
2025-02-13
Rename RBTXN_PREPARE to RBTXN_IS_PREPARE for better clarification.
Masahiko Sawada
2025-02-13
Skip logical decoding of already-aborted transactions.
Masahiko Sawada
2025-02-12
Remove unneeded volatile qualifier in fmgr.c.
Nathan Bossart
2025-02-12
Clean up impenetrable logic in pg_basebackup/receivelog.c.
Tom Lane
2025-02-12
Fix minor memory leaks in pg_dump.
Tom Lane
2025-02-12
ci: Collect core files on NetBSD and OpenBSD
Andres Freund
2025-02-12
ci: Test NetBSD and OpenBSD
Andres Freund
2025-02-12
meson: Fix failure to detect bsd_auth.h presence
Andres Freund
2025-02-12
Fix issue in recovery test 041_checkpoint_at_promote
Michael Paquier
[next]