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-03-04
Provide a FORCE NULL option to COPY in CSV mode.
Andrew Dunstan
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-23
ALTER TABLESPACE ... MOVE ... OWNED BY
Stephen Frost
2014-01-23
Make DROP IF EXISTS more consistently not fail
Alvaro Herrera
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-18
Add CREATE TABLESPACE ... WITH ... Options
Stephen Frost
2014-01-18
Add ALTER TABLESPACE ... MOVE command
Stephen Frost
2014-01-11
Disallow LATERAL references to the target table of an UPDATE/DELETE.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2014-01-07
Fix LATERAL references to target table of UPDATE/DELETE.
Tom Lane
2014-01-06
Add more use of psprintf()
Peter Eisentraut
2013-12-23
Fix portability issue in ordered-set patch.
Tom Lane
2013-12-23
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-12-18
Add ALTER SYSTEM command to edit the server configuration file.
Tatsuo Ishii
2013-12-14
Allow empty target list in SELECT.
Tom Lane
2013-12-10
Rename TABLE() to ROWS FROM().
Noah Misch
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-21
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-11
Re-allow duplicate aliases within aliased JOINs.
Tom Lane
2013-11-10
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-08
Add the notion of REPLICA IDENTITY for a table.
Robert Haas
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-10-13
Add use of asprintf()
Peter Eisentraut
2013-10-03
Add DISCARD SEQUENCES command.
Robert Haas
2013-09-23
Don't allow system columns in CHECK constraints, except tableoid.
Robert Haas
2013-09-03
Allow aggregate functions to be VARIADIC.
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-29
Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)
Greg Stark
2013-07-23
Move strip_implicit_coercions() from optimizer to nodeFuncs.c.
Tom Lane
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-18
WITH CHECK OPTION support for auto-updatable VIEWs
Stephen Frost
2013-07-18
Move checking an explicit VARIADIC "any" argument into the parser.
Andrew Dunstan
2013-07-16
Implement the FILTER clause for aggregate function calls.
Noah Misch
2013-07-16
Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.
Kevin Grittner
2013-07-05
Update messages, comments and documentation for materialized views.
Noah Misch
2013-07-01
Add a convenience routine makeFuncCall to reduce duplication.
Robert Haas
2013-06-29
ALTER TABLE ... ALTER CONSTRAINT for FKs
Simon Riggs
2013-06-28
Make the OVER keyword unreserved.
Robert Haas
2013-06-24
Reverting previous commit, pending investigation
Simon Riggs
2013-06-24
ALTER TABLE ... ALTER CONSTRAINT for FKs
Simon Riggs
2013-06-09
Remove unnecessary restrictions about RowExprs in transformAExprIn().
Tom Lane
[next]