postgresql/src/backend/utils/sort
Andres Freund 61b313e47e Pass down table relation into more index relation functions
This is done in preparation for logical decoding on standby, which needs to
include whether visibility affecting WAL records are about a (user) catalog
table. Which is only known for the table, not the indexes.

It's also nice to be able to pass the heap relation to GlobalVisTestFor() in
vacuumRedirectAndPlaceholder().

Author: "Drouvot, Bertrand" <bertranddrouvot.pg@gmail.com>
Discussion: https://postgr.es/m/21b700c3-eecf-2e05-a699-f8c78dd31ec7@gmail.com
2023-04-01 20:18:29 -07:00
..
logtape.c Fix and clarify function comment on LogicalTapeSetCreate. 2023-01-23 11:56:43 +02:00
Makefile Split tuplesortvariants.c from tuplesort.c 2022-07-27 08:28:26 +03:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00
qsort_interruptible.c Invent qsort_interruptible(). 2022-07-12 16:30:36 -04:00
sharedtuplestore.c Fix rare sharedtuplestore.c corruption. 2023-01-26 14:52:19 +13:00
sortsupport.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
tuplesort.c Remove redundant setting of tuplesort status 2023-01-09 16:53:21 +07:00
tuplesortvariants.c Pass down table relation into more index relation functions 2023-04-01 20:18:29 -07:00
tuplestore.c Simplify useless 0L constants 2023-03-29 08:25:12 +02:00