| Age | Commit message (Expand) | Author |
| 2005-10-06 | Marginal speedup in RelationIsVisible and TypeIsVisible: avoid a redundant | Tom Lane |
| 2005-10-06 | Minor API cleanup for async notifications: we can only register the | Neil Conway |
| 2005-10-06 | When a function not returning RECORD has a single OUT parameter, use | Tom Lane |
| 2005-10-06 | Fix oversight in indexscan plan creation. I recently added code to use | Tom Lane |
| 2005-10-06 | Revise pgstats stuff to fix the problems with not counting accesses | Tom Lane |
| 2005-10-05 | Code cleanup for log_disconnections(). Patch from Qingqing Zhou, | Neil Conway |
| 2005-10-05 | Make set_function_size_estimates() marginally smarter: per original | Tom Lane |
| 2005-10-04 | Add _ to gettext triggers. Must have been forgotten here when it was introduced. | Peter Eisentraut |
| 2005-10-03 | COPY's test for read-only transaction was backward; it prohibited COPY TO | Tom Lane |
| 2005-10-03 | Add a trace_sort option to help with measuring resource usage of external | Tom Lane |
| 2005-10-03 | Separate out the VacRUsage stuff as an independent module, in preparation | Tom Lane |
| 2005-10-03 | Preserve tuple OIDs during ATRewriteTable. Per gripe from Duncan Crombie. | Tom Lane |
| 2005-10-03 | Expand pg_control information so that we can verify that the database | Tom Lane |
| 2005-10-02 | Change nextval and other sequence functions to specify their sequence | Tom Lane |
| 2005-10-01 | _SPI_execute_plan failed to return result tuple table to caller in | Tom Lane |
| 2005-09-29 | Fix confusion between relfilenode and Oid. | Alvaro Herrera |
| 2005-09-28 | Repair planning bug introduced in 7.4: outer-join ON clauses that referenced | Tom Lane |
| 2005-09-26 | Log protocol-excute fetch operatation as fetch, rather than execute, | Bruce Momjian |
| 2005-09-25 | The original patch to avoid building a hash join's hashtable when the | Tom Lane |
| 2005-09-24 | Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. | Tom Lane |
| 2005-09-24 | Suppress signed-vs-unsigned-char warnings. | Tom Lane |
| 2005-09-24 | In a machine where INT64_IS_BUSTED, we can only support 32-bit values | Tom Lane |
| 2005-09-23 | Add comments explaining clauses used by CREATE ROLE but not ALTER. | Bruce Momjian |
| 2005-09-23 | Fix typo in comment. | Tom Lane |
| 2005-09-22 | Fix bug introduced into indexable_outerrelids() by an ill-considered | Tom Lane |
| 2005-09-22 | pgindent new GIST index code, per request from Tom. | Bruce Momjian |
| 2005-09-22 | Adjust GiST error messages to conform to message style guidelines. | Tom Lane |
| 2005-09-22 | Take exclusive buffer lock in scan_heap() to eliminate some corner cases | Tom Lane |
| 2005-09-22 | This patch cleans up the access to members of ItemIdData. | Bruce Momjian |
| 2005-09-22 | Suppress port number for unix domain sockets in log connect/disconnect | Bruce Momjian |
| 2005-09-22 | Remove some dead code. | Tom Lane |
| 2005-09-21 | Fix postgresql.conf lexer to accept doubled single quotes in literal | Tom Lane |
| 2005-09-21 | optimize_minmax_aggregates() neglected to check for inherited tables. | Tom Lane |
| 2005-09-20 | autovacuum setting false -> off, for consistency | Bruce Momjian |
| 2005-09-19 | Print proper cause of statement cancel, user interaction or timeout. | Bruce Momjian |
| 2005-09-16 | Update query cancel message: | Bruce Momjian |
| 2005-09-16 | Small fixes | Teodor Sigaev |
| 2005-09-16 | Rename pg_complete_relation_size() to pg_total_relation_size(), for the | Neil Conway |
| 2005-09-16 | Update two comments to refer to use the new list API names. | Neil Conway |
| 2005-09-16 | Force the size and alignment of LWLock array entries to be either 16 or 32 | Tom Lane |
| 2005-09-15 | Copy-editing for GiST README. | Neil Conway |
| 2005-09-15 | Readme about GiST's algorithms | Teodor Sigaev |
| 2005-09-12 | Ensure that any memory leaked during an error inside the bgwriter is | Tom Lane |
| 2005-09-12 | Tweak TCP-keepalive code so that an invalid setting doesn't cause us | Tom Lane |
| 2005-09-09 | timestamptz_izone should return the input, not NULL, when the input | Tom Lane |
| 2005-09-09 | Fix the various forms of AT TIME ZONE to accept either timezones found | Tom Lane |
| 2005-09-08 | Create the pg_pltemplate system catalog to hold template information | Tom Lane |
| 2005-09-05 | Implement a preliminary 'template' facility for procedural languages, | Tom Lane |
| 2005-09-05 | Back out prior patch and instead just suppress SubqueryScan elimination | Tom Lane |
| 2005-09-05 | For non-projecting plan node types such as Limit, set_plan_references | Tom Lane |