| Age | Commit message (Expand) | Author |
| 2009-11-16 | While doing the final setrefs.c pass over a plan tree, try to match up | Tom Lane |
| 2009-11-15 | Make text search parser accept underscores in XML attributes (bug #5075) | Peter Eisentraut |
| 2009-11-13 | A better fix for the "ARRAY[...]::domain" problem. The previous patch worked, | Heikki Linnakangas |
| 2009-11-13 | When you do "ARRAY[...]::domain", where domain is a domain over an array type, | Heikki Linnakangas |
| 2009-11-13 | Fix multicolumn GIN's wrong results with fastupdate enabled. | Teodor Sigaev |
| 2009-11-10 | Fix longstanding problems in VACUUM caused by untimely interruptions | Alvaro Herrera |
| 2009-11-05 | Allow binary-coercible cases in ri_HashCompareOp; there are some such cases | Tom Lane |
| 2009-11-01 | Dept of second thoughts: after studying index_getnext() a bit more I realize | Tom Lane |
| 2009-11-01 | Fix two serious bugs introduced into hash indexes by the 8.4 patch that made | Tom Lane |
| 2009-10-30 | Make the overflow guards in ExecChooseHashTableSize be more protective. | Tom Lane |
| 2009-10-27 | Fix AfterTriggerSaveEvent to use a test and elog, not just Assert, to check | Tom Lane |
| 2009-10-27 | Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries; | Tom Lane |
| 2009-10-16 | Rewrite pam_passwd_conv_proc to be more robust: avoid assuming that the | Tom Lane |
| 2009-10-14 | Rename the new MAX_AUTH_TOKEN_LENGTH #define to PG_MAX_AUTH_MAX_TOKEN_LENGTH, | Heikki Linnakangas |
| 2009-10-14 | Raise the maximum authentication token (Kerberos ticket) size in GSSAPI | Heikki Linnakangas |
| 2009-10-13 | Fix ts_stat's failure on empty tsvector. | Tom Lane |
| 2009-10-08 | Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible by | Heikki Linnakangas |
| 2009-10-07 | Fix snapshot management, take two. | Alvaro Herrera |
| 2009-10-06 | Change CREATE TABLE so that column default expressions coming from different | Tom Lane |
| 2009-10-03 | Fix assorted memory leaks in pg_hba.conf parsing. Over a sufficiently | Tom Lane |
| 2009-10-02 | Fix an oversight in an 8.3-era patch: pgstat_initstats should allow stats | Tom Lane |
| 2009-10-02 | Make sure that GIN fast-insert and regular code paths enforce the same | Tom Lane |
| 2009-10-02 | Fix erroneous handling of shared dependencies (ie dependencies on roles) | Tom Lane |
| 2009-10-02 | Ensure that a cursor has an immutable snapshot throughout its lifespan. | Alvaro Herrera |
| 2009-09-29 | Fix equivclass.c's not-quite-right strategy for handling X=X clauses. | Tom Lane |
| 2009-09-26 | Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with the | Tom Lane |
| 2009-09-22 | Fix crash if a DROP is attempted on an internally-dependent object. | Tom Lane |
| 2009-09-18 | Fix incorrect arguments for gist_box_penalty call. The bug could be observed | Teodor Sigaev |
| 2009-09-15 | Fix two distinct errors in creation of GIN_INSERT_LISTPAGE xlog records. | Tom Lane |
| 2009-09-13 | Don't error out if recycling or removing an old WAL segment fails at the end | Heikki Linnakangas |
| 2009-09-12 | Fix assertion failure when a SELECT DISTINCT ON expression is volatile. | Tom Lane |
| 2009-09-10 | On Windows, when a file is deleted and another process still has an open | Heikki Linnakangas |
| 2009-09-09 | Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of the | Tom Lane |
| 2009-09-05 | Put back "ifeq ($(PORTNAME), solaris)", this time with some documentation | Tom Lane |
| 2009-09-04 | Revert ill-considered restriction of dtrace support to Solaris only. | Tom Lane |
| 2009-09-04 | Fix encoding handling in xml binary input function. If the XML header didn't | Heikki Linnakangas |
| 2009-09-03 | Make LOAD of an already-loaded library into a no-op, instead of attempting | Tom Lane |
| 2009-09-03 | Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer | Tom Lane |
| 2009-09-03 | Translation updates | Peter Eisentraut |
| 2009-09-03 | Install a workaround for a longstanding gcc bug that allows SIGFPE traps | Tom Lane |
| 2009-09-02 | Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr | Tom Lane |
| 2009-08-30 | Remove duplicate variable initializations identified by clang static checker. | Tom Lane |
| 2009-08-27 | Modify the definition of window-function PARTITION BY and ORDER BY clauses | Tom Lane |
| 2009-08-27 | Fix handling of autovacuum reloptions. | Alvaro Herrera |
| 2009-08-27 | In the checkpoint written at the end of archive recovery, the WAL page header | Heikki Linnakangas |
| 2009-08-24 | Try to make silent_mode behave somewhat reasonably. | Tom Lane |
| 2009-08-24 | Small correction to previous patch: we shouldn't ReleasePostmasterChildSlot | Tom Lane |
| 2009-08-24 | Avoid calling kill() in a postmaster signal handler. | Alvaro Herrera |
| 2009-08-24 | Fix a violation of WAL coding rules in the recent patch to include an | Tom Lane |
| 2009-08-23 | Tweak ExecIndexEvalRuntimeKeys to forcibly detoast any toasted comparison | Tom Lane |