summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2025-04-08Fix uninitialized index information access during apply.Amit Kapila
2025-04-08Introduce file_copy_method setting.Thomas Munro
2025-04-08Add function to get memory context stats for processesDaniel Gustafsson
2025-04-08Increase BAS_BULKREAD based on effective_io_concurrencyAndres Freund
2025-04-08Add pg_buffercache_evict_{relation,all} functionsAndres Freund
2025-04-08Speedup child EquivalenceMember lookup in plannerDavid Rowley
2025-04-08Stabilize 035_standby_logical_decoding.pl.Amit Kapila
2025-04-08Fix PG 17 [NOT] NULL optimization bug for domainsBruce Momjian
2025-04-07Flush the IO statistics of active WAL senders more frequentlyMichael Paquier
2025-04-07Introduce pg_shmem_allocations_numa viewTomas Vondra
2025-04-07Add support for basic NUMA awarenessTomas Vondra
2025-04-07aio: Make AIO more compatible with valgrindAndres Freund
2025-04-07localbuf: Add Valgrind buffer access instrumentationAndres Freund
2025-04-07Fix erroneous construction of functions' dependencies on transforms.Tom Lane
2025-04-07Allow NOT NULL constraints to be added as NOT VALIDÁlvaro Herrera
2025-04-07Add local-address escape "%L" to log_line_prefix.Tom Lane
2025-04-07read_stream: Fix overflow hazard with large shared buffersAndres Freund
2025-04-07Remove GUC_NOT_IN_SAMPLE from enable_self_join_eliminationAlexander Korotkov
2025-04-07Clarify comment for worst-case allocation in quote_literal_cstr()Michael Paquier
2025-04-07Fix use-after-free in pgstat_fetch_stat_backend_by_pid()Michael Paquier
2025-04-07Use XLOG_CONTROL_FILE macro consistently for control file name.Fujii Masao
2025-04-06aio: Avoid spurious coverity warningAndres Freund
2025-04-06Use "(void)" to mark pgstat_lock_entry(..., false) calls.Tom Lane
2025-04-06Relax ordering-related hardcoded btree requirements in planningPeter Eisentraut
2025-04-06Revert "Put enable_self_join_elimination into postgresql.conf.sample"Alexander Korotkov
2025-04-06Put enable_self_join_elimination into postgresql.conf.sampleAlexander Korotkov
2025-04-05Fix parse_cte.c's failure to examine sub-WITHs in DML statements.Tom Lane
2025-04-05Avoid double transformation of json_array()'s subquery.Tom Lane
2025-04-05Repair misbehavior with duplicate entries in FK SET column lists.Tom Lane
2025-04-04functions.c: copy trees from source_list before parse analysis etc.Tom Lane
2025-04-04Avoid extra index searches through preprocessing.Peter Geoghegan
2025-04-04Improve nbtree skip scan primitive scan scheduling.Peter Geoghegan
2025-04-04Further optimize nbtree search scan key comparisons.Peter Geoghegan
2025-04-04Add nbtree skip scan optimization.Peter Geoghegan
2025-04-04Re-pgindent pg_largeobject.c after commit 0d6c477664.Nathan Bossart
2025-04-04Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriateAlexander Korotkov
2025-04-04Extract make_SAOP_expr() function from match_orclause_to_indexcol()Alexander Korotkov
2025-04-04Fix crash/valgrind errorPeter Eisentraut
2025-04-04Relax assertion in finding correct GiST parentHeikki Linnakangas
2025-04-04Allow "COPY table TO" command to copy rows from materialized views.Fujii Masao
2025-04-04Support non-btree indexes in get_actual_variable_range()Peter Eisentraut
2025-04-04Extend ALTER DEFAULT PRIVILEGES to define default privileges for large objects.Fujii Masao
2025-04-04Use standard die() signal handler in walreceiverHeikki Linnakangas
2025-04-04Convert PathKey to use CompareTypePeter Eisentraut
2025-04-04Revert "Improve accounting for memory used by shared hash tables"Tomas Vondra
2025-04-04Make derived clause lookup in EquivalenceClass more efficientAmit Langote
2025-04-04Add assertion to verify derived clause has constant RHSAmit Langote
2025-04-03Use AIO batchmode for bitmap heap scansMelanie Plageman
2025-04-03Remove misleading read stream asserts in a few usersMelanie Plageman
2025-04-03Fix oversight in commit 0dca5d68d.Tom Lane