| Age | Commit message (Expand) | Author |
| 2007-07-08 | Arrange for the authentication request type to be preserved in | Joe Conway |
| 2007-07-06 | Fix up hash functions for datetime datatypes so that they don't take | Tom Lane |
| 2007-07-03 | Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE. | Neil Conway |
| 2007-07-02 | Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). | Tom Lane |
| 2007-06-30 | Improve logging of checkpoints. Patch by Greg Smith, worked over | Tom Lane |
| 2007-06-28 | Implement "distributed" checkpoints in which the checkpoint I/O is spread | Tom Lane |
| 2007-06-26 | Remove unused "caller" argument from stringToQualifiedNameList. | Alvaro Herrera |
| 2007-06-25 | Remove unused BAD_LOCATION definition. | Alvaro Herrera |
| 2007-06-25 | Improve autovacuum launcher's ability to detect a problem in worker startup, | Alvaro Herrera |
| 2007-06-23 | Separate parse-analysis for utility commands out of parser/analyze.c | Tom Lane |
| 2007-06-19 | Code review for log_lock_waits patch. Don't try to issue log messages from | Tom Lane |
| 2007-06-18 | Arrange for quote_identifier() and pg_dump to not quote keywords that are | Tom Lane |
| 2007-06-15 | Tweak the API for per-datatype typmodin functions so that they are passed | Tom Lane |
| 2007-06-14 | Implement a chunking protocol for writes to the syslogger pipe, with messages | Andrew Dunstan |
| 2007-06-12 | Minor comment fixes. | Tom Lane |
| 2007-06-11 | Improve UPDATE/DELETE WHERE CURRENT OF so that they can be used from plpgsql | Tom Lane |
| 2007-06-11 | Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard. | Tom Lane |
| 2007-06-09 | Teach heapam code to know the difference between a real seqscan and the | Tom Lane |
| 2007-06-08 | Arrange for large sequential scans to synchronize with each other, so that | Tom Lane |
| 2007-06-07 | Rework temp_tablespaces patch so that temp tablespaces are assigned separately | Tom Lane |
| 2007-06-06 | Fix up text concatenation so that it accepts all the reasonable cases that | Tom Lane |
| 2007-06-05 | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane |
| 2007-06-05 | The session_replication_role actually can be changed at will during | Jan Wieck |
| 2007-06-03 | Create a GUC parameter temp_tablespaces that allows selection of the | Tom Lane |
| 2007-06-01 | Allow leading and trailing whitespace in the input to the boolean | Neil Conway |
| 2007-06-01 | Make CREATE/DROP/RENAME DATABASE wait a little bit to see if other backends | Tom Lane |
| 2007-06-01 | Buy back some of the cycles spent in more-expensive hash functions by | Tom Lane |
| 2007-06-01 | Fix several hash functions that were taking chintzy shortcuts instead of | Tom Lane |
| 2007-05-31 | Change build_index_pathkeys() so that the expressions it builds to represent | Tom Lane |
| 2007-05-30 | Make large sequential scans and VACUUMs work in a limited-size "ring" of | Tom Lane |
| 2007-05-30 | Fix trivial misspelling in comment. | Tom Lane |
| 2007-05-29 | Fix a bug in input processing for the "interval" type. Previously, | Neil Conway |
| 2007-05-27 | Ooops, I was too busy worrying about getting the transactional infrastructure | Tom Lane |
| 2007-05-27 | pgstat's on-proc-exit hook has to execute after the last transaction commit | Tom Lane |
| 2007-05-27 | Fix up pgstats counting of live and dead tuples to recognize that committed | Tom Lane |
| 2007-05-25 | Create hooks to let a loadable plugin monitor (or even replace) the planner | Tom Lane |
| 2007-05-22 | Repair planner bug introduced in 8.2 by ability to rearrange outer joins: | Tom Lane |
| 2007-05-22 | Fix best_inner_indexscan to return both the cheapest-total-cost and | Tom Lane |
| 2007-05-21 | Teach tuplestore.c to throw away data before the "mark" point when the caller | Tom Lane |
| 2007-05-21 | XPath fixes: | Peter Eisentraut |
| 2007-05-20 | To support external compression of archived WAL data, add a flag bit to | Tom Lane |
| 2007-05-18 | Have CLUSTER advance the table's relfrozenxid. The new frozen point is the | Alvaro Herrera |
| 2007-05-17 | Temporary fix for the problem that pg_stat_activity, inet_client_addr(), | Tom Lane |
| 2007-05-17 | Fix parameter recalculation for Limit nodes: during a ReScan call we must | Tom Lane |
| 2007-05-17 | Move the tuple freezing point in CLUSTER to a point further back in the past, | Alvaro Herrera |
| 2007-05-16 | Have TRUNCATE advance the affected table's relfrozenxid to RecentXmin, to | Alvaro Herrera |
| 2007-05-15 | Update comments for PG_DETOAST_PACKED and VARDATA_ANY on a structures | Bruce Momjian |
| 2007-05-12 | Fix the problem that creating a user-defined type named _foo, followed by one | Tom Lane |
| 2007-05-11 | Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINT | Tom Lane |
| 2007-05-11 | Support arrays of composite types, including the rowtypes of regular tables | Tom Lane |