postgresql/src/backend
Tom Lane 4bdb4be62e Divide functions into three volatility classes (immutable, stable, and
volatile), rather than the old cachable/noncachable distinction.  This
allows indexscan optimizations in many places where we formerly didn't.
Also, add a pronamespace column to pg_proc (it doesn't do anything yet,
however).
2002-04-05 00:31:36 +00:00
..
access Locale support is on by default. The choice of locale is done in initdb 2002-04-03 05:39:33 +00:00
bootstrap Attached is a patch which adds 2 missing semi-colons to 2002-04-01 14:22:41 +00:00
catalog Divide functions into three volatility classes (immutable, stable, and 2002-04-05 00:31:36 +00:00
commands Divide functions into three volatility classes (immutable, stable, and 2002-04-05 00:31:36 +00:00
executor Reimplement temp tables using schemas. The temp table map is history; 2002-03-31 06:26:32 +00:00
lib Add Assert check to catch vsnprintf overrunning its buffer. (Seen to 2002-03-04 18:34:02 +00:00
libpq Authentication improvements: 2002-04-04 04:25:54 +00:00
main Locale support is on by default. The choice of locale is done in initdb 2002-04-03 05:39:33 +00:00
nodes pg_type has a typnamespace column; system now supports creating types 2002-03-29 19:06:29 +00:00
optimizer Divide functions into three volatility classes (immutable, stable, and 2002-04-05 00:31:36 +00:00
parser Divide functions into three volatility classes (immutable, stable, and 2002-04-05 00:31:36 +00:00
po Updates from Serguei Mokhov 2002-01-26 19:00:11 +00:00
port Move 2002-03-13 00:05:06 +00:00
postmaster Authentication improvements: 2002-04-04 04:25:54 +00:00
regex New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
rewrite pg_type has a typnamespace column; system now supports creating types 2002-03-29 19:06:29 +00:00
storage Change made to elog: 2002-03-06 06:10:59 +00:00
tcop ALTER TABLE SET/DROP NOT NULL, from Christopher Kings-Lynne. 2002-04-01 04:35:40 +00:00
tioga Change made to elog: 2002-03-06 06:10:59 +00:00
utils Divide functions into three volatility classes (immutable, stable, and 2002-04-05 00:31:36 +00:00
Makefile Move 2002-03-13 00:05:06 +00:00