summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
13 hoursAdd some missing #include <limits.h>.Thomas Munro
19 hoursReplace off_t by pgoff_t in I/O routinesMichael Paquier
23 hoursFix incorrect assignment of InvalidXLogRecPtr to a non-LSN variable.Fujii Masao
26 hoursRemove obsolete autovacuum comment.Nathan Bossart
27 hoursTeach DSM registry to ERROR if attaching to an uninitialized entry.Nathan Bossart
28 hoursClear 'xid' in dummy async notify entries written to fill up pagesHeikki Linnakangas
28 hoursFix remaining race condition with CLOG truncation and LISTEN/NOTIFYHeikki Linnakangas
28 hoursFix bug where we truncated CLOG that was still needed by LISTEN/NOTIFYHeikki Linnakangas
28 hoursEscalate ERRORs during async notify processing to FATALHeikki Linnakangas
31 hoursSplit out innards of pg_tablespace_location()Álvaro Herrera
34 hoursFix range for commit_siblings in sample confDaniel Gustafsson
35 hourslibpq: threadsafety for SSL certificate callbackDaniel Gustafsson
36 hoursFix comments of output routines for pg_ndistinct and pg_dependenciesMichael Paquier
39 hoursMove code specific to pg_dependencies to new fileMichael Paquier
40 hoursMove code specific to pg_ndistinct to new fileMichael Paquier
44 hoursRemove unused assignment in CREATE PUBLICATION grammar.Amit Kapila
46 hoursPrefer spelling "cacheable" over "cachable".Thomas Munro
46 hoursReport better object limits in error messages for injection pointsMichael Paquier
3 daysClean up qsort comparison function for GUC entriesPeter Eisentraut
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
3 daysFix typos in nodeWindowAgg commentsDaniel Gustafsson
5 daysFix comment in copyto.cMichael Paquier
6 daysRemove blank line in C code.Bruce Momjian
6 daysFix checking for recovery state in WaitForLSN()Alexander Korotkov
7 daysFix "inconsistent DLL linkage" warning on Windows MSVCPeter Eisentraut
7 daysAdd seq_sync_error_count to subscription statistics.Amit Kapila
7 daysbufmgr: Use atomic sub for unpinning buffersAndres Freund
7 daysbufmgr: Allow some buffer state modifications while holding header lockAndres Freund
7 daysTidyup WARNING ereports in subscriptioncmds.cDavid Rowley
7 daysUse XLogRecPtrIsValid() in various placesÁlvaro Herrera
7 daysDisallow generated columns in COPY WHERE clausePeter Eisentraut
7 daysRefactor shared memory allocation for semaphoresHeikki Linnakangas
7 daysAdd comment to explain why PGReserveSemaphores() is called earlyHeikki Linnakangas
8 daysCosmetic fixes in GiST READMEJohn Naylor
8 daysFix few issues in commit 5509055d69.Amit Kapila
8 daysDocument some structures in attribute_stats.cMichael Paquier
8 daysUpdate code commentPeter Eisentraut
8 daysFix UNION planner estimate_num_groups with varno==0David Rowley
8 daysUpdate obsolete comment in ExecScanReScan().Etsuro Fujita
8 daysUse stack allocated StringInfoDatas, where possibleDavid Rowley
8 daysAvoid possible crash within libsanitizer.Tom Lane
9 daysImplement WAIT FOR commandAlexander Korotkov
9 daysAdd infrastructure for efficient LSN waitingAlexander Korotkov
9 daysAdd pairingheap_initialize() for shared memory usageAlexander Korotkov
9 daysAvoid creating duplicate ordered append pathsRichard Guo
9 daysFix assertion failure in generate_orderedappend_paths()Richard Guo
9 daysAdd sequence synchronization for logical replication.Amit Kapila
9 daysDrop unnamed portal immediately after execution to completionMichael Paquier
9 daysFix comments for ChangeVarNodes() and related functionsRichard Guo