index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
Age
Commit message (
Expand
)
Author
3 days
Remove MsgType type
Peter Eisentraut
7 days
Toggle logical decoding dynamically based on logical slot presence.
Masahiko Sawada
2025-12-16
Separate out bytea sort support from varlena.c
John Naylor
2025-12-15
Allow cumulative statistics to read/write auxiliary data from/to disk
Michael Paquier
2025-12-14
Update typedefs.list to match what the buildfarm currently reports.
Tom Lane
2025-12-14
Looks like we can't test NLS on machines that lack any es_ES locale.
Tom Lane
2025-12-14
bufmgr: Separate keys for private refcount infrastructure
Andres Freund
2025-12-14
Implement ALTER TABLE ... SPLIT PARTITION ... command
Alexander Korotkov
2025-12-09
Widen MultiXactOffset to 64 bits
Heikki Linnakangas
2025-12-08
test_custom_stats: Test module for custom cumulative statistics
Michael Paquier
2025-12-08
injection_points: Remove portions related to custom pgstats
Michael Paquier
2025-12-04
headerscheck ccache support
Peter Eisentraut
2025-12-04
headerscheck: Use LLVM_CPPFLAGS
Peter Eisentraut
2025-12-03
Rename BUFFERPIN wait event class to BUFFER
Andres Freund
2025-12-03
bufmgr: Turn BUFFER_LOCK_* into an enum
Andres Freund
2025-11-28
Add slotsync_skip_reason column to pg_replication_slots view.
Amit Kapila
2025-11-27
Have the planner replace COUNT(ANY) with COUNT(*), when possible
David Rowley
2025-11-26
Check for correct version of perltidy
Daniel Gustafsson
2025-11-26
Add input function for data type pg_dependencies
Michael Paquier
2025-11-26
Add input function for data type pg_ndistinct
Michael Paquier
2025-11-24
pg_buffercache: Add pg_buffercache_os_pages
Michael Paquier
2025-11-22
Add SupportRequestInlineInFrom planner support request.
Tom Lane
2025-11-22
tools: remove src/tools/codelines
Bruce Momjian
2025-11-21
Add 'make check-tests' behavior to the meson based builds
Andrew Dunstan
2025-11-21
Update timezone to C99
Peter Eisentraut
2025-11-20
tools: update tools/codelines to use "git ls-files"
Bruce Momjian
2025-11-20
Refactor heap_page_prune_and_freeze() parameters into a struct
Melanie Plageman
2025-11-19
Speed up eqjoinsel() with lots of MCV entries.
Tom Lane
2025-11-13
Replace off_t by pgoff_t in I/O routines
Michael Paquier
2025-11-12
Change coding pattern for CURL_IGNORE_DEPRECATION()
Álvaro Herrera
2025-11-06
ci: Improve OpenBSD core dump backtrace handling.
Thomas Munro
2025-11-05
Implement WAIT FOR command
Alexander Korotkov
2025-11-05
Add infrastructure for efficient LSN waiting
Alexander Korotkov
2025-11-05
Add sequence synchronization for logical replication.
Amit Kapila
2025-10-30
Fix some confusing uses of const
Peter Eisentraut
2025-10-29
Use C11 char16_t and char32_t for Unicode code points.
Jeff Davis
2025-10-29
Reorganize GUC structs
Peter Eisentraut
2025-10-27
Remove Item type
Peter Eisentraut
2025-10-23
Introduce "REFRESH SEQUENCES" for subscriptions.
Amit Kapila
2025-10-23
pg_rewind: Extend code detecting relation files to work with WAL files
Michael Paquier
2025-10-21
Add reminder to create .abi-compliance-history.
Nathan Bossart
2025-10-16
Align the data block sizes of pg_dump's various compression modes.
Tom Lane
2025-10-16
Refactor logical worker synchronization code into a separate file.
Amit Kapila
2025-10-15
Add log_autoanalyze_min_duration
Peter Eisentraut
2025-10-09
Add "ALL SEQUENCES" support to publications.
Amit Kapila
2025-10-08
Implement Eager Aggregation
Richard Guo
2025-09-27
Refactor to avoid code duplication in transformPLAssignStmt.
Tom Lane
2025-09-26
Split vacuumdb to create vacuuming.c/h
Álvaro Herrera
2025-09-26
Create a separate file listing backend types
Álvaro Herrera
2025-09-23
Keep track of what RTIs a Result node is scanning.
Robert Haas
[next]