index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
tcop
/
pquery.c
Commit message (
Expand
)
Author
Age
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
*
Alphabetically order reference to include files, "N" - "S".
Bruce Momjian
2006-07-11
*
Create infrastructure for 'MinimalTuple' representation of in-memory
Tom Lane
2006-06-27
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Extend the ExecInitNode API so that plan nodes receive a set of flag
Tom Lane
2006-02-28
*
Cleanup the usage of ScanDirection: use the symbolic names for the
Neil Conway
2006-02-21
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Fix a couple of missed None -> DestNone in comments.
Tom Lane
2005-11-03
*
Rename the members of CommandDest enum so they don't collide with other uses of
Alvaro Herrera
2005-11-03
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Fix the mechanism for reporting the original table OID and column number
Tom Lane
2005-06-22
*
Improve EXPLAIN ANALYZE to show the time spent in each trigger when
Tom Lane
2005-03-25
*
Revise TupleTableSlot code to avoid unnecessary construction and disassembly
Tom Lane
2005-03-16
*
Fix SPI cursor support to allow scanning the results of utility commands
Tom Lane
2005-02-10
*
Fix a bug induced by the list-rewrite that resulted in incrementing the
Neil Conway
2005-02-01
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
PortalRun must guard against the possibility that the portal it's
Tom Lane
2004-10-04
*
Redesign query-snapshot timing so that volatile functions in READ COMMITTED
Tom Lane
2004-09-13
*
Fire non-deferred AFTER triggers immediately upon query completion,
Tom Lane
2004-09-10
*
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
*
Restructure error handling as recently discussed. It is now really
Tom Lane
2004-07-31
*
Invent ResourceOwner mechanism as per my recent proposal, and use it to
Tom Lane
2004-07-17
*
Tweak palloc/repalloc to allow zero bytes to be requested, as per recent
Tom Lane
2004-06-05
*
Use new forboth() macro to make loop coding a bit clearer.
Tom Lane
2004-05-26
*
Reimplement the linked list data structure used throughout the backend.
Neil Conway
2004-05-26
*
Revise syntax-error reporting behavior to give pleasant results for
Tom Lane
2004-03-21
*
Fix log_executor_stats if() test.
Bruce Momjian
2004-03-18
*
Fix log_executor_stats for non-multi queries. Backpatch to 7.4.X.
Bruce Momjian
2004-03-05
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Get rid of ReferentialIntegritySnapshotOverride by extending Executor API
Tom Lane
2003-09-25
*
Change some frequently-reached elog(DEBUG...) calls to ereport(DEBUG...)
Tom Lane
2003-08-12
*
Rename fields of DestReceiver to avoid collisions with (ill-considered)
Tom Lane
2003-08-06
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
pgindent run.
Bruce Momjian
2003-08-04
*
Fix inconsistent static-vs-not-static declarations.
Tom Lane
2003-08-01
*
Error message editing in backend/libpq, backend/postmaster, backend/tcop.
Tom Lane
2003-07-22
*
Replace functional-index facility with expressional indexes. Any column
Tom Lane
2003-05-28
*
Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in
Bruce Momjian
2003-05-27
*
Update 3.0 protocol support to match recent agreements about how to
Tom Lane
2003-05-08
*
Ensure that an Execute operation can't send tuples in cases where
Tom Lane
2003-05-06
*
Restructure command destination handling so that we pass around
Tom Lane
2003-05-06
*
Implement feature of new FE/BE protocol whereby RowDescription identifies
Tom Lane
2003-05-06
*
Portal and memory management infrastructure for extended query protocol.
Tom Lane
2003-05-02
*
Restructure parsetree representation of DECLARE CURSOR: now it's a
Tom Lane
2003-03-10
*
Revise executor APIs so that all per-query state structure is built in
Tom Lane
2002-12-15
*
Phase 1 of read-only-plans project: cause executor state nodes to point
Tom Lane
2002-12-05
*
Put back error test for DECLARE CURSOR outside a transaction block ...
Tom Lane
2002-11-18
[next]