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
/
executor
/
execQual.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support varlena fields with single-byte headers and unaligned storage.
Tom Lane
2007-04-06
1
-3
/
+3
*
Fix array coercion expressions to ensure that the correct volatility is
Tom Lane
2007-03-27
1
-1
/
+101
*
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
Tom Lane
2007-02-27
1
-3
/
+3
*
Get rid of the separate EState for subplans, and just let them share the
Tom Lane
2007-02-27
1
-42
/
+5
*
Remove typmod checking from the recent security-related patches. It turns
Tom Lane
2007-02-06
1
-9
/
+9
*
Implement XMLSERIALIZE for real. Analogously, make the xml to text cast
Peter Eisentraut
2007-02-03
1
-12
/
+23
*
Repair failure to check that a table is still compatible with a previously
Tom Lane
2007-02-02
1
-53
/
+191
*
Wording cleanup for error messages. Also change can't -> cannot.
Bruce Momjian
2007-02-01
1
-2
/
+2
*
Various fixes in the logic of XML functions:
Peter Eisentraut
2007-01-25
1
-5
/
+2
*
Fix xmlconcat by properly merging the XML declarations. Add aggregate
Peter Eisentraut
2007-01-20
1
-12
/
+13
*
Add support for xmlval IS DOCUMENT expression.
Peter Eisentraut
2007-01-14
1
-1
/
+20
*
Use XML output escaping also in XMLFOREST.
Peter Eisentraut
2007-01-12
1
-5
/
+4
*
Use libxml's xmlwriter API for producing XML elements, instead of doing
Peter Eisentraut
2007-01-10
1
-51
/
+6
*
Some fine-tuning of xmlpi in corner cases:
Peter Eisentraut
2007-01-07
1
-6
/
+8
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
Code review for XML patch. Instill a bit of sanity in the location of
Tom Lane
2006-12-24
1
-156
/
+259
*
Restructure operator classes to allow improved handling of cross-data-type
Tom Lane
2006-12-23
1
-8
/
+15
*
Initial SQL/XML support: xml data type and initial set of functions.
Peter Eisentraut
2006-12-21
1
-1
/
+176
*
Small message equalization fix
Peter Eisentraut
2006-11-17
1
-2
/
+2
*
Remove a 15-year old comment questioning behavior that is now well-
Neil Conway
2006-11-08
1
-6
/
+1
*
Repair bug #2694 concerning an ARRAY[] construct whose inputs are empty
Tom Lane
2006-11-06
1
-5
/
+34
*
Message style improvements
Peter Eisentraut
2006-10-06
1
-2
/
+2
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-18
/
+20
*
Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to
Tom Lane
2006-09-28
1
-25
/
+75
*
Aggregate functions now support multiple input arguments. I also took
Tom Lane
2006-07-27
1
-3
/
+4
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
1
-3
/
+1
*
Fix problems with cached tuple descriptors disappearing while still in use
Tom Lane
2006-06-16
1
-95
/
+154
*
Simplify ParamListInfo data structure to support only numbered parameters,
Tom Lane
2006-04-22
1
-15
/
+23
*
Add a CHECK_FOR_INTERRUPTS() to the loop in ExecMakeTableFunctionResult.
Tom Lane
2006-03-10
1
-1
/
+3
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Implement SQL-compliant treatment of row comparisons for < <= > >= cases
Tom Lane
2005-12-28
1
-4
/
+144
*
Fix problem with whole-row Vars referencing sub-select outputs, per
Tom Lane
2005-12-14
1
-2
/
+2
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
1
-20
/
+19
*
Make SQL arrays support null elements. This commit fixes the core array
Tom Lane
2005-11-17
1
-108
/
+136
*
Better solution to the problem of labeling whole-row Datums that are
Tom Lane
2005-10-19
1
-6
/
+86
*
Ensure that the Datum generated from a whole-row Var contains valid
Tom Lane
2005-10-19
1
-2
/
+2
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-231
/
+212
*
Add Oracle-compatible GREATEST and LEAST functions. Pavel Stehule
Tom Lane
2005-06-26
1
-1
/
+91
*
Remove some unnecessary code: since ExecMakeFunctionResultNoSets does not
Tom Lane
2005-05-12
1
-8
/
+2
*
Add some defenses against functions declared to return set that don't
Tom Lane
2005-05-09
1
-3
/
+4
*
For some reason access/tupmacs.h has been #including utils/memutils.h,
Tom Lane
2005-05-06
1
-1
/
+2
*
Merge Resdom nodes into TargetEntry nodes to simplify code and save a
Tom Lane
2005-04-06
1
-5
/
+5
*
Convert oidvector and int2vector into variable-length arrays. This
Tom Lane
2005-03-29
1
-3
/
+11
*
Use InitFunctionCallInfoData() macro instead of MemSet in performance
Tom Lane
2005-03-22
1
-16
/
+9
*
Revise TupleTableSlot code to avoid unnecessary construction and disassembly
Tom Lane
2005-03-16
1
-105
/
+132
*
Avoid O(N^2) overhead in repeated nocachegetattr calls when columns of
Tom Lane
2005-03-14
1
-33
/
+10
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
1
-2
/
+2
*
Instead of supposing (wrongly, in the general case) that the rowtype
Tom Lane
2004-12-11
1
-2
/
+137
*
Adjust ExecMakeTableFunctionResult to produce a single all-nulls row
Tom Lane
2004-09-22
1
-39
/
+74
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
1
-93
/
+99
[next]