| Age | Commit message (Expand) | Author |
| 2010-07-30 | tag for beta4REL9_0_BETA4 | Marc G. Fournier |
| 2010-07-29 | Improved version of patch to protect pg_get_expr() against misuse: | Tom Lane |
| 2010-07-29 | Clean up some inconsistencies in the volatility marking of various I/O | Tom Lane |
| 2010-07-29 | Translation updates for 9.0beta4 | Peter Eisentraut |
| 2010-07-29 | Fix another longstanding problem in copy_relation_data: it was blithely | Tom Lane |
| 2010-07-29 | Fix possible page corruption by ALTER TABLE .. SET TABLESPACE. | Robert Haas |
| 2010-07-28 | Fix oversight in new EvalPlanQual logic: the second loop over the ExecRowMark | Tom Lane |
| 2010-07-28 | Fix potential failure when hashing the output of a subplan that produces | Tom Lane |
| 2010-07-28 | Show psql timing output even in quiet mode | Peter Eisentraut |
| 2010-07-27 | Ensure $_SHARED is declared in the main:: namespace, per bugs #5570 and #5571. | Alvaro Herrera |
| 2010-07-23 | Add more checks against altering typed tables | Peter Eisentraut |
| 2010-07-23 | Avoid deep recursion when assigning XIDs to multiple levels of subxacts. | Robert Haas |
| 2010-07-20 | Properly replay CREATE TABLESPACE during crash recovery by deleting | Bruce Momjian |
| 2010-07-18 | Remove unnecessary "Not safe to send CSV data" complaint from elog.c's fallback | Tom Lane |
| 2010-07-18 | Allow ORDER BY/GROUP BY/etc items to match targetlist items regardless of | Tom Lane |
| 2010-07-14 | Fix several problems in pg_dump's handling of SQL/MED objects, notably failure | Tom Lane |
| 2010-07-14 | Allow full SSL certificate verification (wherein libpq checks its host name | Tom Lane |
| 2010-07-13 | Oops, in the previous fix to prevent a cursor that's being used in a FOR | Heikki Linnakangas |
| 2010-07-09 | Avoid an Assert failure in deconstruct_array() by making get_attstatsslot() | Tom Lane |
| 2010-07-09 | Fix ruleutils' get_variable() to print something useful for Vars referencing | Tom Lane |
| 2010-07-09 | tag beta3REL9_0_BETA3 | Marc G. Fournier |
| 2010-07-08 | Translation updates for 9.0beta3 | Peter Eisentraut |
| 2010-07-08 | Minor kibitzing on previous patch: no need to run check more than once. | Tom Lane |
| 2010-07-08 | Install safeguard against running PL/Python 2 and 3 in the same session | Peter Eisentraut |
| 2010-07-08 | Make the Windows tcp keepalive support depend on the existance of the | Magnus Hagander |
| 2010-07-08 | Update obsolete comment. Noted by Josh Tolley. | Tom Lane |
| 2010-07-08 | Fix variant float8 expected files to have exactly the expected spacing. | Tom Lane |
| 2010-07-08 | Add support for TCP keepalives on Windows, both for backend and the new | Magnus Hagander |
| 2010-07-08 | Fix "cannot handle unplanned sub-select" error that can occur when a | Tom Lane |
| 2010-07-07 | Adjust mbutils.c so it won't get broken by future pgindent runs. | Tom Lane |
| 2010-07-06 | Make log_temp_files based on kB, and revert docs & comments to match. | Robert Haas |
| 2010-07-06 | Accept slightly grotty coding in Makefile.global in order to keep the -L | Tom Lane |
| 2010-07-06 | Support setting the keepalive idle time on MacOS X. | Robert Haas |
| 2010-07-06 | Undo pgindent breakage (again). Per buildfarm. | Tom Lane |
| 2010-07-06 | Mention why one C file fails pgindent. | Bruce Momjian |
| 2010-07-06 | pgindent run for 9.0, second run | Bruce Momjian |
| 2010-07-06 | Update pgindent testing instructions. | Bruce Momjian |
| 2010-07-06 | Still more third thoughts: when linking shared libraries, LDFLAGS probably | Tom Lane |
| 2010-07-06 | Allow for LDFLAGS_SL already having a value in Makefile.aix. | Tom Lane |
| 2010-07-05 | Dept. of third thoughts: PG_LIBS may contain a -L switch, so it had better | Tom Lane |
| 2010-07-05 | Make sure LDFLAGS come before LIBS when linking contrib programs. | Tom Lane |
| 2010-07-05 | Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that were | Tom Lane |
| 2010-07-05 | Split the LDFLAGS make variable into two parts: LDFLAGS is now used for | Tom Lane |
| 2010-07-05 | The previous fix in CVS HEAD and 8.4 for handling the case where a cursor | Heikki Linnakangas |
| 2010-07-04 | Simplify test_fsync duration computation. | Bruce Momjian |
| 2010-07-04 | Report test_fynsc times in tests per second, instead of total seconds. | Bruce Momjian |
| 2010-07-03 | Don't set recoveryLastXTime when replaying a checkpoint --- that was a bogus | Tom Lane |
| 2010-07-03 | Make vacuum_defer_cleanup_age be PGC_SIGHUP level, since it's not sensible | Tom Lane |
| 2010-07-03 | Replace max_standby_delay with two parameters, max_standby_archive_delay and | Tom Lane |
| 2010-07-03 | Allow REASSIGNED OWNED to handle opclasses and opfamilies. | Robert Haas |