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
/
parser
Age
Commit message (
Expand
)
Author
2014-05-28
Revert "Fix bogus %name-prefix option syntax in all our Bison files."
Tom Lane
2014-05-28
Fix bogus %name-prefix option syntax in all our Bison files.
Tom Lane
2014-05-06
Remove tabs after spaces in C comments
Bruce Momjian
2014-02-18
Remove broken code that tried to handle OVERLAPS with a single argument.
Tom Lane
2014-02-17
Avoid repeated name lookups during table and index DDL.
Robert Haas
2014-02-13
Fix length checking for Unicode identifiers containing escapes (U&"...").
Tom Lane
2014-01-21
Allow type_func_name_keywords in even more places
Stephen Frost
2013-11-23
Fix array slicing of int2vector and oidvector values.
Tom Lane
2013-11-05
Improve the error message given for modifying a window with frame clause.
Tom Lane
2013-07-23
Change post-rewriter representation of dropped columns in joinaliasvars.
Tom Lane
2013-06-09
Remove unnecessary restrictions about RowExprs in transformAExprIn().
Tom Lane
2013-06-08
Don't downcase non-ascii identifier chars in multi-byte encodings.
Andrew Dunstan
2013-06-05
Put analyze_keyword back in explain_option_name production.
Tom Lane
2013-06-02
Allow type_func_name_keywords in some places where they weren't before.
Tom Lane
2013-01-30
Fix grammar for subscripting or field selection from a sub-SELECT result.
Tom Lane
2012-12-23
Prevent failure when RowExpr or XmlExpr is parse-analyzed twice.
Tom Lane
2012-11-11
Check for stack overflow in transformSetOperationTree().
Tom Lane
2012-10-24
Prevent parser from believing that views have system columns.
Tom Lane
2012-07-31
Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).
Tom Lane
2012-06-30
Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.
Tom Lane
2011-11-27
Ensure that whole-row junk Vars are always of composite type.
Tom Lane
2011-10-08
Don't let transform_null_equals=on affect CASE foo WHEN NULL ... constructs.
Heikki Linnakangas
2011-06-04
Expose the "*VALUES*" alias that we generate for a stand-alone VALUES list.
Tom Lane
2010-10-22
Add semicolon, missed in previous patch. And update the keyword list in
Heikki Linnakangas
2010-10-22
Make OFF keyword unreserved. It's not hard to imagine wanting to use 'off'
Heikki Linnakangas
2010-10-19
Fix incorrect generation of whole-row variables in planner.
Tom Lane
2010-10-02
Behave correctly if INSERT ... VALUES is decorated with additional clauses.
Tom Lane
2010-09-25
Further fixes to the pg_get_expr() security fix in back branches.
Tom Lane
2010-09-22
Convert cvsignore to gitignore, and add .gitignore for build targets.
Magnus Hagander
2010-08-19
Revert patch to coerce 'unknown' type parameters in the backend. As Tom
Heikki Linnakangas
2010-08-18
Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.
Tom Lane
2010-08-18
Coerce 'unknown' type parameters to the right type in the fixed-params
Heikki Linnakangas
2010-08-05
Add a very specific hint for the case that we're unable to locate a function
Tom Lane
2010-07-29
Improved version of patch to protect pg_get_expr() against misuse:
Tom Lane
2010-07-18
Allow ORDER BY/GROUP BY/etc items to match targetlist items regardless of
Tom Lane
2010-07-06
pgindent run for 9.0, second run
Bruce Momjian
2010-06-30
stringToNode() and deparse_expression_pretty() crash on invalid input,
Heikki Linnakangas
2010-06-13
Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs.
Robert Haas
2010-05-30
Change the notation for calling functions with named parameters from
Tom Lane
2010-05-09
Adjust comments about avoiding use of printf's %.*s.
Tom Lane
2010-05-08
Work around a subtle portability problem in use of printf %s format.
Tom Lane
2010-04-28
Fix stupid typo in refnameRangeTblEntry() --- mea maxima culpa.
Tom Lane
2010-03-17
Pass incompletely-transformed aggregate argument lists as separate parameters
Tom Lane
2010-03-04
Fix IsBinaryCoercible to not confuse a cast using in/out functions
Heikki Linnakangas
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-23
Add an OR REPLACE option to CREATE LANGUAGE.
Tom Lane
2010-02-17
Stamp HEAD as 9.0devel, and update various places that were referring to 8.5
Tom Lane
2010-02-16
Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.
Tom Lane
2010-02-14
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-12
Tweak the order of processing of WITH clauses so that they are processed
Tom Lane
[next]