aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Clean up const-vs-not-const compiler warning in MULTIBYTE code.Tom Lane2000-04-20
* Correct oversight in hashjoin cost estimation: nodeHash sizes its hashTom Lane2000-04-18
* Include information for armv4l from Mark Knox <segfault@hardline.org>.Thomas G. Lockhart2000-04-18
* Add new selectivity estimation functions for pattern-matching operatorsTom Lane2000-04-16
* Fix spelling of "millennium".Thomas G. Lockhart2000-04-14
* Fix silly definition order in config.h --- we had prototypes likeTom Lane2000-04-14
* Skip setsockopt(SO_REUSEADDR) for the Unix-domain postmaster socket onTom Lane2000-04-14
* A few more macro cleanupsBruce Momjian2000-04-12
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Reverse out macro fix for the time being.Bruce Momjian2000-04-12
* Prevent drop database failure from showing.Bruce Momjian2000-04-12
* Tweak smgrblindwrt per advice from Vadim: add parameter indicatingTom Lane2000-04-10
* Buffer manager modifications to keep a local buffer-dirtied bit as wellTom Lane2000-04-09
* Add zpbit and varbit data types from Adrian JoubertThomas G. Lockhart2000-04-08
* Add transcendental math functions (sine, cosine, etc)Thomas G. Lockhart2000-04-07
* Fix bug noted by Bruce: FETCH in an already-aborted transaction blockTom Lane2000-04-04
* Fix extremely nasty little bug observed when a sub-SELECT appears inTom Lane2000-04-04
* Get rid of SetBufferWriteMode(), which was an accident waiting to happen.Tom Lane2000-03-31
* Add configure checks to see if 'using namespace std' andTom Lane2000-03-30
* Fix up comments where had been uglified by the automated reformatter.Thomas G. Lockhart2000-03-27
* Improve comment.Tom Lane2000-03-24
* Rename bytea functions to not have upper-case letters in their names.Tom Lane2000-03-24
* >> 5. empty define that results in an empty but terminated line ( ; )Bruce Momjian2000-03-23
* Repair logic flaw in cost estimator: cost_nestloop() was estimating CPUTom Lane2000-03-22
* Restructure planning code so that preprocessing of targetlist and qualsTom Lane2000-03-21
* Reverse out BYTEA type coersion.Bruce Momjian2000-03-20
* Add compatiblity information for bytea.Bruce Momjian2000-03-20
* Change MemSet and StrNCpy to evaluate their arguments only once.Tom Lane2000-03-19
* Fix incorrect implementation of log(x) for numeric, as well asTom Lane2000-03-19
* Update bytea type descriptionBruce Momjian2000-03-18
* Clean up minor compiler warnings.Tom Lane2000-03-18
* Add safety check on expression nesting depth. Default value is set byTom Lane2000-03-17
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-17
* Turns out that Mazurkiewicz's gripe about 'function inheritance' isTom Lane2000-03-16
* Fix some (more) problems with subselects in rules. Rewriter failed toTom Lane2000-03-16
* Cache fmgr lookup data for index's getnext() function in IndexScanDesc,Tom Lane2000-03-14
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-14
* Trial implementation of ALTER DROP COLUMN.Hiroshi Inoue2000-03-09
* I've made a diff against the 7.0beta1 tree that accomplishes several things:Bruce Momjian2000-03-08
* Added configure test for readline's filename_completion_functionPeter Eisentraut2000-03-05
* Simplify parsing of column constraints by treating constraint attributesTom Lane2000-03-01
* Jan forgot to increment catversion when adding lztext. Naughty naughty.Tom Lane2000-02-27
* Reactivated LZTEXT data type and changed rule plan- and qual-stringsJan Wieck2000-02-27
* Add Assert() to check for trying to heap_close a relation when theTom Lane2000-02-27
* Fix exprTypmod to recognize length-coercion function expressions,Tom Lane2000-02-26
* Shared-memory hashtables have non-extensible directories, which meansTom Lane2000-02-26
* Add missing files like foreign key regression tests and config.h.win32.Bruce Momjian2000-02-24
* Add numeric <-> int8 and numeric <-> int2 conversion functions, as wellTom Lane2000-02-24
* 1. miscadmin.h needs to include sys/types.h for a definition of pid_tBruce Momjian2000-02-23
* Change cancel while waiting-for-lock stuff.Hiroshi Inoue2000-02-22