postgresql/src
Tom Lane 38e9348282 Make a couple of small changes to the tuplestore API, for the benefit of the
upcoming window-functions patch.  First, tuplestore_trim is now an
exported function that must be explicitly invoked by callers at
appropriate times, rather than something that tuplestore tries to do
behind the scenes.  Second, a read pointer that is marked as allowing
backward scan no longer prevents truncation.  This means that a read pointer
marked as having BACKWARD but not REWIND capability can only safely read
backwards as far as the oldest other read pointer.  (The expected use pattern
for this involves having another read pointer that serves as the truncation
fencepost.)
2008-12-27 17:39:00 +00:00
..
backend Make a couple of small changes to the tuplestore API, for the benefit of the 2008-12-27 17:39:00 +00:00
bin SQL/MED catalog manipulation facilities 2008-12-19 16:25:19 +00:00
include Make a couple of small changes to the tuplestore API, for the benefit of the 2008-12-27 17:39:00 +00:00
interfaces Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to 2008-12-17 16:52:07 +00:00
makefiles Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary. 2008-12-07 08:36:22 +00:00
pl Append major version number and for libraries soname major version number 2008-12-11 07:34:09 +00:00
port Append major version number and for libraries soname major version number 2008-12-11 07:34:09 +00:00
template Move forgotten comment closer to where it matters. 2008-10-29 16:23:07 +00:00
test Add a new column proiswindow to pg_proc. It doesn't actually do anything 2008-12-19 18:25:20 +00:00
timezone Suppress leap-second-aware timezones in the output of pg_tzenumerate_next, 2008-11-13 20:49:38 +00:00
tools Teach MSVC build system about building foreign data wrappers. 2008-12-20 22:04:02 +00:00
tutorial Add $PostgreSQL$ markers to a lot of files that were missing them. 2008-05-17 01:28:26 +00:00
DEVELOPERS Testing commit stuff 2006-07-10 15:50:02 +00:00
Makefile SQL/MED catalog manipulation facilities 2008-12-19 16:25:19 +00:00
Makefile.global.in Append major version number and for libraries soname major version number 2008-12-11 07:34:09 +00:00
Makefile.shlib Append major version number and for libraries soname major version number 2008-12-11 07:34:09 +00:00
bcc32.mak Remove old-style win32 client-only visual c++ build infrastructure for everything except 2007-03-05 14:18:38 +00:00
nls-global.mk Append major version number and for libraries soname major version number 2008-12-11 07:34:09 +00:00
win32.mak Update supported standalone VC++ version to 7.1+ only, and fix 2007-08-03 10:47:11 +00:00