| Age | Commit message (Expand) | Author |
| 2010-01-20 | Add missing "!= NULL", for the sake of consistency. | Heikki Linnakangas |
| 2010-01-20 | Rethink the way walreceiver is linked into the backend. Instead than shoving | Heikki Linnakangas |
| 2010-01-20 | Before attempting to create a composite type, check whether a type of that | Peter Eisentraut |
| 2010-01-19 | Fix thinko in my recent change to put an explicit argisrow field in NullTest: | Tom Lane |
| 2010-01-19 | Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide shared | Magnus Hagander |
| 2010-01-19 | Add pg_table_size() and pg_indexes_size() to provide more user-friendly | Tom Lane |
| 2010-01-18 | Cast slightly abused enum to int, so that GCC 4.5 won't warn about switch | Peter Eisentraut |
| 2010-01-18 | Fix an oversight in convert_EXISTS_sublink_to_join: we can't convert an | Tom Lane |
| 2010-01-18 | Fix incorrect comparison of scan key in GIN. Per report from | Teodor Sigaev |
| 2010-01-18 | Fix portalmem.c to avoid keeping a dangling pointer to a cached plan list | Tom Lane |
| 2010-01-17 | Improve the handling of SET CONSTRAINTS commands by having them search | Tom Lane |
| 2010-01-17 | Remove unnecessary, inconsistent flag resets in ProcessInterrupts. | Tom Lane |
| 2010-01-16 | Fix unportable use of isxdigit() with char (rather than unsigned char) | Tom Lane |
| 2010-01-16 | Fix bogus initialization of KnownAssignedXids shared memory state --- | Tom Lane |
| 2010-01-16 | Lock database while running drop database in Hot Standby to protect | Simon Riggs |
| 2010-01-16 | Message mentions msec when it should be seconds, so use s instead of ms. | Simon Riggs |
| 2010-01-16 | Teach standby conflict resolution to use SIGUSR1 | Simon Riggs |
| 2010-01-16 | Add #include <sys/time.h> for struct timeval definition on BSD/OS. | Bruce Momjian |
| 2010-01-15 | Do parse analysis of an EXPLAIN's contained statement during the normal | Tom Lane |
| 2010-01-15 | No, scratch that, it was getting added twice. | Tom Lane |
| 2010-01-15 | Actually, I'll bet the mingw problem is lack of $(BE_DLLLIBS) ... | Tom Lane |
| 2010-01-15 | Fix bogus subdir setting ... wonder just what that affects ... | Tom Lane |
| 2010-01-15 | Remove unused (in non-assertion-enabled build) variable. | Heikki Linnakangas |
| 2010-01-15 | Introduce Streaming Replication. | Heikki Linnakangas |
| 2010-01-14 | Add point_ops opclass for GiST. | Teodor Sigaev |
| 2010-01-14 | First part of refactoring of code for ResolveRecoveryConflict. Purposes | Simon Riggs |
| 2010-01-13 | When loading critical system indexes into the relcache, ensure we lock the | Tom Lane |
| 2010-01-13 | Fix bug #5269: ResetPlanCache mustn't invalidate cached utility statements, | Tom Lane |
| 2010-01-13 | Make fixed_paramref_hook behave properly when there are 'unused' slots | Tom Lane |
| 2010-01-12 | Fix relcache reload mechanism to be more robust in the face of errors | Tom Lane |
| 2010-01-12 | Please tablespace directories in their own subdirectory so pg_migrator | Bruce Momjian |
| 2010-01-12 | Fix aclexplode to not explode on a zero-entry ACL array. | Tom Lane |
| 2010-01-11 | Add some simple support and documentation for using process-specific oom_adj | Tom Lane |
| 2010-01-11 | Improve ExecEvalVar's handling of whole-row variables in cases where the | Tom Lane |
| 2010-01-10 | During Hot Standby, fix drop database when sessions idle. | Simon Riggs |
| 2010-01-10 | Create typedef pgsocket for storing socket descriptors. | Magnus Hagander |
| 2010-01-10 | Remove partial, broken support for NULL pointers when fetching attributes. | Robert Haas |
| 2010-01-09 | Make ExecEvalFieldSelect throw a more intelligible error if it's asked to | Tom Lane |
| 2010-01-09 | During Hot Standby, set DatabasePath correctly during relcache init file | Simon Riggs |
| 2010-01-08 | Fix oversight in EvalPlanQualFetch: after failing to lock a tuple because | Tom Lane |
| 2010-01-07 | Document why we copy reloptions into CacheMemoryContext after-the-fact. | Robert Haas |
| 2010-01-07 | Fix 3-parameter form of bit substring() to throw error for negative length, | Tom Lane |
| 2010-01-07 | Make bit/varbit substring() treat any negative length as meaning "all the rest | Tom Lane |
| 2010-01-07 | Fix (some of the) breakage introduced into query-cancel processing by HS. | Tom Lane |
| 2010-01-07 | Remove all the special-case code for INT64_IS_BUSTED, per decision that | Tom Lane |
| 2010-01-07 | More tablespace.c comment improvements. | Bruce Momjian |
| 2010-01-07 | Clarify tablespace.c::TablespaceCreateDbspace() comments. | Bruce Momjian |
| 2010-01-07 | Further fixes for per-tablespace options patch. | Robert Haas |
| 2010-01-07 | Improve a couple of comments relating to large object snapshot management. | Robert Haas |
| 2010-01-06 | PG_MAJORVERSION: | Bruce Momjian |