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
3 days
Fix possible incorrect column reference in ERROR message
David Rowley
3 days
Prevent invalidation of newly created replication slots.
Amit Kapila
6 days
Fix issue with EVENT TRIGGERS and ALTER PUBLICATION
David Rowley
6 days
Honor GUC settings specified in CREATE SUBSCRIPTION CONNECTION.
Fujii Masao
12 days
jit: Fix jit_profiling_support when unavailable.
Thomas Munro
12 days
Fix a race condition in updating procArray->replication_slot_xmin.
Masahiko Sawada
13 days
jit: Remove -Wno-deprecated-declarations in 18+.
Thomas Munro
2025-12-27
Fix pg_stat_get_backend_activity() to use multi-byte truncated result
Michael Paquier
2025-12-24
Don't advance origin during apply failure.
Amit Kapila
2025-12-23
Fix bug in following update chain when locking a heap tuple
Heikki Linnakangas
2025-12-23
Fix orphaned origin in shared memory after DROP SUBSCRIPTION
Michael Paquier
2025-12-19
Add guard to prevent recursive memory context logging.
Fujii Masao
2025-12-18
Do not emit WAL for unlogged BRIN indexes
Heikki Linnakangas
2025-12-16
Assert lack of hazardous buffer locks before possible catalog read.
Noah Misch
2025-12-16
WAL-log inplace update before revealing it to other sessions.
Noah Misch
2025-12-16
For inplace update, send nontransactional invalidations.
Noah Misch
2025-12-16
Reorder two functions in inval.c
Michael Paquier
2025-12-16
Switch memory contexts in ReinitializeParallelDSM.
Robert Haas
2025-12-16
Fail recovery when missing redo checkpoint record without backup_label
Michael Paquier
2025-12-15
Clarify comment on multixid offset wraparound check
Heikki Linnakangas
2025-12-11
Fix allocation formula in llvmjit_expr.c
Michael Paquier
2025-12-09
Doc: fix typo in hash index documentation
David Rowley
2025-12-05
Fix setting next multixid's offset at offset wraparound
Heikki Linnakangas
2025-12-03
Set next multixid's offset when creating a new multixid
Heikki Linnakangas
2025-11-29
Avoid rewriting data-modifying CTEs more than once.
Dean Rasheed
2025-11-27
Allow indexscans on partial hash indexes with implied quals.
Tom Lane
2025-11-24
lwlock: Fix, currently harmless, bug in LWLockWakeup()
Andres Freund
2025-11-22
jit: Adjust AArch64-only code for LLVM 21.
Thomas Munro
2025-11-18
Don't allow CTEs to determine semantic levels of aggregates.
Tom Lane
2025-11-17
Define PS_USE_CLOBBER_ARGV on GNU/Hurd.
Thomas Munro
2025-11-14
Add note about CreateStatistics()'s selective use of check_rights.
Nathan Bossart
2025-11-12
Clear 'xid' in dummy async notify entries written to fill up pages
Heikki Linnakangas
2025-11-12
Fix remaining race condition with CLOG truncation and LISTEN/NOTIFY
Heikki Linnakangas
2025-11-12
Fix bug where we truncated CLOG that was still needed by LISTEN/NOTIFY
Heikki Linnakangas
2025-11-12
Escalate ERRORs during async notify processing to FATAL
Heikki Linnakangas
2025-11-12
Fix range for commit_siblings in sample conf
Daniel Gustafsson
2025-11-10
Check for CREATE privilege on the schema in CREATE STATISTICS.
Nathan Bossart
2025-11-10
Translation updates
Peter Eisentraut
2025-11-06
Disallow generated columns in COPY WHERE clause
Peter Eisentraut
2025-11-06
Update obsolete comment in ExecScanReScan().
Etsuro Fujita
2025-11-05
Avoid possible crash within libsanitizer.
Tom Lane
2025-11-04
jit: Fix accidentally-harmless type confusion
Andres Freund
2025-11-04
Fix snapshot handling bug in recent BRIN fix
Álvaro Herrera
2025-11-04
Backpatch: Fix warnings about declaration of environ on MinGW
Andres Freund
2025-11-04
Tighten check for generated column in partition key expression
Peter Eisentraut
2025-11-04
BRIN autosummarization may need a snapshot
Álvaro Herrera
2025-11-04
Fix unconditional WAL receiver shutdown during stream-archive transition
Michael Paquier
2025-11-03
Doc: cover index CONCURRENTLY causing errors in INSERT ... ON CONFLICT.
Noah Misch
2025-10-30
Fix regression with slot invalidation checks
Michael Paquier
2025-10-30
Fix bogus use of "long" in AllocSetCheck()
David Rowley
[next]