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
cc813fc2b8
Replace nested-BEGIN syntax for subtransactions with spec-compliant
...
SAVEPOINT/RELEASE/ROLLBACK-TO syntax. (Alvaro)
Cause COMMIT of a failed transaction to report ROLLBACK instead of
COMMIT in its command tag. (Tom)
Fix a few loose ends in the nested-transactions stuff.
22 years ago
..
access
Replace nested-BEGIN syntax for subtransactions with spec-compliant
22 years ago
bootstrap
Back out pg_autovacuum commit after cvs clean failure causes commit.
22 years ago
catalog
Invent WAL timelines, as per recent discussion, to make point-in-time
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
Replace nested-BEGIN syntax for subtransactions with spec-compliant
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
Move Win32 defines from port.h to win32.h.
22 years ago
postmaster
Back out pg_autovacuum commit after cvs clean failure causes commit.
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 WAL timelines, as per recent discussion, to make point-in-time
22 years ago
tcop
When using extended-query protocol, postpone planning of unnamed statements
22 years ago
utils
Replace nested-BEGIN syntax for subtransactions with spec-compliant
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
Move Win32 defines from port.h to win32.h.
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