You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/backend/commands
Tom Lane 9e3755ecb2 Remove useless duplicate inclusions of system header files. 9 years ago
..
Makefile Logical replication 9 years ago
aggregatecmds.c Use the new castNode() macro in a number of places. 9 years ago
alter.c Tweak catalog indexing abstraction for upcoming WARM 9 years ago
amcmds.c Fix typos in comments. 9 years ago
analyze.c Tweak catalog indexing abstraction for upcoming WARM 9 years ago
async.c Use the new castNode() macro in a number of places. 9 years ago
cluster.c Fix CatalogTupleInsert/Update abstraction for case of shared indstate. 9 years ago
collationcmds.c Add CREATE COLLATION IF NOT EXISTS clause 9 years ago
comment.c Provide CatalogTupleDelete() as a wrapper around simple_heap_delete(). 9 years ago
constraint.c Allow index AMs to cache data across aminsert calls within a SQL command. 9 years ago
conversioncmds.c Update copyright via script for 2017 9 years ago
copy.c Make more use of castNode() 9 years ago
createas.c Use castNode() in a bunch of statement-list-related code. 9 years ago
dbcommands.c Remove useless duplicate inclusions of system header files. 9 years ago
define.c Logical replication 9 years ago
discard.c Update copyright via script for 2017 9 years ago
dropcmds.c Use the new castNode() macro in a number of places. 9 years ago
event_trigger.c Provide CatalogTupleDelete() as a wrapper around simple_heap_delete(). 9 years ago
explain.c Fix typos in comments. 9 years ago
extension.c Provide CatalogTupleDelete() as a wrapper around simple_heap_delete(). 9 years ago
foreigncmds.c Provide CatalogTupleDelete() as a wrapper around simple_heap_delete(). 9 years ago
functioncmds.c Fix typos in comments. 9 years ago
indexcmds.c Ignore tablespace ACLs when ignoring schema ACLs. 9 years ago
lockcmds.c Update copyright via script for 2017 9 years ago
matview.c Tweak catalog indexing abstraction for upcoming WARM 9 years ago
opclasscmds.c Provide CatalogTupleDelete() as a wrapper around simple_heap_delete(). 9 years ago
operatorcmds.c Provide CatalogTupleDelete() as a wrapper around simple_heap_delete(). 9 years ago
policy.c Provide CatalogTupleDelete() as a wrapper around simple_heap_delete(). 9 years ago
portalcmds.c Use castNode() in a bunch of statement-list-related code. 9 years ago
prepare.c Consistently declare timestamp variables as TimestampTz. 9 years ago
proclang.c Provide CatalogTupleDelete() as a wrapper around simple_heap_delete(). 9 years ago
publicationcmds.c Fix typos in comments. 9 years ago
schemacmds.c Provide CatalogTupleDelete() as a wrapper around simple_heap_delete(). 9 years ago
seclabel.c Provide CatalogTupleDelete() as a wrapper around simple_heap_delete(). 9 years ago
sequence.c Add CREATE SEQUENCE AS <data type> clause 9 years ago
subscriptioncmds.c Fix whitespace 9 years ago
tablecmds.c Make partitions automatically inherit OIDs. 9 years ago
tablespace.c Remove useless duplicate inclusions of system header files. 9 years ago
trigger.c Provide CatalogTupleDelete() as a wrapper around simple_heap_delete(). 9 years ago
tsearchcmds.c Provide CatalogTupleDelete() as a wrapper around simple_heap_delete(). 9 years ago
typecmds.c Provide CatalogTupleDelete() as a wrapper around simple_heap_delete(). 9 years ago
user.c Provide CatalogTupleDelete() as a wrapper around simple_heap_delete(). 9 years ago
vacuum.c Fix race condition in reading commit timestamps 9 years ago
vacuumlazy.c Prefetch blocks during lazy vacuum's truncation scan 9 years ago
variable.c Remove now-dead code for !HAVE_INT64_TIMESTAMP. 9 years ago
view.c Use the new castNode() macro in a number of places. 9 years ago