| Commit message (Expand) | Author | Age |
* | Fix race condition in relcache init file invalidation. | Tom Lane | 2011-08-16 |
* | Tag 8.2.21.REL8_2_21 | Marc G. Fournier | 2011-04-15 |
* | Fix dangling-pointer problem in before-row update trigger processing. | Tom Lane | 2011-02-21 |
* | Tag 8.2.20REL8_2_20 | Marc G. Fournier | 2011-01-27 |
* | Avoid unexpected conversion overflow in planner for distant date values. | Tom Lane | 2010-12-28 |
* | Tag 8.2.19.REL8_2_19 | Marc G. Fournier | 2010-12-13 |
* | Force default wal_sync_method to be fdatasync on Linux. | Tom Lane | 2010-12-08 |
* | The GiST scan algorithm uses LSNs to detect concurrent pages splits, but | Heikki Linnakangas | 2010-11-16 |
* | Tag 8.2.18REL8_2_18 | Marc G. Fournier | 2010-10-01 |
* | Some more gitignore cleanups: cover contrib and PL regression test outputs. | Tom Lane | 2010-09-22 |
* | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander | 2010-09-22 |
* | Fix up flushing of composite-type typcache entries to be driven directly by | Tom Lane | 2010-09-02 |
* | Back-port into 8.2 an old fix to ensure that BYTE_ORDER gets set | Tom Lane | 2010-08-30 |
* | Improved version of patch to protect pg_get_expr() against misuse: | Tom Lane | 2010-07-30 |
* | Fix potential failure when hashing the output of a subplan that produces | Tom Lane | 2010-07-28 |
* | Backpatch reservation of shared memory region during backend startup on | Magnus Hagander | 2010-07-23 |
* | The previous fix in CVS HEAD and 8.4 for handling the case where a cursor | Heikki Linnakangas | 2010-07-05 |
* | tag 8.2.17REL8_2_17 | Marc G. Fournier | 2010-05-14 |
* | Don't pass an invalid file handle to dup2(). That causes a crash on | Heikki Linnakangas | 2010-04-01 |
* | Prevent ALTER USER f RESET ALL from removing the settings that were put there | Alvaro Herrera | 2010-03-25 |
* | tag 8.2.16REL8_2_16 | Marc G. Fournier | 2010-03-12 |
* | tag 8.2.15REL8_2_15 | Marc G. Fournier | 2009-12-10 |
* | Prevent indirect security attacks via changing session-local state within | Tom Lane | 2009-12-09 |
* | Fix bug in temporary file management with subtransactions. A cursor opened | Heikki Linnakangas | 2009-12-03 |
* | Fix an old bug in multixact and two-phase commit. Prepared transactions can | Heikki Linnakangas | 2009-11-23 |
* | Revert backpatch of inheritable-ACE patch for Win32, since it broke | Magnus Hagander | 2009-11-20 |
* | Backpatch the inheritable-ACE patch for Win32 to 8.2 as well, except | Magnus Hagander | 2009-11-15 |
* | Fix longstanding problems in VACUUM caused by untimely interruptions | Alvaro Herrera | 2009-11-10 |
* | Tag 8.2.14REL8_2_14 | Marc G. Fournier | 2009-09-04 |
* | Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer | Tom Lane | 2009-09-03 |
* | Install src/include/utils/fmgroids.h on VPATH builds too. | Alvaro Herrera | 2009-07-20 |
* | GIN's ItemPointerIsMin, ItemPointerIsMax, and ItemPointerIsLossyPage macros | Tom Lane | 2009-06-05 |
* | Fix an oversight in the support for storing/retrieving "minimal tuples" in | Tom Lane | 2009-03-30 |
* | Install a search tree depth limit in GIN bulk-insert operations, to prevent | Tom Lane | 2009-03-24 |
* | tag 8.2.13REL8_2_13 | Marc G. Fournier | 2009-03-13 |
* | When we are in error recursion trouble, arrange to suppress translation and | Tom Lane | 2009-03-02 |
* | Repair a longstanding bug in CLUSTER and the rewriting variants of ALTER | Tom Lane | 2009-02-24 |
* | tag 8.2.12REL8_2_12 | Marc G. Fournier | 2009-01-30 |
* | Replace argument-checking Asserts with regular test-and-elog checks in all | Tom Lane | 2009-01-29 |
* | Insert conditional SPI_push/SPI_pop calls into InputFunctionCall, | Tom Lane | 2009-01-07 |
* | Fix failure to ensure that a snapshot is available to datatype input functions | Tom Lane | 2008-12-13 |
* | Fix an oversight in the code that makes transitive-equality deductions from | Tom Lane | 2008-12-01 |
* | Ensure that the contents of a holdable cursor don't depend on out-of-line | Tom Lane | 2008-12-01 |
* | Get rid of adjust_appendrel_attr_needed(), which has been broken ever since | Tom Lane | 2008-11-11 |
* | tag 8.2.11REL8_2_11 | Marc G. Fournier | 2008-10-31 |
* | Install a more robust solution for the problem of infinite error-processing | Tom Lane | 2008-10-27 |
* | Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't | Teodor Sigaev | 2008-10-22 |
* | tag for 8.2.10REL8_2_10 | Marc G. Fournier | 2008-09-19 |
* | Widen the nLocks counts in local lock tables from int to int64. This | Tom Lane | 2008-09-16 |
* | Fix possible duplicate tuples while GiST scan. Now page is processed | Teodor Sigaev | 2008-08-23 |