| Age | Commit message (Expand) | Author |
| 2008-10-09 | Improve translatability of error messages for external modules by tweaking | Alvaro Herrera |
| 2008-10-09 | Fix crash in bytea-to-XML mapping when the source value is toasted. | Tom Lane |
| 2008-10-09 | Force a checkpoint in CREATE DATABASE before starting to copy the files, | Heikki Linnakangas |
| 2008-10-08 | Modify the parser's error reporting to include a specific hint for the case | Tom Lane |
| 2008-10-07 | Improve some of the comments in fsmpage.c. | Tom Lane |
| 2008-10-07 | Extend CTE patch to support recursive UNION (ie, without ALL). The | Tom Lane |
| 2008-10-07 | When a relation is moved to another tablespace, we can't assume that we can | Heikki Linnakangas |
| 2008-10-07 | Improve parser error location for cases where an INSERT or UPDATE command | Tom Lane |
| 2008-10-07 | Fix oversight in recent patch to support multiple read positions in | Tom Lane |
| 2008-10-06 | Fix up ruleutils.c for CTE features. The main problem was that | Tom Lane |
| 2008-10-06 | When expanding a whole-row Var into a RowExpr during ResolveNew(), attach | Tom Lane |
| 2008-10-06 | Fix GetCTEForRTE() to deal with the possibility that the RTE it's given came | Tom Lane |
| 2008-10-06 | Use fork names instead of numbers in the file names for additional | Heikki Linnakangas |
| 2008-10-06 | Add columns boot_val and reset_val to the pg_settings view, to expose | Magnus Hagander |
| 2008-10-06 | Index FSMs needs to be vacuumed as well. Report by Jeff Davis. | Heikki Linnakangas |
| 2008-10-06 | Random speculation about the reason for PPC64 buildfarm failures: | Tom Lane |
| 2008-10-06 | Fix the implicit-RTE code to be able to handle implicit RTEs for CTEs, as | Tom Lane |
| 2008-10-05 | Tweak the overflow checks in integer division functions to complain if the | Tom Lane |
| 2008-10-05 | Improve behavior of WITH RECURSIVE with an untyped literal in the | Tom Lane |
| 2008-10-05 | Fix markTargetListOrigin() to not fail on a simple-Var reference to a | Tom Lane |
| 2008-10-05 | Remove obsolete internal functions istrue, isfalse, isnottrue, isnotfalse, | Peter Eisentraut |
| 2008-10-04 | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane |
| 2008-10-03 | Add relation fork support to pg_relation_size() function. You can now pass | Heikki Linnakangas |
| 2008-10-02 | Update README.HOT to reflect new snapshot tracking and xmin advancement | Bruce Momjian |
| 2008-10-02 | Fix improper display of fractional seconds in interval values | Tom Lane |
| 2008-10-01 | Improve tuplestore.c to support multiple concurrent read positions. | Tom Lane |
| 2008-10-01 | Suppress an uninitialized-variable warning (not all versions of gcc | Tom Lane |
| 2008-10-01 | Fix WAL redo of FSM truncation. We can't call smgrtruncate() during WAL | Heikki Linnakangas |
| 2008-09-30 | Fix compiler warning (unportable sprintf usage) | Tom Lane |
| 2008-09-30 | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas |
| 2008-09-28 | Dept of second thoughts: let's make sure that get_index_stats_hook is only | Tom Lane |
| 2008-09-28 | Add hooks to let plugins override the planner's lookups in pg_statistic. | Tom Lane |
| 2008-09-27 | Compare escaped chars case insensitively for ILIKE - per gripe from TGL. | Andrew Dunstan |
| 2008-09-26 | Fix pointer-advancement bugs in MS and US cases of new to_timestamp() code. | Tom Lane |
| 2008-09-26 | Make LIKE throw an error if the escape character is at the end of the pattern | Tom Lane |
| 2008-09-25 | Establish the rule that array types should have the same typdelim as their | Tom Lane |
| 2008-09-24 | Fix integral timestamps so the output is consistent in all cases to | Bruce Momjian |
| 2008-09-24 | Fix more problems with rewriter failing to set Query.hasSubLinks when inserting | Tom Lane |
| 2008-09-23 | Only show source file and line numbers to superusers, for consistent | Magnus Hagander |
| 2008-09-23 | Add comment about the use of EXEC_BACKEND. | Bruce Momjian |
| 2008-09-23 | Tighten the check in initdb and CREATE DATABASE that the chosen encoding | Heikki Linnakangas |
| 2008-09-23 | Make LC_COLLATE and LC_CTYPE database-level settings. Collation and | Heikki Linnakangas |
| 2008-09-21 | Simplify the definitions of a couple of system views by using SELECT * | Tom Lane |
| 2008-09-19 | Create a selectivity estimation function for the text search @@ operator. | Tom Lane |
| 2008-09-19 | Optimize CleanupTempFiles by having a boolean flag that keeps track of whether | Alvaro Herrera |
| 2008-09-17 | Allow ShowBufferUsage() to report the number of reads/writes that have | Tom Lane |
| 2008-09-16 | Clean up a couple of weird corner cases in interval parsing: make -yyyy-mm be | Tom Lane |
| 2008-09-16 | Fix multiple memory leaks in xml_out(). Per report from Matt Magoffin. | Tom Lane |
| 2008-09-15 | Fix caching of foreign-key-checking queries so that when a replan is needed, | Tom Lane |
| 2008-09-15 | Fix error messages from recent pg_hba parsing patch to use errcontext() | Magnus Hagander |