summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
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
2000-03-15Update comment obsoleted by Thomas's latest fixes.Tom Lane
2000-03-15Fix busted TRANSLATE() code --- it coredumped due to pfree()'ing theTom Lane
2000-03-14Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart
2000-03-13Extend numeric_round and numeric_trunc to accept negative scale inputsTom Lane
2000-03-13Remove unnecessary limitations on lengths of bpchar and varchar constants.Tom Lane
2000-03-09Trial implementation of ALTER DROP COLUMN.Hiroshi Inoue
2000-03-08Extend #ifdef CLOBBER_FREED_MEMORY debugging option so that memoryTom Lane
2000-03-08Bruce and all:Bruce Momjian
2000-03-08Reversed out inet patch.Bruce Momjian
2000-03-08Hi,Bruce Momjian
2000-03-07Protects you from coredumps if you do eg. str::int4 where str is a textBruce Momjian
2000-03-07Sorting for the inet data type randomly returns the wrong resultBruce Momjian
2000-03-01Small performance improvement in comparetup_heap.Tom Lane
2000-02-27Reactivated LZTEXT data type and changed rule plan- and qual-stringsJan Wieck
2000-02-27Minor improvements in regprocout() and oidvectortypes().Tom Lane
2000-02-26Add date and time datatype handling to convert_to_scalar. (I was waitingTom Lane
2000-02-26Change rule dumper to produce reasonable output for casts that assignTom Lane
2000-02-26Shared-memory hashtables have non-extensible directories, which meansTom Lane
2000-02-24Add numeric <-> int8 and numeric <-> int2 conversion functions, as wellTom Lane
2000-02-24int8in failed to detect overflow; it really should.Tom Lane
2000-02-21Quick hack solution so that pg_dump of views works. Needs repair afterTom Lane
2000-02-21Oops, commited a test version of this file by accident. Revert.Tom Lane
2000-02-21Change parse-time representation of float literals (which include oversizeTom Lane
2000-02-21Clean up some really grotty coding in catcache.c, improve hashingTom Lane
2000-02-20Create a new expression node type RelabelType, which exists solely toTom Lane
2000-02-18Implement reindex commandHiroshi Inoue
2000-02-18Replace inefficient _bt_invokestrat calls with direct calls to theTom Lane
2000-02-17Finish repairing 6.5's problems with r-tree indexes: create appropriateTom Lane
2000-02-16All regression tests pass except for rules.sql (unrelated).Thomas G. Lockhart
2000-02-16Implement "date/time grand unification".Thomas G. Lockhart
2000-02-16Make ISO date style (e.g. "2000-02-16 09:33") the default.Thomas G. Lockhart