postgresql/src/backend
Tom Lane c996c7f573 Let's try this again on accepting the correct range of Oid input values
for 64-bit platforms ...
2000-12-28 01:51:15 +00:00
..
access Fix portability problems recently exposed by regression tests on Alphas. 2000-12-27 23:59:14 +00:00
bootstrap Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb; 2000-11-25 20:33:54 +00:00
catalog Fix portability problems recently exposed by regression tests on Alphas. 2000-12-27 23:59:14 +00:00
commands Fix portability problems recently exposed by regression tests on Alphas. 2000-12-27 23:59:14 +00:00
executor Fix portability problems recently exposed by regression tests on Alphas. 2000-12-27 23:59:14 +00:00
lib Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
libpq Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks 2000-12-18 00:44:50 +00:00
main Clean up comments, organize code snippets added at different times into 2000-11-25 03:45:47 +00:00
nodes Planner speedup hacking. Avoid saving useless pathkeys, so that path 2000-12-14 22:30:45 +00:00
optimizer Compute reasonable cost and output-row-count estimates for LIMIT plan 2000-12-23 18:49:41 +00:00
parser Fix portability problems recently exposed by regression tests on Alphas. 2000-12-27 23:59:14 +00:00
port >> Here is a patch for the beos port (All regression tests are OK). 2000-12-18 18:45:05 +00:00
postmaster Prevent freshly-started backend from ignoring SIGUSR1, per race condition 2000-12-20 21:51:52 +00:00
regex Ensure that all uses of <ctype.h> functions are applied to unsigned-char 2000-12-03 20:45:40 +00:00
rewrite Make application of FOR UPDATE to a view work exactly like the parser's 2000-12-07 01:22:25 +00:00
storage Avoid XLogFlush for clean buffers in BufferSync. 2000-12-22 20:04:43 +00:00
tcop Prevent freshly-started backend from ignoring SIGUSR1, per race condition 2000-12-20 21:51:52 +00:00
tioga Add support for VPATH builds, that is, building somewhere else than in the 2000-10-20 21:04:27 +00:00
utils Let's try this again on accepting the correct range of Oid input values 2000-12-28 01:51:15 +00:00
Makefile Make all commands that link a program look like 2000-11-30 20:36:13 +00:00