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
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.)
17 years ago
..
access
Reduce some rel.h inclusions, and add pg_list.h to pg_proc_fn.h.
17 years ago
bootstrap
Update copyrights in source tree to 2008.
18 years ago
catalog
Add a new column proiswindow to pg_proc. It doesn't actually do anything
17 years ago
commands
SQL/MED catalog manipulation facilities
17 years ago
executor
Ensure that the contents of a holdable cursor don't depend on out-of-line
17 years ago
foreign
SQL/MED catalog manipulation facilities
17 years ago
lib
Update copyrights in source tree to 2008.
18 years ago
libpq
Add support for using SSL client certificates to authenticate to the
17 years ago
mb
Unicode escapes in strings and identifiers
17 years ago
nodes
SQL/MED catalog manipulation facilities
17 years ago
optimizer
Get rid of adjust_appendrel_attr_needed(), which has been broken ever since
17 years ago
parser
Code review for function default parameters patch. Fix numerous problems as
17 years ago
port
Move carefully obscured SunOS 4 specific #include out of c.h into port
17 years ago
portability
Add support for tracking call counts and elapsed runtime for user-defined
18 years ago
postmaster
Introduce the concept of relation forks. An smgr relation can now consist
18 years ago
regex
Convert three more guc settings to enum type:
18 years ago
rewrite
Add a bunch of new error location reports to parse-analysis error messages.
18 years ago
snowball
Update copyrights in source tree to 2008.
18 years ago
storage
Remove unused include file, per ITAGAKI Takahiro. AFAICT this has been
17 years ago
tcop
Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's useless
17 years ago
tsearch
Improve headeline generation. Now headline can contain
17 years ago
utils
Make a couple of small changes to the tuplestore API, for the benefit of the
17 years ago
Makefile
Remove all traces that suggest that a non-Bison yacc might be supported, and
18 years ago
c.h
The macros NULL_DEV and DEVNULL were both used to work around
17 years ago
fmgr.h
If a loadable module has wrong values in its magic block, spell out
18 years ago
funcapi.h
Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,
17 years ago
getaddrinfo.h
Update copyrights in source tree to 2008.
18 years ago
getopt_long.h
Update copyrights in source tree to 2008.
18 years ago
miscadmin.h
Append major version number and for libraries soname major version number
17 years ago
pg_config.h.in
Append major version number and for libraries soname major version number
17 years ago
pg_config.h.win32
Provide for MSVC config equivalents of recently added configure options. Remove
18 years ago
pg_config_manual.h
Don't make --enable-cassert turn on RANDOMIZE_ALLOCATED_MEMORY automatically;
18 years ago
pg_trace.h
Enable probes to work with Mac OS X Leopard and other OSes that will
18 years ago
pgstat.h
Don't reset pg_class.reltuples and relpages in VACUUM, if any pages were
17 years ago
pgtime.h
Update copyrights in source tree to 2008.
18 years ago
port.h
Fix rmtree() so that it keeps going after failure to remove any individual
18 years ago
postgres.h
Allow float8, int8, and related datatypes to be passed by value on machines
18 years ago
postgres_ext.h
…
postgres_fe.h
Update copyrights in source tree to 2008.
18 years ago
rusagestub.h
Update copyrights in source tree to 2008.
18 years ago