summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2002-02-25Add a large number of time zones to the lookup table.Thomas G. Lockhart
2002-02-25I've attached a simple patch which should improve the performance ofBruce Momjian
2002-02-23Save source of GUC settings, allowing different sources to be processed inPeter Eisentraut
2002-02-23Make factorial(0) return 1, as per spec.Bruce Momjian
2002-02-19Avoid failures in cash_out and cash_words for INT_MIN.Tom Lane
2002-02-19A bunch of changes aimed at reducing backend startup time...Tom Lane
2002-02-18Privileges on functions and procedural languagesPeter Eisentraut
2002-02-18Remove MAX/MIN() macros, use c.h Max/Min() instead.Bruce Momjian
2002-02-18Reorder postgresql.conf WAL section to be clearer.Bruce Momjian
2002-02-14Ensure that a cursor is scanned under the same scanCommandId it wasTom Lane
2002-02-08Move sys/types.h to top, for hiroyuki hanai/ FreeBSD.Bruce Momjian
2002-01-16Fix misstatements added by Bruce.Tom Lane
2002-01-16Add more comments to tqual.c for visibility functions.Bruce Momjian
2002-01-16TOAST needs to do at least minimal time-qual checking in order not toTom Lane
2002-01-16Fix init_irels to close the pg_internal.init file before returning.Tom Lane
2002-01-15If we fail to rename pg_internal.init into place, delete the uselessTom Lane
2002-01-12Repair bugs in declarations of routines to add timestamptz and interval.Thomas G. Lockhart
2002-01-11VACUUM must make sure that a HEAP_MARKED_FOR_UPDATE tuple gets markedTom Lane
2002-01-09Fix use of 'char' to hold result of getc, per bug report forwarded byTom Lane
2002-01-08Fix lpad() and rpad() to produce correct results in variable-lengthTom Lane
2002-01-06Add CHECK_FOR_INTERRUPTS() in various strategic spots, per commentsTom Lane
2002-01-04Have to_date() call timestamptz_date() per Karel's email instructions.Thomas G. Lockhart
2002-01-04Replace #ifdef, #endif with # requires comment.Bruce Momjian
2002-01-03Guard against roundoff errors in new selectivity-estimation code,Tom Lane
2002-01-02Fix to_timestamp/to_date so that zero year input for Y, YY, or YYYTom Lane
2002-01-01Rename TIME token to ISOTIME to eliminate conflict with gram.y parserThomas G. Lockhart
2001-12-30Make sure that all <ctype.h> routines are called with unsigned charTom Lane
2001-12-29Fix newly introduced datetime.c compile failure; not enough parens.Bruce Momjian
2001-12-29Check a bit more carefully for preceeding ISO field tagsThomas G. Lockhart
2001-12-29Rework the date/time parsing to tighten up some cases and to enable otherThomas G. Lockhart
2001-12-21Use MemSet() rather than a loop to do blank-padding on PS_USE_CLOBBER_ARGVTom Lane
2001-12-21Add full name of the month of July to the lookup table.Thomas G. Lockhart
2001-12-19Make sure that all variants of HeapTupleSatisfies will do the right thingTom Lane
2001-12-17Move geqo enable into proper section.Bruce Momjian
2001-12-11Repair roundoff-error problem for stddev/variance results near zero,Tom Lane
2001-12-10Repair case-conversion error in to_date's handling of roman numerals.Tom Lane
2001-12-05Fix for usage of spirntf in more portable way.Tatsuo Ishii
2001-11-29Fix array_out's failure to backslash backslashes, per bug# 524. Also,Tom Lane
2001-11-26Change display of FieldSelect nodes from arg.field to field(arg),Tom Lane
2001-11-26Repair problem with listing rules that have a WHERE condition andTom Lane
2001-11-24Tweak int8in to accept -9223372036854775808, per recent discussion inTom Lane
2001-11-21Spell 'precedes', 'preceding' correctly in various places.Tom Lane
2001-11-21Tweak interval_avg support to avoid coredump with Alpha/Tru64 compiler.Tom Lane
2001-11-21Add a few new time zones, and list every time zone mentioned in myThomas G. Lockhart
2001-11-21Repair swapped sign for time minus time routine (time_mi_time()).Thomas G. Lockhart
2001-11-20Simplify pg_convert() in that it calls pg_convert2 using new fmgr interface.Tatsuo Ishii
2001-11-19Tweak format_type so that we get good behavior for both column typeTom Lane
2001-11-19Fix arg coerect match text type, per Tom.Bruce Momjian
2001-11-19Make text octet_length() return non-compressed length to be consistentBruce Momjian
2001-11-19Grammatical and spelling fixes.Tom Lane