postgresql/src/backend/commands
2003-05-28 23:06:16 +00:00
..
aggregatecmds.c pgindent run. 2002-09-04 20:31:48 +00:00
analyze.c Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in 2003-05-27 17:49:47 +00:00
async.c Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in 2003-05-27 17:49:47 +00:00
cluster.c Replace functional-index facility with expressional indexes. Any column 2003-05-28 16:04:02 +00:00
comment.c This patch fixes a bunch of spelling mistakes in comments throughout the 2003-03-10 22:28:22 +00:00
conversioncmds.c Fix permissions-checking bugs and namespace-search-path bugs in 2002-11-02 02:33:03 +00:00
copy.c Remove use of geteuid under Win32. 2003-05-16 02:40:19 +00:00
dbcommands.c Add copydir() function because xcopy doesn't work in XP without a 2003-05-15 17:59:17 +00:00
define.c Provide an upgrade strategy for dump files containing functions declared 2002-09-21 18:39:26 +00:00
explain.c Knock down a couple more lappend() hotspots for large WHERE clauses. 2003-05-28 23:06:16 +00:00
functioncmds.c Remove restriction that cast functions cannot be volatile. This 2003-02-01 22:09:26 +00:00
indexcmds.c Replace functional-index facility with expressional indexes. Any column 2003-05-28 16:04:02 +00:00
lockcmds.c pgindent run. 2002-09-04 20:31:48 +00:00
Makefile PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing 2002-08-27 04:55:12 +00:00
opclasscmds.c Add new palloc0 call as merge of palloc and MemSet(0). 2002-11-13 00:39:48 +00:00
operatorcmds.c pgindent run. 2002-09-04 20:31:48 +00:00
portalcmds.c Update 3.0 protocol support to match recent agreements about how to 2003-05-08 18:16:37 +00:00
prepare.c Update 3.0 protocol support to match recent agreements about how to 2003-05-08 18:16:37 +00:00
proclang.c Provide an upgrade strategy for dump files containing functions declared 2002-09-21 18:39:26 +00:00
schemacmds.c Restructure command destination handling so that we pass around 2003-05-06 20:26:28 +00:00
sequence.c Fix sequence casting. 2003-03-21 03:55:21 +00:00
tablecmds.c Replace functional-index facility with expressional indexes. Any column 2003-05-28 16:04:02 +00:00
trigger.c Avoid O(N^2) behavior with lots of deferred triggers by making 2003-04-20 17:03:25 +00:00
typecmds.c Implement array_send/array_recv (binary I/O for arrays). This exposed 2003-05-09 23:01:45 +00:00
user.c Add binary I/O routines for a bunch more datatypes. Still a few to go, 2003-05-12 23:08:52 +00:00
vacuum.c Replace functional-index facility with expressional indexes. Any column 2003-05-28 16:04:02 +00:00
vacuumlazy.c Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in 2003-05-27 17:49:47 +00:00
variable.c Add defense against possibility that tzname[] doesn't exist. 2003-05-22 17:13:08 +00:00
view.c Code review for ON COMMIT patch. Make the actual on-commit action happen 2002-11-11 22:19:25 +00:00