summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2000-05-21Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS isTom Lane
2000-05-19Revise FlushRelationBuffers/ReleaseRelationBuffers per discussion withTom Lane
2000-05-12this fixes the bug where setting the entry in he process table no longer worksMarc G. Fournier
2000-05-12Add two checks ... one for setproctitle and one for -lutil ...Marc G. Fournier
2000-05-12Repair list-vs-node confusion that resulted in failure for INNER JOIN ON.Tom Lane
2000-05-05Force initdb because of pg_group index fix.Tom Lane
2000-04-20Clean up const-vs-not-const compiler warning in MULTIBYTE code.Tom Lane
2000-04-18Correct oversight in hashjoin cost estimation: nodeHash sizes its hashTom Lane
2000-04-18Include information for armv4l from Mark Knox <segfault@hardline.org>.Thomas G. Lockhart
2000-04-16Add new selectivity estimation functions for pattern-matching operatorsTom Lane
2000-04-14Fix spelling of "millennium".Thomas G. Lockhart
2000-04-14Fix silly definition order in config.h --- we had prototypes likeTom Lane
2000-04-14Skip setsockopt(SO_REUSEADDR) for the Unix-domain postmaster socket onTom Lane
2000-04-12A few more macro cleanupsBruce Momjian
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-04-12Reverse out macro fix for the time being.Bruce Momjian
2000-04-12Prevent drop database failure from showing.Bruce Momjian
2000-04-10Tweak smgrblindwrt per advice from Vadim: add parameter indicatingTom Lane
2000-04-09Buffer manager modifications to keep a local buffer-dirtied bit as wellTom Lane
2000-04-08Add zpbit and varbit data types from Adrian JoubertThomas G. Lockhart
2000-04-07Add transcendental math functions (sine, cosine, etc)Thomas G. Lockhart
2000-04-04Fix bug noted by Bruce: FETCH in an already-aborted transaction blockTom Lane
2000-04-04Fix extremely nasty little bug observed when a sub-SELECT appears inTom Lane
2000-03-31Get rid of SetBufferWriteMode(), which was an accident waiting to happen.Tom Lane
2000-03-30Add configure checks to see if 'using namespace std' andTom Lane
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