postgresql/src/backend
Heikki Linnakangas 3d8652cd32 Remove unneeded vacuum_delay_point from heap_vac_scan_get_next_block
heap_vac_scan_get_next_block() does relatively little work, so there
is no need to call vacuum_delay_point(). A future commit will call
heap_vac_scan_get_next_block() from a callback, and we would like to
avoid calling vacuum_delay_point() in that callback.

Author: Melanie Plageman
Discussion: https://postgr.es/m/CAAKRu_Yf3gvXGcCnqqfoq0Q8LX8UM-e-qbm_B1LeZh60f8WhWA%40mail.gmail.com
2024-03-11 20:45:33 +02:00
..
access Remove unneeded vacuum_delay_point from heap_vac_scan_get_next_block 2024-03-11 20:45:33 +02:00
archive Add macro for customizing an archiving WARNING message. 2024-03-04 15:41:42 -06:00
backup Fix pgindent damage. 2024-03-04 14:37:35 -05:00
bootstrap Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
catalog Catalog changes preparing for builtin collation provider. 2024-03-09 14:48:18 -08:00
commands Improve support for ExplainOneQuery() hook 2024-03-11 08:40:40 +09:00
executor Fix incorrect accessing of pfree'd memory in Memoize 2024-03-11 18:19:56 +13:00
foreign Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
jit Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
lib Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
libpq Cope with a deficiency in OpenSSL 3.x's error reporting. 2024-03-07 19:38:17 -05:00
main Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
nodes Fix description and grouping of RangeTblEntry.inh 2024-03-07 12:13:09 +01:00
optimizer Revert "Fix parallel-safety check of expressions and predicate for index builds" 2024-03-07 08:30:35 +09:00
parser Add support for DEFAULT in ALTER TABLE .. SET ACCESS METHOD 2024-03-08 09:31:52 +09:00
partitioning Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
po Update copyright for 2024 2024-01-03 20:49:05 -05:00
port Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
postmaster Add macro for customizing an archiving WARNING message. 2024-03-04 15:41:42 -06:00
regex Update copyright for 2024 2024-01-03 20:49:05 -05:00
replication Admit deferrable PKs into rd_pkindex, but flag them as such 2024-03-08 16:32:29 +01:00
rewrite Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
snowball Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
statistics Fix incorrectly reported stats kind in "can't happen" ERROR 2024-03-05 16:17:02 +13:00
storage Don't destroy SMgrRelations at relcache invalidation 2024-03-11 09:08:02 +02:00
tcop Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
tsearch Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
utils Don't destroy SMgrRelations at relcache invalidation 2024-03-11 09:08:02 +02:00
.gitignore
Makefile Remove AIX support 2024-02-28 15:17:23 +04:00
common.mk Blind attempt to fix LLVM dependency in the backend 2022-09-15 10:53:48 +07:00
meson.build Remove AIX support 2024-02-28 15:17:23 +04:00
nls.mk Remove distprep 2023-11-06 15:18:04 +01:00