aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Ensure that the contents of a holdable cursor don't depend on out-of-lineTom Lane2008-12-01
* Remove inappropriate memory context switch in shutdown_MultiFuncCall().Tom Lane2008-11-30
* Back-patch change to make DISCARD ALL release advisory locks.Tom Lane2008-11-27
* Replaced strchrnul by strchr.Michael Meskes2008-11-26
* When creating a varchar struct name braces must be discarded.Michael Meskes2008-11-26
* Fix crash of xmlconcat(NULL)Peter Eisentraut2008-11-15
* Prevent synchronous scan during GIN index build, because GIN is optimizedTom Lane2008-11-13
* In predtest.c, install a limit on the number of branches we will process inTom Lane2008-11-12
* Fix off-by-one error in autovacuum shmem struct sizing. This could lead toHeikki Linnakangas2008-11-12
* Get rid of adjust_appendrel_attr_needed(), which has been broken ever sinceTom Lane2008-11-11
* Fix bugs in sqlchar_to_unicode and unicode_to_sqlchar: both were measuringTom Lane2008-11-10
* commit for 8.3.5REL8_3_5Marc G. Fournier2008-10-31
* Translation updatesPeter Eisentraut2008-10-30
* Revert previous patch to put the shared memory segment on win32Magnus Hagander2008-10-30
* Update time zone data files to tzdata release 2008i (DST law changes inTom Lane2008-10-30
* Improve new messagePeter Eisentraut2008-10-30
* Fix recoveryLastXTime logic so that it actually does what one would expect.Tom Lane2008-10-30
* Install a more robust solution for the problem of infinite error-processingTom Lane2008-10-27
* Better solution to the IN-list issue: instead of having an arbitrary cutoff,Tom Lane2008-10-26
* Add a heuristic to transformAExprIn() to make it prefer expanding "x IN (list)"Tom Lane2008-10-25
* Fix an old bug in after-trigger handling: AfterTriggerEndQuery took theTom Lane2008-10-25
* Fix memory leak when using gsslib parameter in libpq connectionsMagnus Hagander2008-10-23
* On second thought, let's not get involved in correcting the feature listPeter Eisentraut2008-10-23
* Fix GiST's killing tuple: GISTScanOpaque->curpos wasn'tTeodor Sigaev2008-10-22
* Small correction SQL feature tablePeter Eisentraut2008-10-17
* Fix small bug in headline generation.Teodor Sigaev2008-10-17
* During repeated rescan of GiST index it's possible that scan keyTeodor Sigaev2008-10-17
* Fix a small memory leak in ExecReScanAgg() in the hashed aggregation case.Neil Conway2008-10-16
* Fix SPI_getvalue and SPI_getbinval to range-check the given attribute numberTom Lane2008-10-16
* Fix omission of DiscardStmt in GetCommandLogLevel, per report from HubertTom Lane2008-10-10
* Optional arguments should be optional.Michael Meskes2008-10-10
* Fix overly tense optimization of PLpgSQL_func_hashkey: we must representTom Lane2008-10-09
* Fix crash in bytea-to-XML mapping when the source value is toasted.Tom Lane2008-10-09
* Force a checkpoint in CREATE DATABASE before starting to copy the files,Heikki Linnakangas2008-10-09
* When a relation is moved to another tablespace, we can't assume that we canHeikki Linnakangas2008-10-07
* Fix improper display of fractional seconds in interval valuesTom Lane2008-10-02
* Link libpq with libgssapi if configure finds it, asMagnus Hagander2008-10-01
* Recent patches to pg_ctl broke "pg_ctl restart" for the case where noTom Lane2008-09-30
* Compare escaped chars case insensitively for ILIKE - per gripe from TGL.Andrew Dunstan2008-09-27
* Fix more problems with rewriter failing to set Query.hasSubLinks when insertingTom Lane2008-09-24
* Make sure pg_control is opened in binary mode, to dealMagnus Hagander2008-09-24
* Mark SessionReplicationRole as PGDLLIMPORT so itMagnus Hagander2008-09-19
* tag for 8.3.4REL8_3_4Marc G. Fournier2008-09-19
* Update time zone data files to tzdata release 2008f (DST law changes inTom Lane2008-09-17
* Widen the nLocks counts in local lock tables from int to int64. ThisTom Lane2008-09-16
* Fix multiple memory leaks in xml_out(). Per report from Matt Magoffin.Tom Lane2008-09-16
* Fix caching of foreign-key-checking queries so that when a replan is needed,Tom Lane2008-09-15
* Skip opfamily check in eclass_matches_any_index() when the index isn't aTom Lane2008-09-12
* Initialize the minimum frozen Xid in vac_update_datfrozenxid usingAlvaro Herrera2008-09-11
* Avoid using sprintf() for a simple octal conversion in PQescapeByteaInternal.Tom Lane2008-09-10