| Age | Commit message (Expand) | Author |
| 2009-11-12 | Make initdb behave sanely when the selected locale has codeset "US-ASCII". | Tom Lane |
| 2009-11-12 | Remove pg_parse_string_token() --- not needed anymore. | Tom Lane |
| 2009-11-12 | Remove plpgsql's separate lexer (finally!), in favor of using the core lexer | Tom Lane |
| 2009-11-11 | Change "name" nonterminal in cursor-related productions to cursor_name. | Alvaro Herrera |
| 2009-11-11 | Support optional FROM/IN in FETCH and MOVE | Alvaro Herrera |
| 2009-11-10 | Revert the temporary patch to work around Snow Leopard readdir() bug. | Tom Lane |
| 2009-11-10 | interval_abs(): | Bruce Momjian |
| 2009-11-10 | Fix longstanding problems in VACUUM caused by untimely interruptions | Alvaro Herrera |
| 2009-11-09 | Re-refactor the core scanner's API, in order to get out from under the problem | Tom Lane |
| 2009-11-09 | Fix WHERE CURRENT OF to work as designed within plpgsql. The argument | Tom Lane |
| 2009-11-06 | Keep track of language's trusted flag in InlineCodeBlock. Needed to support D... | Andrew Dunstan |
| 2009-11-05 | Don't treat NEW and OLD as reserved words anymore. For the purposes of rules | Tom Lane |
| 2009-11-05 | reenable -> re-enable | Peter Eisentraut |
| 2009-11-05 | Allow binary-coercible cases in ri_HashCompareOp; there are some such cases | Tom Lane |
| 2009-11-04 | Rename some encoding conversion modules to keep pathnames in our source | Tom Lane |
| 2009-11-04 | Make expression locations for LIKE and SIMILAR TO constructs uniformly point | Tom Lane |
| 2009-11-04 | Add support for invoking parser callback hooks via SPI and in cached plans. | Tom Lane |
| 2009-11-04 | Allow rewriting ALTER TABLE to skip WAL logging. | Heikki Linnakangas |
| 2009-11-01 | Dept of second thoughts: after studying index_getnext() a bit more I realize | Tom Lane |
| 2009-11-01 | Fix two serious bugs introduced into hash indexes by the 8.4 patch that made | Tom Lane |
| 2009-10-31 | Implement parser hooks for processing ColumnRef and ParamRef nodes, as per my | Tom Lane |
| 2009-10-30 | Make the overflow guards in ExecChooseHashTableSize be more protective. | Tom Lane |
| 2009-10-28 | Un-break EXPLAIN for Append plans. I messed this up a few days ago while | Tom Lane |
| 2009-10-28 | Fix AcquireRewriteLocks to be sure that it acquires the right lock strength | Tom Lane |
| 2009-10-28 | When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan node | Tom Lane |
| 2009-10-27 | Fix AfterTriggerSaveEvent to use a test and elog, not just Assert, to check | Tom Lane |
| 2009-10-27 | Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries; | Tom Lane |
| 2009-10-26 | Simplify a few makefile rules since install-sh can now install multiple | Peter Eisentraut |
| 2009-10-26 | Fix range check in date_recv that tried to limit accepted values to only | Heikki Linnakangas |
| 2009-10-26 | Re-implement EvalPlanQual processing to improve its performance and eliminate | Tom Lane |
| 2009-10-23 | When querying a table with child tables, do not check permissions on the | Peter Eisentraut |
| 2009-10-21 | 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-20 | Translations update for 8.5alpha2 | Peter Eisentraut |
| 2009-10-17 | Fix typo in previous release as reported by Itagaki Takahiro, but missed | Magnus Hagander |
| 2009-10-17 | Write to the Windows eventlog in UTF16, converting the message encoding | Magnus Hagander |
| 2009-10-16 | Rewrite pam_passwd_conv_proc to be more robust: avoid assuming that the | Tom Lane |
| 2009-10-14 | Support SQL-compliant triggers on columns, ie fire only if certain columns | Tom Lane |
| 2009-10-14 | Rename the new MAX_AUTH_TOKEN_LENGTH #define to PG_MAX_AUTH_MAX_TOKEN_LENGTH, | Heikki Linnakangas |
| 2009-10-14 | Raise the maximum authentication token (Kerberos ticket) size in GSSAPI | Heikki Linnakangas |
| 2009-10-13 | Fix ts_stat's failure on empty tsvector. | Tom Lane |
| 2009-10-13 | Add new PGC_S_DATABASE_USER enum value to several places missed by my patch | Alvaro Herrera |
| 2009-10-13 | Code review for LIKE INCLUDING patch --- clean up some cosmetic and not | Tom Lane |
| 2009-10-12 | 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 | Move the handling of SELECT FOR UPDATE locking and rechecking out of | Tom Lane |
| 2009-10-10 | Improve similar_escape() in two different ways: | Tom Lane |
| 2009-10-10 | Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c. | Tom Lane |
| 2009-10-09 | Use pg_get_triggerdef in pg_dump | Peter Eisentraut |