summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-09Fix spelling: SYMETRIC -> SYMMETRICPeter Eisentraut
2007-04-02Fix check_sql_fn_retval to allow the case where a SQL function declared toTom Lane
2007-04-02Fix caching of unsuccessful initialization of parser or configuration.Teodor Sigaev
2007-03-27Fix typo, ensable -> enable, per Steve Gieseking.Tom Lane
2007-03-26Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW, MULE_INTERNALTatsuo Ishii
2007-03-17SPI_cursor_open failed to enforce that only read-only queries could beTom Lane
2007-03-14Fix a longstanding bug in VACUUM FULL's handling of update chains. The codeTom Lane
2007-03-14Arrange to install a "posixrules" entry in our timezone database, so thatTom Lane
2007-03-11Fix a race condition that caused pg_database_size() and pg_tablespace_size()Alvaro Herrera
2007-03-06Fix oversight in original coding of inline_function(): sinceTom Lane
2007-03-01Fix markQueryForLocking() to work correctly in the presence of nested views.Tom Lane
2007-02-27Backported bug fix for #2956.Michael Meskes
2007-02-18Fix portal management code to support non-default command completion tags forTom Lane
2007-02-16Restructure code that is responsible for ensuring that clauseless joins areTom Lane
2007-02-13Disallow committing a prepared transaction unless we are in the same databaseTom Lane
2007-02-12Fix backend crash in parsing incorrect tsquery.Teodor Sigaev
2007-02-11Fix for early log messages during postmaster startup getting lost whenMagnus Hagander
2007-02-08Fix an ancient logic error in plpgsql's exec_stmt_block: it thought it couldTom Lane
2007-02-08Rearrange use of plpgsql_add_initdatums() so that only the parsing of aTom Lane
2007-02-07Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.REL8_1_8Bruce Momjian
2007-02-07Fix wrong spacing (I think Bruce tried to hand-edit this instead of letting a...Tom Lane
2007-02-07Stamp releases 8.2.3, 8.1.8, 8.0.12. No release notes yet.Bruce Momjian
2007-02-06Fix an error in the original coding of holdable cursors: PersistHoldablePortalTom Lane
2007-02-06Remove typmod checking from the recent security-related patches. It turnsTom Lane
2007-02-06Backported va_list handling cleanupMichael Meskes
2007-02-02Reword suggestion that libpq.dll be installed in WINNT\SYSTEM32 underNeil Conway
2007-02-02Stamp release 8.1.7.REL8_1_7Tom Lane
2007-02-02Update release notes for security-related releases in all active branches.Tom Lane
2007-02-02Repair failure to check that a table is still compatible with a previouslyTom Lane
2007-02-02Repair insufficiently careful type checking for SQL-language functions:Tom Lane
2007-01-31Translation updatesPeter Eisentraut
2007-01-30Repair oversights in the mechanism used to store compiled plpgsql functions.Tom Lane
2007-01-30Add SPI_push/SPI_pop calls so that datatype input and output functions calledTom Lane
2007-01-27Correct an old logic error in btree page splitting: when considering a splitTom Lane
2007-01-27Back-port changes of Jan 16 and 17 to "revoke" pending fsync requests duringTom Lane
2007-01-24Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on the sameTom Lane
2007-01-24Relax an Assert() that has been found to be too strict in some situationsTom Lane
2007-01-15Correct a minor inaccuracy in the pg_dumpall reference page: -g dumpsNeil Conway
2007-01-14Fix autovacuum to avoid leaving non-permanent Xids in non-connectableAlvaro Herrera
2007-01-11Fix a performance problem in databases with large numbers of tablesTom Lane
2007-01-10Back port patch.Tatsuo Ishii
2007-01-06Links to GUC variables from HISTORY don't work in back branches...REL8_1_6Tom Lane
2007-01-06tag 8.1.6PostgreSQL Daemon
2007-01-06Fix markup because older releases couldn't link to the reference section.Bruce Momjian
2007-01-05Minor copy-editing for release note updates.Tom Lane
2007-01-05Stamp release 8.1.6.Bruce Momjian
2007-01-05Create release notes for 8.1.6.Bruce Momjian
2007-01-03Fix regex_fixed_prefix() to cope reasonably well with regex patterns of theTom Lane
2006-12-27Modify local buffer management to request memory for local buffers in blocksTom Lane
2006-12-26Repair bug #2839: the various ExecReScan functions need to resetTom Lane