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
9cbd0c155d
Remove the Query structure from the executor's API. This allows us to stop
...
storing mostly-redundant Query trees in prepared statements, portals, etc.
To replace Query, a new node type called PlannedStmt is inserted by the
planner at the top of a completed plan tree; this carries just the fields of
Query that are still needed at runtime. The statement lists kept in portals
etc. now consist of intermixed PlannedStmt and bare utility-statement nodes
--- no Query. This incidentally allows us to remove some fields from Query
and Plan nodes that shouldn't have been there in the first place.
Still to do: simplify the execution-time range table; at the moment the
range table passed to the executor still contains Query trees for subqueries.
initdb forced due to change of stored rules.
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
Remove the Query structure from the executor's API. This allows us to stop
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
Remove the Query structure from the executor's API. This allows us to stop
19 years ago
optimizer
Remove the Query structure from the executor's API. This allows us to stop
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
Restructure autovacuum in two processes: a dummy process, which runs
19 years ago
tcop
Remove the Query structure from the executor's API. This allows us to stop
19 years ago
utils
Remove the Query structure from the executor's API. This allows us to stop
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 strlcat() from OpenBSD, to be used for replacing strncat and other
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 NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. It
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