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
/
tcop
/
pquery.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
SERIALIZABLE transactions are actually implemented beneath the covers with
Joe Conway
2010-09-11
1
-3
/
+3
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
1
-12
/
+12
*
Have SELECT and CREATE TABLE AS queries return a row count. While this
Bruce Momjian
2010-02-16
1
-23
/
+23
*
Improve C comment about why we return "0 0" for some tags.
Bruce Momjian
2010-02-13
1
-4
/
+9
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.
Robert Haas
2009-12-15
1
-6
/
+6
*
Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.
Tom Lane
2009-10-10
1
-6
/
+6
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
1
-6
/
+6
*
Fix possible failures when a tuplestore switches from in-memory to on-disk
Tom Lane
2009-03-27
1
-2
/
+3
*
Include a pointer to the query's source text in QueryDesc structs. This is
Tom Lane
2009-01-02
1
-2
/
+12
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
1
-2
/
+2
*
Ensure that the contents of a holdable cursor don't depend on out-of-line
Tom Lane
2008-12-01
1
-2
/
+3
*
Clean up the API for DestReceiver objects by eliminating the assumption
Tom Lane
2008-11-30
1
-2
/
+6
*
Some infrastructure changes for the upcoming auto-explain contrib module:
Tom Lane
2008-11-19
1
-1
/
+3
*
Add a few more DTrace probes to the backend.
Alvaro Herrera
2008-08-01
1
-1
/
+10
*
Improve snapshot manager by keeping explicit track of snapshots.
Alvaro Herrera
2008-05-12
1
-43
/
+41
*
Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.
Alvaro Herrera
2008-03-26
1
-2
/
+2
*
Separate snapshot management code from tuple visibility code, create a
Alvaro Herrera
2008-03-26
1
-1
/
+2
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
1
-2
/
+2
*
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
1
-4
/
+4
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
1
-13
/
+13
*
Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE.
Tom Lane
2007-09-03
1
-2
/
+1
*
Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the
Tom Lane
2007-04-27
1
-7
/
+12
*
First phase of plan-invalidation project: create a plan cache management
Tom Lane
2007-03-13
1
-39
/
+35
*
Remove the Query structure from the executor's API. This allows us to stop
Tom Lane
2007-02-20
1
-118
/
+220
*
Fix portal management code to support non-default command completion tags for
Tom Lane
2007-02-18
1
-4
/
+8
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-17
/
+18
*
Revert FETCH/MOVE int64 patch. Was using incorrect checks for
Bruce Momjian
2006-09-03
1
-25
/
+25
*
Fix LLONG_MAX define used by new int64 FETCH/MOVE patch.
Bruce Momjian
2006-09-03
1
-2
/
+2
*
Change FETCH/MOVE to use int8.
Bruce Momjian
2006-09-02
1
-25
/
+25
*
Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: we
Tom Lane
2006-08-14
1
-16
/
+46
*
Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.
Tom Lane
2006-08-12
1
-59
/
+93
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
1
-3
/
+1
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
1
-1
/
+2
*
Alphabetically order reference to include files, "N" - "S".
Bruce Momjian
2006-07-11
1
-2
/
+2
*
Create infrastructure for 'MinimalTuple' representation of in-memory
Tom Lane
2006-06-27
1
-8
/
+4
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Extend the ExecInitNode API so that plan nodes receive a set of flag
Tom Lane
2006-02-28
1
-5
/
+15
*
Cleanup the usage of ScanDirection: use the symbolic names for the
Neil Conway
2006-02-21
1
-5
/
+5
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
1
-13
/
+13
*
Fix a couple of missed None -> DestNone in comments.
Tom Lane
2005-11-03
1
-4
/
+4
*
Rename the members of CommandDest enum so they don't collide with other uses of
Alvaro Herrera
2005-11-03
1
-13
/
+13
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-113
/
+107
*
Fix the mechanism for reporting the original table OID and column number
Tom Lane
2005-06-22
1
-1
/
+52
*
Improve EXPLAIN ANALYZE to show the time spent in each trigger when
Tom Lane
2005-03-25
1
-4
/
+4
*
Revise TupleTableSlot code to avoid unnecessary construction and disassembly
Tom Lane
2005-03-16
1
-4
/
+10
*
Fix SPI cursor support to allow scanning the results of utility commands
Tom Lane
2005-02-10
1
-2
/
+27
[next]