summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2010-12-29Avoid unexpected conversion overflow in planner for distant date values.Tom Lane
2010-12-14Tag 8.3.13.Marc G. Fournier
2010-12-09Force default wal_sync_method to be fdatasync on Linux.Tom Lane
2010-11-16The GiST scan algorithm uses LSNs to detect concurrent pages splits, butHeikki Linnakangas
2010-10-01Tag 8.3.12REL8_3_12Marc G. Fournier
2010-09-22Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-02Fix up flushing of composite-type typcache entries to be driven directly byTom Lane
2010-07-30Improved version of patch to protect pg_get_expr() against misuse:Tom Lane
2010-07-28Fix potential failure when hashing the output of a subplan that producesTom Lane
2010-07-05The previous fix in CVS HEAD and 8.4 for handling the case where a cursorHeikki Linnakangas
2010-07-03Allow REASSIGNED OWNED to handle opclasses and opfamilies.Robert Haas
2010-05-14tag 8.3.11REL8_3_11Marc G. Fournier
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.3.10REL8_3_10Marc G. Fournier
2010-03-03Export xml.c's libxml-error-handling support so that contrib/xml2 can use itTom Lane
2010-03-01Back-patch changes of 2009-05-13 in xml.c's memory management.Tom Lane
2009-12-10tag 8.3.9REL8_3_9Marc 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-14Add inheritable ACE when creating a restricted token for execution onMagnus Hagander
2009-11-10Fix longstanding problems in VACUUM caused by untimely interruptionsAlvaro Herrera
2009-09-04Tag 8.3.8REL8_3_8Marc G. Fournier
2009-09-03Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definerTom Lane
2009-08-11Reserve the shared memory region during backend startup on Windows, soMagnus Hagander
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-04-16Fix planner to restore its previous level of intelligence about pushingTom 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.3.7REL8_3_7Marc G. Fournier
2009-03-11Remove pg_trace.h inclusion from c.h and add it to the .c files that need it.Alvaro Herrera
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 for 8.3.6Marc G. Fournier
2009-01-29Replace argument-checking Asserts with regular test-and-elog checks in allTom Lane
2009-01-15Fix URL generation in headline. Only tag lexeme will be replaced by space.Teodor Sigaev
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-13Prevent synchronous scan during GIN index build, because GIN is optimizedTom Lane
2008-11-11Get rid of adjust_appendrel_attr_needed(), which has been broken ever sinceTom Lane
2008-10-31commit for 8.3.5REL8_3_5Marc 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-10-17During repeated rescan of GiST index it's possible that scan keyTeodor Sigaev
2008-09-19Mark SessionReplicationRole as PGDLLIMPORT so itMagnus Hagander