postgresql/src/backend/commands
Tom Lane 755d191700 Add display of eventual result RowDescription (if any) to the output
of Describe on a prepared statement.  This was in the original 3.0
protocol proposal, but I took it out for reasons that seemed good at
the time.  Put it back per yesterday's pghackers discussion.
2003-05-06 21:51:42 +00:00
..
aggregatecmds.c pgindent run. 2002-09-04 20:31:48 +00:00
analyze.c Make [VACUUM] ANALYZE safe on zero-column tables. 2003-04-25 21:29:18 +00:00
async.c Another round of protocol changes. Backend-to-frontend messages now all 2003-04-22 00:08:07 +00:00
cluster.c Portal and memory management infrastructure for extended query protocol. 2003-05-02 20:54:36 +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 COPY and pg_dump failed to cope with zero-column tables. Fix 'em. 2003-04-25 02:28:22 +00:00
dbcommands.c Disable alternate locations on Win32 because it doesn't support symlinks. 2003-05-04 04:42:52 +00:00
define.c Provide an upgrade strategy for dump files containing functions declared 2002-09-21 18:39:26 +00:00
explain.c Restructure command destination handling so that we pass around 2003-05-06 20:26:28 +00:00
functioncmds.c Remove restriction that cast functions cannot be volatile. This 2003-02-01 22:09:26 +00:00
indexcmds.c Portal and memory management infrastructure for extended query protocol. 2003-05-02 20:54:36 +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 Restructure command destination handling so that we pass around 2003-05-06 20:26:28 +00:00
prepare.c Add display of eventual result RowDescription (if any) to the output 2003-05-06 21:51:42 +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 Infrastructure for deducing Param types from context, in the same way 2003-04-29 22:13:11 +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 Infrastructure for deducing Param types from context, in the same way 2003-04-29 22:13:11 +00:00
user.c Get rid of last few unadorned 'permission denied' messages. 2003-01-27 00:51:06 +00:00
vacuum.c Portal and memory management infrastructure for extended query protocol. 2003-05-02 20:54:36 +00:00
vacuumlazy.c Reimplement free-space-map management as per recent discussions. 2003-03-04 21:51:22 +00:00
variable.c Clean up some problems in SetClientEncoding: failed to honor doit flag 2003-04-27 17:31:25 +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