index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert SQL/JSON features
Andrew Dunstan
2022-09-01
1
-1
/
+0
*
JSON_TABLE
Andrew Dunstan
2022-04-04
1
-0
/
+1
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
1
-0
/
+1
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
1
-5
/
+21
*
Revert MERGE patch
Simon Riggs
2018-04-12
1
-1
/
+1
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
1
-1
/
+1
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
1
-1
/
+1
*
Modified files for MERGE
Simon Riggs
2018-04-02
1
-1
/
+1
*
Fix make rules that generate multiple output files.
Tom Lane
2018-03-23
1
-6
/
+11
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
1
-2
/
+3
*
Suppress "unused variable" warnings with older versions of flex.
Tom Lane
2017-02-19
1
-6
/
+1
*
Move keywords.c/kwlookup.c into src/common/.
Tom Lane
2016-03-23
1
-2
/
+2
*
Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone.
Tom Lane
2016-03-19
1
-6
/
+3
*
Refactor flex and bison make rules
Peter Eisentraut
2012-10-11
1
-16
/
+4
*
Run check_keywords.pl anytime gram.c is rebuilt.
Tom Lane
2012-09-26
1
-4
/
+1
*
Call check_keywords.pl in maintainer-check
Peter Eisentraut
2012-02-27
1
-0
/
+4
*
Add makefile rules to check for backtracking in backend and psql lexers.
Tom Lane
2011-08-25
1
-1
/
+4
*
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-19
1
-3
/
+3
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
Fix a few places where we needed -I. in CPPFLAGS to work properly in
Tom Lane
2010-01-05
1
-2
/
+2
*
Implement parser hooks for processing ColumnRef and ParamRef nodes, as per my
Tom Lane
2009-10-31
1
-4
/
+5
*
Derived files that are shipped in the distribution used to be built in the
Peter Eisentraut
2009-08-28
1
-6
/
+6
*
Add -Wno-error to CFLAGS from gram.o as long as it's broken.
Peter Eisentraut
2009-08-26
1
-1
/
+6
*
Separate the key word list that lived in keywords.c into a new header file
Alvaro Herrera
2009-03-07
1
-2
/
+2
*
Implement SQL-standard WITH clauses, including WITH RECURSIVE.
Tom Lane
2008-10-04
1
-2
/
+2
*
Remove all traces that suggest that a non-Bison yacc might be supported, and
Peter Eisentraut
2008-08-29
1
-12
/
+7
*
Refactor backend makefiles to remove lots of duplicate code
Peter Eisentraut
2008-02-19
1
-7
/
+2
*
Separate parse-analysis for utility commands out of parser/analyze.c
Tom Lane
2007-06-23
1
-2
/
+2
*
Re-introduce the yylex filter function formerly used to support UNION
Tom Lane
2006-05-27
1
-2
/
+2
*
Remove the stub support we had for UNION JOIN; per discussion, this is
Tom Lane
2006-03-07
1
-4
/
+3
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
1
-1
/
+1
*
Adopt latest bison's spelling of 'syntax error' rather than 'parse error'
Tom Lane
2003-05-29
1
-8
/
+2
*
Get rid of last few vestiges of parsetree dependency on grammar token
Tom Lane
2003-02-10
1
-2
/
+2
*
Tweak bison build rules so that we get the same error messages from
Tom Lane
2003-01-31
1
-2
/
+8
*
Arrange to compile flex output files as inclusions into other files
Tom Lane
2002-11-01
1
-3
/
+9
*
Scanner performance improvements
Peter Eisentraut
2002-04-20
1
-12
/
+4
*
analyze.o need not depend on parser.h.
Tom Lane
2002-03-08
1
-2
/
+2
*
Make the yacc rules safe for parallel make. See discussion on pgsql-patches
Peter Eisentraut
2001-11-16
1
-4
/
+15
*
No longer a need for -Wno-error
Peter Eisentraut
2001-08-09
1
-5
/
+1
*
Makefile should have automatic dependency for parser.o too, if it's
Tom Lane
2001-05-04
1
-2
/
+4
*
Only look for bison as YACC; other yaccs need to be selected explicitly.
Peter Eisentraut
2001-02-10
1
-1
/
+5
*
Add support for VPATH builds, that is, building somewhere else than in the
Peter Eisentraut
2000-10-20
1
-2
/
+2
*
First cut at full support for OUTER JOINs. There are still a few loose
Tom Lane
2000-09-12
1
-2
/
+2
*
New configure test for flex, which recognizes only flex but does so in all
Peter Eisentraut
2000-08-28
1
-3
/
+6
*
Add distprep target to take some of the job of the release_prep script.
Peter Eisentraut
2000-07-19
1
-33
/
+24
*
Include rule to build include/parser/parse.h since nothing else can
Thomas G. Lockhart
2000-07-14
1
-3
/
+6
*
Gen_fmgrtab.sh is strange: it is a platform dependent way (because it uses
Peter Eisentraut
2000-06-07
1
-3
/
+3
*
Generated header files parse.h and fmgroids.h are now copied into
Tom Lane
2000-05-29
1
-3
/
+1
*
Removed MBFLAGS from makefiles since it's now done in include/config.h.
Peter Eisentraut
2000-01-19
1
-5
/
+1
*
New LDOUT makefile variable for QNX os.
Bruce Momjian
1999-12-13
1
-2
/
+2
[next]