| Age | Commit message (Expand) | Author |
| 2006-05-21 | Add a new GUC parameter backslash_quote, which determines whether the SQL | Tom Lane |
| 2006-05-21 | Change the backend to reject strings containing invalidly-encoded multibyte | Tom Lane |
| 2006-05-21 | Change \' to '', for SQL standards compliance. Backpatch to 7.3, 7.4, | Bruce Momjian |
| 2006-05-19 | Fix nasty bug in nodeIndexscan.c's detection of duplicate tuples during | Tom Lane |
| 2006-05-12 | Fix the sense of the test on DH_check()'s return value. This was preventing | Tom Lane |
| 2006-05-11 | Remove unnecessary .seg/.section directives, per Alan Stange. | Tom Lane |
| 2006-04-26 | Fix SELECT INTO and CREATE TABLE AS to create tables in the default | Bruce Momjian |
| 2006-04-13 | Fix similar_escape() so that SIMILAR TO works properly for patterns involving | Tom Lane |
| 2006-03-29 | TablespaceCreateDbspace should function normally even on platforms that do not | Tom Lane |
| 2006-03-28 | Repair longstanding error in btree xlog replay: XLogReadBuffer should be | Tom Lane |
| 2006-03-18 | The call to DNSServiceRegistrationCreate in postmaster.c does incorrect | Neil Conway |
| 2006-03-04 | Minor teak. | Tatsuo Ishii |
| 2006-03-04 | Tighten up SJIS byte sequence check. Now we reject invalid SJIS byte | Tatsuo Ishii |
| 2006-02-14 | Move btbulkdelete's vacuum_delay_point() call to a place in the loop where | Tom Lane |
| 2006-02-13 | Fix qual_is_pushdown_safe to not try to push down quals involving a whole-row | Tom Lane |
| 2006-02-12 | Fix bug in SET SESSION AUTHORIZATION that allows unprivileged users to crash | Tom Lane |
| 2006-02-10 | Check that SID is enabled while checking for Windows admin privileges. | Tom Lane |
| 2006-02-10 | Change search for default operator classes so that it examines all opclasses | Tom Lane |
| 2006-02-09 | Reject out-of-range dates in date_in(). | Tom Lane |
| 2006-02-01 | Set progname early in the postmaster/postgres binary, rather than doing | Bruce Momjian |
| 2006-01-30 | Fix ALTER COLUMN TYPE bug: it sometimes tried to drop UNIQUE or PRIMARY KEY | Tom Lane |
| 2006-01-26 | Fix display of whole-row Var appearing at the top level of a SELECT list. | Tom Lane |
| 2006-01-21 | Repair longstanding bug in slru/clog logic: it is possible for two backends | Tom Lane |
| 2006-01-19 | Avoid crashing if relcache flush occurs while trying to load data into an | Tom Lane |
| 2006-01-19 | It turns out that TablespaceCreateDbspace fails badly if a relcache flush | Tom Lane |
| 2006-01-17 | Repair problems with the result of lookup_rowtype_tupdesc() possibly being | Tom Lane |
| 2006-01-12 | We neglected to apply domain constraints on UNKNOWN parameters to | Neil Conway |
| 2006-01-12 | Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by | Tom Lane |
| 2006-01-07 | Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we try to | Tom Lane |
| 2006-01-06 | Fix failure to apply domain constraints to a NULL constant that's added to | Tom Lane |
| 2006-01-06 | Fix Windows-only postmaster code to reject a connection request and continue, | Tom Lane |
| 2006-01-06 | Convert Assert checking for empty page into a regular test and elog. | Tom Lane |
| 2006-01-06 | Fix ReadBuffer() to correctly handle the case where it's trying to extend | Tom Lane |
| 2006-01-05 | Arrange to set the LC_XXX environment variables to match our locale setup. | Tom Lane |
| 2006-01-01 | Remove DOS line endings ("\r\n") from several .po files. DOS line endings | Neil Conway |
| 2005-12-24 | Fix long standing Asian multibyte charsets bug. | Tatsuo Ishii |
| 2005-12-22 | Adjust string comparison so that only bitwise-equal strings are considered | Tom Lane |
| 2005-12-14 | Defend against crash while processing Describe Statement or Describe Portal | Tom Lane |
| 2005-12-14 | Fix a *different* problem with whole-row Vars afflicting 8.0 branch. | Tom Lane |
| 2005-12-09 | Translation updatesREL8_0_5 | Peter Eisentraut |
| 2005-12-08 | Fix bgwriter's failure to release buffer pins and open files after an | Tom Lane |
| 2005-12-06 | In a nestloop inner indexscan, it's OK to use pushed-down baserestrictinfo | Tom Lane |
| 2005-12-01 | Retry in FileRead and FileWrite if Windows returns ERROR_NO_SYSTEM_RESOURCES. | Tom Lane |
| 2005-12-01 | Check for overflow in strtol() while parsing datetime inputs. | Tom Lane |
| 2005-11-30 | Rearrange code in pg_atoi() to avoid assuming that isspace() cannot | Tom Lane |
| 2005-11-18 | Fix performance issue in exprTypmod(): for a COALESCE expression, it | Tom Lane |
| 2005-11-13 | Force the second argument of SUBSTRING(foo FOR bar) to be int4, to avoid | Tom Lane |
| 2005-11-10 | When in transaction-aborted state, reject Bind message for portals containing | Tom Lane |
| 2005-11-09 | Fix misspelling of 'listen_addresses', per Devrim. | Tom Lane |
| 2005-11-05 | Repair an error introduced by log_line_prefix patch: it is not acceptable | Tom Lane |