index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
prepare.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reimplement the linked list data structure used throughout the backend.
Neil Conway
2004-05-26
1
-18
/
+18
*
This patch makes the EXECUTE command's completion tag return the
Bruce Momjian
2004-04-22
1
-3
/
+3
*
More janitorial work: remove the explicit casting of NULL literals to a
Neil Conway
2004-01-07
1
-2
/
+2
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
1
-1
/
+1
*
Another pgindent run with updated typedefs.
Bruce Momjian
2003-08-08
1
-2
/
+2
*
pgindent run.
Bruce Momjian
2003-08-04
1
-29
/
+29
*
A visit from the message-style police ...
Tom Lane
2003-07-28
1
-3
/
+3
*
Another round of error message editing, covering backend/commands/.
Tom Lane
2003-07-20
1
-15
/
+29
*
Change EXECUTE INTO to CREATE TABLE AS EXECUTE.
Peter Eisentraut
2003-07-01
1
-8
/
+8
*
Update 3.0 protocol support to match recent agreements about how to
Tom Lane
2003-05-08
1
-2
/
+2
*
Add display of eventual result RowDescription (if any) to the output
Tom Lane
2003-05-06
1
-1
/
+29
*
Restructure command destination handling so that we pass around
Tom Lane
2003-05-06
1
-9
/
+11
*
Extended query protocol: parse, bind, execute, describe FE/BE messages.
Tom Lane
2003-05-05
1
-79
/
+125
*
Portal and memory management infrastructure for extended query protocol.
Tom Lane
2003-05-02
1
-57
/
+56
*
Implement EXPLAIN EXECUTE. By Neil Conway, with some kibitzing from
Tom Lane
2003-02-02
1
-82
/
+156
*
Tweak default memory context allocation policy so that a context is not
Tom Lane
2002-12-15
1
-4
/
+4
*
Revise executor APIs so that all per-query state structure is built in
Tom Lane
2002-12-15
1
-25
/
+24
*
Phase 3 of read-only-plans project: ExecInitExpr now builds expression
Tom Lane
2002-12-13
1
-3
/
+9
*
Phase 1 of read-only-plans project: cause executor state nodes to point
Tom Lane
2002-12-05
1
-16
/
+9
*
Rename:
Bruce Momjian
2002-11-15
1
-3
/
+3
*
Add new palloc0 call as merge of palloc and MemSet(0).
Bruce Momjian
2002-11-13
1
-3
/
+2
*
Back out use of palloc0 in place if palloc/MemSet. Seems constant len
Bruce Momjian
2002-11-11
1
-2
/
+3
*
Merge palloc()/MemSet(0) calls into a single palloc0() call.
Bruce Momjian
2002-11-10
1
-3
/
+2
*
> I'm not sure why NDirectFileRead/NDirectFileWrite are unused at the
Bruce Momjian
2002-09-20
1
-9
/
+2
*
Cosmetic fixes from Neil Conway.
Tom Lane
2002-09-14
1
-4
/
+4
*
pgindent run.
Bruce Momjian
2002-09-04
1
-45
/
+45
*
PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing
Tom Lane
2002-08-27
1
-0
/
+407