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
/
include
Age
Commit message (
Expand
)
Author
2025-11-25
Add slotsync skip statistics.
Amit Kapila
2025-11-25
Rename routines for write/read of pgstats file
Michael Paquier
2025-11-24
Improve detection of implicitly-temporary views.
Tom Lane
2025-11-24
Reorganize pqcomm.h a bit
Jacob Champion
2025-11-24
Add pg_add_size_overflow() and friends
Jacob Champion
2025-11-24
C11 alignas instead of unions -- extended alignments
Peter Eisentraut
2025-11-24
Fix incorrect IndexOptInfo header comment
David Rowley
2025-11-23
Issue a NOTICE if a created function depends on any temp objects.
Tom Lane
2025-11-22
Add SupportRequestInlineInFrom planner support request.
Tom Lane
2025-11-22
Add range_minus_multi and multirange_minus_multi functions
Peter Eisentraut
2025-11-21
C11 alignas instead of unions
Peter Eisentraut
2025-11-20
Refactor heap_page_prune_and_freeze() parameters into a struct
Melanie Plageman
2025-11-19
Add <stdalign.h> to c.h
Peter Eisentraut
2025-11-18
Optimize shared memory usage for WaitLSNProcInfo
Alexander Korotkov
2025-11-18
Rename two columns in pg_stat_subscription_stats.
Amit Kapila
2025-11-17
Rework output format of pg_dependencies
Michael Paquier
2025-11-17
Rework output format of pg_ndistinct
Michael Paquier
2025-11-17
Adjust MemSet macro to use size_t rather than long
David Rowley
2025-11-17
Get rid of long datatype in CATCACHE_STATS enabled builds
David Rowley
2025-11-15
Fix incorrect function name in comments
Alexander Korotkov
2025-11-13
Replace off_t by pgoff_t in I/O routines
Michael Paquier
2025-11-12
Fix bug where we truncated CLOG that was still needed by LISTEN/NOTIFY
Heikki Linnakangas
2025-11-12
Split out innards of pg_tablespace_location()
Álvaro Herrera
2025-11-11
Clean up qsort comparison function for GUC entries
Peter Eisentraut
2025-11-10
Bump PG_CONTROL_VERSION for commit 3e0ae46d90
Heikki Linnakangas
2025-11-10
Check for CREATE privilege on the schema in CREATE STATISTICS.
Nathan Bossart
2025-11-10
Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.h
Heikki Linnakangas
2025-11-08
Fix generic read and write barriers for Clang.
Thomas Munro
2025-11-07
Add seq_sync_error_count to subscription statistics.
Amit Kapila
2025-11-06
bufmgr: Allow some buffer state modifications while holding header lock
Andres Freund
2025-11-06
Introduce XLogRecPtrIsValid()
Álvaro Herrera
2025-11-06
Refactor shared memory allocation for semaphores
Heikki Linnakangas
2025-11-06
Re-run autoheader
Peter Eisentraut
2025-11-05
Implement WAIT FOR command
Alexander Korotkov
2025-11-05
Add infrastructure for efficient LSN waiting
Alexander Korotkov
2025-11-05
Add pairingheap_initialize() for shared memory usage
Alexander Korotkov
2025-11-05
Add sequence synchronization for logical replication.
Amit Kapila
2025-11-04
Add WalRcvGetState() to retrieve the state of a WAL receiver
Michael Paquier
2025-11-04
Fix unconditional WAL receiver shutdown during stream-archive transition
Michael Paquier
2025-11-03
Add \pset options for boolean value display
Álvaro Herrera
2025-11-02
Change "long" numGroups fields to be Cardinality (i.e., double).
Tom Lane
2025-11-02
Improve planner's estimates of tuple hash table sizes.
Tom Lane
2025-11-02
Avoid mixing void and integer in a conditional expression.
Tom Lane
2025-10-31
Mark function arguments of type "Datum *" as "const Datum *" where possible
Peter Eisentraut
2025-10-30
Use BumpContext contexts in TupleHashTables, and do some code cleanup.
Tom Lane
2025-10-30
Mark ItemPointer arguments as const throughout
Peter Eisentraut
2025-10-30
Fix some confusing uses of const
Peter Eisentraut
2025-10-30
const-qualify ItemPointer comparison functions
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
[next]