| Age | Commit message (Expand) | Author |
| 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-14 | Simplify validate_exec() by using access(2) to check file permissions, | Tom Lane |
| 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 | Applied Zoltan's patch to make char the default sqlda type. | Michael Meskes |
| 2010-01-13 | Fix SQL3 type return value. | Michael Meskes |
| 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 | Removed ecpg Changelog file that was only there for historical reasons and is... | Michael Meskes |
| 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-11 | remove use of temp file for perlchunks.h, as in recent change to plperl GNUma... | Andrew Dunstan |
| 2010-01-10 | Some trivial adjustments in comments for struct RelationData. | Tom Lane |
| 2010-01-10 | Remove unnecessary use of temp file. Tim Bunce | Tom Lane |
| 2010-01-10 | Improve plpgsql parsing to report "foo is not a known variable", rather than a | Tom Lane |
| 2010-01-10 | Improve plpgsql's handling of record field references by forcing all potential | 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-09 | Provide regression testing for plperlu, and for plperl+plperlu interaction. | Andrew Dunstan |
| 2010-01-09 | Build perlchunks.h for plperl on MSVC | Andrew Dunstan |
| 2010-01-09 | Fix makefile so it works for VPATH case. | Tom Lane |
| 2010-01-09 | Tidy up and refactor plperl.c. | Andrew Dunstan |
| 2010-01-08 | Also update ChangerLog file. | Michael Meskes |
| 2010-01-08 | Fix oversight in EvalPlanQualFetch: after failing to lock a tuple because | Tom Lane |
| 2010-01-08 | pgBufferUsage needs PGDLLIMPORT for pg_stat_statements on Windows. | Itagaki Takahiro |
| 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 | Use -Z for vacuumdb --analyze-only, rather than -o. | Bruce Momjian |
| 2010-01-07 | Rename new vacuumdb option to --analyze-only from --only-analyze. | Bruce Momjian |
| 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-07 | Alter the configure script to fail immediately if the C compiler does not | Tom Lane |
| 2010-01-06 | PG_MAJORVERSION: | Bruce Momjian |
| 2010-01-06 | Fix spccache.c to not suppose that a cache entry will live across database | Tom Lane |
| 2010-01-06 | Access hash entry before freeing it, not after. | Tom Lane |
| 2010-01-06 | Make error messages for bad --set-version argument more useful. | Tom Lane |
| 2010-01-06 | Make the makefile pass $MAJORVERSION to genbki.pl, not $VERSION which is | Tom Lane |
| 2010-01-06 | Corrected CVS entry: | Bruce Momjian |
| 2010-01-06 | Replaced int64_t with int64 as Andrew suggested. | Michael Meskes |