summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2024-10-15Add contrib/pg_logicalinspect.Masahiko Sawada
2024-10-15Move SnapBuild and SnapBuildOnDisk structs to snapshot_internal.h.Masahiko Sawada
2024-10-14Remove obsolete comment in reorderbuffer.h.Masahiko Sawada
2024-10-14Track scan reversals in MergeJoinPeter Eisentraut
2024-10-14Track sort direction in SortGroupClausePeter Eisentraut
2024-10-14Remove traces of BeOS.Peter Eisentraut
2024-10-11Create functions pg_set_relation_stats, pg_clear_relation_stats.Jeff Davis
2024-10-11Avoid mixing custom and OpenSSL BIO functionsDaniel Gustafsson
2024-10-11Add pg_ls_summariesdir().Nathan Bossart
2024-10-10Unbreak overflow test for attinhcount/coninhcountÁlvaro Herrera
2024-10-10Improve descriptions of some pg_stat_checkpoints functions in pg_proc.dat.Fujii Masao
2024-10-08Introduce two fields in EState to track parallel worker activityMichael Paquier
2024-10-08Add min and max aggregates for bytea type.Tom Lane
2024-10-08Use aux process resource owner in walsenderAndres Freund
2024-10-08bufmgr/smgr: Don't cross segment boundaries in StartReadBuffers()Andres Freund
2024-10-08Use an shmem_exit callback to remove backend from PMChildFlags on exitHeikki Linnakangas
2024-10-08Add REJECT_LIMIT option to the COPY command.Fujii Masao