postgresql/src/backend/commands
Heikki Linnakangas 049ef3398d Don't try to open visibilitymap when analyzing a foreign table
It's harmless, visibilitymap_count() returns 0 if the file doesn't
exist. But it's also very pointless. I noticed this when I added an
assertion in smgropen() that the relnumber is valid.

Discussion: https://www.postgresql.org/message-id/621a52fd-3cd8-4f5d-a561-d510b853bbaf@iki.fi
2023-12-08 09:16:21 +02:00
..
Makefile Move parallel vacuum code to vacuumparallel.c. 2021-12-23 11:42:52 +05:30
aggregatecmds.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
alter.c Add missing ObjectIdGetDatum() in syscache lookup calls for Oids 2023-07-20 15:18:25 +09:00
amcmds.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
analyze.c Don't try to open visibilitymap when analyzing a foreign table 2023-12-08 09:16:21 +02:00
async.c Remove redundant setting of hashkey after insertion 2023-11-30 15:25:57 +07:00
cluster.c Add support for REINDEX in event triggers 2023-12-04 09:53:49 +09:00
collationcmds.c Make some error strings more generic 2023-10-20 22:52:15 +02:00
comment.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
constraint.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
conversioncmds.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
copy.c Add error about the use of FREEZE in COPY TO 2023-11-13 12:53:03 -05:00
copyfrom.c Ensure we preprocess expressions before checking their volatility. 2023-11-16 10:05:14 -05:00
copyfromparse.c Introduce macros for protocol characters. 2023-08-22 19:16:12 -07:00
copyto.c Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
createas.c Simplify useless 0L constants 2023-03-29 08:25:12 +02:00
dbcommands.c Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
define.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
discard.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
dropcmds.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
event_trigger.c Fix code indentation violations in e83d1b0c40 2023-10-16 09:36:31 +09:00
explain.c Add local_blk_{read|write}_time I/O timing statistics for local blocks 2023-10-19 13:39:38 +09:00
extension.c Reject substituting extension schemas or owners matching ["$'\]. 2023-08-07 06:05:56 -07:00
foreigncmds.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
functioncmds.c Add more sanity checks with callers of changeDependencyFor() 2023-07-10 13:08:10 +09:00
indexcmds.c Improve some error messages with invalid indexes for REINDEX CONCURRENTLY 2023-12-07 14:27:54 +09:00
lockcmds.c Revert MAINTAIN privilege and pg_maintain predefined role. 2023-07-07 11:25:13 -07:00
matview.c Revert MAINTAIN privilege and pg_maintain predefined role. 2023-07-07 11:25:13 -07:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00
opclasscmds.c Fix typos in comments 2023-05-02 12:23:08 +09:00
operatorcmds.c Extend ALTER OPERATOR to allow setting more optimization attributes. 2023-10-20 12:28:46 -04:00
policy.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
portalcmds.c Simplify useless 0L constants 2023-03-29 08:25:12 +02:00
prepare.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
proclang.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
publicationcmds.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
schemacmds.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
seclabel.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
sequence.c C comment: fix typos with unnecessary apostrophes 2023-11-22 23:41:15 -05:00
statscmds.c Lock table in DROP STATISTICS 2023-11-19 21:03:38 +01:00
subscriptioncmds.c Restart the apply worker if the privileges have been revoked. 2023-10-17 08:41:44 +05:30
tablecmds.c Add support for REINDEX in event triggers 2023-12-04 09:53:49 +09:00
tablespace.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
trigger.c Fix code indentation violations 2023-07-03 12:47:49 +02:00
tsearchcmds.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
typecmds.c Make some error strings more generic 2023-10-20 22:52:15 +02:00
user.c Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
vacuum.c Apply quotes more consistently to GUC names in logs 2023-11-30 14:11:45 +09:00
vacuumparallel.c Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
variable.c Apply quotes more consistently to GUC names in logs 2023-11-30 14:11:45 +09:00
view.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00