| Age | Commit message (Expand) | Author |
| 2006-03-04 | Prevent lazy_space_alloc from making requests that exceed MaxAllocSize, | Tom Lane |
| 2006-03-04 | Tighten up SJIS byte sequence check. Now we reject invalid SJIS byte | Tatsuo Ishii |
| 2006-03-02 | Repair oidvectorrecv and int2vectorrecv, which I broke while changing | Tom Lane |
| 2006-02-14 | Move btbulkdelete's vacuum_delay_point() call to a place in the loop where | Tom Lane |
| 2006-02-14 | Add some missing vacuum_delay_point calls in GIST vacuuming. | 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 that allowed any logged-in user to SET ROLE to any other database user | 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-31 | Allow %TYPE to be used with SETOF, per gripe from Murat Tasan. | Tom Lane |
| 2006-01-30 | Fix ALTER COLUMN TYPE bug: it sometimes tried to drop UNIQUE or PRIMARY KEY | Tom Lane |
| 2006-01-29 | When building a bitmap scan, must copy the bitmapqualorig expression tree | Tom Lane |
| 2006-01-29 | Fix code that checks to see if an index can be considered to match the query's | Tom Lane |
| 2006-01-26 | Fix display of whole-row Var appearing at the top level of a SELECT list. | Tom Lane |
| 2006-01-24 | Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macro | Tom Lane |
| 2006-01-21 | Repair longstanding bug in slru/clog logic: it is possible for two backends | Tom Lane |
| 2006-01-20 | Fix thinko in autovacuum's test to skip temp tables: want to skip any | Tom Lane |
| 2006-01-19 | Add some test scaffolding to allow cache-flush stress testing (and I do | 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-19 | Fix a tiny memory leak (one List header) in RelationCacheInvalidate(). | Tom Lane |
| 2006-01-18 | Modify pgstats code to reduce performance penalties from oversized stats data | Tom Lane |
| 2006-01-17 | Fix fsync code to test whether F_FULLFSYNC is available, instead of | 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-10 | Improve error messages for missing-FROM-entry cases, as per recent discussion. | Tom Lane |
| 2006-01-07 | Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we try to | Tom Lane |
| 2006-01-07 | During CatCacheRemoveCList, we must now remove any members that are | 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 | Translation update | Peter Eisentraut |
| 2006-01-05 | Arrange to set the LC_XXX environment variables to match our locale setup. | Tom Lane |
| 2006-01-04 | Fix another case in which autovacuum would fail while analyzing | Tom Lane |
| 2006-01-02 | Reset flex state in a way that works for both flex 2.5.4 and 2.5.31. | Tom Lane |
| 2006-01-01 | Rewrite ProcessConfigFile() to avoid misbehavior at EOF, as per report | Tom Lane |
| 2006-01-01 | Remove DOS line endings ("\r\n") from several .po files. DOS line endings | Neil Conway |
| 2005-12-30 | Repair EXPLAIN failure when trying to display a plan condition that involves | Tom Lane |
| 2005-12-28 | Add regression tests for CSV and \., and add automatic quoting of a | Bruce Momjian |
| 2005-12-27 | Our code had: | Bruce Momjian |
| 2005-12-24 | Fix long standing Asian multibyte charsets bug. | Tatsuo Ishii |
| 2005-12-24 | Fix for rearranging encoding id ISO-8859-5 to ISO-8859-8. | 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 problem with whole-row Vars referencing sub-select outputs, per | Tom Lane |
| 2005-12-10 | Teach deparsing of CASE expressions to cope with the simplified forms | Tom Lane |