postgresql/src/backend/utils
Tom Lane 5cabcfccce Modify array operations to include array's element type OID in the
array header, and to compute sizing and alignment of array elements
the same way normal tuple access operations do --- viz, using the
tupmacs.h macros att_addlength and att_align.  This makes the world
safe for arrays of cstrings or intervals, and should make it much
easier to write array-type-polymorphic functions; as examples see
the cleanups of array_out and contrib/array_iterator.  By Joe Conway
and Tom Lane.
2002-08-26 17:54:02 +00:00
..
adt Modify array operations to include array's element type OID in the 2002-08-26 17:54:02 +00:00
cache Modify array operations to include array's element type OID in the 2002-08-26 17:54:02 +00:00
error Neil's patch was supposed to remove this, too. 2002-08-11 00:18:59 +00:00
fmgr Remove obsolete uses of lanispl. Only used in pg_dump now, but can be 2002-08-13 17:22:08 +00:00
hash Update copyright to 2002. 2002-06-20 20:29:54 +00:00
init Change memory-space accounting mechanism in tuplesort.c and tuplestore.c 2002-08-12 00:36:12 +00:00
mb Remove erroneous character from Makefile due to editor error. 2002-08-22 02:18:45 +00:00
misc Modify array operations to include array's element type OID in the 2002-08-26 17:54:02 +00:00
mmgr Change memory-space accounting mechanism in tuplesort.c and tuplestore.c 2002-08-12 00:36:12 +00:00
sort The cstring datatype can now be copied, passed around, etc. The typlen 2002-08-24 15:00:47 +00:00
time This patch fixes one serious bug (runaway INSERT) and a few rare (and 2002-07-30 16:08:33 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Remove unused system table columns: 2002-07-24 19:11:14 +00:00
Makefile Fix failure to relink postmaster executable in the first make run if only a 2002-08-10 17:59:28 +00:00