postgresql/src/backend/utils
Tom Lane 376ee15033 Fix erroneous error reporting for overlength input in text_date(),
text_time(), and text_timetz().  7.4-vintage bug found by Greg Stark.
2007-06-02 16:41:09 +00:00
..
adt Fix erroneous error reporting for overlength input in text_date(), 2007-06-02 16:41:09 +00:00
cache Fix up pgstats counting of live and dead tuples to recognize that committed 2007-05-27 03:50:39 +00:00
error A few fixups in error handling: mark pg_re_throw() as noreturn for gcc, 2007-05-04 02:01:02 +00:00
fmgr Support varlena fields with single-byte headers and unaligned storage. 2007-04-06 04:21:44 +00:00
hash Fix several hash functions that were taking chintzy shortcuts instead of 2007-06-01 15:33:19 +00:00
init pgstat's on-proc-exit hook has to execute after the last transaction commit 2007-05-27 05:37:50 +00:00
mb Tweak the code in a couple of places to try to deliver more user-friendly 2007-05-28 16:43:24 +00:00
misc The appended patch addresses the outstanding issues of the recent guc patch. 2007-05-08 16:33:51 +00:00
mmgr mmgr README tweak: "either" is no longer correct. The previous wording 2007-05-29 04:19:35 +00:00
resowner First phase of plan-invalidation project: create a plan cache management 2007-03-13 00:33:44 +00:00
sort Teach tuplestore.c to throw away data before the "mark" point when the caller 2007-05-21 17:57:35 +00:00
time Clean up the representation of special snapshots by including a "method 2007-03-25 19:45:14 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc 2007-01-22 01:35:23 +00:00
Makefile Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00
probes.d DTrace support, with a small initial set of probes 2006-07-24 16:32:45 +00:00