summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2024-11-12Add missing word in commentAmit Langote
2024-11-11Fix improper interactions between session_authorization and role.Tom Lane
2024-11-11Add two attributes to pg_stat_database for parallel workers activityMichael Paquier
2024-11-10jit: Remove obsolete LLVM version guard.Thomas Munro
2024-11-08Fix sign-compare warnings in pg_iovec.h.Nathan Bossart
2024-11-08Add pg_constraint rows for not-null constraintsÁlvaro Herrera
2024-11-07Use __attribute__((target(...))) for AVX-512 support.Nathan Bossart
2024-11-07Replicate generated columns when 'publish_generated_columns' is set.Amit Kapila
2024-11-06Monkey-patch LLVM code to fix ARM relocation bug.Thomas Munro
2024-11-04Revert pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-11-04Split ProcSleep function into JoinWaitQueue and ProcSleepHeikki Linnakangas
2024-11-02Fix inplace update buffer self-deadlock.Noah Misch
2024-11-01Rename two functions that wake up other processesHeikki Linnakangas
2024-11-01Use ProcNumbers instead of direct Latch pointers to address other procsHeikki Linnakangas
2024-11-01Add pg_memory_is_all_zeros() in memutils.hMichael Paquier
2024-11-01Add SQL function array_reverse()Michael Paquier
2024-10-31Add a parse location field to struct FunctionParameter.Tom Lane
2024-10-31Remove unused field from SubPlanState structDavid Rowley
2024-10-30Fix bug in nbtree array primitive scan scheduling.Peter Geoghegan
2024-10-30Replicate generated columns when specified in the column list.Amit Kapila
2024-10-29Unpin buffer before inplace update waits for an XID to end.Noah Misch
2024-10-29doc: Add better description for rewrite functions in event triggersMichael Paquier
2024-10-28Unify src/common/'s definitions of MaxAllocSize.Tom Lane
2024-10-28Set query ID for inner queries of CREATE TABLE AS and DECLAREMichael Paquier
2024-10-25Make table_scan_bitmap_next_block() async-friendlyMelanie Plageman
2024-10-25Move EXPLAIN counter increment to heapam_scan_bitmap_next_blockMelanie Plageman
2024-10-25For inplace update, send nontransactional invalidations.Noah Misch
2024-10-25Refactor code converting a publication name List to a StringInfoMichael Paquier
2024-10-24Add functions pg_restore_relation_stats(), pg_restore_attribute_stats().Jeff Davis
2024-10-24Support configuring TLSv1.3 cipher suitesDaniel Gustafsson
2024-10-24Raise the minimum supported OpenSSL version to 1.1.1Daniel Gustafsson
2024-10-24Add 'no_error' argument to pg_wal_replay_wait()Alexander Korotkov
2024-10-24Refactor WaitForLSNReplay() to return the result of waitingAlexander Korotkov
2024-10-24Move LSN waiting declarations and definitions to better placeAlexander Korotkov
2024-10-24Avoid looping over all type cache entries in TypeCacheRelCallback()Alexander Korotkov
2024-10-24Track more precisely query locations for nested statementsMichael Paquier
2024-10-23Fix typo in tidstore.h.Masahiko Sawada
2024-10-23Make SASL max message length configurableDaniel Gustafsson
2024-10-22Add functions pg_set_attribute_stats() and pg_clear_attribute_stats().Jeff Davis
2024-10-22Change pg_*_relation_stats() functions to return type to void.Jeff Davis
2024-10-22Fix C23 compiler warningPeter Eisentraut
2024-10-20SQL/JSON: Fix some oversights in commit b6e1157e7Amit Langote
2024-10-19Fix comment about pg_authid.Tom Lane
2024-10-18Optimize nbtree backwards scans.Peter Geoghegan
2024-10-17Improve ThrowErrorData() comments for use with soft errors.Jeff Davis
2024-10-17Improve node type forward referencePeter Eisentraut
2024-10-17Don't store intermediate hash values in ExprState->resvalueDavid Rowley
2024-10-16Normalize nbtree truncated high key array behavior.Peter Geoghegan
2024-10-15Add type cast to foreach_internal's loop variable.Nathan Bossart
2024-10-15Move clause_sides_match_join() into restrictinfo.hDavid Rowley