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