summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-19Teach autoprewarm to use the dynamic shared memory registry.Nathan Bossart
2024-01-19Introduce the dynamic shared memory registry.Nathan Bossart
2024-01-19doc: Reorganize section for shared memory and LWLocks.Nathan Bossart
2024-01-19Fix name collision in c64086b79dbaAlexander Korotkov
2024-01-19doc: Update compiler for FreeBSD specific instructionsDaniel Gustafsson
2024-01-19Reorder actions in ProcArrayApplyRecoveryInfo()Alexander Korotkov
2024-01-19Add stratnum GiST support functionPeter Eisentraut
2024-01-19Rename COPY option from SAVE_ERROR_TO to ON_ERRORAlexander Korotkov
2024-01-19Fixed misspelled byteswap function for big endian machinesJohn Naylor
2024-01-19Add optimized C string hashingJohn Naylor
2024-01-19Add inline incremental hash functions for in-memory useJohn Naylor
2024-01-19psql: Add ignore_slash_options in bind's inactive branchMichael Paquier
2024-01-19Fix incorrect placeholder in walreceiver.cMichael Paquier
2024-01-19Improve some documentation about the bootstrap superuser.Nathan Bossart
2024-01-18Fix buildfarm error from commit 5c31669058.Jeff Davis
2024-01-18Fix broken Bitmapset optimization in DiscreteKnapsack()David Rowley
2024-01-18Fix plpgsql to allow new-style SQL CREATE FUNCTION as a SQL command.Tom Lane
2024-01-18Remove LVPagePruneState.Robert Haas
2024-01-18Move VM update code from lazy_scan_heap() to lazy_scan_prune().Robert Haas
2024-01-18Clarify language in incremental backup glossary entry.Robert Haas
2024-01-18Optimize vacuuming of relations with no indexes.Robert Haas
2024-01-18More documentation updates for incremental backup.Robert Haas
2024-01-18Rework text in replication slots documentationAlvaro Herrera
2024-01-18Error message capitalisationPeter Eisentraut
2024-01-18Fix an issue in PostgreSQL::Test::Cluster:psql()Peter Eisentraut
2024-01-18Improve handling of dropped partitioned indexes for REINDEX INDEXMichael Paquier
2024-01-18Add try_index_open(), conditional variant of index_open()Michael Paquier
2024-01-18seg: Add test "security" in meson.buildMichael Paquier
2024-01-17Remove the flaky check in event_trigger_login regression testAlexander Korotkov
2024-01-17Fix spelling in noticeAlexander Korotkov
2024-01-17Fix incorrect comment on how BackendStatusArray is indexedHeikki Linnakangas
2024-01-17Close socket in case of errors in setting non-blockingDaniel Gustafsson
2024-01-17Fix description of DecodeInsert() in decode.cMichael Paquier
2024-01-17Remove some comments related to pqPipelineSync() and PQsendPipelineSync()Michael Paquier
2024-01-17Add support for parsing of large XML data (>= 10MB)Michael Paquier
2024-01-16xml2: Replace deprecated routines with recommended onesMichael Paquier
2024-01-16Fix format specifier for NOTICE in copyfrom.cAlexander Korotkov
2024-01-16Add new COPY option SAVE_ERROR_TOAlexander Korotkov
2024-01-16Fix REALLOCATE_BITMAPSETS codeDavid Rowley
2024-01-16Be more consistent about whether to update the FSM while vacuuming.Robert Haas
2024-01-16Support identity columns in partitioned tablesPeter Eisentraut
2024-01-16Decorate WITH with literal markup tagsDaniel Gustafsson
2024-01-16Add missing PGDLLIMPORT markingsHeikki Linnakangas
2024-01-16struct XmlTableRoutine: use C99 designated initializersAlvaro Herrera
2024-01-16Don't test already-referenced pointer for nullnessAlvaro Herrera
2024-01-16doc: Add Identity Column section under Data Definition chapterPeter Eisentraut
2024-01-16Assert that partition inherits from only one parent in MergeAttributes()Peter Eisentraut
2024-01-16doc: Decorate PostgreSQL with productname tagPeter Eisentraut
2024-01-16libpq: Add PQsendPipelineSync()Michael Paquier
2024-01-16Fix a typo and some doc indentation related to libpq pipeline functionsMichael Paquier