summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/prep/prepunion.c
Commit message (Expand)AuthorAgeFilesLines
* Implement SKIP LOCKED for row-level locksAlvaro Herrera2014-10-071-1/+1
* Fix some more problems with nested append relations.Tom Lane2014-10-011-0/+23
* pgindent run for 9.4Bruce Momjian2014-05-061-8/+9
* Make security barrier views automatically updatableStephen Frost2014-04-121-14/+46
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Get rid of COERCE_DONTCARE.Tom Lane2012-10-121-1/+1
* Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.Tom Lane2012-09-051-0/+10
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Split heapam_xlog.h from heapam.hAlvaro Herrera2012-08-281-0/+1
* Fix up planner infrastructure to support LATERAL properly.Tom Lane2012-08-261-0/+1
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-251-1/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-3/+3
* Revise parameterized-path mechanism to fix assorted issues.Tom Lane2012-04-191-0/+3
* Preserve column names in the execution-time tupledesc for a RowExpr.Tom Lane2012-02-141-37/+61
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.Tom Lane2011-09-031-6/+24
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-3/+0
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-091-3/+3
* Improve cost estimation for aggregates and window functions.Tom Lane2011-04-241-2/+2
* Clean up collation processing in prepunion.c.Tom Lane2011-04-161-35/+96
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-1/+1
* Pass collation to makeConst() instead of looking it up internally.Tom Lane2011-03-251-0/+1
* Fix improper matching of resjunk column names for FOR UPDATE in subselect.Tom Lane2011-02-091-0/+1
* Per-column collation supportPeter Eisentraut2011-02-081-6/+15
* Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.Tom Lane2011-01-121-4/+0
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Reimplement planner's handling of MIN/MAX aggregate optimization.Tom Lane2010-11-041-0/+1
* Oops, missed one fix for EquivalenceClass rearrangement.Tom Lane2010-10-291-3/+3
* Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan.Tom Lane2010-10-071-1/+2
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0, second runBruce Momjian2010-07-061-3/+3
* Fix incorrect patch that removed permission checks on inheritance childTom Lane2010-05-111-11/+8
* pgindent run for 9.0Bruce Momjian2010-02-261-4/+5
* Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME.Robert Haas2010-02-011-2/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-261-12/+14
* When querying a table with child tables, do not check permissions on thePeter Eisentraut2009-10-231-1/+2
* Move the handling of SELECT FOR UPDATE locking and rechecking out ofTom Lane2009-10-121-2/+5
* Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane2009-10-101-3/+3
* Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExprTom Lane2009-09-021-3/+3
* Put back adjust_appendrel_attrs()'s code for dealing with RestrictInfo.Tom Lane2009-08-131-2/+57
* Fix set_append_rel_pathlist() to deal intelligently with cases whereTom Lane2009-07-061-52/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-32/+32
* Modify find_inheritance_children() and find_all_inheritors() to add theTom Lane2009-05-121-31/+31
* Do some minor code refactoring in preparation for changing the APIs ofTom Lane2009-05-121-43/+2
* Modify the relcache to record the temp status of both local and nonlocalTom Lane2009-03-311-9/+11
* Fix column privilege checking for cases where parent and child have differentTom Lane2009-03-051-1/+70
* Get rid of the rather fuzzily defined FlattenedSubLink node type in favor ofTom Lane2009-02-251-18/+1
* Fix cost_mergejoin's failure to adjust for rescanning of non-unique merge joinTom Lane2009-02-061-2/+3