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
2015-03-31
Remove spurious semicolons.
Heikki Linnakangas
2014-11-12
Explicitly support the case that a plancache's raw_parse_tree is NULL.
Tom Lane
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-04-03
Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.
Tom Lane
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
Separate multixact freezing parameters from xid's
Alvaro Herrera
2014-02-13
Fix length checking for Unicode identifiers containing escapes (U&"...").
Tom Lane
2014-02-03
Fix lexing of U& sequences just before EOF.
Tom Lane
2014-01-21
Allow type_func_name_keywords in even more places
Stephen Frost
2014-01-21
Tweak parse location assignment for CURRENT_DATE and related constructs.
Tom Lane
2014-01-11
Disallow LATERAL references to the target table of an UPDATE/DELETE.
Tom Lane
2014-01-07
Fix LATERAL references to target table of UPDATE/DELETE.
Tom Lane
2013-12-02
Fix crash in assign_collations_walker for EXISTS with empty SELECT list.
Tom Lane
2013-11-23
Fix array slicing of int2vector and oidvector values.
Tom Lane
2013-11-11
Re-allow duplicate aliases within aliased JOINs.
Tom Lane
2013-11-06
Support default arguments and named-argument notation for window functions.
Tom Lane
2013-11-05
Improve the error message given for modifying a window with frame clause.
Tom Lane
2013-08-07
Message style improvements
Peter Eisentraut
2013-08-02
Fix crash in error report of invalid tuple lock
Alvaro Herrera
2013-07-23
Change post-rewriter representation of dropped columns in joinaliasvars.
Tom Lane
2013-07-23
Tweak FOR UPDATE/SHARE error message wording (again)
Alvaro Herrera
2013-07-05
Update messages, comments and documentation for materialized views.
Noah Misch
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-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-06
Disallow unlogged materialized views.
Tom Lane
2013-04-27
Incidental cleanup of matviews code.
Tom Lane
2013-04-26
Fix collation assignment for aggregates with ORDER BY.
Tom Lane
2013-04-20
Clean up references to SQL92
Peter Eisentraut
2013-04-12
Clean up the mess around EXPLAIN and materialized views.
Tom Lane
2013-03-28
Add sql_drop event for event triggers
Alvaro Herrera
2013-03-22
Fix problems with incomplete attempt to prohibit OIDS with MVs.
Kevin Grittner
2013-03-20
Allow extracting machine-readable object identity
Alvaro Herrera
2013-03-14
Change the way UESCAPE is lexed, to reduce the size of the flex tables.
Heikki Linnakangas
2013-03-12
Allow default expressions to be attached to columns of foreign tables.
Tom Lane
2013-03-10
Support writable foreign tables.
Tom Lane
2013-03-03
Add a materialized view relations.
Kevin Grittner
2013-02-27
Add support for piping COPY to/from an external program.
Heikki Linnakangas
2013-02-17
Add ALTER ROLE ALL SET command
Peter Eisentraut
2013-02-08
Add support for ALTER RULE ... RENAME TO.
Tom Lane
2013-02-06
Improve error message wording
Alvaro Herrera
2013-01-31
Add CREATE RECURSIVE VIEW syntax
Peter Eisentraut
2013-01-30
Fix grammar for subscripting or field selection from a sub-SELECT result.
Tom Lane
2013-01-26
Make LATERAL implicit for functions in FROM.
Tom Lane
2013-01-26
Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistent
Bruce Momjian
[next]