| Commit message (Expand) | Author | Age |
* | Prevent invoking I/O conversion casts via functional/attribute notation. | Tom Lane | 2010-11-07 |
* | Make get_stack_depth_rlimit() handle RLIM_INFINITY more sanely. | Tom Lane | 2010-11-06 |
* | Reimplement planner's handling of MIN/MAX aggregate optimization. | Tom Lane | 2010-11-04 |
* | Reduce recursion depth in recently-added regression test. | Tom Lane | 2010-11-03 |
* | Fix plpgsql's handling of "simple" expression evaluation. | Tom Lane | 2010-10-28 |
* | Fix dumb typo in SECURITY LABEL error message. | Robert Haas | 2010-10-26 |
* | Add missing newlines at end of files | Peter Eisentraut | 2010-10-26 |
* | Allow new values to be added to an existing enum type. | Tom Lane | 2010-10-24 |
* | Improve handling of domains over arrays. | Tom Lane | 2010-10-21 |
* | Fix incorrect generation of whole-row variables in planner. | Tom Lane | 2010-10-19 |
* | Unbreak comments on composite type attributes. | Robert Haas | 2010-10-19 |
* | Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements. | Tom Lane | 2010-10-15 |
* | Support MergeAppend plans, to allow sorted output from append relations. | Tom Lane | 2010-10-14 |
* | Support triggers on views. | Tom Lane | 2010-10-10 |
* | Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER. | Tom Lane | 2010-10-08 |
* | Fix PlaceHolderVar mechanism's interaction with outer joins. | Tom Lane | 2010-09-28 |
* | Add a SECURITY LABEL command. | Robert Haas | 2010-09-27 |
* | Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE | Peter Eisentraut | 2010-09-26 |
* | Fix another join removal bug: the check on PlaceHolderVars was wrong. | Tom Lane | 2010-09-25 |
* | Re-allow input of Julian dates prior to 0001-01-01 AD. | Tom Lane | 2010-09-22 |
* | Fix inconsistent capitalization of "PL/pgSQL". | Robert Haas | 2010-09-22 |
* | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander | 2010-09-22 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Fix join-removal logic for pseudoconstant and outerjoin-delayed quals. | Tom Lane | 2010-09-14 |
* | Install a data-type-based solution for protecting pg_get_expr().REL9_1_ALPHA1 | Tom Lane | 2010-09-03 |
* | Improve wording for privilege description on certain failure messages; the | Alvaro Herrera | 2010-08-26 |
* | Add string functions: concat(), concat_ws(), left(), right(), and reverse(). | Itagaki Takahiro | 2010-08-24 |
* | Adjust regression tests for previous commit, that I forgot | Magnus Hagander | 2010-08-21 |
* | Remove extra newlines at end and beginning of files, add missing newlines | Peter Eisentraut | 2010-08-19 |
* | Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_content | Tom Lane | 2010-08-13 |
* | Add three-parameter forms of array_to_string and string_to_array, to allow | Tom Lane | 2010-08-10 |
* | 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-09 |
* | 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-08 |
* | Recognize functional dependency on primary keys. This allows a table's | Tom Lane | 2010-08-07 |
* | 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-05 |
* | Remove ancient PL/pgsql line numbering hack. | Robert Haas | 2010-08-02 |
* | Make psql distinguish between unique indices and unique constraints. | Robert Haas | 2010-08-01 |
* | Add explicit regression tests for ALTER TABLE lock levels. | Simon Riggs | 2010-07-29 |
* | Fix potential failure when hashing the output of a subplan that produces | Tom Lane | 2010-07-28 |
* | CREATE TABLE IF NOT EXISTS. | Robert Haas | 2010-07-25 |
* | Add more checks against altering typed tables | Peter Eisentraut | 2010-07-23 |
* | Allow ORDER BY/GROUP BY/etc items to match targetlist items regardless of | Tom Lane | 2010-07-18 |
* | Make NestLoop plan nodes pass outer-relation variables into their inner | Tom Lane | 2010-07-12 |
* | 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-08 |
* | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 |
* | Split the LDFLAGS make variable into two parts: LDFLAGS is now used for | Tom Lane | 2010-07-05 |