postgresql/src/backend
Tom Lane e98edb5555 Fix the mechanism for reporting the original table OID and column number
of columns of a query result so that it can "see through" cursors and
prepared statements.  Per gripe a couple months back from John DeSoi.
2005-06-22 17:45:46 +00:00
..
access Fix the mechanism for reporting the original table OID and column number 2005-06-22 17:45:46 +00:00
bootstrap For some reason access/tupmacs.h has been #including utils/memutils.h, 2005-05-06 17:24:55 +00:00
catalog Trivial code clarity improvement to UpdateStats(); no functional change. 2005-06-20 02:07:47 +00:00
commands Fix the mechanism for reporting the original table OID and column number 2005-06-22 17:45:46 +00:00
executor Avoid WAL-logging individual tuple insertions during CREATE TABLE AS 2005-06-20 18:37:02 +00:00
lib Replace the use of "0" with "NULL" where appropriate in dllist.c, for 2005-01-18 22:59:32 +00:00
libpq Fix a potential backend crash during authentication when parsing a 2005-06-21 01:20:09 +00:00
main Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
nodes Two-phase commit. Original patch by Heikki Linnakangas, with additional 2005-06-17 22:32:51 +00:00
optimizer The random selection in function linear() could deliver a value equal to max 2005-06-14 14:21:16 +00:00
parser Add a hack requested by the JDBC driver writers: when a function's 2005-06-22 15:19:43 +00:00
po Translation updates 2005-01-17 20:27:44 +00:00
port Refactor fork()-related code. We need to do various housekeeping tasks 2005-03-10 07:14:03 +00:00
postmaster Simplify uses of readdir() by creating a function ReadDir() that 2005-06-19 21:34:03 +00:00
regex Add parentheses to macros when args are used in computations. Without 2005-05-25 21:40:43 +00:00
rewrite Change expandRTE() and ResolveNew() back to taking just the single 2005-06-04 19:19:42 +00:00
storage Avoid WAL-logging individual tuple insertions during CREATE TABLE AS 2005-06-20 18:37:02 +00:00
tcop Fix the mechanism for reporting the original table OID and column number 2005-06-22 17:45:46 +00:00
utils More trivial dead code removal: in int_to_roman(), checking for "num == -1" 2005-06-22 01:43:05 +00:00
Makefile On Windows, set the postmaster executable's stack size to 4MB, so that 2005-01-26 21:55:26 +00:00
nls.mk New translation 2005-01-09 17:10:29 +00:00