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
37 hours
Strip PlaceHolderVars from index operands
Richard Guo
2 days
Change some Datum to void * for opaque pass-through pointer
Peter Eisentraut
3 days
Split some long Makefile lists
Michael Paquier
3 days
Remove MsgType type
Peter Eisentraut
5 days
Move attribute statistics functions to stat_utils.c
Michael Paquier
6 days
Fix planner error with SRFs and grouping sets
Richard Guo
7 days
Toggle logical decoding dynamically based on logical slot presence.
Masahiko Sawada
8 days
Switch buffile.c/h to use pgoff_t instead of off_t
Michael Paquier
11 days
Use proper type for RestoreTransactionSnapshot's PGPROC arg
Heikki Linnakangas
13 days
Fix const correctness in pgstat data serialization callbacks
Michael Paquier
14 days
Change pgstat_report_vacuum() to use Relation
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
Clarify a #define introduced in 8d299052fe.
Jeff Davis
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
Remove incorrect declarations in pg_wchar.h.
Jeff Davis
2025-12-15
Remove unused single-byte char_is_cased() API.
Jeff Davis
2025-12-15
Refactor static_assert() support.
Peter Eisentraut
2025-12-15
Allow cumulative statistics to read/write auxiliary data from/to disk
Michael Paquier
2025-12-14
Update typedefs.list to match what the buildfarm currently reports.
Tom Lane
2025-12-14
Make "pgoff_t" be a typedef not a #define.
Tom Lane
2025-12-14
Refactor WaitLSNType enum to use a macro for type count
Alexander Korotkov
2025-12-14
Implement ALTER TABLE ... SPLIT PARTITION ... command
Alexander Korotkov
2025-12-14
Implement ALTER TABLE ... MERGE PARTITIONS ... command
Alexander Korotkov
2025-12-13
Use correct preprocessor conditional in relptr.h
Peter Eisentraut
2025-12-12
Replace most StaticAssertStmt() with StaticAssertDecl()
Peter Eisentraut
2025-12-11
Fix some comments.
Nathan Bossart
2025-12-11
Make <assert.h> consistently available in frontend and backend
Peter Eisentraut
2025-12-10
Allow PG_PRINTF_ATTRIBUTE to be different in C and C++ code.
Tom Lane
2025-12-10
Add pg_iswcased().
Jeff Davis
2025-12-10
Remove char_tolower() API.
Jeff Davis
2025-12-10
Fix O_CLOEXEC flag handling in Windows port.
Thomas Munro
2025-12-09
Add ParallelSlotSetIdle().
Nathan Bossart
2025-12-09
Add started_by column to pg_stat_progress_analyze view.
Masahiko Sawada
2025-12-09
Add mode and started_by columns to pg_stat_progress_vacuum view.
Masahiko Sawada
2025-12-09
Support "j" length modifier in snprintf.c.
Tom Lane
2025-12-09
Widen MultiXactOffset to 64 bits
Heikki Linnakangas
2025-12-09
Move pg_multixact SLRU page format definitions to a separate header
Heikki Linnakangas
2025-12-09
Use palloc_object() and palloc_array() in more areas of the tree
Michael Paquier
2025-12-08
Improve documentation for pg_atomic_unlocked_write_u32()
Andres Freund
2025-12-08
Relocate _bt_readpage and related functions.
Peter Geoghegan
2025-12-07
Revise APIs for pushJsonbValue() and associated routines.
Tom Lane
2025-12-07
Add a macro for the declared typlen of type timetz.
Tom Lane
2025-12-06
Handle constant inputs to corr() and related aggregates more precisely.
Tom Lane
2025-12-05
Rename column slotsync_skip_at to slotsync_last_skip.
Amit Kapila
2025-12-04
Remove no longer needed casts to Pointer
Peter Eisentraut
2025-12-03
Rename BUFFERPIN wait event class to BUFFER
Andres Freund
2025-12-03
Add pg_atomic_unlocked_write_u64
Andres Freund
2025-12-03
bufmgr: Turn BUFFER_LOCK_* into an enum
Andres Freund
[next]