| Age | Commit message (Expand) | Author |
| 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 |
| 2009-10-08 | Remove very ancient tuple-counting infrastructure (IncrRetrieved() and | Tom Lane |
| 2009-10-08 | Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible by | Heikki Linnakangas |
| 2009-10-08 | Support use of function argument names to identify which actual arguments | Tom Lane |
| 2009-10-07 | 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-06 | Change CREATE TABLE so that column default expressions coming from different | Tom Lane |
| 2009-10-05 | Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust | Tom Lane |
| 2009-10-03 | Fix assorted memory leaks in pg_hba.conf parsing. Over a sufficiently | Tom Lane |
| 2009-10-03 | Fix a couple of issues in recent patch to print updates to postgresql.conf | Tom Lane |
| 2009-10-02 | Fix an oversight in an 8.3-era patch: pgstat_initstats should allow stats | Tom Lane |
| 2009-10-02 | Make sure that GIN fast-insert and regular code paths enforce the same | Tom Lane |
| 2009-10-02 | Fix erroneous handling of shared dependencies (ie dependencies on roles) | Tom Lane |
| 2009-10-02 | Ensure that a cursor has an immutable snapshot throughout its lifespan. | Alvaro Herrera |
| 2009-10-01 | Support "samehost" and "samenet" specifications in pg_hba.conf, | Tom Lane |
| 2009-09-29 | Fix equivclass.c's not-quite-right strategy for handling X=X clauses. | Tom Lane |
| 2009-09-27 | Remove no-longer-needed ExecCountSlots infrastructure. | Tom Lane |
| 2009-09-27 | Replace the array-style TupleTable data structure with a simple List of | Tom Lane |
| 2009-09-27 | Sync psql's scanner with recent changes in backend scanner's flex rules. | Tom Lane |
| 2009-09-27 | Simplify the bootstrap (BKI) code by getting rid of a useless table of all | Tom Lane |
| 2009-09-26 | Hmm, seems a lot of the buildfarm is running versions of awk that | Tom Lane |
| 2009-09-26 | Revert my ill-considered change that made formrdesc not insert the correct | Tom Lane |
| 2009-09-26 | Extend the BKI infrastructure to allow system catalogs to be given | Tom Lane |
| 2009-09-26 | Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with the | Tom Lane |
| 2009-09-25 | Prevent isolated second surrogate in U& syntax | Peter Eisentraut |
| 2009-09-25 | Remove backup states from Unicode escapes patch | Peter Eisentraut |
| 2009-09-22 | Unicode escapes in E'...' strings | Peter Eisentraut |
| 2009-09-22 | 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-21 | Surrogate pair support for U& string and identifier syntax | Peter Eisentraut |
| 2009-09-21 | Define a new, more extensible syntax for COPY options. | Tom Lane |
| 2009-09-19 | Rename new subroutine, per discussion with Robert Haas. | Tom Lane |
| 2009-09-18 | Marginal code cleanup in joinpath.c: factor out clause variable-membership | Tom Lane |
| 2009-09-18 | Fix incorrect arguments for gist_box_penalty call. The bug could be observed | Teodor Sigaev |
| 2009-09-17 | Improve wording of error message when a postgresql.conf setting is | Peter Eisentraut |
| 2009-09-17 | When reloading postgresql.conf, log what parameters actually changed | Peter Eisentraut |
| 2009-09-17 | Implement "join removal" for cases where the inner side of a left join | Tom Lane |
| 2009-09-15 | Fix two distinct errors in creation of GIN_INSERT_LISTPAGE xlog records. | Tom Lane |