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-20
Suppress variable-set-but-not-used warnings from clang 15.
Tom Lane
2020-12-01
Ensure that expandTableLikeClause() re-examines the same table.
Tom Lane
2020-10-07
Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux.
Tom Lane
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2019-02-24
Fix ecpg bugs caused by missing semicolons in the backend grammar.
Tom Lane
2019-02-15
Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTE
Michael Paquier
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-15
Fix YA unwanted behavioral difference with operator_precedence_warning.
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
2016-06-03
Fix grammar's AND/OR flattening to work with operator_precedence_warning.
Tom Lane
2015-10-04
ALTER TABLE .. FORCE ROW LEVEL SECURITY
Stephen Frost
2015-08-21
Rename 'cmd' to 'cmd_name' in CreatePolicyStmt
Stephen Frost
2015-08-09
Remove gram.y's precedence declaration for OVERLAPS.
Tom Lane
2015-07-25
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-05-20
Another typo fix.
Tom Lane
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-05-18
Fix parse tree of DROP TRANSFORM and COMMENT ON TRANSFORM
Peter Eisentraut
2015-05-16
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-15
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
Support VERBOSE option in REINDEX command.
Fujii Masao
2015-05-11
Allow on-the-fly capture of DDL event details
Alvaro Herrera
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-04-30
Fix up some loose ends for CURRENT_USER as RoleSpec
Alvaro Herrera
2015-04-26
Add transforms feature
Peter Eisentraut
2015-04-09
Remove obsolete FORCE option from REINDEX.
Fujii Masao
2015-03-31
Remove spurious semicolons.
Heikki Linnakangas
2015-03-25
Fix gram.y comment to match reality
Alvaro Herrera
2015-03-24
Add support for ALTER TABLE IF EXISTS ... RENAME CONSTRAINT
Bruce Momjian
2015-03-22
Allow foreign tables to participate in inheritance.
Tom Lane
2015-03-18
Rationalize vacuuming options and parameters
Alvaro Herrera
2015-03-16
Support opfamily members in get_object_address
Alvaro Herrera
2015-03-11
Make operator precedence follow the SQL standard more closely.
Tom Lane
2015-03-10
Allow named parameters to be specified using => in addition to :=
Robert Haas
2015-03-09
Allow CURRENT/SESSION_USER to be used in certain commands
Alvaro Herrera
2015-02-24
Improve parser's one-extra-token lookahead mechanism.
Tom Lane
2015-02-23
Further tweaking of raw grammar output to distinguish different inputs.
Tom Lane
2015-02-22
Add parse location fields to NullTest and BooleanTest structs.
Tom Lane
2015-02-22
Get rid of multiple applications of transformExpr() to the same tree.
Tom Lane
2015-02-22
Represent BETWEEN as a special node type in raw parse trees.
Tom Lane
2015-01-12
Fix get_object_address argument type for extension statement
Alvaro Herrera
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-30
Use TypeName to represent type names in certain commands
Alvaro Herrera
2014-12-23
get_object_address: separate domain constraints from table constraints
Alvaro Herrera
2014-12-13
Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEW
Andrew Dunstan
2014-12-09
REINDEX SCHEMA
Simon Riggs
[next]