| Age | Commit message (Expand) | Author |
| 2010-01-28 | Type table feature | Peter Eisentraut |
| 2010-01-26 | Remove the default_do_language parameter, instead making DO use a hardwired | Tom Lane |
| 2010-01-25 | Add get_bit/set_bit functions for bit strings, paralleling those for bytea, | Tom Lane |
| 2010-01-21 | Adjust psql to use pg_get_triggerdef(pretty=true) to remove extra ()'s | Itagaki Takahiro |
| 2010-01-19 | Add "USING expressions" option to plpgsql's OPEN cursor FOR EXECUTE. | Tom Lane |
| 2010-01-14 | Add point_ops opclass for GiST. | Teodor Sigaev |
| 2010-01-12 | Please tablespace directories in their own subdirectory so pg_migrator | Bruce Momjian |
| 2010-01-06 | Support rewritten-based full vacuum as VACUUM FULL. Traditional | Itagaki Takahiro |
| 2010-01-05 | 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-02 | 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-01 | Support "x IS NOT NULL" clauses as indexscan conditions. This turns out | Tom Lane |
| 2009-12-31 | enable examples to compile on Windows. patch from Hiroshi Saito. | Andrew Dunstan |
| 2009-12-29 | Add the ability to store inheritance-tree statistics in pg_statistic, | Tom Lane |
| 2009-12-23 | 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-22 | Disallow comments on columns of relation types other than tables, views, | Tom Lane |
| 2009-12-19 | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs |
| 2009-12-18 | Install server-side language PL/pgSQL by default. | Bruce Momjian |
| 2009-12-16 | Avoid a premature coercion failure in transformSetOperationTree() when | Tom Lane |
| 2009-12-15 | Support ORDER BY within aggregate function calls, at long last providing a | Tom Lane |
| 2009-12-14 | 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-11 | Add large object access control. | Itagaki Takahiro |
| 2009-12-07 | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane |
| 2009-12-02 | thread-safety | Bruce Momjian |
| 2009-11-29 | 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-28 | 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-25 | Simplify psql's new linestyle behavior to default to linestyle=ascii all | Tom Lane |
| 2009-11-23 | Use diff's -w switch only on Windows, to avoid problems with inconsistent | Tom Lane |
| 2009-11-22 | 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-20 | Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be | Tom Lane |
| 2009-11-16 | Provide a parenthesized-options syntax for VACUUM, analogous to that recently | Tom Lane |
| 2009-11-14 | Add inheritable ACE when creating a restricted token for execution on | Magnus Hagander |
| 2009-11-13 | Add control knobs for plpgsql's variable resolution behavior, and make the | Tom Lane |
| 2009-11-12 | Remove plpgsql's separate lexer (finally!), in favor of using the core lexer | Tom Lane |
| 2009-11-09 | 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-06 | Change plpgsql from using textual substitution to insert variable references | Tom Lane |
| 2009-11-05 | Remove plpgsql's RENAME declaration, which has bizarre and mostly nonfunctional | Tom Lane |
| 2009-11-04 | Add support for invoking parser callback hooks via SPI and in cached plans. | Tom Lane |
| 2009-11-03 | Fix regression tests for psql \d view patch | Peter Eisentraut |
| 2009-10-26 | Check errors in for loop | Peter Eisentraut |