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
18 hours
Ensure sanity of hash-join costing when there are no MCV statistics.
HEAD
origin/master
origin/HEAD
master
Tom Lane
33 hours
Ignore PlaceHolderVars when looking up statistics
Richard Guo
33 hours
Strip PlaceHolderVars from index operands
Richard Guo
46 hours
Change some Datum to void * for opaque pass-through pointer
Peter Eisentraut
2 days
Split some long Makefile lists
Michael Paquier
3 days
Fix pg_stat_get_backend_activity() to use multi-byte truncated result
Michael Paquier
5 days
Upgrade BufFile to use int64 for byte positions
Michael Paquier
5 days
Fix typo in stat_utils.c
Michael Paquier
5 days
Move attribute statistics functions to stat_utils.c
Michael Paquier
5 days
Fix planner error with SRFs and grouping sets
Richard Guo
6 days
Fix CREATE SUBSCRIPTION failure when the publisher runs on pre-PG19.
Fujii Masao
6 days
Fix version check for retain_dead_tuples subscription option.
Fujii Masao
6 days
Teach expr_is_nonnullable() to handle more expression types
Richard Guo
6 days
Optimize ROW(...) IS [NOT] NULL using non-nullable fields
Richard Guo
6 days
Simplify COALESCE expressions using non-nullable arguments
Richard Guo
6 days
Improve comment in pgstatfuncs.c
Michael Paquier
6 days
Don't advance origin during apply failure.
Amit Kapila
7 days
Toggle logical decoding dynamically based on logical slot presence.
Masahiko Sawada
7 days
Fix bug in following update chain when locking a heap tuple
Heikki Linnakangas
7 days
Fix orphaned origin in shared memory after DROP SUBSCRIPTION
Michael Paquier
8 days
Switch buffile.c/h to use pgoff_t instead of off_t
Michael Paquier
8 days
Fix another typo in gininsert.c
Michael Paquier
9 days
Remove obsolete name_ops index-only scan comments.
Peter Geoghegan
11 days
heapam: Move logic to handle HEAP_MOVED into a helper function
Andres Freund
11 days
bufmgr: Optimize & harmonize LockBufHdr(), LWLockWaitListLock()
Andres Freund
11 days
Use proper type for RestoreTransactionSnapshot's PGPROC arg
Heikki Linnakangas
11 days
Fix typos in gininsert.c
Michael Paquier
11 days
Add guard to prevent recursive memory context logging.
Fujii Masao
12 days
Use table/index_close() more consistently
Michael Paquier
12 days
Do not emit WAL for unlogged BRIN indexes
Heikki Linnakangas
13 days
Change pgstat_report_vacuum() to use Relation
Michael Paquier
14 days
Remove useless code in InjectionPointAttach()
Michael Paquier
14 days
Avoid global LC_CTYPE dependency in pg_locale_icu.c.
Jeff Davis
14 days
downcase_identifier(): use method table from locale provider.
Jeff Davis
14 days
Switch memory contexts in ReinitializeParallelDSM.
Robert Haas
14 days
Add explanatory comment to prune_freeze_setup()
Melanie Plageman
14 days
Fix const qualification in prune_freeze_setup()
Melanie Plageman
2025-12-16
Separate out bytea sort support from varlena.c
John Naylor
2025-12-16
Add TAP test to check recovery when redo LSN is missing
Michael Paquier
2025-12-16
Fail recovery when missing redo checkpoint record without backup_label
Michael Paquier
2025-12-15
Allow passing a pointer to GetNamedDSMSegment()'s init callback.
Nathan Bossart
2025-12-15
Revisit cosmetics of "For inplace update, send nontransactional invalidations."
Noah Misch
2025-12-15
Correct comments of "Fix data loss at inplace update after heap_update()".
Noah Misch
2025-12-15
Remove unused single-byte char_is_cased() API.
Jeff Davis
2025-12-15
Use multibyte-aware extraction of pattern prefixes.
Jeff Davis
2025-12-15
Add offnum range checks to suppress compile warnings with UBSAN.
Tom Lane
2025-12-15
Improve sanity checks on multixid members length
Heikki Linnakangas
2025-12-15
Fix typo in tablecmds.c
David Rowley
2025-12-15
Add retry logic to pg_sync_replication_slots().
Amit Kapila
2025-12-15
Allow cumulative statistics to read/write auxiliary data from/to disk
Michael Paquier
[next]