summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2000-06-02Correct portability problem introduced by yours truly --- I used aTom Lane
2000-06-02Keep CVS quiet about derived file guc-file.c.Tom Lane
2000-06-01The definition for "ProcessConfigFile()" in guc-file.l does not matchBruce Momjian
2000-06-01Simplify overly-clever Make rule, which evidently confuses at leastTom Lane
2000-05-31The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut
2000-05-30Third round of fmgr updates: eliminate calls using fmgr() andTom Lane
2000-05-30Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian
2000-05-29Convert array_map to use new fmgr interface.Tom Lane
2000-05-29Tweak fmgrtab generation so that the F_XXX macros that give OIDs forTom Lane
2000-05-29Repair problems with overrun of timezone name length. Increase MAXTZLENTom Lane
2000-05-29Generated header files parse.h and fmgroids.h are now copied intoTom Lane
2000-05-29Second round of fmgr changes: triggers are now invoked in new style,Tom Lane
2000-05-28Install fmgr rewrite doc as README file.Tom Lane
2000-05-28First round of changes for new fmgr interface. fmgr itself and theTom Lane
2000-05-26Reduce eqsel()'s fudge-factor for estimating the frequency of valuesTom Lane
2000-05-26Fix too long syslog message problemTatsuo Ishii
2000-05-22I am attempting to integrate postgres (v 7.0) with an open sourceBruce Momjian
2000-05-21Repair memory leaks that caused CacheCxt to grow without bound. WeTom Lane
2000-05-21Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS isTom Lane
2000-05-20Clean up grotty references to CacheCxt (externs inside functions,Tom Lane
2000-05-20Enhance multibyte support.Tatsuo Ishii
2000-05-16Several compilation and run-time problems occur when building on SGIBruce Momjian
2000-05-16Remove configure check for how to abbreviate 'tr A-Z a-z', and insteadTom Lane
2000-05-13Tweak selectivity for area-based operators. Still a crock...Tom Lane
2000-05-05Make the indexes on pg_group be shared system relations.Tom Lane
2000-05-02Modify getdatabaseencoding(), pg_encoding_to_char()Tatsuo Ishii
2000-04-20Clean up const-vs-not-const compiler warning in MULTIBYTE code.Tom Lane
2000-04-16Add new selectivity estimation functions for pattern-matching operatorsTom Lane
2000-04-15elog(NOTICE) during COPY incorrectly reset lineno to 0, causing anyTom Lane
2000-04-14Fix (well, add) support for ISO "week" in date_part(). Needed for ODBC.Thomas G. Lockhart
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-04-10The constant in backend/utils/misc/trace.c, line 32 limits the length ofBruce Momjian
2000-04-09Further tweaking of indexscan cost estimates.Tom Lane
2000-04-08Add zpbit and varbit data types from Adrian JoubertThomas G. Lockhart
2000-04-07Update create_rule manual page.Bruce Momjian
2000-04-07Add transcendental math functions (sine, cosine, etc)Thomas G. Lockhart
2000-03-31Fix low-probability bug in relcache startup: write_irels wrote theTom Lane
2000-03-30Tweak indexscan cost estimation: round estimated # of tuples visited upTom Lane
2000-03-29Change rules for interpreting date/time input to disallow 1 and 3 characterThomas G. Lockhart
2000-03-24Rename bytea functions to not have upper-case letters in their names.Tom Lane
2000-03-23Float-to-int conversion functions should return NULL when given NULLTom Lane
2000-03-23Improve selectivity estimation involving string constants: pay attentionTom Lane
2000-03-20Reverse out BYTEA type coersion.Bruce Momjian
2000-03-20Update for BYTEAOID.Bruce Momjian
2000-03-20Add compatiblity information for bytea.Bruce Momjian
2000-03-19cash_words_out function truncated its output by 1 character due toTom Lane
2000-03-18Clean up minor compiler warnings.Tom Lane
2000-03-17Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane
2000-03-16Support full POSIX-style time zone: EST+3, PST-3, etc.Thomas G. Lockhart
2000-03-16 Hi,Bruce Momjian