summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2012-12-01Prevent passing gmake's environment variables down through pg_regress.Tom Lane
2012-11-20Improve handling of INT_MIN / -1 and related cases.Tom Lane
2012-11-05Fix handling of inherited check constraints in ALTER COLUMN TYPE.Tom Lane
2012-10-24Prevent parser from believing that views have system columns.Tom Lane
2012-10-18Fix planning of non-strict equivalence clauses above outer joins.Tom Lane
2012-10-11Fix cross-type case in partial row matching for hashed subplans.Tom Lane
2012-10-09Fix lo_export usage in example programs.Tom Lane
2012-09-08Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.Tom Lane
2012-08-23Fix cascading privilege revoke to notice when privileges are still held.Tom Lane
2012-08-15Fix rescan logic in nodeCtescan.Tom Lane
2012-08-14Prevent access to external files/URLs via XML entity references.Tom Lane
2012-08-03Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.Tom Lane
2012-07-31Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).Tom Lane
2012-07-25Fix longstanding crash-safety bug with newly-created-or-reset sequences.Tom Lane
2012-07-20Fix whole-row Var evaluation to cope with resjunk columns (again).Tom Lane
2012-03-26Fix COPY FROM for null marker strings that correspond to invalid encoding.Tom Lane
2012-03-24Fix planner's handling of outer PlaceHolderVars within subqueries.Tom Lane
2012-03-17Honor inputdir and outputdir when converting regression files.Andrew Dunstan
2012-01-04Make executor's SELECT INTO code save and restore original tuple receiver.Tom Lane
2011-12-01Fix getTypeIOParam to support type record[].Tom Lane
2011-10-26Change FK trigger creation order to better support self-referential FKs.Tom Lane
2011-09-07Fix corner case bug in numeric to_char().Tom Lane
2011-08-09Fix nested PlaceHolderVar expressions that appear only in targetlists.Tom Lane
2011-06-20Fix thinko in previous patch for optimizing EXISTS-within-EXISTS.Tom Lane
2011-06-14Fix assorted issues with build and install paths containing spaces.Tom Lane
2011-04-07Fix plpgsql's issues with dropped columns in rowtypes in 8.4 branch.Tom Lane
2011-03-28Prevent a rowtype from being included in itself.Tom Lane
2011-03-17Use correct PATH separator for Cygwin in pg_regress.c.Andrew Dunstan
2010-12-01Prevent inlining a SQL function with multiple OUT parameters.Tom Lane
2010-11-03Reduce recursion depth in recently-added regression test.Tom Lane
2010-10-28Fix plpgsql's handling of "simple" expression evaluation.Tom Lane
2010-09-28Fix PlaceHolderVar mechanism's interaction with outer joins.Tom Lane
2010-09-23Re-allow input of Julian dates prior to 0001-01-01 AD.Tom Lane
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-08-09Fix incorrect logic in plpgsql for cleanup after evaluation of non-simpleTom Lane
2010-07-28Fix potential failure when hashing the output of a subplan that producesTom Lane
2010-07-08Fix "cannot handle unplanned sub-select" error that can occur when aTom Lane
2010-06-21Fix mishandling of whole-row Vars referencing a view or sub-select.Tom Lane
2010-05-28Rewrite LIKE's %-followed-by-_ optimization so it really works (this timeTom Lane
2010-02-18Fix ExecEvalArrayRef to pass down the old value of the array element or sliceTom Lane
2010-02-03Forgot to back-patch CLUSTER test fix to 8.4.Tom Lane
2010-02-02CLUSTER specified the wrong namespace when renaming toast tables of temporaryTom Lane
2010-01-05Add support for doing FULL JOIN ON FALSE. While this is really a ratherTom Lane
2009-12-23Always pass catalog id to the options validator function specified inHeikki Linnakangas
2009-12-16Avoid a premature coercion failure in transformSetOperationTree() whenTom Lane
2009-12-14Fix a bug introduced when set-returning SQL functions were made inline-able:Tom Lane
2009-11-14Add inheritable ACE when creating a restricted token for execution onMagnus Hagander
2009-10-07Fix snapshot management, take two.Alvaro Herrera
2009-10-06Change CREATE TABLE so that column default expressions coming from differentTom Lane
2009-10-02Ensure that a cursor has an immutable snapshot throughout its lifespan.Alvaro Herrera