summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
30 hoursFix incorrect function name in commentsHEADmasterAlexander Korotkov
4 daysReplace off_t by pgoff_t in I/O routinesMichael Paquier
4 daysFix bug where we truncated CLOG that was still needed by LISTEN/NOTIFYHeikki Linnakangas
4 daysSplit out innards of pg_tablespace_location()Álvaro Herrera
5 daysClean up qsort comparison function for GUC entriesPeter Eisentraut
6 daysBump PG_CONTROL_VERSION for commit 3e0ae46d90Heikki Linnakangas
6 daysCheck for CREATE privilege on the schema in CREATE STATISTICS.Nathan Bossart
6 daysMove SLRU_PAGES_PER_SEGMENT to pg_config_manual.hHeikki Linnakangas
9 daysFix generic read and write barriers for Clang.Thomas Munro
9 daysAdd seq_sync_error_count to subscription statistics.Amit Kapila
10 daysbufmgr: Allow some buffer state modifications while holding header lockAndres Freund
10 daysIntroduce XLogRecPtrIsValid()Álvaro Herrera
10 daysRefactor shared memory allocation for semaphoresHeikki Linnakangas
10 daysRe-run autoheaderPeter Eisentraut
11 daysImplement WAIT FOR commandAlexander Korotkov
11 daysAdd infrastructure for efficient LSN waitingAlexander Korotkov
11 daysAdd pairingheap_initialize() for shared memory usageAlexander Korotkov
11 daysAdd sequence synchronization for logical replication.Amit Kapila
13 daysAdd WalRcvGetState() to retrieve the state of a WAL receiverMichael Paquier
13 daysFix unconditional WAL receiver shutdown during stream-archive transitionMichael Paquier
13 daysAdd \pset options for boolean value displayÁlvaro Herrera
14 daysChange "long" numGroups fields to be Cardinality (i.e., double).Tom Lane
14 daysImprove planner's estimates of tuple hash table sizes.Tom Lane
14 daysAvoid 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
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