aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Tag 8.2.21.REL8_2_21Marc G. Fournier2011-04-15
* Fix dangling-pointer problem in before-row update trigger processing.Tom Lane2011-02-21
* Tag 8.2.20REL8_2_20Marc G. Fournier2011-01-27
* Avoid unexpected conversion overflow in planner for distant date values.Tom Lane2010-12-28
* Tag 8.2.19.REL8_2_19Marc G. Fournier2010-12-13
* Force default wal_sync_method to be fdatasync on Linux.Tom Lane2010-12-08
* The GiST scan algorithm uses LSNs to detect concurrent pages splits, butHeikki Linnakangas2010-11-16
* Tag 8.2.18REL8_2_18Marc G. Fournier2010-10-01
* Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane2010-09-22
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-22
* Fix up flushing of composite-type typcache entries to be driven directly byTom Lane2010-09-02
* Back-port into 8.2 an old fix to ensure that BYTE_ORDER gets setTom Lane2010-08-30
* Improved version of patch to protect pg_get_expr() against misuse:Tom Lane2010-07-30
* Fix potential failure when hashing the output of a subplan that producesTom Lane2010-07-28
* Backpatch reservation of shared memory region during backend startup onMagnus Hagander2010-07-23
* The previous fix in CVS HEAD and 8.4 for handling the case where a cursorHeikki Linnakangas2010-07-05
* tag 8.2.17REL8_2_17Marc G. Fournier2010-05-14
* Don't pass an invalid file handle to dup2(). That causes a crash onHeikki Linnakangas2010-04-01
* Prevent ALTER USER f RESET ALL from removing the settings that were put thereAlvaro Herrera2010-03-25
* tag 8.2.16REL8_2_16Marc G. Fournier2010-03-12
* tag 8.2.15REL8_2_15Marc G. Fournier2009-12-10
* Prevent indirect security attacks via changing session-local state withinTom Lane2009-12-09
* Fix bug in temporary file management with subtransactions. A cursor openedHeikki Linnakangas2009-12-03
* Fix an old bug in multixact and two-phase commit. Prepared transactions canHeikki Linnakangas2009-11-23
* Revert backpatch of inheritable-ACE patch for Win32, since it brokeMagnus Hagander2009-11-20
* Backpatch the inheritable-ACE patch for Win32 to 8.2 as well, exceptMagnus Hagander2009-11-15
* Fix longstanding problems in VACUUM caused by untimely interruptionsAlvaro Herrera2009-11-10
* Tag 8.2.14REL8_2_14Marc G. Fournier2009-09-04
* Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definerTom Lane2009-09-03
* Install src/include/utils/fmgroids.h on VPATH builds too.Alvaro Herrera2009-07-20
* GIN's ItemPointerIsMin, ItemPointerIsMax, and ItemPointerIsLossyPage macrosTom Lane2009-06-05
* Fix an oversight in the support for storing/retrieving "minimal tuples" inTom Lane2009-03-30
* Install a search tree depth limit in GIN bulk-insert operations, to preventTom Lane2009-03-24
* tag 8.2.13REL8_2_13Marc G. Fournier2009-03-13
* When we are in error recursion trouble, arrange to suppress translation andTom Lane2009-03-02
* Repair a longstanding bug in CLUSTER and the rewriting variants of ALTERTom Lane2009-02-24
* tag 8.2.12REL8_2_12Marc G. Fournier2009-01-30
* Replace argument-checking Asserts with regular test-and-elog checks in allTom Lane2009-01-29
* Insert conditional SPI_push/SPI_pop calls into InputFunctionCall,Tom Lane2009-01-07
* Fix failure to ensure that a snapshot is available to datatype input functionsTom Lane2008-12-13
* Fix an oversight in the code that makes transitive-equality deductions fromTom Lane2008-12-01
* Ensure that the contents of a holdable cursor don't depend on out-of-lineTom Lane2008-12-01
* Get rid of adjust_appendrel_attr_needed(), which has been broken ever sinceTom Lane2008-11-11
* tag 8.2.11REL8_2_11Marc G. Fournier2008-10-31
* Install a more robust solution for the problem of infinite error-processingTom Lane2008-10-27
* Fix GiST's killing tuple: GISTScanOpaque->curpos wasn'tTeodor Sigaev2008-10-22
* tag for 8.2.10REL8_2_10Marc G. Fournier2008-09-19
* Widen the nLocks counts in local lock tables from int to int64. ThisTom Lane2008-09-16
* Fix possible duplicate tuples while GiST scan. Now page is processedTeodor Sigaev2008-08-23
* Fix pull_up_simple_union_all to copy all rtable entries from child subquery toHeikki Linnakangas2008-08-14