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
..
access
Invent ResourceOwner mechanism as per my recent proposal, and use it to
22 years ago
bootstrap
Separate out bgwriter code into a logically separate module, rather
22 years ago
catalog
Add has_tablespace_privilege().
22 years ago
commands
Invent ResourceOwner mechanism as per my recent proposal, and use it to
22 years ago
executor
Nested transactions. There is still much left to do, especially on the
22 years ago
lib
Remove an unused (and empty) header file.
22 years ago
libpq
Avoid including <sys/time.h> on platforms that don't have it.
22 years ago
mb
Add PQmbdsplen() which returns the "display length" of a character.
22 years ago
nodes
Remove TABLESPACE option of CREATE SEQUENCE; sequences will now always
22 years ago
optimizer
When using extended-query protocol, postpone planning of unnamed statements
22 years ago
parser
Represent type-specific length coercion functions as pg_cast entries,
22 years ago
port
Replace direct fprintf(stderr) calls by write_stderr(), and cause this
22 years ago
postmaster
Per previous discussions, get rid of use of sync(2) in favor of
22 years ago
regex
Solve the 'Turkish problem' with undesirable locale behavior for case
22 years ago
rewrite
Promote row expressions to full-fledged citizens of the expression syntax,
22 years ago
storage
Invent ResourceOwner mechanism as per my recent proposal, and use it to
22 years ago
tcop
When using extended-query protocol, postpone planning of unnamed statements
22 years ago
utils
Invent ResourceOwner mechanism as per my recent proposal, and use it to
22 years ago
Makefile
$Header: -> $PostgreSQL Changes ...
22 years ago
c.h
Use standard macro for psql binary file open. Add comment explaining
22 years ago
fmgr.h
Replace TupleTableSlot convention for whole-row variables and function
22 years ago
funcapi.h
Infrastructure for I/O of composite types: arrange for the I/O routines
22 years ago
getaddrinfo.h
make sure the $Id tags are converted to $PostgreSQL as well ...
22 years ago
getopt_long.h
$Header: -> $PostgreSQL Changes ...
22 years ago
miscadmin.h
Tablespaces. Alternate database locations are dead, long live tablespaces.
22 years ago
pg_config.h.in
Detect locale/encoding mismatch in initdb, or pick a suitable encoding
22 years ago
pg_config.h.win32
Remove SYSCONFDIR from win32 include file.
22 years ago
pg_config_manual.h
Integrate src/timezone library for all platforms. There is more we can
22 years ago
pgstat.h
Adjust pgstat message definitions so that the target message size is
22 years ago
pgtime.h
Adjust our timezone library to use pg_time_t (typedef'd as int64) in
22 years ago
port.h
Add URL about Win32 quoting behavior.
22 years ago
postgres.h
Tighten short-circuit tests for deciding whether we need to invoke
22 years ago
postgres_ext.h
Revise syntax-error reporting behavior to give pleasant results for
22 years ago
postgres_fe.h
make sure the $Id tags are converted to $PostgreSQL as well ...
22 years ago
rusagestub.h
make sure the $Id tags are converted to $PostgreSQL as well ...
22 years ago
strdup.h
Fix an obsolete file path mentioned in a comment.
22 years ago