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
/
backend
Age
Commit message (
Expand
)
Author
2025-12-08
Improve error messages of input functions for pg_dependencies and pg_ndistinct
Michael Paquier
2025-12-07
Micro-optimize datatype conversions in datum_to_jsonb_internal.
Tom Lane
2025-12-07
Remove fundamentally-redundant processing in jsonb_agg() et al.
Tom Lane
2025-12-07
Revise APIs for pushJsonbValue() and associated routines.
Tom Lane
2025-12-06
Handle constant inputs to corr() and related aggregates more precisely.
Tom Lane
2025-12-05
Fix text substring search for non-deterministic collations.
Tom Lane
2025-12-05
Don't reset the pathlist of partitioned joinrels.
Robert Haas
2025-12-05
Fix some cases of indirectly casting away const.
Tom Lane
2025-12-05
Fix setting next multixid's offset at offset wraparound
Heikki Linnakangas
2025-12-05
Rename column slotsync_skip_at to slotsync_last_skip.
Amit Kapila
2025-12-05
Fix some compiler warnings
Michael Paquier
2025-12-04
Suppress spurious Coverity warning in prune freeze logic
Melanie Plageman
2025-12-04
Fix key size of PrivateRefCountHash.
Nathan Bossart
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
Fix incorrect assertion bound in WaitForLSN()
Alexander Korotkov
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-12-03
Set next multixid's offset when creating a new multixid
Heikki Linnakangas
2025-12-03
Use "foo(void)" for definitions of functions with no parameters.
Nathan Bossart
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-03
Fix shadow variable warning in subscriptioncmds.c.
Amit Kapila
2025-12-02
Use LW_SHARED in dsa.c where possible.
Nathan Bossart
2025-12-02
Add a test for half-dead pages in B-tree indexes
Heikki Linnakangas
2025-12-02
Add a test for incomplete splits in B-tree indexes
Heikki Linnakangas
2025-12-02
Show size of DSAs and dshashes in pg_dsm_registry_allocations.
Nathan Bossart
2025-12-02
Remove doc and code comments about ON CONFLICT deficiencies
Álvaro Herrera
2025-12-02
Avoid use of NOTICE to wait for snapshot invalidation
Álvaro Herrera
2025-12-02
Fix ON CONFLICT with REINDEX CONCURRENTLY and partitions
Álvaro Herrera
2025-12-02
Remove useless casting to same type
Peter Eisentraut
2025-12-02
Simplify hash_xlog_split_allocate_page()
Peter Eisentraut
2025-12-02
Replace pointer comparisons and assignments to literal zero with NULL
Peter Eisentraut
2025-12-02
Update some timestamp[tz] functions to use soft-error reporting
Michael Paquier
2025-12-01
Make regex "max_chr" depend on encoding, not provider.
Jeff Davis
2025-12-01
Change some callers to use pg_ascii_toupper().
Jeff Davis
2025-12-01
Fix ON CONFLICT ON CONSTRAINT during REINDEX CONCURRENTLY
Álvaro Herrera
2025-12-01
Fix a strict aliasing violation
Peter Eisentraut
2025-12-01
Move WAL sequence code into its own file
Michael Paquier
2025-12-01
Switch some date/timestamp functions to use the soft error reporting
Michael Paquier
2025-11-30
Don't call simplify_aggref with a NULL PlannerInfo
David Rowley
2025-11-29
Update obsolete row compare preprocessing comments.
Peter Geoghegan
2025-11-29
Avoid rewriting data-modifying CTEs more than once.
Dean Rasheed
2025-11-28
Generate translator comments for GUC parameter descriptions
Peter Eisentraut
2025-11-28
Fix pg_isblank()
Peter Eisentraut
2025-11-28
Add slotsync_skip_reason column to pg_replication_slots view.
Amit Kapila
2025-11-28
Fix possibly uninitialized HeapScanDesc.rs_startblock
David Rowley
2025-11-28
Add routines for marking buffers dirty efficiently
Michael Paquier
2025-11-27
Allow indexscans on partial hash indexes with implied quals.
Tom Lane
[prev]
[next]