aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* tag 8.1.19REL8_1_19Marc 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
* Fix longstanding problems in VACUUM caused by untimely interruptionsAlvaro Herrera2009-11-10
* Tag 8.1.18REL8_1_18Marc G. Fournier2009-09-04
* Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definerTom Lane2009-09-03
* tag 8.1.17REL8_1_17Marc 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
* tagging 8.1.16REL8_1_16Marc G. Fournier2009-01-30
* Replace argument-checking Asserts with regular test-and-elog checks in allTom Lane2009-01-29
* Ensure that the contents of a holdable cursor don't depend on out-of-lineTom Lane2008-12-01
* tag 8.1.15REL8_1_15Marc 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.1.14REL8_1_14Marc 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
* Stamp 8.1.13 (except for configure.in/configure)Tom Lane2008-06-08
* Stamp 8.1.12 (except for configure.in/configure)Tom Lane2008-06-05
* Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and REINDEX when theTom Lane2008-05-27
* Defend against JOINs having more than 32K columns altogether. We cannotTom Lane2008-04-05
* Adjust DatumGetBool macro so that it isn't fooled by garbage in the DatumTom Lane2008-03-25
* Stamp release 8.1.11.REL8_1_11Tom Lane2008-01-03
* Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,Tom Lane2008-01-03
* Fix assorted security-grade bugs in the regex engine. All of these problemsTom Lane2008-01-03
* Improve the performance of LIKE/regex estimation in non-C locales, by makingTom Lane2007-11-07
* Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexesTom Lane2007-10-13
* Keep the planner from failing on "WHERE false AND something IN (SELECT ...)".Tom Lane2007-10-04
* Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20.Bruce Momjian2007-09-11
* Repair problems occurring when multiple RI updates have to be done to the sameTom Lane2007-08-15
* Fix a bug in the original implementation of redundant-join-clause removal:Tom Lane2007-07-31
* Remove the pgstat_drop_relation() call from smgr_internal_unlink(), becauseTom Lane2007-07-08
* Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl().Tom Lane2007-07-02
* Implement a chunking protocol for writes to the syslogger pipe, with messagesAndrew Dunstan2007-06-14
* Fix performance problems in multi-batch hash joins by ensuring that we selectTom Lane2007-06-01
* Fix a bug in input processing for the "interval" type. Previously,Neil Conway2007-05-29
* Fix best_inner_indexscan to return both the cheapest-total-cost andTom Lane2007-05-22
* Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane2007-04-26
* Repair PANIC condition in hash indexes when a previous index extension attemptTom Lane2007-04-19
* Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.Bruce Momjian2007-04-19
* Restructure code that is responsible for ensuring that clauseless joins areTom Lane2007-02-16
* Stamp releases 8.2.3, 8.1.8, 8.0.12. No release notes yet.Bruce Momjian2007-02-07
* Stamp release 8.1.7.REL8_1_7Tom Lane2007-02-02
* Repair failure to check that a table is still compatible with a previouslyTom Lane2007-02-02
* Back-port changes of Jan 16 and 17 to "revoke" pending fsync requests duringTom Lane2007-01-27
* Stamp release 8.1.6.Bruce Momjian2007-01-05
* Fix regex_fixed_prefix() to cope reasonably well with regex patterns of theTom Lane2007-01-03
* Mark to_number() and the numeric-type variants of to_char() as stable, notTom Lane2006-11-28