postgresql/src/include
Tom Lane fbcce08046 Change EXPLAIN output so that subplans and initplans (particularly CTEs)
are individually labeled, rather than just grouped under an "InitPlan"
or "SubPlan" heading.  This in turn makes it possible for decompilation of
a subplan reference to usefully identify which subplan it's referencing.
I also made InitPlans identify which parameter symbol(s) they compute,
so that references to those parameters elsewhere in the plan tree can
be connected to the initplan that will be executed.  Per a gripe from
Robert Haas about EXPLAIN output of a WITH query being inadequate,
plus some longstanding pet peeves of my own.
2009-04-05 19:59:40 +00:00
..
access Disallow setting fillfactor for TOAST tables. 2009-04-04 00:45:02 +00:00
bootstrap Update copyright for 2009. 2009-01-01 17:24:05 +00:00
catalog Add a "relistemp" boolean column to pg_class, which is true for temporary 2009-03-31 17:59:56 +00:00
commands Remove the recently added node types ReloptElem and OptionDefElem in favor 2009-04-04 21:12:31 +00:00
executor Fix an oversight in the support for storing/retrieving "minimal tuples" in 2009-03-30 04:08:43 +00:00
foreign Remove the recently added node types ReloptElem and OptionDefElem in favor 2009-04-04 21:12:31 +00:00
lib Update copyright for 2009. 2009-01-01 17:24:05 +00:00
libpq When we are in error recursion trouble, arrange to suppress translation and 2009-03-02 21:18:43 +00:00
mb Fix SetClientEncoding() to maintain a cache of previously selected encoding 2009-04-02 17:30:53 +00:00
nodes Change EXPLAIN output so that subplans and initplans (particularly CTEs) 2009-04-05 19:59:40 +00:00
optimizer Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of 2009-02-25 03:30:38 +00:00
parser Separate the key word list that lived in keywords.c into a new header file 2009-03-07 00:13:58 +00:00
port Make win32 builds always do SetEnvironmentVariable() when doing putenv(). 2009-01-21 10:30:02 +00:00
portability Update copyright for 2009. 2009-01-01 17:24:05 +00:00
postmaster Update copyright for 2009. 2009-01-01 17:24:05 +00:00
regex Convert three more guc settings to enum type: 2008-04-02 14:42:56 +00:00
rewrite Revert updatable views 2009-01-27 12:40:15 +00:00
snowball Update copyright for 2009. 2009-01-01 17:24:05 +00:00
storage A session that does not have any live snapshots does not have to be waited for 2009-04-04 17:40:36 +00:00
tcop Update copyright for 2009. 2009-01-01 17:24:05 +00:00
tsearch Fix URL generation in headline. Only tag lexeme will be replaced by space. 2009-01-15 16:33:59 +00:00
utils Modify the relcache to record the temp status of both local and nonlocal 2009-03-31 22:12:48 +00:00
c.h Gettext plural support 2009-03-26 22:26:08 +00:00
fmgr.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
funcapi.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
getaddrinfo.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
getopt_long.h Remove a boatload of useless definitions of 'int optreset'. If we 2009-04-05 04:19:59 +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
miscadmin.h Export IsUnderPostmaster on win32. 2009-01-05 02:27:45 +00:00
pg_config.h.in Make an attempt at fixing our current Solaris 11 breakage: add a configure 2009-04-04 21:55:50 +00:00
pg_config.h.win32 I had always wondered why pg_config.h.win32 claimed that Windows 2009-04-05 04:09:01 +00:00
pg_config_manual.h Add a -w/--no-password option that prevents all password prompts to all 2009-02-26 16:02:39 +00:00
pg_trace.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pgstat.h Add contrib/pg_stat_statements for server-wide tracking of statement execution 2009-01-04 22:19:59 +00:00
pgtime.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
port.h Update MinGW so it handles fseeko() similar to Unix. 2009-01-07 03:39:33 +00:00
postgres.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
postgres_ext.h Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. It 2007-02-06 09:16:08 +00:00
postgres_fe.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
rusagestub.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
windowapi.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00