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
/
gram.y
Age
Commit message (
Expand
)
Author
2022-10-16
Rename parser token REF to REF_P to avoid a symbol conflict.
Tom Lane
2022-09-21
Suppress more variable-set-but-not-used warnings from clang 15.
Tom Lane
2018-05-21
Fix SQL:2008 FETCH FIRST syntax to allow parameters.
Andrew Gierth
2017-08-03
Add missing ALTER USER variants
Peter Eisentraut
2017-05-29
Allow NumericOnly to be "+ FCONST".
Tom Lane
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2016-12-11
Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone.
Tom Lane
2015-03-31
Remove spurious semicolons.
Heikki Linnakangas
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-02-18
Remove broken code that tried to handle OVERLAPS with a single argument.
Tom Lane
2014-02-13
Separate multixact freezing parameters from xid's
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
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-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-20
Allow extracting machine-readable object identity
Alvaro Herrera
2013-03-12
Allow default expressions to be attached to columns of 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-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-23
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-21
Refactor ALTER some-obj RENAME implementation
Alvaro Herrera
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-23
Prevent failure when RowExpr or XmlExpr is parse-analyzed twice.
Tom Lane
2012-12-01
COPY FREEZE and mark committed on fresh tables.
Simon Riggs
2012-10-04
Fix parse location tracking for lists that can be empty.
Tom Lane
2012-10-03
Support CREATE SCHEMA IF NOT EXISTS.
Tom Lane
2012-10-03
refactor ALTER some-obj SET OWNER implementation
Alvaro Herrera
2012-10-02
Refactor "ALTER some-obj SET SCHEMA" implementation
Alvaro Herrera
2012-09-26
Add new EVENT keyword to unreserved_keyword production.
Tom Lane
2012-09-22
Allow IF NOT EXISTS when add a new enum label.
Andrew Dunstan
2012-08-27
Fix DROP INDEX CONCURRENTLY IF EXISTS.
Tom Lane
2012-08-07
Implement SQL-standard LATERAL subqueries.
Tom Lane
2012-07-24
Change syntax of new CHECK NO INHERIT constraints
Alvaro Herrera
2012-07-18
Syntax support and documentation for event triggers.
Robert Haas
2012-07-16
Avoid pre-determining index names during CREATE TABLE LIKE parsing.
Tom Lane
2012-06-17
Refer to the default foreign key match style as MATCH SIMPLE internally.
Tom Lane
2012-06-13
Deprecate use of GLOBAL and LOCAL in temp table creation.
Tom Lane
2012-06-10
Revert error message on GLOBAL/LOCAL pending further discussion
Simon Riggs
2012-06-09
Add ERROR msg for GLOBAL/LOCAL TEMP is not yet implemented
Simon Riggs
2012-05-16
Change COLLATION keyword category
Peter Eisentraut
2012-04-23
Lots of doc corrections.
Robert Haas
2012-04-20
Recast "ONLY" column CHECK constraints as NO INHERIT
Alvaro Herrera
[next]