postgresql/src/backend
Robert Haas 4343c0e546 Expose quote_literal_cstr() from core.
This eliminates the need for inefficient implementions of this
functionality in both contrib/dblink and contrib/tablefunc, so remove
them.  The upcoming patch implementing an in-core format() function
will also require this functionality.

In passing, add some regression tests.
2010-11-20 10:04:48 -05:00
..
access The GiST scan algorithm uses LSNs to detect concurrent pages splits, but 2010-11-16 11:32:21 +02:00
bootstrap Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
catalog Add pg_describe_object function 2010-11-18 17:06:19 -03:00
commands Remove unused parameter. Patch by Shigeru Hanada. 2010-11-18 10:05:17 +02:00
executor Dept of second thoughts: don't try to push LIMIT below a SRF. 2010-11-18 11:54:34 -05:00
foreign Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
lib Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
libpq Add a client authentication hook. 2010-10-26 21:20:38 -04:00
main Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
nodes Further fallout from the MergeAppend patch. 2010-11-18 00:30:10 -05:00
optimizer Improve relation width estimation for subqueries. 2010-11-19 17:31:50 -05:00
parser Require VALUE keyword when extending an enum type. Based on a patch from Alvaro Herrera. 2010-11-16 22:18:33 -05:00
po Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
port Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
postmaster Fix leakage of cost_limit when multiple autovacuum workers are active. 2010-11-19 22:29:44 -05:00
regex Fix comparisons of pointers with zero to compare with NULL instead. 2010-10-29 15:51:52 -04:00
replication Improved parallel make support 2010-11-12 22:15:16 +02:00
rewrite Reimplement planner's handling of MIN/MAX aggregate optimization. 2010-11-04 12:01:17 -04:00
snowball Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
storage Add new buffers_backend_fsync field to pg_stat_bgwriter. 2010-11-15 12:42:59 -05:00
tcop Add support for detecting register-stack overrun on IA64. 2010-11-06 19:36:29 -04:00
tsearch Cleanup various comparisons with the constant "true". 2010-11-14 21:03:48 -05:00
utils Expose quote_literal_cstr() from core. 2010-11-20 10:04:48 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
common.mk Improved parallel make support 2010-11-12 22:15:16 +02:00
Makefile Improved parallel make support 2010-11-12 22:15:16 +02:00
nls.mk Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00