index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Update comment for Cardinality typedef
Peter Eisentraut
2023-12-19
*
Simplify newNode() by removing special cases
Heikki Linnakangas
2023-12-19
*
compute_bitmap_pages' loop_count parameter should be double not int.
Tom Lane
2023-12-18
*
Optimize pg_atomic_exchange_u32 and pg_atomic_exchange_u64.
Nathan Bossart
2023-12-18
*
Provide vectored variants of smgrread() and smgrwrite().
Thomas Munro
2023-12-18
*
Refactor pgstat_prepare_io_time() with an input argument instead of a GUC
Michael Paquier
2023-12-16
*
Remove useless LIMIT_OPTION_DEFAULT value from LimitOption
Alvaro Herrera
2023-12-16
*
Provide multi-block smgrprefetch().
Thomas Munro
2023-12-16
*
Fix bugs in manipulation of large objects.
Tom Lane
2023-12-15
*
Provide vectored variants of FileRead() and FileWrite().
Thomas Munro
2023-12-12
*
Provide helper for retrying partial vectored I/O.
Thomas Munro
2023-12-12
*
Define unconstify() and unvolatize() for C++.
Thomas Munro
2023-12-12
*
Simplify productions for FORMAT JSON [ ENCODING name ]
Alvaro Herrera
2023-12-11
*
Remove trace_recovery_messages
Michael Paquier
2023-12-11
*
Remove some unnecessary includes of "access/xlog_internal.h"
Peter Eisentraut
2023-12-10
*
Cache opaque handle for GUC option to avoid repeasted lookups.
Jeff Davis
2023-12-08
*
Optimize nbtree backward scan boundary cases.
Peter Geoghegan
2023-12-08
*
Allow parallel CREATE INDEX for BRIN indexes
Tomas Vondra
2023-12-08
*
Rename ShmemVariableCache to TransamVariables
Heikki Linnakangas
2023-12-08
*
Initialize ShmemVariableCache like other shmem areas
Heikki Linnakangas
2023-12-08
*
Shrink Unicode category table.
Jeff Davis
2023-12-07
*
Verify that attribute counts match in ExecCopySlot
David Rowley
2023-12-07
*
Fix issues in binary_upgrade_logical_slot_has_caught_up().
Amit Kapila
2023-12-07
*
Remove now-unnecessary Autovacuum[Launcher|Worker]IAm functions
Heikki Linnakangas
2023-12-04
*
Remove unnecessary include of <math.h>
Peter Eisentraut
2023-12-04
*
Remove unnecessary include of <sys/socket.h>
Peter Eisentraut
2023-12-04
*
Remove unnecessary includes of <signal.h>
Peter Eisentraut
2023-12-04
*
Add support for REINDEX in event triggers
Michael Paquier
2023-12-04
*
Pass BackgroundWorker entry in the parameter file in EXEC_BACKEND mode
Heikki Linnakangas
2023-12-03
*
Refactor CreateSharedMemoryAndSemaphores
Heikki Linnakangas
2023-12-03
*
Optimize pg_readv/pg_pwritev single vector case.
Thomas Munro
2023-11-29
*
Use larger segment file names for pg_notify
Alexander Korotkov
2023-11-29
*
Index SLRUs by 64-bit integers rather than by 32-bit integers
Alexander Korotkov
2023-11-29
*
Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.
Tom Lane
2023-11-28
*
Fix assertions with RI triggers in heap_update and heap_delete.
Heikki Linnakangas
2023-11-28
*
Fix comment in tableam.h about GetHeapamTableAmRoutine()
Michael Paquier
2023-11-28
*
Retire a few backwards compatibility macros.
Nathan Bossart
2023-11-27
*
Display length and bounds histograms in pg_stats
Alexander Korotkov
2023-11-27
*
Update comments for pg_statistic catalog table
Alexander Korotkov
2023-11-27
*
Reuse BrinDesc and BrinRevmap in brininsert
Tomas Vondra
2023-11-25
*
Use ResourceOwner to track WaitEventSets.
Heikki Linnakangas
2023-11-23
*
Avoid overflow in fe_utils' printTable()
Alvaro Herrera
2023-11-21
*
simplehash: preserve consistency in case of OOM.
Jeff Davis
2023-11-17
*
Change logtape/tuplestore code to use int64 for block numbers
Michael Paquier
2023-11-17
*
Ensure we preprocess expressions before checking their volatility.
Tom Lane
2023-11-16
*
Fix fallback implementation for pg_atomic_test_set_flag().
Nathan Bossart
2023-11-15
*
Retire MemoryContextResetAndDeleteChildren() macro.
Nathan Bossart
2023-11-15
*
Support +/- infinity in the interval data type.
Dean Rasheed
2023-11-14
*
Replace Gen_dummy_probes.sed with Gen_dummy_probes.pl
Peter Eisentraut
2023-11-14
*
Add support for pg_stat_reset_slru without argument
Michael Paquier
2023-11-14
[next]