postgresql/src/backend
Tom Lane b153c09209 Add a bunch of new error location reports to parse-analysis error messages.
There are still some weak spots around JOIN USING and relation alias lists,
but most errors reported within backend/parser/ now have locations.
2008-09-01 20:42:46 +00:00
..
access Fix possible duplicate tuples while GiST scan. Now page is processed 2008-08-23 10:37:24 +00:00
bootstrap Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
catalog Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
commands Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
executor Move exprType(), exprTypmod(), expression_tree_walker(), and related routines 2008-08-25 22:42:34 +00:00
lib
libpq Rearrange the code in auth.c so that all functions for a single authentication 2008-08-01 11:41:12 +00:00
main
nodes Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
optimizer Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
parser Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
po
port Fix a couple of bugs in win32 shmem name generation: 2008-07-04 10:50:18 +00:00
postmaster Unconditionally write the statsfile when SIGHUP is received, to minimize 2008-08-25 18:55:43 +00:00
regex
rewrite Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
snowball Implement a few changes to how shared libraries and dynamically loadable 2008-04-07 14:15:58 +00:00
storage Introduce the concept of relation forks. An smgr relation can now consist 2008-08-11 11:05:11 +00:00
tcop Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
tsearch Create a type-specific typanalyze routine for tsvector, which collects stats 2008-07-14 00:51:46 +00:00
utils Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
common.mk
Makefile Remove all traces that suggest that a non-Bison yacc might be supported, and 2008-08-29 13:02:33 +00:00
nls.mk