summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2002-01-01Rename TIME token to ISOTIME to eliminate conflict with gram.y parserThomas G. Lockhart
2001-12-29Rework the date/time parsing to tighten up some cases and to enable otherThomas G. Lockhart
2001-11-06Use PostgreSQL's standard declaration for a 32-bit integer to defineThomas G. Lockhart
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25Add int2-to-int8 and int8-to-int2 conversion routines. Needed to avoidTom Lane
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-23Document range restriction on bit values used in INTERVAL typmod.Tom Lane
2001-10-21Fix getopt-vs-init_ps_display problem by copying original argv[] info,Tom Lane
2001-10-18Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart
2001-10-13Make selectivity routines cope gracefully with NaNs, infinities, andTom Lane
2001-10-13Add missing prototype to suppress gcc warning.Tom Lane
2001-10-08Fix ruleutils to depend on format_type, rather than having a privateTom Lane
2001-10-06Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane
2001-10-05Further cleanup of dynahash.c API, in pursuit of portability andTom Lane
2001-10-03Neatnik fetishism.Tom Lane
2001-10-03Implement precision support for timestamp and time, both with and withoutThomas G. Lockhart
2001-10-01Another round of cleanups for dynahash.c (maybe it's finally clean ofTom Lane
2001-09-30Allow the postmaster to accept changes in PGC_BACKEND GUC variablesTom Lane
2001-09-29Cope with the likelihood that setlocale and localeconv will returnTom Lane
2001-09-28Measure the current transaction time to milliseconds.Thomas G. Lockhart
2001-09-21Quick-and-dirty fix for recursive plpgsql functions, per bug report fromTom Lane
2001-09-14> Here's a revised patch. Changes:Bruce Momjian
2001-09-06Commit Karel's patch.Tatsuo Ishii
2001-09-06 - new to_char(interval, text)Bruce Momjian
2001-09-06Fix handling of pg_type.typdefault per bug report from Dave Blasby.Tom Lane
2001-08-27Remove unneeded/unportable extern.Tom Lane
2001-08-26Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane
2001-08-23Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane
2001-08-21Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane
2001-08-15Add conver/convert2 functions. They are similar to the SQL99's convert.Tatsuo Ishii
2001-08-14sum() on int2 and int4 columns now uses an int8, not numeric, accumulatorTom Lane
2001-08-13Add comparison operators and btree indexing support for type bytea.Tom Lane
2001-08-10Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane
2001-08-09Use format_type sibling in backend error messages, so the user seesPeter Eisentraut
2001-07-16Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane
2001-07-12Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies theTom Lane
2001-07-11> > Put encode() into base system. Used part of Alex' patchBruce Momjian
2001-07-10Ensure macros are adequately parenthesized.Tom Lane
2001-06-29Further work on connecting the free space map (which is still just aTom Lane
2001-06-27Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane
2001-06-25Optimizer can now estimate selectivity of IS NULL, IS NOT NULL,Tom Lane
2001-06-22Statistical system views (yet without the config stuff, butJan Wieck
2001-06-19Fix badly broken RelationGetRelationName().Tom Lane
2001-06-19Clean up some longstanding problems in shared-cache invalidation.Tom Lane
2001-06-19Move temprel name define from temprel.h to rel.h.Bruce Momjian
2001-06-19Bring RelationGetRelationName into sync with new temp rel names.Tom Lane
2001-06-18The attached patch enables the contrib subtree to build cleanly underBruce Momjian
2001-06-18Add GUC setting for Australian timezones. Uses new GUC boolean callbackBruce Momjian
2001-06-18Allow removal of system-named pg_* temp tables. Rename temp file/dir asBruce Momjian