postgresql/src/backend
Tom Lane 473165aff8 For a SQL function declared to return a named composite type, make
sure the tuple datums it returns actually show that type and not RECORD.
2004-07-15 13:51:38 +00:00
..
access Rename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HEAP_NEWPAGE, and 2004-07-11 18:01:45 +00:00
bootstrap Allow configuration files to be placed outside the data directory. 2004-07-11 00:18:45 +00:00
catalog Move TablespaceCreateDbspace() call into smgrcreate(), which is where it 2004-07-11 19:52:52 +00:00
commands Remove TABLESPACE option of CREATE SEQUENCE; sequences will now always 2004-07-12 05:38:11 +00:00
executor For a SQL function declared to return a named composite type, make 2004-07-15 13:51:38 +00:00
lib Add tests to enlargeStringInfo() to avoid possible buffer-overrun or 2004-05-11 20:07:26 +00:00
libpq Allow configuration files to be placed outside the data directory. 2004-07-11 00:18:45 +00:00
main Replace direct fprintf(stderr) calls by write_stderr(), and cause this 2004-06-24 21:03:42 +00:00
nodes Remove TABLESPACE option of CREATE SEQUENCE; sequences will now always 2004-07-12 05:38:11 +00:00
optimizer Represent type-specific length coercion functions as pg_cast entries, 2004-06-16 01:27:00 +00:00
parser Remove TABLESPACE option of CREATE SEQUENCE; sequences will now always 2004-07-12 05:38:11 +00:00
po Translation update 2004-07-02 15:07:10 +00:00
port Replace direct fprintf(stderr) calls by write_stderr(), and cause this 2004-06-24 21:03:42 +00:00
postmaster Put back canonicalization of PGDATA environment variable. 2004-07-12 19:15:14 +00:00
regex Solve the 'Turkish problem' with undesirable locale behavior for case 2004-05-07 00:24:59 +00:00
rewrite Represent type-specific length coercion functions as pg_cast entries, 2004-06-16 01:27:00 +00:00
storage Move TablespaceCreateDbspace() call into smgrcreate(), which is where it 2004-07-11 19:52:52 +00:00
tcop Allow configuration files to be placed outside the data directory. 2004-07-11 00:18:45 +00:00
utils Add has_tablespace_privilege(). 2004-07-12 20:23:59 +00:00
Makefile Integrate src/timezone library for all platforms. There is more we can 2004-05-21 05:08:06 +00:00
nls.mk Replace direct fprintf(stderr) calls by write_stderr(), and cause this 2004-06-24 21:03:42 +00:00