summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
11 hoursBump PG_CONTROL_VERSION for commit 3e0ae46d90HEADmasterHeikki Linnakangas
14 hoursCheck for CREATE privilege on the schema in CREATE STATISTICS.Nathan Bossart
14 hourslibpq: Prevent some overflows of int/size_tJacob Champion
14 hoursMove SLRU_PAGES_PER_SEGMENT to pg_config_manual.hHeikki Linnakangas
17 hoursFix typos in nodeWindowAgg commentsDaniel Gustafsson
23 hoursAdd more tests for relation statistics with rewritesMichael Paquier
28 hoursinjection_points: Add variant for injection_point_attach()Michael Paquier
2 daysFix comment in copyto.cMichael Paquier
3 daysRemove blank line in C code.Bruce Momjian
3 daysFix generic read and write barriers for Clang.Thomas Munro
3 daysFix checking for recovery state in WaitForLSN()Alexander Korotkov
4 dayspgbench: Add --continue-on-error option.Fujii Masao
4 daysFix "inconsistent DLL linkage" warning on Windows MSVCPeter Eisentraut
4 daysAdd seq_sync_error_count to subscription statistics.Amit Kapila
4 daysbufmgr: Use atomic sub for unpinning buffersAndres Freund
4 daysbufmgr: Allow some buffer state modifications while holding header lockAndres Freund
4 daysTidyup WARNING ereports in subscriptioncmds.cDavid Rowley
4 daysUse XLogRecPtrIsValid() in various placesÁlvaro Herrera
4 daysIntroduce XLogRecPtrIsValid()Álvaro Herrera
5 daysRefer readers of \? to "\? variables" for pset optionsÁlvaro Herrera
5 daysDisallow generated columns in COPY WHERE clausePeter Eisentraut
5 daysRefactor shared memory allocation for semaphoresHeikki Linnakangas
5 daysAdd comment to explain why PGReserveSemaphores() is called earlyHeikki Linnakangas
5 daysFix redundancy in error messagePeter Eisentraut
5 daysCosmetic fixes in GiST READMEJohn Naylor
5 daysFix few issues in commit 5509055d69.Amit Kapila
5 daysci: Improve OpenBSD core dump backtrace handling.Thomas Munro
5 daysDocument some structures in attribute_stats.cMichael Paquier
5 daysRe-run autoheaderPeter Eisentraut
5 daysUpdate code commentPeter Eisentraut
5 daysFix UNION planner estimate_num_groups with varno==0David Rowley
5 daysUpdate obsolete comment in ExecScanReScan().Etsuro Fujita
5 daysUse stack allocated StringInfoDatas, where possibleDavid Rowley
6 daysAvoid possible crash within libsanitizer.Tom Lane
6 daysImplement WAIT FOR commandAlexander Korotkov
6 daysAdd infrastructure for efficient LSN waitingAlexander Korotkov
6 daysAdd pairingheap_initialize() for shared memory usageAlexander Korotkov
6 daysAvoid creating duplicate ordered append pathsRichard Guo
6 daysFix assertion failure in generate_orderedappend_paths()Richard Guo
6 daysFix timing-dependent failure in recovery test 004_timeline_switchMichael Paquier
6 daysAdd sequence synchronization for logical replication.Amit Kapila
6 daysDrop unnamed portal immediately after execution to completionMichael Paquier
6 daysFix comments for ChangeVarNodes() and related functionsRichard Guo
6 daysAdd assertions checking for the startup process in WAL replay routinesMichael Paquier
6 daysaio: Improve assertions related to io_methodAndres Freund
6 daysjit: Fix accidentally-harmless type confusionAndres Freund
6 daysSpecial case C_COLLATION_OID in pg_newlocale_from_collation().Jeff Davis
6 daysAdd CHECK_FOR_INTERRUPTS in Evict{Rel,All}UnpinnedBuffers.Masahiko Sawada
6 daysFix possible usage of incorrect UPPERREL_SETOP RelOptInfoDavid Rowley
6 daysFix snapshot handling bug in recent BRIN fixÁlvaro Herrera