summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2000-03-27Fix up comments where had been uglified by the automated reformatter.Thomas G. Lockhart
2000-03-24Improve comment.Tom Lane
2000-03-24Rename bytea functions to not have upper-case letters in their names.Tom Lane
2000-03-23>> 5. empty define that results in an empty but terminated line ( ; )Bruce Momjian
2000-03-22Repair logic flaw in cost estimator: cost_nestloop() was estimating CPUTom Lane
2000-03-21Restructure planning code so that preprocessing of targetlist and qualsTom Lane
2000-03-20Reverse out BYTEA type coersion.Bruce Momjian
2000-03-20Add compatiblity information for bytea.Bruce Momjian
2000-03-19Change MemSet and StrNCpy to evaluate their arguments only once.Tom Lane
2000-03-19Fix incorrect implementation of log(x) for numeric, as well asTom Lane
2000-03-18Update bytea type descriptionBruce Momjian
2000-03-18Clean up minor compiler warnings.Tom Lane
2000-03-17Add safety check on expression nesting depth. Default value is set byTom Lane
2000-03-17Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane
2000-03-16Turns out that Mazurkiewicz's gripe about 'function inheritance' isTom Lane
2000-03-16Fix some (more) problems with subselects in rules. Rewriter failed toTom Lane
2000-03-14Cache fmgr lookup data for index's getnext() function in IndexScanDesc,Tom Lane
2000-03-14Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart
2000-03-09Trial implementation of ALTER DROP COLUMN.Hiroshi Inoue
2000-03-08I've made a diff against the 7.0beta1 tree that accomplishes several things:Bruce Momjian
2000-03-05Added configure test for readline's filename_completion_functionPeter Eisentraut
2000-03-01Simplify parsing of column constraints by treating constraint attributesTom Lane
2000-02-27Jan forgot to increment catversion when adding lztext. Naughty naughty.Tom Lane
2000-02-27Reactivated LZTEXT data type and changed rule plan- and qual-stringsJan Wieck
2000-02-27Add Assert() to check for trying to heap_close a relation when theTom Lane
2000-02-26Fix exprTypmod to recognize length-coercion function expressions,Tom Lane
2000-02-26Shared-memory hashtables have non-extensible directories, which meansTom Lane
2000-02-24Add missing files like foreign key regression tests and config.h.win32.Bruce Momjian
2000-02-24Add numeric <-> int8 and numeric <-> int2 conversion functions, as wellTom Lane
2000-02-231. miscadmin.h needs to include sys/types.h for a definition of pid_tBruce Momjian
2000-02-22Change cancel while waiting-for-lock stuff.Hiroshi Inoue
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-21fix the TODOHiroshi Inoue
2000-02-20Create a new expression node type RelabelType, which exists solely toTom Lane
2000-02-20Moved psql \eset and \eshow to \encodingPeter Eisentraut
2000-02-20Even after the great date/time consolidation, TypeCategory() was stillTom Lane
2000-02-19Get rid of postgres.c's separate parsing logic for PGDATESTYLE env.Tom Lane
2000-02-18Plug some more memory leaks in the planner. It still leaks like a sieve,Tom 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-16Implement "date/time grand unification".Thomas G. Lockhart
2000-02-15New cost model for planning, incorporating a penalty for random pageTom Lane
2000-02-15Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart
2000-02-15Fix up tabbing for _int8 entry.Thomas G. Lockhart
2000-02-13contrib-array.patchBruce Momjian
2000-02-132. trigger.c fails to compile due to a syntax error. It containsBruce Momjian
2000-02-10Add btree indexing of boolean valuesBruce Momjian
2000-02-09I checked the WinNT port yesterday (a few days old snapshot from CVS) and IBruce Momjian