| Age | Commit message (Expand) | Author |
| 2007-09-13 | Translation updates | Peter Eisentraut |
| 2007-09-12 | Make REINDEX DATABASE silently skip remote temp tables. | Alvaro Herrera |
| 2007-09-12 | Fix the database-wide version of CLUSTER to silently skip temp tables of | Alvaro Herrera |
| 2007-09-12 | Add a CHECK_FOR_INTERRUPTS call in the site where the vacuum delay point | Alvaro Herrera |
| 2007-09-11 | Sync timezone data with 2007g zic release. | Tom Lane |
| 2007-09-11 | Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20. | Bruce Momjian |
| 2007-09-11 | Make sure that open hash table scans are cleaned up when bgwriter tries to | Tom Lane |
| 2007-09-10 | Remove the vacuum_delay_point call in count_nondeletable_pages, because we hold | Alvaro Herrera |
| 2007-09-07 | Improve page split in rtree emulation. Now if splitted result has | Teodor Sigaev |
| 2007-08-29 | Fix aboriginal bug in _tarAddFile(): when complaining that the amount of data | Tom Lane |
| 2007-08-29 | Fixed bug in Informix define handling. | Michael Meskes |
| 2007-08-25 | Fix brain fade in DefineIndex(): it was continuing to access the table's | Tom Lane |
| 2007-08-21 | Fix potential access-off-the-end-of-memory in varbit_out(): it fetched the | Tom Lane |
| 2007-08-15 | Repair problems occurring when multiple RI updates have to be done to the same | Tom Lane |
| 2007-08-08 | Fix a gradual memory leak in ExecReScanAgg(). Because the aggregation | Neil Conway |
| 2007-08-06 | Fix pg_restore to guard against unexpected EOF while reading an archive file. | Tom Lane |
| 2007-08-04 | Suppress time zone name (%Z) when logging timestamps in xlog.c startup | Tom Lane |
| 2007-08-02 | Make sure syslogPipe runs in binary mode on Windows to avoid corrupting the p... | Andrew Dunstan |
| 2007-08-02 | Fix a memory leak in tuplestore_end(). Unlikely to be significant during | Neil Conway |
| 2007-07-31 | Fix a bug in the original implementation of redundant-join-clause removal: | Tom Lane |
| 2007-07-31 | Fix security definer functions with polymorphic arguments. This case has | Tom Lane |
| 2007-07-23 | The correct min buffer size is | Magnus Hagander |
| 2007-07-21 | Fix elog.c to avoid infinite recursion (leading to backend crash) when | Tom Lane |
| 2007-07-20 | Fix WAL replay of truncate operations to cope with the possibility that the | Tom Lane |
| 2007-07-19 | Make replace(), split_part(), and string_to_array() behave somewhat sanely | Tom Lane |
| 2007-07-19 | Only use the pipe chunking protocol if we know the syslogger should | Andrew Dunstan |
| 2007-07-18 | Fix an old thinko in SS_make_initplan_from_plan, which is used when optimizing | Tom Lane |
| 2007-07-17 | Fix incorrect optimization of foreign-key checks. When an UPDATE on the | Tom Lane |
| 2007-07-17 | Fix outfuncs.c to dump A_Const nodes representing NULLs correctly. This has | Tom Lane |
| 2007-07-08 | Remove the pgstat_drop_relation() call from smgr_internal_unlink(), because | Tom Lane |
| 2007-07-02 | Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). | Tom Lane |
| 2007-06-29 | Fix a passel of ancient bugs in to_char(), including two distinct buffer | Tom Lane |
| 2007-06-28 | Fix incorrect tests for undef Perl values in some places in plperl.c. | Tom Lane |
| 2007-06-20 | transformColumnDefinition failed to complain about | Tom Lane |
| 2007-06-20 | CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULT | Tom Lane |
| 2007-06-18 | Back-patch 8.2 fix that complains if trying to extend a relation encounters | Tom Lane |
| 2007-06-14 | Avoid having autovacuum run multiple ANALYZE commands in a single transaction, | Alvaro Herrera |
| 2007-06-14 | Implement a chunking protocol for writes to the syslogger pipe, with messages | Andrew Dunstan |
| 2007-06-09 | Allow numeric_fac() to be interrupted, since it can take quite a while for | Tom Lane |
| 2007-06-07 | Avoid losing track of data for shared tables in pgstats. Report by Michael | Alvaro Herrera |
| 2007-06-04 | Oops. Patch didn't work properly for 8.1, so don't backpatch a then-unused | Magnus Hagander |
| 2007-06-04 | On win32, retry reading when WSARecv returns WSAEWOULDBLOCK. There seem | Magnus Hagander |
| 2007-06-04 | On win32, don't use SO_REUSEADDR for TCP sockets. | Magnus Hagander |
| 2007-06-02 | Fix erroneous error reporting for overlength input in text_date(), | Tom Lane |
| 2007-06-01 | Fix aboriginal bug in BufFileDumpBuffer that would cause it to write the | Tom Lane |
| 2007-06-01 | Fix performance problems in multi-batch hash joins by ensuring that we select | Tom Lane |
| 2007-05-30 | Fix overly-strict sanity check in BeginInternalSubTransaction that made it | Tom Lane |
| 2007-05-29 | Fix a bug in input processing for the "interval" type. Previously, | Neil Conway |
| 2007-05-22 | Fix best_inner_indexscan to return both the cheapest-total-cost and | Tom Lane |
| 2007-05-21 | Removed errant ISODOW | Michael Meskes |