summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2010-04-01Don't pass an invalid file handle to dup2(). That causes a crash onHeikki Linnakangas
2010-03-25Prevent ALTER USER f RESET ALL from removing the settings that were put thereAlvaro Herrera
2010-03-12tag 8.2.16REL8_2_16Marc G. Fournier
2009-12-10tag 8.2.15REL8_2_15Marc G. Fournier
2009-12-09Prevent indirect security attacks via changing session-local state withinTom Lane
2009-12-03Fix bug in temporary file management with subtransactions. A cursor openedHeikki Linnakangas
2009-11-23Fix an old bug in multixact and two-phase commit. Prepared transactions canHeikki Linnakangas
2009-11-20Revert backpatch of inheritable-ACE patch for Win32, since it brokeMagnus Hagander
2009-11-15Backpatch the inheritable-ACE patch for Win32 to 8.2 as well, exceptMagnus Hagander
2009-11-10Fix longstanding problems in VACUUM caused by untimely interruptionsAlvaro Herrera
2009-09-04Tag 8.2.14REL8_2_14Marc G. Fournier
2009-09-03Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definerTom Lane
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