summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2025-11-25Add slotsync skip statistics.Amit Kapila
2025-11-25Rename routines for write/read of pgstats fileMichael Paquier
2025-11-24Improve detection of implicitly-temporary views.Tom Lane
2025-11-24Reorganize pqcomm.h a bitJacob Champion
2025-11-24Add pg_add_size_overflow() and friendsJacob Champion
2025-11-24C11 alignas instead of unions -- extended alignmentsPeter Eisentraut
2025-11-24Fix incorrect IndexOptInfo header commentDavid Rowley
2025-11-23Issue a NOTICE if a created function depends on any temp objects.Tom Lane
2025-11-22Add SupportRequestInlineInFrom planner support request.Tom Lane
2025-11-22Add range_minus_multi and multirange_minus_multi functionsPeter Eisentraut
2025-11-21C11 alignas instead of unionsPeter Eisentraut
2025-11-20Refactor heap_page_prune_and_freeze() parameters into a structMelanie Plageman
2025-11-19Add <stdalign.h> to c.hPeter Eisentraut
2025-11-18Optimize shared memory usage for WaitLSNProcInfoAlexander Korotkov
2025-11-18Rename two columns in pg_stat_subscription_stats.Amit Kapila
2025-11-17Rework output format of pg_dependenciesMichael Paquier
2025-11-17Rework output format of pg_ndistinctMichael Paquier
2025-11-17Adjust MemSet macro to use size_t rather than longDavid Rowley
2025-11-17Get rid of long datatype in CATCACHE_STATS enabled buildsDavid Rowley
2025-11-15Fix incorrect function name in commentsAlexander Korotkov
2025-11-13Replace off_t by pgoff_t in I/O routinesMichael Paquier
2025-11-12Fix bug where we truncated CLOG that was still needed by LISTEN/NOTIFYHeikki Linnakangas
2025-11-12Split out innards of pg_tablespace_location()Álvaro Herrera
2025-11-11Clean up qsort comparison function for GUC entriesPeter Eisentraut
2025-11-10Bump PG_CONTROL_VERSION for commit 3e0ae46d90Heikki Linnakangas
2025-11-10Check for CREATE privilege on the schema in CREATE STATISTICS.Nathan Bossart
2025-11-10Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.hHeikki Linnakangas
2025-11-08Fix generic read and write barriers for Clang.Thomas Munro
2025-11-07Add seq_sync_error_count to subscription statistics.Amit Kapila
2025-11-06bufmgr: Allow some buffer state modifications while holding header lockAndres Freund
2025-11-06Introduce XLogRecPtrIsValid()Álvaro Herrera
2025-11-06Refactor shared memory allocation for semaphoresHeikki Linnakangas
2025-11-06Re-run autoheaderPeter Eisentraut
2025-11-05Implement WAIT FOR commandAlexander Korotkov
2025-11-05Add infrastructure for efficient LSN waitingAlexander Korotkov
2025-11-05Add pairingheap_initialize() for shared memory usageAlexander Korotkov
2025-11-05Add sequence synchronization for logical replication.Amit Kapila
2025-11-04Add WalRcvGetState() to retrieve the state of a WAL receiverMichael Paquier
2025-11-04Fix unconditional WAL receiver shutdown during stream-archive transitionMichael Paquier
2025-11-03Add \pset options for boolean value displayÁlvaro Herrera
2025-11-02Change "long" numGroups fields to be Cardinality (i.e., double).Tom Lane
2025-11-02Improve planner's estimates of tuple hash table sizes.Tom Lane
2025-11-02Avoid mixing void and integer in a conditional expression.Tom Lane
2025-10-31Mark function arguments of type "Datum *" as "const Datum *" where possiblePeter Eisentraut
2025-10-30Use BumpContext contexts in TupleHashTables, and do some code cleanup.Tom Lane
2025-10-30Mark ItemPointer arguments as const throughoutPeter Eisentraut
2025-10-30Fix some confusing uses of constPeter Eisentraut
2025-10-30const-qualify ItemPointer comparison functionsPeter Eisentraut
2025-10-29Use C11 char16_t and char32_t for Unicode code points.Jeff Davis
2025-10-29Reorganize GUC structsPeter Eisentraut