postgresql/src/backend
Tom Lane 8bf14182cf Export xml.c's libxml-error-handling support so that contrib/xml2 can use it
too, instead of duplicating the functionality (badly).

I renamed xml_init to pg_xml_init, because the former seemed just a bit too
generic to be safe as a global symbol.  I considered likewise renaming
xml_ereport to pg_xml_ereport, but felt that the reference to ereport probably
made it sufficiently PG-centric already.
2010-03-03 17:29:45 +00:00
..
access pgindent run for 9.0 2010-02-26 02:01:40 +00:00
bootstrap pgindent run for 9.0 2010-02-26 02:01:40 +00:00
catalog pgindent run for 9.0 2010-02-26 02:01:40 +00:00
commands pgindent run for 9.0 2010-02-26 02:01:40 +00:00
executor pgindent run for 9.0 2010-02-26 02:01:40 +00:00
foreign Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
lib Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
libpq It's clearly now pointless to do backwards compatible parsing of this, 2010-03-01 16:02:01 +00:00
main Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
nodes pgindent run for 9.0 2010-02-26 02:01:40 +00:00
optimizer pgindent run for 9.0 2010-02-26 02:01:40 +00:00
parser pgindent run for 9.0 2010-02-26 02:01:40 +00:00
po Translation updates for 9.0alpha4 2010-02-19 00:40:05 +00:00
port pgindent run for 9.0 2010-02-26 02:01:40 +00:00
postmaster pgindent run for 9.0 2010-02-26 02:01:40 +00:00
regex pgindent run for 9.0 2010-02-26 02:01:40 +00:00
replication pgindent run for 9.0 2010-02-26 02:01:40 +00:00
rewrite pgindent run for 9.0 2010-02-26 02:01:40 +00:00
snowball Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
storage pgindent run for 9.0 2010-02-26 02:01:40 +00:00
tcop pgindent run for 9.0 2010-02-26 02:01:40 +00:00
tsearch pgindent run for 9.0 2010-02-26 02:01:40 +00:00
utils Export xml.c's libxml-error-handling support so that contrib/xml2 can use it 2010-03-03 17:29:45 +00:00
Makefile Well, the systemtap guys moved the goalposts again: with the latest version, 2010-01-20 23:12:03 +00:00
common.mk Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00
nls.mk Convert the core lexer and parser into fully reentrant code, by making use 2009-07-13 02:02:20 +00:00