postgresql/src/backend
Tom Lane 55c1687a97 Run check_keywords.pl anytime gram.c is rebuilt.
This script is a bit slow, but still it only takes a fraction of the time
the bison run does, so the overhead doesn't seem intolerable.  And we
definitely need some mechanical aid here, because people keep missing
the need to add new keywords to the appropriate keyword-list production.

While at it, I moved check_keywords.pl from src/tools into
src/backend/parser where it's actually used, and did some very minor
cleanup on the script.
2012-09-26 23:12:39 -04:00
..
access
bootstrap
catalog Minor corrections for ALTER TYPE ADD VALUE IF NOT EXISTS patch. 2012-09-22 18:35:22 -04:00
commands
executor Fix serializable mode with index-only scans. 2012-09-04 21:13:11 -05:00
foreign Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
lib
libpq
main
nodes Allow IF NOT EXISTS when add a new enum label. 2012-09-22 12:53:31 -04:00
optimizer Fix planning of btree index scans using ScalarArrayOpExpr quals. 2012-09-18 12:20:34 -04:00
parser Run check_keywords.pl anytime gram.c is rebuilt. 2012-09-26 23:12:39 -04:00
po
port
postmaster
regex
replication Fix bugs in cascading replication with recovery_target_timeline='latest' 2012-09-04 19:33:21 -07:00
rewrite Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
snowball
storage
tcop Remove some useless trailing whitespace 2012-09-04 09:17:14 +02:00
tsearch
utils
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
common.mk
Makefile Fix incorrect make maintainer-clean rule. 2012-04-07 18:16:50 -04:00
nls.mk Sort file list when creating gettext-files 2011-12-27 20:20:56 +02:00