aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Disallow committing a prepared transaction unless we are in the same databaseTom Lane2007-02-13
* Fix for early log messages during postmaster startup getting lost whenMagnus Hagander2007-02-11
* Fix an error in the original coding of holdable cursors: PersistHoldablePortalTom Lane2007-02-06
* Remove typmod checking from the recent security-related patches. It turnsTom Lane2007-02-06
* Repair failure to check that a table is still compatible with a previouslyTom Lane2007-02-02
* Repair insufficiently careful type checking for SQL-language functions:Tom Lane2007-02-02
* Translation updatesPeter Eisentraut2007-01-31
* Correct an old logic error in btree page splitting: when considering a splitTom Lane2007-01-27
* Back-port changes of Jan 16 and 17 to "revoke" pending fsync requests duringTom Lane2007-01-27
* Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on the sameTom Lane2007-01-24
* Relax an Assert() that has been found to be too strict in some situationsTom Lane2007-01-24
* Fix autovacuum to avoid leaving non-permanent Xids in non-connectableAlvaro Herrera2007-01-14
* Fix a performance problem in databases with large numbers of tablesTom Lane2007-01-11
* Fix regex_fixed_prefix() to cope reasonably well with regex patterns of theTom Lane2007-01-03
* Modify local buffer management to request memory for local buffers in blocksTom Lane2006-12-27
* Repair bug #2839: the various ExecReScan functions need to resetTom Lane2006-12-26
* When truncating a relation in-place (eg during VACUUM), do not try to unlinkTom Lane2006-11-20
* Repair problems with hash indexes that span multiple segments: the hash code'sTom Lane2006-11-19
* Repair two related errors in heap_lock_tuple: it was failing to recognizeTom Lane2006-11-17
* Repair bug #2694 concerning an ARRAY[] construct whose inputs are emptyTom Lane2006-11-06
* Fix recently-identified PITR recovery hazard: the base backup could containTom Lane2006-11-05
* Fix "failed to re-find parent key" btree VACUUM failure by tweakingTom Lane2006-11-01
* Back-patch second version of AIX getaddrinfo fix.Tom Lane2006-10-20
* Work around reported problem that AIX's getaddrinfo() doesn't seem to zeroTom Lane2006-10-19
* Fix infinite sleep and failes of send in Win32.Teodor Sigaev2006-10-13
* Fix mishandling of after-trigger state when a SQL function returns multipleTom Lane2006-10-12
* Repair incorrect check for coercion of unknown literal to ANYARRAY, a bugTom Lane2006-10-11
* CREATE TABLE ... LIKE ... should mark the columns it creates withTom Lane2006-10-11
* Fix string_to_array() to correctly handle the case where there areTom Lane2006-10-07
* Fix SysCacheGetAttr() to handle the case where the specified syscache has notTom Lane2006-10-06
* Fix overly enthusiastic Assert introduced in 8.1: it's expecting aTom Lane2006-10-01
* Backpatch to 8.1.X fix for to_timestamp() where "PM/AM" specificationBruce Momjian2006-09-04
* Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSIONTom Lane2006-08-31
* Fix mistypingTeodor Sigaev2006-08-29
* In new "invalid byte sequence" error hint, call it "error", notBruce Momjian2006-08-22
* Add hint for "invalid byte sequence for encoding" error message,Bruce Momjian2006-08-22
* Fix core dump in duration logging for a V3-protocol Execute messageTom Lane2006-08-13
* Round microseconds on setitimer upwards.Bruce Momjian2006-08-09
* On Win32, make minimum setitimer() sleep be 1ms, so sleeps < 1ms aren'tBruce Momjian2006-08-09
* Fix statement_timeout on Win32 so that it properly treats micro-secondsBruce Momjian2006-08-09
* prevent multiplexing Windows kernel event objects we listen for across variou...Andrew Dunstan2006-07-29
* Fix oversight in sizing of shared buffer lookup hashtable. BecauseTom Lane2006-07-23
* Hmm, seems --disable-spinlocks has been broken for awhile and nobodyTom Lane2006-07-22
* Don't try to truncate multixact SLRU files in checkpoints done during xlogTom Lane2006-07-20
* Ensure that we retry rather than erroring out when send() or recv() returnTom Lane2006-07-16
* Fix ALTER TABLE to check pre-existing NOT NULL constraints when rewritingTom Lane2006-07-10
* Fix typo.Tom Lane2006-06-27
* Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table withoutAlvaro Herrera2006-06-27
* Tweak dynahash.c to avoid wasting memory space in non-shared hash tables.Tom Lane2006-06-25
* pg_stop_backup was calling XLogArchiveNotify() twice for the newly createdTom Lane2006-06-22