postgresql/src/backend/commands
Bruce Momjian a18331004a Add start time to pg_stat_activity
Neil Conway
2003-03-20 03:34:57 +00:00
..
aggregatecmds.c pgindent run. 2002-09-04 20:31:48 +00:00
analyze.c Tighten selection of equality and ordering operators for grouping 2002-11-29 21:39:12 +00:00
async.c Async_NotifyHandler must save and restore ImmediateInterruptOK. Fixes 2003-02-18 02:53:29 +00:00
cluster.c Add start time to pg_stat_activity 2003-03-20 03:34:57 +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 Determine the set of constraints applied to a domain at executor 2003-02-03 21:15:45 +00:00
dbcommands.c Get rid of last few unadorned 'permission denied' messages. 2003-01-27 00:51:06 +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 parsetree representation of DECLARE CURSOR: now it's a 2003-03-10 03:53:52 +00:00
functioncmds.c Remove restriction that cast functions cannot be volatile. This 2003-02-01 22:09:26 +00:00
indexcmds.c Fix obsolete error message (isImmutable doesn't exist). 2003-01-23 15:18:40 +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 Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n options 2003-03-11 19:40:24 +00:00
prepare.c Implement EXPLAIN EXECUTE. By Neil Conway, with some kibitzing from 2003-02-02 23:46:38 +00:00
proclang.c Provide an upgrade strategy for dump files containing functions declared 2002-09-21 18:39:26 +00:00
schemacmds.c More cleanup of userid to be AclId rather than Oid. 2002-12-05 04:04:51 +00:00
sequence.c Add start time to pg_stat_activity 2003-03-20 03:34:57 +00:00
tablecmds.c Add start time to pg_stat_activity 2003-03-20 03:34:57 +00:00
trigger.c Create a distinction between Lists of integers and Lists of OIDs, to get 2003-02-09 06:56:28 +00:00
typecmds.c Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry. 2003-02-19 23:41:15 +00:00
user.c Get rid of last few unadorned 'permission denied' messages. 2003-01-27 00:51:06 +00:00
vacuum.c Reimplement free-space-map management as per recent discussions. 2003-03-04 21:51:22 +00:00
vacuumlazy.c Reimplement free-space-map management as per recent discussions. 2003-03-04 21:51:22 +00:00
variable.c Fix assign_session_authorization() to not be confused by all-numeric 2003-02-01 18:31:28 +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