summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2025-02-13Remove unused parameter from execute_extension_script().Nathan Bossart
2025-02-13Remove unnecessary (char *) casts [xlog]Peter Eisentraut
2025-02-13XLogRegisterData, XLogRegisterBufData void * argument for binary dataPeter Eisentraut
2025-02-13Fix MakeTransitionCaptureState() to return a consistent resultMichael Paquier
2025-02-13Rename RBTXN_PREPARE to RBTXN_IS_PREPARE for better clarification.Masahiko Sawada
2025-02-13Skip logical decoding of already-aborted transactions.Masahiko Sawada
2025-02-12Remove unneeded volatile qualifier in fmgr.c.Nathan Bossart
2025-02-12Remove unnecessary (char *) casts [checksum]Peter Eisentraut
2025-02-12Remove unnecessary (char *) casts [mem]Peter Eisentraut
2025-02-12Remove unnecessary (char *) casts [string]Peter Eisentraut
2025-02-11Add cost-based vacuum delay time to progress views.Nathan Bossart
2025-02-11Add is_analyze parameter to vacuum_delay_point().Nathan Bossart
2025-02-11Injection points for hash aggregation.Jeff Davis
2025-02-11Eagerly scan all-visible pages to amortize aggressive vacuumMelanie Plageman
2025-02-11config: Rename "Asynchronous Behavior" to "I/O"Andres Freund
2025-02-11config: Split "Worker Processes" out of "Asynchronous Behavior"Andres Freund
2025-02-11Allow extension functions to participate in in-place updates.Tom Lane
2025-02-10Lock table in ShareUpdateExclusive when importing index stats.Jeff Davis
2025-02-09Cache NO ACTION foreign keys separately from RESTRICT foreign keysPeter Eisentraut
2025-02-09Make TLS write functions' buffer arguments pointers constPeter Eisentraut
2025-02-07Allow non-btree speculative insertion indexesPeter Eisentraut
2025-02-07Support non-btree indexes for foreign keysPeter Eisentraut
2025-02-07Virtual generated columnsPeter Eisentraut
2025-02-07Track unpruned relids to avoid processing pruned relationsAmit Langote
2025-02-06Disallow COPY FREEZE on foreign tables.Nathan Bossart
2025-02-06Fix autovacuum_vacuum_max_threshold's GUC description.Nathan Bossart
2025-02-05Introduce autovacuum_vacuum_max_threshold.Nathan Bossart
2025-02-05Avoid updating inactive_since for invalid replication slots.Amit Kapila
2025-02-04Allow usage of match_orclause_to_indexcol() for joinsAlexander Korotkov
2025-02-04Revise the header comment for match_clause_to_indexcol()Alexander Korotkov
2025-02-04Add data for WAL in pg_stat_io and backend statisticsMichael Paquier
2025-02-03Integrate GistTranslateCompareType() into IndexAmTranslateCompareType()Peter Eisentraut
2025-02-03Improve comment on top of pgstat_count_io_op_time()Michael Paquier
2025-02-03Fix typo in xlog.cMichael Paquier
2025-02-02Convert strategies to and from compare typesPeter Eisentraut
2025-02-02Move CompareType to separate header filePeter Eisentraut
2025-02-02Mention jsonlog in description of logging_collector in GUC tableMichael Paquier
2025-02-01Add get_opfamily_name() functionPeter Eisentraut
2025-02-01Rename GistTranslateStratnum() to GistTranslateCompareType()Peter Eisentraut
2025-01-31Doc: add commentary about cowboy assignment of maintenance_work_mem.Tom Lane
2025-01-31Remove obsolete restriction on the range of log_rotation_size.Tom Lane
2025-01-31Get rid of our dependency on type "long" for memory size calculations.Tom Lane
2025-01-31Move PG_MAX_AUTH_TOKEN_LENGTH to libpq/auth.hDaniel Gustafsson
2025-01-31Fix bad indentation introduced in commit d47cbf474Amit Langote
2025-01-31Perform runtime initial pruning outside ExecInitNode()Amit Langote
2025-01-31Raise an error while trying to acquire an invalid slot.Amit Kapila
2025-01-31Add pgstat_drop_matching_entries() to pgstatsMichael Paquier
2025-01-31Fix comment of StrategySyncStart()Michael Paquier
2025-01-30Use "ssize_t" not "long" in max_stack_depth-related code.Tom Lane
2025-01-30Avoid integer overflow while testing wal_skip_threshold condition.Tom Lane