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
/
contrib
Age
Commit message (
Expand
)
Author
18 hours
Further stabilize a postgres_fdw test case.
Tom Lane
2 days
Split some long Makefile lists
Michael Paquier
7 days
pg_visibility: Use visibilitymap_count instead of loop.
Masahiko Sawada
12 days
btree_gist: Fix memory allocation formula
Michael Paquier
14 days
ltree: fix case-insensitive matching.
Jeff Davis
14 days
Fix multibyte issue in ltree_strncasecmp().
Jeff Davis
2025-12-15
Allow passing a pointer to GetNamedDSMSegment()'s init callback.
Nathan Bossart
2025-12-15
pageinspect: use index_close() for GiST index relation
Michael Paquier
2025-12-12
Replace most StaticAssertStmt() with StaticAssertDecl()
Peter Eisentraut
2025-12-11
Use palloc_object() and palloc_array(), the last change
Michael Paquier
2025-12-11
pg_buffercache: Fix memory allocation formula
Michael Paquier
2025-12-09
Remove useless casts in format arguments
Peter Eisentraut
2025-12-09
Clean up int64-related format strings
Peter Eisentraut
2025-12-07
Revise APIs for pushJsonbValue() and associated routines.
Tom Lane
2025-12-05
Use more palloc_object() and palloc_array() in contrib/
Michael Paquier
2025-12-05
Rename column slotsync_skip_at to slotsync_last_skip.
Amit Kapila
2025-12-04
Remove no longer needed casts from Pointer
Peter Eisentraut
2025-12-04
Remove no longer needed casts to Pointer
Peter Eisentraut
2025-12-04
amcheck: Fix snapshot usage in bt_index_parent_check
Álvaro Herrera
2025-12-03
Fix stray references to SubscriptRef
Peter Eisentraut
2025-12-03
Don't rely on pointer arithmetic with Pointer type
Peter Eisentraut
2025-12-03
Remove useless casts to Pointer
Peter Eisentraut
2025-12-02
Fix amcheck's handling of half-dead B-tree pages
Heikki Linnakangas
2025-12-02
Fix amcheck's handling of incomplete root splits in B-tree
Heikki Linnakangas
2025-12-02
Remove useless casting to same type
Peter Eisentraut
2025-12-02
Update some timestamp[tz] functions to use soft-error reporting
Michael Paquier
2025-12-01
Switch some date/timestamp functions to use the soft error reporting
Michael Paquier
2025-11-28
pg_buffercache: Add pg_buffercache_mark_dirty{,_relation,_all}()
Michael Paquier
2025-11-27
Have the planner replace COUNT(ANY) with COUNT(*), when possible
David Rowley
2025-11-25
Add slotsync skip statistics.
Amit Kapila
2025-11-24
pg_buffercache: Add pg_buffercache_os_pages
Michael Paquier
2025-11-23
pg_buffercache: Remove unused fields from BufferCacheNumaRec
Michael Paquier
2025-11-18
pg_buffercache: Fix incorrect result cast for relforknumber
Michael Paquier
2025-11-06
bufmgr: Allow some buffer state modifications while holding header lock
Andres Freund
2025-11-06
Use XLogRecPtrIsValid() in various places
Álvaro Herrera
2025-11-06
postgres_fdw: Add more test coverage for EvalPlanQual testing.
Etsuro Fujita
2025-11-06
Use stack allocated StringInfoDatas, where possible
David Rowley
2025-11-01
Fix contrib/ltree's subpath() with negative offset.
Tom Lane
2025-10-30
Fix some confusing uses of const
Peter Eisentraut
2025-10-29
pg_stat_statements: Fix handling of duplicate constant locations
Álvaro Herrera
2025-10-23
Update expected output for contrib/sepgsql's regression tests.
Tom Lane
2025-10-22
Use CompactAttribute more often, when possible
David Rowley
2025-10-20
Support COPY TO for partitioned tables.
Masahiko Sawada
2025-10-18
Allow role created by new test to log in on Windows.
Tom Lane
2025-10-17
Fix privilege checks for pg_prewarm() on indexes.
Nathan Bossart
2025-10-17
Improve TAP tests by replacing ok() with better Test::More functions
Michael Paquier
2025-10-15
Fix EvalPlanQual handling of foreign/custom joins in ExecScanFetch.
Etsuro Fujita
2025-10-14
dblink: Avoid locking relation before privilege check.
Nathan Bossart
2025-10-08
Add mem_exceeded_count column to pg_stat_replication_slots.
Masahiko Sawada
2025-10-08
Add ExplainState argument to pg_plan_query() and planner().
Robert Haas
[next]