postgresql/src/backend
Bruce Momjian ce04221a1e Stylistic changes in bufmgr.c
Basically replaces (*a).b with a->b as it is everywhere else in
	Postgres.

Manfred Koizar
2004-06-08 14:00:35 +00:00
..
access Infrastructure for I/O of composite types: arrange for the I/O routines 2004-06-06 00:41:28 +00:00
bootstrap Infrastructure for I/O of composite types: arrange for the I/O routines 2004-06-06 00:41:28 +00:00
catalog Allow use of table rowtypes directly as column types of other tables. 2004-06-06 20:30:07 +00:00
commands vacuum.c refactoring 2004-06-08 13:59:36 +00:00
executor Infrastructure for I/O of composite types: arrange for the I/O routines 2004-06-06 00:41:28 +00:00
lib Add tests to enlargeStringInfo() to avoid possible buffer-overrun or 2004-05-11 20:07:26 +00:00
libpq Use the new List API function names throughout the backend, and disable the 2004-05-30 23:40:41 +00:00
main Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir) 2004-06-03 00:07:38 +00:00
nodes Infrastructure for I/O of composite types: arrange for the I/O routines 2004-06-06 00:41:28 +00:00
optimizer Tweak palloc/repalloc to allow zero bytes to be requested, as per recent 2004-06-05 19:48:09 +00:00
parser Infrastructure for I/O of composite types: arrange for the I/O routines 2004-06-06 00:41:28 +00:00
po Translation update 2004-05-29 06:22:56 +00:00
port Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by 2004-05-28 05:13:32 +00:00
postmaster Adjust our timezone library to use pg_time_t (typedef'd as int64) in 2004-06-03 02:08:07 +00:00
regex Solve the 'Turkish problem' with undesirable locale behavior for case 2004-05-07 00:24:59 +00:00
rewrite Use the new List API function names throughout the backend, and disable the 2004-05-30 23:40:41 +00:00
storage Stylistic changes in bufmgr.c 2004-06-08 14:00:35 +00:00
tcop Infrastructure for I/O of composite types: arrange for the I/O routines 2004-06-06 00:41:28 +00:00
utils Dept of second thoughts: don't use the new wide-character upper/lower 2004-06-06 22:17:01 +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 $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00