| Age | Commit message (Expand) | Author |
| 2010-09-03 | In HEAD only, revert kluge solution for preventing misuse of pg_get_expr(). | Tom Lane |
| 2010-09-02 | Fix up flushing of composite-type typcache entries to be driven directly by | Tom Lane |
| 2010-09-02 | Fix typo. Pointed out by Kevin Grittner. | Robert Haas |
| 2010-08-30 | Cosmetic fixes for KnownAssignedXidsGetOldestXmin, per Fujii Masao. | Tom Lane |
| 2010-08-30 | Fix oversight in RelFileNodeBackend patch: CreateFakeRelcacheEntry needs to | Tom Lane |
| 2010-08-30 | Fix misleading DEBUG2 issued during RemoveOldXlogFiles() | Simon Riggs |
| 2010-08-30 | Truncate subtrans after each restartpoint. | Simon Riggs |
| 2010-08-30 | Teach GetOldestXmin() about KnownAssignedXids during recovery. | Simon Riggs |
| 2010-08-30 | Fix typo in comment. | Heikki Linnakangas |
| 2010-08-29 | Reduce PANIC to ERROR in some occasionally-reported btree failure cases. | Tom Lane |
| 2010-08-27 | Insert additional compiler placation into objectaddress.c. | Robert Haas |
| 2010-08-27 | Small refactoring of makeVar() from a TargetEntry | Peter Eisentraut |
| 2010-08-27 | Rewrite comment code for better modularity, and add necessary locking. | Robert Haas |
| 2010-08-26 | Document the existence of the socket lock file under unix_socket_directory, | Tom Lane |
| 2010-08-26 | Update time zone data files to tzdata release 2010l: DST law changes in | Tom Lane |
| 2010-08-26 | Improve wording for privilege description on certain failure messages; the | Alvaro Herrera |
| 2010-08-26 | Remove duplicate translatable phrase | Alvaro Herrera |
| 2010-08-26 | Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRF | Tom Lane |
| 2010-08-25 | Improve hint message for ENOMEM failure from shmget(). | Tom Lane |
| 2010-08-25 | Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtr | Peter Eisentraut |
| 2010-08-25 | Avoid passing signed chars to <ctype.h> functions ... same old | Tom Lane |
| 2010-08-24 | Make EXPLAIN show the function call expression of a FunctionScan plan node, | Tom Lane |
| 2010-08-24 | When in automatic dependency mode, never delete any intermediate | Peter Eisentraut |
| 2010-08-24 | Add string functions: concat(), concat_ws(), left(), right(), and reverse(). | Itagaki Takahiro |
| 2010-08-23 | Marginal code cleanup for streaming replication. | Tom Lane |
| 2010-08-21 | Use a non-locale-dependent definition of isspace() in array_in/array_out. | Tom Lane |
| 2010-08-21 | Improve parallel restore's ability to cope with selective restore (-L option). | Tom Lane |
| 2010-08-21 | Adjust regression tests for previous commit, that I forgot | Magnus Hagander |
| 2010-08-21 | Add vacuum and analyze counters to pg_stat_*_tables views. | Magnus Hagander |
| 2010-08-20 | Add missing processing of OptTemp in CREATE IF NOT EXISTS variant | Tom Lane |
| 2010-08-20 | Remove the isLocalBuf argument from ReadBuffer_common. | Robert Haas |
| 2010-08-19 | Bring some sanity to the trace_recovery_messages code and docs. | Tom Lane |
| 2010-08-19 | Allow USING and INTO clauses of plpgsql's EXECUTE to appear in either order. | Tom Lane |
| 2010-08-19 | Keep exec_simple_check_plan() from thinking "SELECT foo INTO bar" is simple. | Tom Lane |
| 2010-08-19 | Be a bit less cavalier with both the code and the comment for UNKNOWN fix. | Tom Lane |
| 2010-08-19 | Revert patch to coerce 'unknown' type parameters in the backend. As Tom | Heikki Linnakangas |
| 2010-08-19 | Allocate local buffers in a context of their own, rather than dumping them | Tom Lane |
| 2010-08-19 | Fix possible corruption of AfterTriggerEventLists in subtransaction rollback. | Tom Lane |
| 2010-08-19 | Remove extra newlines at end and beginning of files, add missing newlines | Peter Eisentraut |
| 2010-08-19 | Tidy up a few calls to smrgextend(). | Robert Haas |
| 2010-08-18 | Reset the per-output-tuple exprcontext each time through the main loop in | Tom Lane |
| 2010-08-18 | Rename utf2ucs() to utf8_to_unicode(), and export it so it can be used | Tom Lane |
| 2010-08-18 | Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner. | Tom Lane |
| 2010-08-18 | Add missing handling of PlannedStmt.transientPlan in copyfuncs/outfuncs. | Tom Lane |
| 2010-08-18 | Coerce 'unknown' type parameters to the right type in the fixed-params | Heikki Linnakangas |
| 2010-08-17 | Applied Zoltan's patch to fix a few memleaks in ecpg's pgtypeslib. | Michael Meskes |
| 2010-08-16 | Arrange to fsync the contents of lockfiles (both postmaster.pid and the | Tom Lane |
| 2010-08-16 | Make LockDatabaseObject() AcceptInvalidationMessages(). | Robert Haas |
| 2010-08-16 | Fix psql's copy of utf2ucs() to match the backend's copy exactly; | Tom Lane |
| 2010-08-14 | Fix planner to make a reasonable assumption about the amount of memory space | Tom Lane |