summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2009-07-20Install src/include/utils/fmgroids.h on VPATH builds too.Alvaro Herrera
2009-06-05GIN's ItemPointerIsMin, ItemPointerIsMax, and ItemPointerIsLossyPage macrosTom Lane
2009-03-30Fix an oversight in the support for storing/retrieving "minimal tuples" inTom Lane
2009-03-24Install a search tree depth limit in GIN bulk-insert operations, to preventTom Lane
2009-03-13tag 8.2.13REL8_2_13Marc G. Fournier
2009-03-02When we are in error recursion trouble, arrange to suppress translation andTom Lane
2009-02-24Repair a longstanding bug in CLUSTER and the rewriting variants of ALTERTom Lane
2009-01-30tag 8.2.12REL8_2_12Marc G. Fournier
2009-01-29Replace argument-checking Asserts with regular test-and-elog checks in allTom Lane
2009-01-07Insert conditional SPI_push/SPI_pop calls into InputFunctionCall,Tom Lane
2008-12-13Fix failure to ensure that a snapshot is available to datatype input functionsTom Lane
2008-12-01Fix an oversight in the code that makes transitive-equality deductions fromTom Lane
2008-12-01Ensure that the contents of a holdable cursor don't depend on out-of-lineTom Lane
2008-11-11Get rid of adjust_appendrel_attr_needed(), which has been broken ever sinceTom Lane
2008-10-31tag 8.2.11REL8_2_11Marc G. Fournier
2008-10-27Install a more robust solution for the problem of infinite error-processingTom Lane
2008-10-22Fix GiST's killing tuple: GISTScanOpaque->curpos wasn'tTeodor Sigaev
2008-09-19tag for 8.2.10REL8_2_10Marc G. Fournier
2008-09-16Widen the nLocks counts in local lock tables from int to int64. ThisTom Lane
2008-08-23Fix possible duplicate tuples while GiST scan. Now page is processedTeodor Sigaev
2008-08-14Fix pull_up_simple_union_all to copy all rtable entries from child subquery toHeikki Linnakangas
2008-06-08Stamp 8.2.9 (except for configure.in/configure)Tom Lane
2008-06-05Stamp 8.2.8 (except for configure.in/configure)Tom Lane
2008-05-27Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and REINDEX when theTom Lane
2008-04-22Fix using too many LWLocks bug, reported by Craig RingerTeodor Sigaev
2008-04-17Repair two places where SIGTERM exit could leave shared memory stateTom Lane
2008-04-16Avoid using unnecessary pgwin32_safestat in libpq.Andrew Dunstan
2008-04-12A quick try at un-breaking the Cygwin build. Whether it needs theTom Lane
2008-04-10Create wrapper pgwin32_safestat() and redefine stat() to itMagnus Hagander
2008-04-05Defend against JOINs having more than 32K columns altogether. We cannotTom Lane
2008-03-25Adjust DatumGetBool macro so that it isn't fooled by garbage in the DatumTom Lane
2008-03-13Stamp version 8.2.7, except for configure.in/configure.Tom Lane
2008-03-04Fix PREPARE TRANSACTION to reject the case where the transaction has dropped aTom Lane
2008-02-29Fix handling of restricted processes for Windows Vista (mainly),Magnus Hagander
2008-01-23Prevent integer overflow within the integer-datetimes version ofTom Lane
2008-01-11Fix a conceptual error in my patch of 2007-10-26 that avoided consideringTom Lane
2008-01-03Stamp release 8.2.6.REL8_2_6Tom Lane
2008-01-03Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,Tom Lane
2008-01-03Fix assorted security-grade bugs in the regex engine. All of these problemsTom Lane
2007-11-29Back-patch mingw configure-check for gettimeofday so that 8.2 canMagnus Hagander
2007-11-16GIN index build's allocatedMemory counter needs to be long, not uint32.Tom Lane
2007-11-07Improve the performance of LIKE/regex estimation in non-C locales, by makingTom Lane
2007-10-13Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexesTom Lane
2007-10-04Keep the planner from failing on "WHERE false AND something IN (SELECT ...)".Tom Lane
2007-09-14Fix missed version-stamping.Tom Lane
2007-09-11Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20.Bruce Momjian
2007-08-31Apply a band-aid fix for the problem that 8.2 and up completely misestimateTom Lane
2007-08-31Rewrite make_outerjoininfo's construction of min_lefthand and min_righthandTom Lane
2007-08-15Repair problems occurring when multiple RI updates have to be done to the sameTom Lane
2007-07-31Fix a bug in the original implementation of redundant-join-clause removal:Tom Lane