summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2025-03-29Fix grammar in GIN READMETomas Vondra
2025-03-29Fix MERGE with DO NOTHING actions into a partitioned table.Dean Rasheed
2025-03-29Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut
2025-03-28Make group_similar_or_args() reorder clause list as little as possibleAlexander Korotkov
2025-03-28Fix crash if LockErrorCleanup() is called twiceHeikki Linnakangas
2025-03-28Fix timestamp overflow in UUIDv7 implementation.Masahiko Sawada
2025-03-28Add support for not-null constraints on virtual generated columnsPeter Eisentraut
2025-03-28Modernize some code a bitPeter Eisentraut
2025-03-28Rename a node field for clarityPeter Eisentraut
2025-03-28Use thread-safe strftime_l() instead of strftime().Peter Eisentraut
2025-03-27Fix guc_malloc calls for consistency and OOM checksDaniel Gustafsson
2025-03-27Remove the query_id_squash_values GUCÁlvaro Herrera
2025-03-27Provide thread-safe pg_localeconv_r().Peter Eisentraut
2025-03-27Simplify syntax for ALTER TABLE ALTER CONSTRAINT NO INHERITÁlvaro Herrera
2025-03-27Optimize Query jumbleDavid Rowley
2025-03-27Fix query jumbling to account for NULL nodesDavid Rowley
2025-03-27doc: Correct description of values used in FSM for indexesMichael Paquier
2025-03-26aio: Add io_method=io_uringAndres Freund
2025-03-26aio: Add liburing dependencyAndres Freund
2025-03-26aio: Rename pgaio_io_prep_* to pgaio_io_start_*Andres Freund
2025-03-26aio: Pass result of local callbacks to ->report_returnAndres Freund
2025-03-26aio: Be more paranoid about interruptsAndres Freund
2025-03-26Keep the decompressed filter in brin_bloom_unionTomas Vondra
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-03-26Introduce PG_MODULE_MAGIC_EXT macro.Tom Lane
2025-03-26Add support for gamma() and lgamma() functions.Dean Rasheed
2025-03-26Use relation name instead of OID in query jumbling for RangeTblEntryMichael Paquier
2025-03-26Fix two issues with custom_query_jumble in gen_node_support.plMichael Paquier
2025-03-25Stats: use schemaname/relname instead of regclass.Jeff Davis
2025-03-25refactor: Pass relation OID instead of Relation to createForeignKeyCheckTrigg...Peter Eisentraut
2025-03-25refactor: Split ATExecAlterConstraintInternal()Peter Eisentraut
2025-03-25refactor: Move some code that updates pg_constraint to a separate functionPeter Eisentraut
2025-03-25Small fixes for Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERITPeter Eisentraut
2025-03-25Generalize index support in network support functionPeter Eisentraut
2025-03-25Add support for custom_query_jumble as a node field attributeMichael Paquier
2025-03-25Remove 'additional' pointer from TupleHashEntryData.Jeff Davis
2025-03-25Add ExecCopySlotMinimalTupleExtra().Jeff Davis
2025-03-25Create accessor functions for TupleHashEntry.Jeff Davis
2025-03-25HashAgg: use Bump allocator for hash TupleHashTable entries.Jeff Davis
2025-03-25Fix an oversight in 3abe9dc188.Amit Kapila
2025-03-24Redefine max_files_per_process to control additionally opened filesAndres Freund
2025-03-24Fix bitmapheapscan incorrect recheck of NULL tuplesMelanie Plageman
2025-03-24Detect and Log multiple_unique_conflicts type conflict.Amit Kapila
2025-03-24Allow plugins to set a 64-bit plan identifier in PlannedStmtMichael Paquier
2025-03-23Fix rare assertion failure in standby, if primary is restartedHeikki Linnakangas
2025-03-22aio: Change prefix of PgAioResultStatus values to PGAIO_RS_Andres Freund
2025-03-22Improve nbtree array primitive scan scheduling.Peter Geoghegan
2025-03-21Use streaming read I/O in SP-GiST vacuumingMelanie Plageman
2025-03-21Fix ps display for IO workers.Thomas Munro
2025-03-21Add GUC option to control maximum active replication origins.Masahiko Sawada