summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
7 hoursReplace off_t by pgoff_t in I/O routinesMichael Paquier
16 hoursFix bug where we truncated CLOG that was still needed by LISTEN/NOTIFYHeikki Linnakangas
19 hoursSplit out innards of pg_tablespace_location()Álvaro Herrera
2 daysClean up qsort comparison function for GUC entriesPeter Eisentraut
3 daysBump PG_CONTROL_VERSION for commit 3e0ae46d90Heikki Linnakangas
3 daysCheck for CREATE privilege on the schema in CREATE STATISTICS.Nathan Bossart
3 daysMove SLRU_PAGES_PER_SEGMENT to pg_config_manual.hHeikki Linnakangas
5 daysFix generic read and write barriers for Clang.Thomas Munro
6 daysAdd seq_sync_error_count to subscription statistics.Amit Kapila
7 daysbufmgr: Allow some buffer state modifications while holding header lockAndres Freund
7 daysIntroduce XLogRecPtrIsValid()Álvaro Herrera
7 daysRefactor shared memory allocation for semaphoresHeikki Linnakangas
7 daysRe-run autoheaderPeter Eisentraut
8 daysImplement WAIT FOR commandAlexander Korotkov
8 daysAdd infrastructure for efficient LSN waitingAlexander Korotkov
8 daysAdd pairingheap_initialize() for shared memory usageAlexander Korotkov
8 daysAdd sequence synchronization for logical replication.Amit Kapila
9 daysAdd WalRcvGetState() to retrieve the state of a WAL receiverMichael Paquier
9 daysFix unconditional WAL receiver shutdown during stream-archive transitionMichael Paquier
10 daysAdd \pset options for boolean value displayÁlvaro Herrera
11 daysChange "long" numGroups fields to be Cardinality (i.e., double).Tom Lane
11 daysImprove planner's estimates of tuple hash table sizes.Tom Lane
11 daysAvoid mixing void and integer in a conditional expression.Tom Lane
13 daysMark function arguments of type "Datum *" as "const Datum *" where possiblePeter Eisentraut
14 daysUse BumpContext contexts in TupleHashTables, and do some code cleanup.Tom Lane
14 daysMark 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
2025-10-29Replace pg_restrict by standard restrictPeter Eisentraut
2025-10-29Remove obsolete commentPeter Eisentraut
2025-10-29Fix correctness issue with computation of FPI size in WAL statsMichael Paquier
2025-10-28Add wal_fpi_bytes to pg_stat_wal and pg_stat_get_backend_wal()Michael Paquier
2025-10-28Add worker type argument to logical replication worker functions.Amit Kapila
2025-10-27Add some const qualificationsPeter Eisentraut
2025-10-27Remove Item typePeter Eisentraut
2025-10-27Remove meaninglist restrict qualifiersPeter Eisentraut
2025-10-26Comment typo fixes: pg_wchar_t should be pg_wchar.Jeff Davis
2025-10-23Introduce "REFRESH SEQUENCES" for subscriptions.Amit Kapila
2025-10-22Fix type of infomask parameter in htup_details.h functions.Nathan Bossart
2025-10-22Make invalid primary_slot_name follow standard GUC error reporting.Fujii Masao
2025-10-22Bump catalog version for new function error_on_null()Michael Paquier
2025-10-22Add error_on_null(), checking if the input is the null valueMichael Paquier
2025-10-21Make char2wchar() static.Jeff Davis
2025-10-21Remove obsolete global database_ctype_is_c.Jeff Davis
2025-10-21Make smgr access for a BufferManagerRelation safer in relcache invalÁlvaro Herrera
2025-10-18Add pg_database_locale() to retrieve database default locale.Jeff Davis
2025-10-18Add pg_iswxdigit(), useful for tsearch.Jeff Davis
2025-10-18Fix reset of incorrect hash iterator in GROUPING SETS queriesDavid Rowley