postgresql/src/backend
Michael Paquier b940918dc8 Remove "recheck" argument from check_index_is_clusterable()
The last usage of this argument in this routine can be tracked down to
7e2f9062, aka 11 years ago.  Getting rid of this argument can also be an
advantage for extensions calling check_index_is_clusterable(), as it
removes any need to worry about the meaning of what a recheck would be
at this level.

Author: Justin Pryzby
Discussion: https://postgr.es/m/20220411140609.GF26620@telsasoft.com
2022-04-13 15:32:35 +09:00
..
access Revert the addition of GetMaxBackends() and related stuff. 2022-04-12 14:45:23 -04:00
bootstrap pg_upgrade: Preserve relfilenodes and tablespace OIDs. 2022-01-17 13:40:27 -05:00
catalog Rename delayChkpt to delayChkptFlags. 2022-04-08 11:44:17 -04:00
commands Remove "recheck" argument from check_index_is_clusterable() 2022-04-13 15:32:35 +09:00
executor adjust_partition_colnos mustn't be called if not needed 2022-04-12 15:19:57 +02:00
foreign Create routine able to set single-call SRFs for Materialize mode 2022-03-07 10:26:29 +09:00
jit SQL/JSON query functions 2022-03-29 16:57:13 -04:00
lib dshash: revise sequential scan support. 2022-04-04 14:32:52 -07:00
libpq Revert the addition of GetMaxBackends() and related stuff. 2022-04-12 14:45:23 -04:00
main Fix collection of typos in the code and the documentation 2022-03-15 11:29:35 +09:00
nodes Use WRITE_ENUM_FIELD for enum field 2022-04-12 16:19:00 +02:00
optimizer Change mechanism to set up source targetlist in MERGE 2022-04-12 09:29:39 +02:00
parser Change mechanism to set up source targetlist in MERGE 2022-04-12 09:29:39 +02:00
partitioning Refactor and cleanup runtime partition prune code a little 2022-04-05 11:46:48 +02:00
po Translation updates 2021-06-21 12:33:50 +02:00
port Ensure that the argument of shmdt(2) is declared "void *". 2022-02-15 17:17:28 -05:00
postmaster Revert the addition of GetMaxBackends() and related stuff. 2022-04-12 14:45:23 -04:00
regex Call pg_newlocale_from_collation() also with default collation 2022-01-20 09:50:18 +01:00
replication Rename backup_compression.{c,h} to compression.{c,h} 2022-04-12 13:38:54 +09:00
rewrite Add support for MERGE SQL command 2022-03-28 16:47:48 +02:00
snowball Update copyright for 2022 2022-01-07 19:04:57 -05:00
statistics Fix various typos, grammar and code style in comments and docs 2022-01-25 09:40:04 +09:00
storage Revert the addition of GetMaxBackends() and related stuff. 2022-04-12 14:45:23 -04:00
tcop pgstat: store statistics in shared memory. 2022-04-06 21:29:46 -07:00
tsearch Fix various typos and spelling mistakes in code comments 2022-04-11 20:49:41 +12:00
utils Revert the addition of GetMaxBackends() and related stuff. 2022-04-12 14:45:23 -04:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
common.mk Remove PARTIAL_LINKING build mode. 2018-03-30 17:33:04 -07:00
Makefile Server-side gzip compression. 2022-01-24 15:13:18 -05:00
nls.mk Report progress of startup operations that take a long time. 2021-10-25 11:51:57 -04:00