summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
Commit message (Expand)AuthorAgeFilesLines
* Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane2000-06-193-91/+54
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-181-2/+1
* Final #include cleanup.Bruce Momjian2000-06-151-3/+1
* Clean up #include's.Bruce Momjian2000-06-157-9/+21
* Add () around define -1.Bruce Momjian2000-06-141-2/+2
* Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut2000-06-1414-93/+98
* I had overlooked the fact that some fmgr-callable functions return voidTom Lane2000-06-142-9/+5
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-1312-966/+819
* Rename rule CURRENT to OLD in source tree. Add mapping for backwardBruce Momjian2000-06-121-8/+8
* Update rule dumper for the brave new world of ONLY.Tom Lane2000-06-101-8/+8
* The enclosed patch changes the behaviour of the "ordinal" ('TH') format forBruce Momjian2000-06-091-4/+7
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-0911-1382/+1456
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-084-25/+41
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-0514-1070/+1187
* Remove NT-specific file open defines by defining our own open macros forBruce Momjian2000-06-021-6/+2
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-303-24/+47
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-306-21/+6
* Convert array_map to use new fmgr interface.Tom Lane2000-05-292-57/+95
* Repair problems with overrun of timezone name length. Increase MAXTZLENTom Lane2000-05-292-12/+9
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-291-3/+1
* Second round of fmgr changes: triggers are now invoked in new style,Tom Lane2000-05-293-161/+139
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-284-8/+21
* Reduce eqsel()'s fudge-factor for estimating the frequency of valuesTom Lane2000-05-261-3/+6
* Several compilation and run-time problems occur when building on SGIBruce Momjian2000-05-161-4/+4
* Tweak selectivity for area-based operators. Still a crock...Tom Lane2000-05-131-3/+3
* Add new selectivity estimation functions for pattern-matching operatorsTom Lane2000-04-161-199/+1228
* Fix (well, add) support for ISO "week" in date_part(). Needed for ODBC.Thomas G. Lockhart2000-04-142-13/+44
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-1230-4402/+5024
* Further tweaking of indexscan cost estimates.Tom Lane2000-04-091-3/+12
* Add zpbit and varbit data types from Adrian JoubertThomas G. Lockhart2000-04-082-2/+942
* Update create_rule manual page.Bruce Momjian2000-04-071-93/+360
* Add transcendental math functions (sine, cosine, etc)Thomas G. Lockhart2000-04-073-121/+423
* Tweak indexscan cost estimation: round estimated # of tuples visited upTom Lane2000-03-301-3/+5
* Change rules for interpreting date/time input to disallow 1 and 3 characterThomas G. Lockhart2000-03-291-4/+13
* Rename bytea functions to not have upper-case letters in their names.Tom Lane2000-03-241-52/+63
* Float-to-int conversion functions should return NULL when given NULLTom Lane2000-03-231-9/+9
* Improve selectivity estimation involving string constants: pay attentionTom Lane2000-03-231-28/+96
* Reverse out BYTEA type coersion.Bruce Momjian2000-03-201-2/+1
* Update for BYTEAOID.Bruce Momjian2000-03-201-2/+2
* Add compatiblity information for bytea.Bruce Momjian2000-03-201-2/+3
* cash_words_out function truncated its output by 1 character due toTom Lane2000-03-191-2/+2
* Clean up minor compiler warnings.Tom Lane2000-03-181-2/+2
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-171-4/+4
* Support full POSIX-style time zone: EST+3, PST-3, etc.Thomas G. Lockhart2000-03-161-66/+160
* Hi,Bruce Momjian2000-03-161-198/+379
* Update comment obsoleted by Thomas's latest fixes.Tom Lane2000-03-151-13/+4
* Fix busted TRANSLATE() code --- it coredumped due to pfree()'ing theTom Lane2000-03-151-41/+53
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-149-87/+579
* Extend numeric_round and numeric_trunc to accept negative scale inputsTom Lane2000-03-131-20/+79
* Remove unnecessary limitations on lengths of bpchar and varchar constants.Tom Lane2000-03-131-25/+7