| Commit message (Expand) | Author | Age |
* | Add control knobs for plpgsql's variable resolution behavior, and make the | Tom Lane | 2009-11-13 |
* | Remove plpgsql's separate lexer (finally!), in favor of using the core lexer | Tom Lane | 2009-11-12 |
* | Fix WHERE CURRENT OF to work as designed within plpgsql. The argument | Tom Lane | 2009-11-09 |
* | Modernize plpgsql's handling of parse locations, making it look a lot more | Tom Lane | 2009-11-09 |
* | Change plpgsql from using textual substitution to insert variable references | Tom Lane | 2009-11-06 |
* | Remove plpgsql's RENAME declaration, which has bizarre and mostly nonfunctional | Tom Lane | 2009-11-05 |
* | Add support for invoking parser callback hooks via SPI and in cached plans. | Tom Lane | 2009-11-04 |
* | Fix regression tests for psql \d view patch | Peter Eisentraut | 2009-11-03 |
* | Check errors in for loop | Peter Eisentraut | 2009-10-26 |
* | When querying a table with child tables, do not check permissions on the | Peter Eisentraut | 2009-10-23 |
* | Remove regex_flavor GUC, so that regular expressions are always "advanced" | Tom Lane | 2009-10-21 |
* | Remove add_missing_from GUC and associated parser support for "implicit RTEs". | Tom Lane | 2009-10-21 |
* | Avoid using trivial usernames in foreign_data regression test. | Alvaro Herrera | 2009-10-14 |
* | Support SQL-compliant triggers on columns, ie fire only if certain columns | Tom Lane | 2009-10-14 |
* | Add "\pset linestyle ascii/unicode" option to psql, allowing our traditional | Tom Lane | 2009-10-13 |
* | Use plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT PRIVILEGES. We have | Tom Lane | 2009-10-12 |
* | Support GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS IN SCHEMA. | Tom Lane | 2009-10-12 |
* | CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga... | Andrew Dunstan | 2009-10-12 |
* | Support use of function argument names to identify which actual arguments | Tom Lane | 2009-10-08 |
* | Make it possibly to specify GUC params per user and per database. | Alvaro Herrera | 2009-10-07 |
* | Fix snapshot management, take two. | Alvaro Herrera | 2009-10-07 |
* | Change CREATE TABLE so that column default expressions coming from different | Tom Lane | 2009-10-06 |
* | Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust | Tom Lane | 2009-10-05 |
* | Ensure that a cursor has an immutable snapshot throughout its lifespan. | Alvaro Herrera | 2009-10-02 |
* | Allow MOVE FORWARD n, MOVE BACKWARD n, MOVE FORWARD ALL, MOVE BACKWARD ALL | Tom Lane | 2009-09-29 |
* | Fix equivclass.c's not-quite-right strategy for handling X=X clauses. | Tom Lane | 2009-09-29 |
* | Implement the DO statement to support execution of PL code without having | Tom Lane | 2009-09-22 |
* | Fix crash if a DROP is attempted on an internally-dependent object. | Tom Lane | 2009-09-22 |
* | Define a new, more extensible syntax for COPY options. | Tom Lane | 2009-09-21 |
* | Rewrite the planner's handling of materialized plan types so that there is | Tom Lane | 2009-09-12 |
* | Fix assertion failure when a SELECT DISTINCT ON expression is volatile. | Tom Lane | 2009-09-12 |
* | Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of the | Tom Lane | 2009-09-09 |
* | Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr | Tom Lane | 2009-09-02 |
* | Modify the definition of window-function PARTITION BY and ORDER BY clauses | Tom Lane | 2009-08-27 |
* | Update of install-sh, mkinstalldirs, and associated configury | Peter Eisentraut | 2009-08-26 |
* | Run the "tablespace" regression test first not last. The former placement | Tom Lane | 2009-08-24 |
* | Introduce filtering dictionary support to tsearch. Propagate --nolocale option | Teodor Sigaev | 2009-08-18 |
* | Remove Wisconsin benchmark files. | Tom Lane | 2009-08-15 |
* | Repair breakage of Wisconsin benchmark due to change of command line syntax | Tom Lane | 2009-08-14 |
* | Add prefix support for synonym dictionary | Teodor Sigaev | 2009-08-14 |
* | Add a simple test case covering a join against an inheritance tree, | Tom Lane | 2009-08-13 |
* | Support EEEE (scientific notation) in to_char(). | Tom Lane | 2009-08-10 |
* | Improve plpgsql's ability to cope with rowtypes containing dropped columns, | Tom Lane | 2009-08-06 |
* | Support hex-string input and output for type BYTEA. | Tom Lane | 2009-08-04 |
* | Implement has_sequence_privilege() | Joe Conway | 2009-08-03 |
* | Department of second thoughts: let's show the exact key during unique index | Tom Lane | 2009-08-01 |
* | Improve unique-constraint-violation error messages to include the exact | Tom Lane | 2009-08-01 |
* | Support deferrable uniqueness constraints. | Tom Lane | 2009-07-29 |
* | Correct calculations of overlap and contains operations over polygons. | Teodor Sigaev | 2009-07-28 |
* | Experiment with using EXPLAIN COSTS OFF in regression tests. | Tom Lane | 2009-07-27 |