aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.Bruce Momjian2007-04-19
* Translation updatesPeter Eisentraut2007-04-18
* Don't write timing output in quiet mode.Magnus Hagander2007-04-16
* Fix check_sql_fn_retval to allow the case where a SQL function declared toTom Lane2007-04-02
* Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW, MULE_INTERNALTatsuo Ishii2007-03-26
* SPI_cursor_open failed to enforce that only read-only queries could beTom Lane2007-03-17
* Fix a longstanding bug in VACUUM FULL's handling of update chains. The codeTom Lane2007-03-14
* Arrange to install a "posixrules" entry in our timezone database, so thatTom Lane2007-03-14
* Fix oversight in original coding of inline_function(): sinceTom Lane2007-03-06
* Fix markQueryForLocking() to work correctly in the presence of nested views.Tom Lane2007-03-01
* Backported bug fix for #2956.Michael Meskes2007-02-27
* Fix portal management code to support non-default command completion tags forTom Lane2007-02-18
* Fix an ancient logic error in plpgsql's exec_stmt_block: it thought it couldTom Lane2007-02-08
* Rearrange use of plpgsql_add_initdatums() so that only the parsing of aTom Lane2007-02-08
* Stamp releases 8.2.3, 8.1.8, 8.0.12. No release notes yet.Bruce Momjian2007-02-07
* 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
* Backported va_list handling cleanupMichael Meskes2007-02-06
* Stamp release 8.0.11.REL8_0_11Tom Lane2007-02-02
* 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
* Add SPI_push/SPI_pop calls so that datatype input and output functions calledTom Lane2007-01-30
* Correct an old logic error in btree page splitting: when considering a splitTom 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
* Stamp release 8.0.10.Bruce Momjian2007-01-05
* Fix regex_fixed_prefix() to cope reasonably well with regex patterns of theTom Lane2007-01-03
* Repair bug #2839: the various ExecReScan functions need to resetTom Lane2006-12-26
* Update timezone data to tzdata2006p zic distribution. It seems WesternTom Lane2006-11-28
* Mark to_number() and the numeric-type variants of to_char() as stable, notTom Lane2006-11-28
* Fix psql's \copy command to ensure that it cycles libpq back to the idle stateTom Lane2006-11-24
* Fix 1-byte buffer overrun when OID exceeds 1 billion. This probably can'tTom Lane2006-11-22
* 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
* Applied patch by Peter Harris to free auto_mem struct in ECPGconnect.Michael Meskes2006-11-08
* Repair bug #2694 concerning an ARRAY[] construct whose inputs are emptyTom Lane2006-11-06
* 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 psql \d commands to behave properly when a pattern using regex | is given.Tom Lane2006-10-10
* Stamp releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5.Bruce Momjian2006-10-09
* Fix back-branch pg_regress scripts to try the "canonical" expected file if weTom Lane2006-10-09
* Fix ancient oversight in psql's \d pattern processing code: when seeing twoTom Lane2006-10-07
* 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