postgresql/src/backend/commands
Bruce Momjian 414e75540f C comment: fix typos with unnecessary apostrophes
Reported-by: Vinayak Pokale

Discussion: https://postgr.es/m/CAEySZvh7gPTOqMhuKOBXEt=qF_1BCvFQB4MAJ4yaTPJHxgX_zw@mail.gmail.com

Author: Vinayak Pokale

Backpatch-through: master
2023-11-22 23:41:15 -05: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 Retire MemoryContextResetAndDeleteChildren() macro. 2023-11-15 13:42:30 -06:00
async.c Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
cluster.c Add more sanity checks with callers of changeDependencyFor() 2023-07-10 13:08:10 +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 Ensure we preprocess expressions before checking their volatility. 2023-11-16 10:05:14 -05: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 Ensure we preprocess expressions before checking their volatility. 2023-11-16 10:05:14 -05: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 Remove the "snapshot too old" feature. 2023-09-05 19:53:43 +12:00
vacuumparallel.c Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
variable.c Fix privilege check for SET SESSION AUTHORIZATION. 2023-07-13 21:13:45 -07:00
view.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00