index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
prepare.c
Commit message (
Expand
)
Author
Age
*
Update copyrights that were missed.
Bruce Momjian
2005-01-01
*
PREPARE and EXPLAIN need to copy the source query just like we recently
Tom Lane
2004-12-12
*
Use StrNCpy not strncpy to fill hash key, to ensure the resulting key
Tom Lane
2004-12-03
*
Modify hash_create() to elog(ERROR) if an error occurs, rather than
Neil Conway
2004-10-25
*
Redesign query-snapshot timing so that volatile functions in READ COMMITTED
Tom Lane
2004-09-13
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Allow DECLARE CURSOR to take parameters from the portal in which it is
Tom Lane
2004-08-02
*
When using extended-query protocol, postpone planning of unnamed statements
Tom Lane
2004-06-11
*
Reimplement the linked list data structure used throughout the backend.
Neil Conway
2004-05-26
*
This patch makes the EXECUTE command's completion tag return the
Bruce Momjian
2004-04-22
*
More janitorial work: remove the explicit casting of NULL literals to a
Neil Conway
2004-01-07
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Another pgindent run with updated typedefs.
Bruce Momjian
2003-08-08
*
pgindent run.
Bruce Momjian
2003-08-04
*
A visit from the message-style police ...
Tom Lane
2003-07-28
*
Another round of error message editing, covering backend/commands/.
Tom Lane
2003-07-20
*
Change EXECUTE INTO to CREATE TABLE AS EXECUTE.
Peter Eisentraut
2003-07-01
*
Update 3.0 protocol support to match recent agreements about how to
Tom Lane
2003-05-08
*
Add display of eventual result RowDescription (if any) to the output
Tom Lane
2003-05-06
*
Restructure command destination handling so that we pass around
Tom Lane
2003-05-06
*
Extended query protocol: parse, bind, execute, describe FE/BE messages.
Tom Lane
2003-05-05
*
Portal and memory management infrastructure for extended query protocol.
Tom Lane
2003-05-02
*
Implement EXPLAIN EXECUTE. By Neil Conway, with some kibitzing from
Tom Lane
2003-02-02
*
Tweak default memory context allocation policy so that a context is not
Tom Lane
2002-12-15
*
Revise executor APIs so that all per-query state structure is built in
Tom Lane
2002-12-15
*
Phase 3 of read-only-plans project: ExecInitExpr now builds expression
Tom Lane
2002-12-13
*
Phase 1 of read-only-plans project: cause executor state nodes to point
Tom Lane
2002-12-05
*
Rename:
Bruce Momjian
2002-11-15
*
Add new palloc0 call as merge of palloc and MemSet(0).
Bruce Momjian
2002-11-13
*
Back out use of palloc0 in place if palloc/MemSet. Seems constant len
Bruce Momjian
2002-11-11
*
Merge palloc()/MemSet(0) calls into a single palloc0() call.
Bruce Momjian
2002-11-10
*
> I'm not sure why NDirectFileRead/NDirectFileWrite are unused at the
Bruce Momjian
2002-09-20
*
Cosmetic fixes from Neil Conway.
Tom Lane
2002-09-14
*
pgindent run.
Bruce Momjian
2002-09-04
*
PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing
Tom Lane
2002-08-27