postgresql/src/backend/utils
Tom Lane 8d9e025e7f Instead of storing pg_statistic stavalues entries as text strings, store
them as arrays of the internal datatype.  This requires treating the
stavalues columns as 'anyarray' rather than 'text[]', which is not 100%
kosher but seems to work fine for the purposes we need for pg_statistic.
Perhaps in the future 'anyarray' will be allowed more generally.
2003-03-23 05:14:37 +00:00
..
adt Instead of storing pg_statistic stavalues entries as text strings, store 2003-03-23 05:14:37 +00:00
cache Instead of storing pg_statistic stavalues entries as text strings, store 2003-03-23 05:14:37 +00:00
error Add start time to pg_stat_activity 2003-03-20 03:34:57 +00:00
fmgr More cleanup of userid to be AclId rather than Oid. 2002-12-05 04:04:51 +00:00
hash Got tired of explaining why this Assert is not wrong. 2002-10-31 21:59:32 +00:00
init > I can see a couple possible downsides: (a) the library might have some 2003-03-20 04:51:44 +00:00
mb This patch fixes a bunch of spelling mistakes in comments throughout the 2003-03-10 22:28:22 +00:00
misc > I can see a couple possible downsides: (a) the library might have some 2003-03-20 04:51:44 +00:00
mmgr Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n options 2003-03-11 19:40:24 +00:00
sort Revise tuplestore and nodeMaterial so that we don't have to read the 2003-03-09 02:19:13 +00:00
time btree page recycling can be done as soon as page's next-xact label is 2003-02-23 23:20:52 +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 Remove all traces of multibyte and locale options. Clean up comments 2002-09-03 21:45:44 +00:00