postgres/src
Thomas G. Lockhart b71310d8e0 Add guard code to protect from buffer overruns on long date/time input
strings. Should go back in and look at doing this a bit more elegantly
 and (hopefully) cheaper. Probably not too bad anyway, but it seems a
 shame to scan the strings twice: once for length for this buffer overrun
 protection, and once to parse the line.
Remove use of pow() in date/time handling; was already gone from everything
 *but* the time data types.
Define macros for handling typmod manipulation for date/time types.
 Should be more robust than all of that brute-force inline code.
Rename macros for masking and typmod manipulation to put TIMESTAMP_
 or INTERVAL_ in front of the macro name, to reduce the possibility
 of name space collisions.
2002-08-04 06:44:47 +00:00
..
backend Add guard code to protect from buffer overruns on long date/time input 2002-08-04 06:44:47 +00:00
bin Implement WAL log location control using "-X" or PGXLOG. 2002-08-04 06:26:38 +00:00
corba
data
include Define macros for handling typmod manipulation for date/time types. 2002-08-04 06:42:18 +00:00
interfaces 1) Improve the handling of the queries like (select ..) union (select ..) 2002-08-01 03:07:50 +00:00
makefiles Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
pl Back out pl/pgsql quotation fix. Has problems. 2002-08-04 04:17:33 +00:00
port Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
template Fix case syntax for freebsd template. 2002-07-08 01:54:30 +00:00
test Allow bit string constants without fully-specified length declaration. 2002-08-04 06:33:59 +00:00
tools Add mention of copyright year update. 2002-07-24 17:58:24 +00:00
tutorial Ensure that src/tutorial gets cleaned by top-level make clean. 2002-07-30 17:47:58 +00:00
utils Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
DEVELOPERS
Makefile Ensure that src/tutorial gets cleaned by top-level make clean. 2002-07-30 17:47:58 +00:00
Makefile.global.in Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
Makefile.shlib Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
nls-global.mk
win32.mak