| Commit message (Expand) | Author | Age |
* | Support rewritten-based full vacuum as VACUUM FULL. Traditional | Itagaki Takahiro | 2010-01-06 |
* | Add support for doing FULL JOIN ON FALSE. While this is really a rather | Tom Lane | 2010-01-05 |
* | Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). | Robert Haas | 2010-01-05 |
* | check_exclusion_constraint didn't actually work correctly for index | Tom Lane | 2010-01-02 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Support "x IS NOT NULL" clauses as indexscan conditions. This turns out | Tom Lane | 2010-01-01 |
* | enable examples to compile on Windows. patch from Hiroshi Saito. | Andrew Dunstan | 2009-12-31 |
* | Add the ability to store inheritance-tree statistics in pg_statistic, | Tom Lane | 2009-12-29 |
* | Allow the index name to be omitted in CREATE INDEX, causing the system to | Tom Lane | 2009-12-23 |
* | Always pass catalog id to the options validator function specified in | Heikki Linnakangas | 2009-12-23 |
* | Adjust naming of indexes and their columns per recent discussion. | Tom Lane | 2009-12-23 |
* | Disallow comments on columns of relation types other than tables, views, | Tom Lane | 2009-12-22 |
* | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 |
* | Install server-side language PL/pgSQL by default. | Bruce Momjian | 2009-12-18 |
* | Avoid a premature coercion failure in transformSetOperationTree() when | Tom Lane | 2009-12-16 |
* | Support ORDER BY within aggregate function calls, at long last providing a | Tom Lane | 2009-12-15 |
* | Fix a bug introduced when set-returning SQL functions were made inline-able: | Tom Lane | 2009-12-14 |
* | Additional fixes for large object access control. | Itagaki Takahiro | 2009-12-14 |
* | Add large object access control. | Itagaki Takahiro | 2009-12-11 |
* | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane | 2009-12-07 |
* | thread-safety | Bruce Momjian | 2009-12-02 |
* | Add some opr_sanity checks that the lengths of the various argument-info | Tom Lane | 2009-11-29 |
* | Make pg_stat_activity.application_name visible to all users, rather than | Tom Lane | 2009-11-29 |
* | Add support for an application_name parameter, which is displayed in | Tom Lane | 2009-11-28 |
* | Eliminate a lot of list-management overhead within join_search_one_level | Tom Lane | 2009-11-28 |
* | Simplify psql's new linestyle behavior to default to linestyle=ascii all | Tom Lane | 2009-11-25 |
* | Use diff's -w switch only on Windows, to avoid problems with inconsistent | Tom Lane | 2009-11-23 |
* | Adjust expected-results spacing per buildfarm results. | Tom Lane | 2009-11-22 |
* | Remove -w (--ignore-all-space) option from pg_regress's diff calls. | Tom Lane | 2009-11-22 |
* | Ooops, forgot to check the libxml cases for psql output wrapping change. | Tom Lane | 2009-11-22 |
* | Improve psql's tabular display of wrapped-around data by inserting markers | Tom Lane | 2009-11-22 |
* | Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be | Tom Lane | 2009-11-20 |
* | Provide a parenthesized-options syntax for VACUUM, analogous to that recently | Tom Lane | 2009-11-16 |
* | Add inheritable ACE when creating a restricted token for execution on | Magnus Hagander | 2009-11-14 |
* | 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 |