index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
execQual.c
Age
Commit message (
Expand
)
Author
2007-08-31
Extend whole-row Var evaluation to cope with the case that the sub-plan
Tom Lane
2007-02-06
Remove typmod checking from the recent security-related patches. It turns
Tom Lane
2007-02-02
Repair failure to check that a table is still compatible with a previously
Tom Lane
2006-11-17
Small message equalization fix
Peter Eisentraut
2006-11-08
Remove a 15-year old comment questioning behavior that is now well-
Neil Conway
2006-11-06
Repair bug #2694 concerning an ARRAY[] construct whose inputs are empty
Tom Lane
2006-10-06
Message style improvements
Peter Eisentraut
2006-10-04
pgindent run for 8.2.
Bruce Momjian
2006-09-28
Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to
Tom Lane
2006-07-27
Aggregate functions now support multiple input arguments. I also took
Tom Lane
2006-07-14
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-06-16
Fix problems with cached tuple descriptors disappearing while still in use
Tom Lane
2006-04-22
Simplify ParamListInfo data structure to support only numbered parameters,
Tom Lane
2006-03-10
Add a CHECK_FOR_INTERRUPTS() to the loop in ExecMakeTableFunctionResult.
Tom Lane
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2005-12-28
Implement SQL-compliant treatment of row comparisons for < <= > >= cases
Tom Lane
2005-12-14
Fix problem with whole-row Vars referencing sub-select outputs, per
Tom Lane
2005-11-22
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-17
Make SQL arrays support null elements. This commit fixes the core array
Tom Lane
2005-10-19
Better solution to the problem of labeling whole-row Datums that are
Tom Lane
2005-10-19
Ensure that the Datum generated from a whole-row Var contains valid
Tom Lane
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-06-26
Add Oracle-compatible GREATEST and LEAST functions. Pavel Stehule
Tom Lane
2005-05-12
Remove some unnecessary code: since ExecMakeFunctionResultNoSets does not
Tom Lane
2005-05-09
Add some defenses against functions declared to return set that don't
Tom Lane
2005-05-06
For some reason access/tupmacs.h has been #including utils/memutils.h,
Tom Lane
2005-04-06
Merge Resdom nodes into TargetEntry nodes to simplify code and save a
Tom Lane
2005-03-29
Convert oidvector and int2vector into variable-length arrays. This
Tom Lane
2005-03-22
Use InitFunctionCallInfoData() macro instead of MemSet in performance
Tom Lane
2005-03-16
Revise TupleTableSlot code to avoid unnecessary construction and disassembly
Tom Lane
2005-03-14
Avoid O(N^2) overhead in repeated nocachegetattr calls when columns of
Tom Lane
2004-12-31
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-11
Instead of supposing (wrongly, in the general case) that the rowtype
Tom Lane
2004-09-22
Adjust ExecMakeTableFunctionResult to produce a single all-nulls row
Tom Lane
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
Update copyright to 2004.
Bruce Momjian
2004-08-17
Standardize on the assumption that the arguments of a RowExpr correspond
Tom Lane
2004-08-02
Allow DECLARE CURSOR to take parameters from the portal in which it is
Tom Lane
2004-06-09
Support assignment to subfields of composite columns in UPDATE and INSERT.
Tom Lane
2004-06-05
Tweak palloc/repalloc to allow zero bytes to be requested, as per recent
Tom Lane
2004-06-01
Some more de-FastList-ification.
Tom Lane
2004-05-30
Use the new List API function names throughout the backend, and disable the
Neil Conway
2004-05-26
Reimplement the linked list data structure used throughout the backend.
Neil Conway
2004-05-10
Promote row expressions to full-fledged citizens of the expression syntax,
Tom Lane
2004-04-01
Replace TupleTableSlot convention for whole-row variables and function
Tom Lane
2004-03-24
Replace max_expr_depth parameter with a max_stack_depth parameter that
Tom Lane
2004-03-17
Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... END
Tom Lane
2004-03-17
Replace the switching function ExecEvalExpr() with a macro that jumps
Tom Lane
2004-02-03
Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.
Tom Lane
2004-01-07
More janitorial work: remove the explicit casting of NULL literals to a
Neil Conway
[next]