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-10-02
Add ALTER EXTENSION ADD/DROP ACCESS METHOD, and use it in pg_upgrade.
Tom Lane
2016-08-12
Doc: clarify that DROP ... CASCADE is recursive.
Tom Lane
2016-07-28
Teach parser to transform "x IS [NOT] DISTINCT FROM NULL" to a NullTest.
Tom Lane
2016-06-17
Add VACUUM (DISABLE_PAGE_SKIPPING) for emergencies.
Robert Haas
2016-06-07
Fix loose ends for SQL ACCESS METHOD objects
Alvaro Herrera
2016-06-03
Fix grammar's AND/OR flattening to work with operator_precedence_warning.
Tom Lane
2016-05-25
Remove option to write USING before opclass name in CREATE INDEX.
Tom Lane
2016-04-08
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-05
Support ALTER THING .. DEPENDS ON EXTENSION
Alvaro Herrera
2016-03-23
Support CREATE ACCESS METHOD
Alvaro Herrera
2016-03-19
Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone.
Tom Lane
2016-03-09
Fix copy-and-pasteo in comment.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-22
Allow omitting one or both boundaries in an array slice specifier.
Tom Lane
2015-12-18
Revert 9246af6799819847faa33baf441251003acbb8fe because
Teodor Sigaev
2015-12-18
Allow to omit boundaries in array subscript
Teodor Sigaev
2015-12-16
Mark CHECK constraints declared NOT VALID valid if created with table.
Robert Haas
2015-11-27
COPY (INSERT/UPDATE/DELETE .. RETURNING ..)
Teodor Sigaev
2015-10-22
Remove redundant CREATEUSER/NOCREATEUSER options in CREATE ROLE et al.
Tom Lane
2015-10-04
ALTER TABLE .. FORCE ROW LEVEL SECURITY
Stephen Frost
2015-10-03
Add CASCADE support for CREATE EXTENSION.
Andres Freund
2015-09-16
Determine whether it's safe to attempt a parallel plan for a query.
Robert Haas
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-29
Add IF NOT EXISTS processing to ALTER TABLE ADD COLUMN
Andrew Dunstan
2015-07-25
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-14
Add ALTER OPERATOR command, for changing selectivity estimator functions.
Heikki Linnakangas
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
[next]