postgresql/src/backend/commands
Tom Lane 023570f5e3 Make the COPY command return a command tag that includes the number of
rows copied.  Backend side of Volkan Yazici's recent patch, with
corrections and documentation.
2006-03-03 19:54:10 +00:00
..
aggregatecmds.c Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
alter.c Revert patch becaues of locking concerns: 2006-02-12 19:11:01 +00:00
analyze.c Update random() usage so ranges are inclusive/exclusive as required. 2006-02-03 12:45:47 +00:00
async.c Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
cluster.c Tweak indexscan machinery to avoid taking an AccessShareLock on an index 2005-12-03 05:51:03 +00:00
comment.c I've created a new shared catalog table pg_shdescription to store 2006-02-12 03:22:21 +00:00
conversioncmds.c Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
copy.c Make the COPY command return a command tag that includes the number of 2006-03-03 19:54:10 +00:00
dbcommands.c I've created a new shared catalog table pg_shdescription to store 2006-02-12 03:22:21 +00:00
define.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
explain.c Attached is a patch that replaces a bunch of places where StringInfos 2006-03-01 06:51:01 +00:00
functioncmds.c Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in 2006-02-27 16:09:50 +00:00
indexcmds.c Change search for default operator classes so that it examines all opclasses 2006-02-10 19:01:12 +00:00
lockcmds.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
Makefile Tablespaces. Alternate database locations are dead, long live tablespaces. 2004-06-18 06:14:31 +00:00
opclasscmds.c Document that CREATE OPERATOR CLASS amounts to granting public execute 2006-01-13 18:10:25 +00:00
operatorcmds.c Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the 2005-11-21 12:49:33 +00:00
portalcmds.c Add a new system view, pg_cursors, that displays the currently available 2006-01-18 06:49:30 +00:00
prepare.c Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT is 2006-02-19 00:04:28 +00:00
proclang.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
schemacmds.c Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
sequence.c Add GRANT ON SEQUENCE syntax to support sequence-only permissions. 2006-01-21 02:16:21 +00:00
tablecmds.c Dept. of second thoughts: rejigger the TRUNCATE ... CASCADE patch so that 2006-03-03 18:25:14 +00:00
tablespace.c I've created a new shared catalog table pg_shdescription to store 2006-02-12 03:22:21 +00:00
trigger.c Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by 2006-01-12 21:48:53 +00:00
typecmds.c Allow the syntax CREATE TYPE foo, with no parameters, to permit explicit 2006-02-28 22:37:27 +00:00
user.c I've created a new shared catalog table pg_shdescription to store 2006-02-12 03:22:21 +00:00
vacuum.c Skip ambulkdelete scan if there's nothing to delete and the index is not 2006-02-11 23:31:34 +00:00
vacuumlazy.c Skip ambulkdelete scan if there's nothing to delete and the index is not 2006-02-11 23:31:34 +00:00
variable.c Fix bug that allowed any logged-in user to SET ROLE to any other database user 2006-02-12 22:32:43 +00:00
view.c Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00