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