postgresql/src/backend
Tom Lane 2dbc0ca937 Dept of second thoughts: let's make sure that get_index_stats_hook is only
applied to expression indexes, not to plain relations.  The original coding
in btcostestimate conflated the two cases, but it's not hard to use
get_relation_stats_hook instead when we're looking to the underlying relation.
2008-09-28 20:42:12 +00:00
..
access Make LC_COLLATE and LC_CTYPE database-level settings. Collation and 2008-09-23 09:20:39 +00:00
bootstrap Prevent memory leaks in our various bison parsers when an error occurs 2008-09-02 20:37:55 +00:00
catalog Simplify the definitions of a couple of system views by using SELECT * 2008-09-21 19:38:56 +00:00
commands Establish the rule that array types should have the same typdelim as their 2008-09-25 03:28:56 +00:00
executor Fix caching of foreign-key-checking queries so that when a replan is needed, 2008-09-15 23:37:40 +00:00
lib Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
libpq Fix error messages from recent pg_hba parsing patch to use errcontext() 2008-09-15 20:55:04 +00:00
main Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
nodes Improve the plan cache invalidation mechanism to make it invalidate plans 2008-09-09 18:58:09 +00:00
optimizer Skip opfamily check in eclass_matches_any_index() when the index isn't a 2008-09-12 14:56:13 +00:00
parser Make LC_COLLATE and LC_CTYPE database-level settings. Collation and 2008-09-23 09:20:39 +00:00
po Translation updates 2008-01-31 18:04:52 +00:00
port Fix a couple of bugs in win32 shmem name generation: 2008-07-04 10:50:18 +00:00
postmaster Add comment about the use of EXEC_BACKEND. 2008-09-23 20:35:38 +00:00
regex Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
rewrite Fix more problems with rewriter failing to set Query.hasSubLinks when inserting 2008-09-24 16:52:46 +00:00
snowball Implement a few changes to how shared libraries and dynamically loadable 2008-04-07 14:15:58 +00:00
storage Optimize CleanupTempFiles by having a boolean flag that keeps track of whether 2008-09-19 04:57:10 +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 selectivity estimation function for the text search @@ operator. 2008-09-19 19:03:41 +00:00
utils Dept of second thoughts: let's make sure that get_index_stats_hook is only 2008-09-28 20:42:12 +00:00
Makefile Remove all traces that suggest that a non-Bison yacc might be supported, and 2008-08-29 13:02:33 +00:00
common.mk Code coverage testing with gcov. Documentation is in the regression test 2008-09-05 12:11:18 +00:00
nls.mk Add a new ereport auxiliary function errdetail_log(), which works the same as 2008-03-24 18:08:47 +00:00