| .. |
|
access
|
XLOG file archiving and point-in-time recovery. There are still some
|
2004-07-19 02:47:16 +00:00 |
|
bootstrap
|
Separate out bgwriter code into a logically separate module, rather
|
2004-05-29 22:48:23 +00:00 |
|
catalog
|
Add has_tablespace_privilege().
|
2004-07-12 20:23:59 +00:00 |
|
commands
|
Invent ResourceOwner mechanism as per my recent proposal, and use it to
|
2004-07-17 03:32:14 +00:00 |
|
executor
|
Nested transactions. There is still much left to do, especially on the
|
2004-07-01 00:52:04 +00:00 |
|
lib
|
Remove an unused (and empty) header file.
|
2004-05-14 22:21:43 +00:00 |
|
libpq
|
Avoid including <sys/time.h> on platforms that don't have it.
|
2004-06-24 18:55:21 +00:00 |
|
mb
|
Add PQmbdsplen() which returns the "display length" of a character.
|
2004-03-15 10:41:26 +00:00 |
|
nodes
|
Remove TABLESPACE option of CREATE SEQUENCE; sequences will now always
|
2004-07-12 05:38:11 +00:00 |
|
optimizer
|
When using extended-query protocol, postpone planning of unnamed statements
|
2004-06-11 01:09:22 +00:00 |
|
parser
|
Represent type-specific length coercion functions as pg_cast entries,
|
2004-06-16 01:27:00 +00:00 |
|
port
|
Replace direct fprintf(stderr) calls by write_stderr(), and cause this
|
2004-06-24 21:03:42 +00:00 |
|
postmaster
|
XLOG file archiving and point-in-time recovery. There are still some
|
2004-07-19 02:47:16 +00:00 |
|
regex
|
Solve the 'Turkish problem' with undesirable locale behavior for case
|
2004-05-07 00:24:59 +00:00 |
|
rewrite
|
Promote row expressions to full-fledged citizens of the expression syntax,
|
2004-05-10 22:44:49 +00:00 |
|
storage
|
XLOG file archiving and point-in-time recovery. There are still some
|
2004-07-19 02:47:16 +00:00 |
|
tcop
|
When using extended-query protocol, postpone planning of unnamed statements
|
2004-06-11 01:09:22 +00:00 |
|
utils
|
Invent ResourceOwner mechanism as per my recent proposal, and use it to
|
2004-07-17 03:32:14 +00:00 |
|
c.h
|
Use standard macro for psql binary file open. Add comment explaining
|
2004-07-11 13:29:16 +00:00 |
|
fmgr.h
|
Replace TupleTableSlot convention for whole-row variables and function
|
2004-04-01 21:28:47 +00:00 |
|
funcapi.h
|
Infrastructure for I/O of composite types: arrange for the I/O routines
|
2004-06-06 00:41:28 +00:00 |
|
getaddrinfo.h
|
make sure the $Id tags are converted to $PostgreSQL as well ...
|
2003-11-29 22:41:33 +00:00 |
|
getopt_long.h
|
$Header: -> $PostgreSQL Changes ...
|
2003-11-29 19:52:15 +00:00 |
|
Makefile
|
$Header: -> $PostgreSQL Changes ...
|
2003-11-29 19:52:15 +00:00 |
|
miscadmin.h
|
Tablespaces. Alternate database locations are dead, long live tablespaces.
|
2004-06-18 06:14:31 +00:00 |
|
pg_config.h.in
|
Detect locale/encoding mismatch in initdb, or pick a suitable encoding
|
2004-07-14 17:55:10 +00:00 |
|
pg_config.h.win32
|
Remove SYSCONFDIR from win32 include file.
|
2004-06-03 14:55:21 +00:00 |
|
pg_config_manual.h
|
Integrate src/timezone library for all platforms. There is more we can
|
2004-05-21 05:08:06 +00:00 |
|
pgstat.h
|
Adjust pgstat message definitions so that the target message size is
|
2004-06-26 16:32:04 +00:00 |
|
pgtime.h
|
Adjust our timezone library to use pg_time_t (typedef'd as int64) in
|
2004-06-03 02:08:07 +00:00 |
|
port.h
|
Add URL about Win32 quoting behavior.
|
2004-06-11 16:10:09 +00:00 |
|
postgres.h
|
Tighten short-circuit tests for deciding whether we need to invoke
|
2004-01-16 20:51:30 +00:00 |
|
postgres_ext.h
|
Revise syntax-error reporting behavior to give pleasant results for
|
2004-03-21 22:29:11 +00:00 |
|
postgres_fe.h
|
make sure the $Id tags are converted to $PostgreSQL as well ...
|
2003-11-29 22:41:33 +00:00 |
|
rusagestub.h
|
make sure the $Id tags are converted to $PostgreSQL as well ...
|
2003-11-29 22:41:33 +00:00 |
|
strdup.h
|
Fix an obsolete file path mentioned in a comment.
|
2004-01-25 22:19:42 +00:00 |