aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Update comment for Cardinality typedefPeter Eisentraut2023-12-19
* Simplify newNode() by removing special casesHeikki Linnakangas2023-12-19
* compute_bitmap_pages' loop_count parameter should be double not int.Tom Lane2023-12-18
* Optimize pg_atomic_exchange_u32 and pg_atomic_exchange_u64.Nathan Bossart2023-12-18
* Provide vectored variants of smgrread() and smgrwrite().Thomas Munro2023-12-18
* Refactor pgstat_prepare_io_time() with an input argument instead of a GUCMichael Paquier2023-12-16
* Remove useless LIMIT_OPTION_DEFAULT value from LimitOptionAlvaro Herrera2023-12-16
* Provide multi-block smgrprefetch().Thomas Munro2023-12-16
* Fix bugs in manipulation of large objects.Tom Lane2023-12-15
* Provide vectored variants of FileRead() and FileWrite().Thomas Munro2023-12-12
* Provide helper for retrying partial vectored I/O.Thomas Munro2023-12-12
* Define unconstify() and unvolatize() for C++.Thomas Munro2023-12-12
* Simplify productions for FORMAT JSON [ ENCODING name ]Alvaro Herrera2023-12-11
* Remove trace_recovery_messagesMichael Paquier2023-12-11
* Remove some unnecessary includes of "access/xlog_internal.h"Peter Eisentraut2023-12-10
* Cache opaque handle for GUC option to avoid repeasted lookups.Jeff Davis2023-12-08
* Optimize nbtree backward scan boundary cases.Peter Geoghegan2023-12-08
* Allow parallel CREATE INDEX for BRIN indexesTomas Vondra2023-12-08
* Rename ShmemVariableCache to TransamVariablesHeikki Linnakangas2023-12-08
* Initialize ShmemVariableCache like other shmem areasHeikki Linnakangas2023-12-08
* Shrink Unicode category table.Jeff Davis2023-12-07
* Verify that attribute counts match in ExecCopySlotDavid Rowley2023-12-07
* Fix issues in binary_upgrade_logical_slot_has_caught_up().Amit Kapila2023-12-07
* Remove now-unnecessary Autovacuum[Launcher|Worker]IAm functionsHeikki Linnakangas2023-12-04
* Remove unnecessary include of <math.h>Peter Eisentraut2023-12-04
* Remove unnecessary include of <sys/socket.h>Peter Eisentraut2023-12-04
* Remove unnecessary includes of <signal.h>Peter Eisentraut2023-12-04
* Add support for REINDEX in event triggersMichael Paquier2023-12-04
* Pass BackgroundWorker entry in the parameter file in EXEC_BACKEND modeHeikki Linnakangas2023-12-03
* Refactor CreateSharedMemoryAndSemaphoresHeikki Linnakangas2023-12-03
* Optimize pg_readv/pg_pwritev single vector case.Thomas Munro2023-11-29
* Use larger segment file names for pg_notifyAlexander Korotkov2023-11-29
* Index SLRUs by 64-bit integers rather than by 32-bit integersAlexander Korotkov2023-11-29
* Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.Tom Lane2023-11-28
* Fix assertions with RI triggers in heap_update and heap_delete.Heikki Linnakangas2023-11-28
* Fix comment in tableam.h about GetHeapamTableAmRoutine()Michael Paquier2023-11-28
* Retire a few backwards compatibility macros.Nathan Bossart2023-11-27
* Display length and bounds histograms in pg_statsAlexander Korotkov2023-11-27
* Update comments for pg_statistic catalog tableAlexander Korotkov2023-11-27
* Reuse BrinDesc and BrinRevmap in brininsertTomas Vondra2023-11-25
* Use ResourceOwner to track WaitEventSets.Heikki Linnakangas2023-11-23
* Avoid overflow in fe_utils' printTable()Alvaro Herrera2023-11-21
* simplehash: preserve consistency in case of OOM.Jeff Davis2023-11-17
* Change logtape/tuplestore code to use int64 for block numbersMichael Paquier2023-11-17
* Ensure we preprocess expressions before checking their volatility.Tom Lane2023-11-16
* Fix fallback implementation for pg_atomic_test_set_flag().Nathan Bossart2023-11-15
* Retire MemoryContextResetAndDeleteChildren() macro.Nathan Bossart2023-11-15
* Support +/- infinity in the interval data type.Dean Rasheed2023-11-14
* Replace Gen_dummy_probes.sed with Gen_dummy_probes.plPeter Eisentraut2023-11-14
* Add support for pg_stat_reset_slru without argumentMichael Paquier2023-11-14