You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tom Lane
c7ff7663e4
Get rid of the separate EState for subplans, and just let them share the
...
parent query's EState. Now that there's a single flat rangetable for both
the main plan and subplans, there's no need anymore for a separate EState,
and removing it allows cleaning up some crufty code in nodeSubplan.c and
nodeSubqueryscan.c. Should be a tad faster too, although any difference
will probably be hard to measure. This is the last bit of subsidiary
mop-up work from changing to a flat rangetable.
19 years ago
..
access
Move fsync method macro defines into /include/access/xlogdefs.h so they
19 years ago
bootstrap
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
catalog
Remove the Query structure from the executor's API. This allows us to stop
19 years ago
commands
Remove the Query structure from the executor's API. This allows us to stop
19 years ago
executor
Get rid of the separate EState for subplans, and just let them share the
19 years ago
lib
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
libpq
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
mb
Fix machine-dependent crash in sqlchar_to_unicode(). Get rid of
19 years ago
nodes
Get rid of the separate EState for subplans, and just let them share the
19 years ago
optimizer
Turn the rangetable used by the executor into a flat list, and avoid storing
19 years ago
parser
Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST
19 years ago
port
On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait for
19 years ago
postmaster
Code review for SSLKEY patch.
19 years ago
regex
Wording cleanup for error messages. Also change can't -> cannot.
19 years ago
rewrite
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
storage
btree source code cleanups:
19 years ago
tcop
Remove the Query structure from the executor's API. This allows us to stop
19 years ago
utils
Now that plans have flat rangetable lists, it's a lot easier to get EXPLAIN to
19 years ago
Makefile
Allow installation into directories containing spaces in the name.
20 years ago
c.h
Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant to
19 years ago
fmgr.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
funcapi.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
getaddrinfo.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
getopt_long.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
miscadmin.h
Restructure autovacuum in two processes: a dummy process, which runs
19 years ago
pg_config.h.in
Add configure --enable-profiling to enable GCC profiling. Patches from
19 years ago
pg_config.h.win32
Squelch some VC++ compiler warnings. Mark float literals with the "f"
19 years ago
pg_config_manual.h
Move BLCKSZ < 1024 check to guc.c.
19 years ago
pg_trace.h
pgindent run for 8.2.
20 years ago
pgstat.h
Call pgstat_drop_database during DROP DATABASE, so that any stats file
19 years ago
pgtime.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
port.h
Add strlcat() from OpenBSD, to be used for replacing strncat and other
19 years ago
postgres.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
postgres_ext.h
Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. It
19 years ago
postgres_fe.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
rusagestub.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago