postgresql/src/backend/commands
Peter Eisentraut 180e3394a7 Push attcompression and attstorage handling into BuildDescForRelation()
This was previously handled by the callers but it can be moved into a
common place.

Discussion: https://www.postgresql.org/message-id/flat/52a125e4-ff9a-95f5-9f61-b87cf447e4da@eisentraut.org
2023-10-05 16:20:46 +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 Fix briefly showing old progress stats for ANALYZE on inherited tables. 2023-09-30 17:03:50 +03:00
async.c Introduce macros for protocol characters. 2023-08-22 19:16:12 -07:00
cluster.c Add more sanity checks with callers of changeDependencyFor() 2023-07-10 13:08:10 +09:00
collationcmds.c All supported systems have locale_t. 2023-07-09 11:55:18 +12: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 Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROM 2023-09-30 12:34:41 -04:00
copyfrom.c In COPY FROM, fail cleanly when unsupported encoding conversion is needed. 2023-10-01 12:09:26 -04:00
copyfromparse.c Introduce macros for protocol characters. 2023-08-22 19:16:12 -07:00
copyto.c Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROM 2023-09-30 12:34:41 -04:00
createas.c Simplify useless 0L constants 2023-03-29 08:25:12 +02:00
dbcommands.c Handle DROP DATABASE getting interrupted 2023-07-13 13:03:28 -07: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 Add GUC for temporarily disabling event triggers 2023-09-25 12:41:49 +02:00
explain.c Add JIT deform_counter 2023-09-08 15:05:12 +02: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 Remove RelationGetIndexRawAttOptions() 2023-10-03 17:51:02 +02: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 Update copyright for 2023 2023-01-02 15:00:37 -05: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 Fix possible compiler warning 2023-08-30 16:21:21 +02:00
statscmds.c Add macro for maximum statistics target 2023-07-03 07:18:57 +02:00
subscriptioncmds.c Fix the ALTER SUBSCRIPTION to reflect the change in run_as_owner option. 2023-09-13 09:34:30 +05:30
tablecmds.c Push attcompression and attstorage handling into BuildDescForRelation() 2023-10-05 16:20:46 +02: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 Add more sanity checks with callers of changeDependencyFor() 2023-07-10 13:08:10 +09:00
user.c Add missing ObjectIdGetDatum() in syscache lookup calls for Oids 2023-07-20 15:18:25 +09:00
vacuum.c Remove the "snapshot too old" feature. 2023-09-05 19:53:43 +12:00
vacuumparallel.c Report index vacuum progress. 2023-07-11 12:34:01 +09: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