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
fe548629c5
Invent ResourceOwner mechanism as per my recent proposal, and use it to
...
keep track of portal-related resources separately from transaction-related
resources. This allows cursors to work in a somewhat sane fashion with
nested transactions. For now, cursor behavior is non-subtransactional,
that is a cursor's state does not roll back if you abort a subtransaction
that fetched from the cursor. We might want to change that later.
22 years ago
..
acl.h
Tablespaces. Alternate database locations are dead, long live tablespaces.
22 years ago
array.h
Represent type-specific length coercion functions as pg_cast entries,
22 years ago
ascii.h
make sure the $Id tags are converted to $PostgreSQL as well ...
22 years ago
builtins.h
Add has_tablespace_privilege().
22 years ago
cash.h
Create a 'type cache' that keeps track of the data needed for any particular
23 years ago
catcache.h
Invent ResourceOwner mechanism as per my recent proposal, and use it to
22 years ago
date.h
Add missing operators of the form interval-plus-datetime, as required for
22 years ago
datetime.h
Adjust our timezone library to use pg_time_t (typedef'd as int64) in
22 years ago
datum.h
make sure the $Id tags are converted to $PostgreSQL as well ...
22 years ago
dynahash.h
make sure the $Id tags are converted to $PostgreSQL as well ...
22 years ago
dynamic_loader.h
make sure the $Id tags are converted to $PostgreSQL as well ...
22 years ago
elog.h
Add comment describing ereport() NOTICE/WARNING distinction.
22 years ago
errcodes.h
Align GRANT/REVOKE behavior more closely with the SQL spec, per discussion
22 years ago
fmgrtab.h
make sure the $Id tags are converted to $PostgreSQL as well ...
22 years ago
formatting.h
make sure the $Id tags are converted to $PostgreSQL as well ...
22 years ago
geo_decls.h
*) inet_(client|server)_(addr|port)() and necessary documentation for
22 years ago
guc.h
Allow configuration files to be placed outside the data directory.
22 years ago
guc_tables.h
Nested transactions. There is still much left to do, especially on the
22 years ago
help_config.h
make sure the $Id tags are converted to $PostgreSQL as well ...
22 years ago
hsearch.h
make sure the $Id tags are converted to $PostgreSQL as well ...
22 years ago
inet.h
Give inet/cidr datatypes their own hash function that ignores the inet vs
22 years ago
int8.h
Add function (actually an int4 and an int8 version) that generates
22 years ago
inval.h
Nested transactions. There is still much left to do, especially on the
22 years ago
logtape.h
make sure the $Id tags are converted to $PostgreSQL as well ...
22 years ago
lsyscache.h
Tablespaces. Alternate database locations are dead, long live tablespaces.
22 years ago
memutils.h
Nested transactions. There is still much left to do, especially on the
22 years ago
nabstime.h
Adjust our timezone library to use pg_time_t (typedef'd as int64) in
22 years ago
numeric.h
make sure the $Id tags are converted to $PostgreSQL as well ...
22 years ago
palloc.h
make sure the $Id tags are converted to $PostgreSQL as well ...
22 years ago
pg_crc.h
make sure the $Id tags are converted to $PostgreSQL as well ...
22 years ago
pg_locale.h
Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path
22 years ago
pg_lzcompress.h
$Header: -> $PostgreSQL Changes ...
22 years ago
portal.h
Invent ResourceOwner mechanism as per my recent proposal, and use it to
22 years ago
ps_status.h
Move responsibility for copying argv[] array into ps_status.c, where it
22 years ago
rel.h
Invent ResourceOwner mechanism as per my recent proposal, and use it to
22 years ago
relcache.h
Invent ResourceOwner mechanism as per my recent proposal, and use it to
22 years ago
resowner.h
Invent ResourceOwner mechanism as per my recent proposal, and use it to
22 years ago
selfuncs.h
Make use of statistics on index expressions. There are still some
22 years ago
syscache.h
make sure the $Id tags are converted to $PostgreSQL as well ...
22 years ago
timestamp.h
Integrate src/timezone library for all platforms. There is more we can
22 years ago
tqual.h
make sure the $Id tags are converted to $PostgreSQL as well ...
22 years ago
tuplesort.h
Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.
22 years ago
tuplestore.h
make sure the $Id tags are converted to $PostgreSQL as well ...
22 years ago
typcache.h
Make the world very nearly safe for composite-type columns in tables.
22 years ago
varbit.h
make sure the $Id tags are converted to $PostgreSQL as well ...
22 years ago