| Age | Commit message (Expand) | Author |
| 2010-09-14 | Fix join-removal logic for pseudoconstant and outerjoin-delayed quals. | Tom Lane |
| 2010-09-03 | Install a data-type-based solution for protecting pg_get_expr().REL9_1_ALPHA1 | Tom Lane |
| 2010-08-26 | Improve wording for privilege description on certain failure messages; the | Alvaro Herrera |
| 2010-08-24 | Add string functions: concat(), concat_ws(), left(), right(), and reverse(). | Itagaki Takahiro |
| 2010-08-21 | Adjust regression tests for previous commit, that I forgot | Magnus Hagander |
| 2010-08-19 | Remove extra newlines at end and beginning of files, add missing newlines | Peter Eisentraut |
| 2010-08-13 | Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_content | Tom Lane |
| 2010-08-10 | Add three-parameter forms of array_to_string and string_to_array, to allow | Tom Lane |
| 2010-08-09 | Fix incorrect logic in plpgsql for cleanup after evaluation of non-simple | Tom Lane |
| 2010-08-09 | Modify the handling of RAISE without parameters so that the error it throws | Tom Lane |
| 2010-08-08 | Add an xpath_exists() function. This is equivalent to XMLEXISTS except that | Tom Lane |
| 2010-08-08 | Add stats functions and views to provide access to a transaction's own | Tom Lane |
| 2010-08-07 | Recognize functional dependency on primary keys. This allows a table's | Tom Lane |
| 2010-08-05 | Remove the single-argument form of string_agg(). It added nothing much in | Tom Lane |
| 2010-08-05 | Add xmlexists function | Peter Eisentraut |
| 2010-08-02 | Remove ancient PL/pgsql line numbering hack. | Robert Haas |
| 2010-08-01 | Make psql distinguish between unique indices and unique constraints. | Robert Haas |
| 2010-07-29 | Add explicit regression tests for ALTER TABLE lock levels. | Simon Riggs |
| 2010-07-28 | Fix potential failure when hashing the output of a subplan that produces | Tom Lane |
| 2010-07-25 | CREATE TABLE IF NOT EXISTS. | Robert Haas |
| 2010-07-23 | Add more checks against altering typed tables | Peter Eisentraut |
| 2010-07-18 | Allow ORDER BY/GROUP BY/etc items to match targetlist items regardless of | Tom Lane |
| 2010-07-12 | Make NestLoop plan nodes pass outer-relation variables into their inner | Tom Lane |
| 2010-07-08 | Fix variant float8 expected files to have exactly the expected spacing. | Tom Lane |
| 2010-07-08 | Fix "cannot handle unplanned sub-select" error that can occur when a | Tom Lane |
| 2010-07-06 | pgindent run for 9.0, second run | Bruce Momjian |
| 2010-07-05 | Split the LDFLAGS make variable into two parts: LDFLAGS is now used for | Tom Lane |
| 2010-06-25 | Fix thinko in tok_is_keyword(): it was looking at the wrong union variant | Tom Lane |
| 2010-06-21 | Fix mishandling of whole-row Vars referencing a view or sub-select. | Tom Lane |
| 2010-06-12 | Add missing --use-existing --help mention from regression binary. | Bruce Momjian |
| 2010-05-30 | Change the notation for calling functions with named parameters from | Tom Lane |
| 2010-05-28 | Rewrite LIKE's %-followed-by-_ optimization so it really works (this time | Tom Lane |
| 2010-05-23 | Fix oversight in join removal patch: we have to delete the removed relation | Tom Lane |
| 2010-05-02 | Update standbycheck test output with new ERROR message changes. No changes | Simon Riggs |
| 2010-04-28 | Modify the built-in text search parser to handle URLs more nearly according | Tom Lane |
| 2010-04-26 | Reorder pg_stat_activity columns to be more consistent, using layout | Bruce Momjian |
| 2010-04-19 | Add an 'enable_material' GUC. | Robert Haas |
| 2010-04-07 | Fix to_char YYY, YY, Y format codes so that FM zero-suppression really works, | Tom Lane |
| 2010-03-28 | Rework join-removal logic as per recent discussion. In particular this | Tom Lane |
| 2010-03-22 | Fix regression test breakage from recent change in default name of exclusion-... | Tom Lane |
| 2010-03-22 | Fix an oversight in join-removal optimization: we have to check not only for | Tom Lane |
| 2010-03-14 | Update oidjoins regression test for 9.0. | Tom Lane |
| 2010-02-27 | Insert a hack into get_float8_nan (both core and ecpg copies) to deal with | Tom Lane |
| 2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
| 2010-02-24 | Make pg_regress use CREATE OR REPLACE LANGUAGE, so that --load-language | Tom Lane |
| 2010-02-20 | Clean up handling of XactReadOnly and RecoveryInProgress checks. | Tom Lane |
| 2010-02-18 | Fix ExecEvalArrayRef to pass down the old value of the array element or slice | Tom Lane |
| 2010-02-17 | Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 | Tom Lane |
| 2010-02-16 | Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. | Tom Lane |
| 2010-02-16 | Honor to_char() "FM" specification in YYY, YY, and Y; it was already | Bruce Momjian |