..
acl.c
This patches replaces a few more usages of strcpy() and sprintf() when
2002-08-27 03:56:35 +00:00
arrayfuncs.c
Modify array operations to include array's element type OID in the
2002-08-26 17:54:02 +00:00
arrayutils.c
Update copyright to 2002.
2002-06-20 20:29:54 +00:00
ascii.c
Remove #ifdef MULTIBYTE per hackers list discussion.
2002-08-29 07:22:30 +00:00
bool.c
Update copyright to 2002.
2002-06-20 20:29:54 +00:00
cash.c
Increase buffer size in cash_words(). Pure paranoia; I don't think the
2002-08-20 16:46:29 +00:00
char.c
Update copyright to 2002.
2002-06-20 20:29:54 +00:00
date.c
Add guard code to protect from buffer overruns on long date/time input
2002-08-04 06:44:47 +00:00
datetime.c
Remove sys/types.h in files that include postgres.h, and hence c.h,
2002-09-02 02:47:07 +00:00
datum.c
The cstring datatype can now be copied, passed around, etc. The typlen
2002-08-24 15:00:47 +00:00
encode.c
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
2001-11-05 17:46:40 +00:00
float.c
Modify array operations to include array's element type OID in the
2002-08-26 17:54:02 +00:00
format_type.c
Remove #ifdef MULTIBYTE per hackers list discussion.
2002-08-29 07:22:30 +00:00
formatting.c
Support alternate storage scheme of 64-bit integer for date/time types.
2002-04-21 19:52:18 +00:00
geo_ops.c
Sir Mordred The Traitor <mordred@s-mail.com> writes:
2002-08-29 23:05:44 +00:00
geo_selfuncs.c
Update copyright to 2002.
2002-06-20 20:29:54 +00:00
inet_net_ntop.c
Remove sys/types.h in files that include postgres.h, and hence c.h,
2002-09-02 02:47:07 +00:00
inet_net_pton.c
Remove sys/types.h in files that include postgres.h, and hence c.h,
2002-09-02 02:47:07 +00:00
int.c
Add a bunch of pseudo-types to replace the behavior formerly associated
2002-08-22 00:01:51 +00:00
int8.c
Update copyright to 2002.
2002-06-20 20:29:54 +00:00
like.c
Remove #ifdef MULTIBYTE per hackers list discussion.
2002-08-29 07:22:30 +00:00
like_match.c
Update copyright to 2002.
2002-06-20 20:29:54 +00:00
lockfuncs.c
Code review for HeapTupleHeader changes. Add version number to page headers
2002-09-02 01:05:06 +00:00
mac.c
backend where a statically sized buffer is written to. Most of these
2002-08-28 20:46:24 +00:00
Makefile
Add a bunch of pseudo-types to replace the behavior formerly associated
2002-08-22 00:01:51 +00:00
misc.c
Remove sys/types.h in files that include postgres.h, and hence c.h,
2002-09-02 02:47:07 +00:00
nabstime.c
Remove sys/types.h in files that include postgres.h, and hence c.h,
2002-09-02 02:47:07 +00:00
name.c
Modify array operations to include array's element type OID in the
2002-08-26 17:54:02 +00:00
network.c
Remove sys/types.h in files that include postgres.h, and hence c.h,
2002-09-02 02:47:07 +00:00
not_in.c
ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,
2002-08-02 18:15:10 +00:00
numeric.c
Remove sys/types.h in files that include postgres.h, and hence c.h,
2002-09-02 02:47:07 +00:00
numutils.c
Bring comments back in sync with code.
2002-08-27 20:54:47 +00:00
oid.c
Update copyright to 2002.
2002-06-20 20:29:54 +00:00
oracle_compat.c
Remove #ifdef MULTIBYTE per hackers list discussion.
2002-08-29 07:22:30 +00:00
pg_locale.c
Make sure monetary, numeric, and time locale categories are set to C and
2002-08-09 22:52:04 +00:00
pg_lzcompress.c
Fix performance problems in TOAST compressor. The management of
2001-11-17 06:09:30 +00:00
pgstatfuncs.c
Allow pg_statistics to be reset by calling pg_stat_reset().
2002-08-20 04:47:52 +00:00
pseudotypes.c
Modify array operations to include array's element type OID in the
2002-08-26 17:54:02 +00:00
quote.c
Remove #ifdef MULTIBYTE per hackers list discussion.
2002-08-29 07:22:30 +00:00
regexp.c
Update copyright to 2002.
2002-06-20 20:29:54 +00:00
regproc.c
Code review for HeapTupleHeader changes. Add version number to page headers
2002-09-02 01:05:06 +00:00
ri_triggers.c
I checked all the previous string handling errors and most of them were
2002-09-02 06:11:43 +00:00
ruleutils.c
Code review for domain-constraints patch. Use a new ConstraintTest node
2002-08-31 22:10:48 +00:00
selfuncs.c
Remove #ifdef MULTIBYTE per hackers list discussion.
2002-08-29 07:22:30 +00:00
sets.c
Code review for HeapTupleHeader changes. Add version number to page headers
2002-09-02 01:05:06 +00:00
tid.c
Code review for standalone composite types, query-specified composite
2002-08-29 00:17:06 +00:00
timestamp.c
Remove sys/types.h in files that include postgres.h, and hence c.h,
2002-09-02 02:47:07 +00:00
varbit.c
Modify array operations to include array's element type OID in the
2002-08-26 17:54:02 +00:00
varchar.c
Remove #ifdef MULTIBYTE per hackers list discussion.
2002-08-29 07:22:30 +00:00
varlena.c
Remove #ifdef MULTIBYTE per hackers list discussion.
2002-08-29 07:22:30 +00:00
version.c
Functions on 'text' type updated to new fmgr style. 'text' is
2000-07-06 05:48:31 +00:00