postgresql/src/backend/commands
2006-07-11 18:26:11 +00:00
..
aggregatecmds.c Fix a couple of obvious problems in DROP IF EXISTS patch. 2006-06-16 23:50:48 +00:00
alter.c Support the syntax 2006-04-15 17:45:46 +00:00
analyze.c Improve vacuum code to track minimum Xids per table instead of per database. 2006-07-10 16:20:52 +00:00
async.c Add GUC update_process_title to control whether 'ps' display is updated 2006-06-27 22:16:44 +00:00
cluster.c Code review for FILLFACTOR patch. Change WITH grammar as per earlier 2006-07-03 22:45:41 +00:00
comment.c Support the syntax 2006-04-15 17:45:46 +00:00
conversioncmds.c Sort reference of include files, "A" - "F". 2006-07-11 16:35:33 +00:00
copy.c Further hacking on performance of COPY OUT. It seems that fwrite()'s 2006-05-26 22:50:02 +00:00
dbcommands.c Improve vacuum code to track minimum Xids per table instead of per database. 2006-07-10 16:20:52 +00:00
define.c Code review for FILLFACTOR patch. Change WITH grammar as per earlier 2006-07-03 22:45:41 +00:00
explain.c Fix EXPLAIN so that it can drill down through multiple levels of subplan 2006-04-08 18:49:52 +00:00
functioncmds.c DROP ... IF EXISTS for the following cases: 2006-06-16 20:23:45 +00:00
indexcmds.c Alphabetically order reference to include files, "G" - "M". 2006-07-11 17:04:13 +00:00
lockcmds.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
Makefile Tablespaces. Alternate database locations are dead, long live tablespaces. 2004-06-18 06:14:31 +00:00
opclasscmds.c DROP ... IF EXISTS for the following cases: 2006-06-16 20:23:45 +00:00
operatorcmds.c DROP ... IF EXISTS for the following cases: 2006-06-16 20:23:45 +00:00
portalcmds.c Create infrastructure for 'MinimalTuple' representation of in-memory 2006-06-27 02:51:40 +00:00
prepare.c Alphabetically order reference to include files, "N" - "S". 2006-07-11 17:26:59 +00:00
proclang.c Alphabetically order reference to include files, "N" - "S". 2006-07-11 17:26:59 +00:00
schemacmds.c Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
sequence.c Alphabetically order reference to include files, "N" - "S". 2006-07-11 17:26:59 +00:00
tablecmds.c Alphabetically order reference to include files, "S"-"Z". 2006-07-11 18:26:11 +00:00
tablespace.c DROP ... IF EXISTS for the following cases: 2006-06-16 20:23:45 +00:00
trigger.c DROP ... IF EXISTS for the following cases: 2006-06-16 20:23:45 +00:00
typecmds.c Alphabetically order reference to include files, "S"-"Z". 2006-07-11 18:26:11 +00:00
user.c Split definitions for md5.c out of crypt.h and into their own header 2006-06-20 19:56:52 +00:00
vacuum.c Improve vacuum code to track minimum Xids per table instead of per database. 2006-07-10 16:20:52 +00:00
vacuumlazy.c Improve vacuum code to track minimum Xids per table instead of per database. 2006-07-10 16:20:52 +00:00
variable.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
view.c Add FILLFACTOR to CREATE INDEX. 2006-07-02 02:23:23 +00:00