| Age | Commit message (Expand) | Author |
| 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 | Remove SGML tab. | 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 | Document more clearly on XML namespaces inside xpath function | Bruce Momjian |
| 2010-07-03 | Make pg_upgrade copyrights just 2010, not 2010-2010. | Bruce Momjian |
| 2010-07-03 | Add copyrights to pg_upgrade and pg_upgrade_tools files, per Tom. | Bruce Momjian |
| 2010-07-03 | Add CVS tags to pg_upgrade and pg_upgrade_support files, per request | Bruce Momjian |
| 2010-07-03 | Allow REASSIGNED OWNED to handle opclasses and opfamilies. | Robert Haas |
| 2010-07-03 | Fix assorted misstatements and poor wording in the descriptions of the I/O | Tom Lane |
| 2010-07-03 | Additional cross-references to window functions documentation. | Robert Haas |
| 2010-07-02 | Unbreak MSVC builds by removing copydir.c from list of libpgport files | Andrew Dunstan |
| 2010-07-02 | Remove hstore % text[] operator; use slice() function instead. | Robert Haas |
| 2010-07-02 | Move copydir.c from src/port to src/backend/storage/file | Robert Haas |
| 2010-07-02 | Issue 'mkdir' hint when replying CREATE TABLESPACE in recovery mode. | Bruce Momjian |
| 2010-07-01 | Allow copydir() to be interrupted. | Robert Haas |
| 2010-07-01 | Get rid of some more stuff that duplicates c.h or port.h. | Tom Lane |
| 2010-07-01 | Remove port.h prototypes from pg_upgrade.h, per report from Robert Haas. | Bruce Momjian |
| 2010-07-01 | Allow ALTER TABLE .. SET TABLESPACE to be interrupted. | Robert Haas |
| 2010-07-01 | Update 9.0 release notes so streaming replication and hot standby is not | Bruce Momjian |
| 2010-06-30 | stringToNode() and deparse_expression_pretty() crash on invalid input, | Heikki Linnakangas |
| 2010-06-30 | Correct missing/misspelled surname. | Andrew Dunstan |
| 2010-06-30 | Document that /bin/true on Windows is implemented by 'REM'. | Bruce Momjian |
| 2010-06-29 | In documentation, use "lower case"/"upper case" consistently (use space | Bruce Momjian |
| 2010-06-29 | Document that shared_preload_libraries and local_preload_libraries | Bruce Momjian |
| 2010-06-29 | Add compatibility note warning that plpgsql is now stricter about the column | Tom Lane |
| 2010-06-29 | Add C comment about why synchronous_commit=off behavior can lose | Bruce Momjian |
| 2010-06-29 | Message tuning | Peter Eisentraut |
| 2010-06-29 | Use different function names for plpython3 handlers, to avoid clashes in | Peter Eisentraut |
| 2010-06-29 | Add note clarifying that XML fragments don't accept DTDs | Peter Eisentraut |
| 2010-06-28 | Fix doc double-wording in non-durable patch. | Bruce Momjian |
| 2010-06-28 | Add new Non-Durable Settings documentation section. | Bruce Momjian |
| 2010-06-28 | emode_for_corrupt_record shouldn't reduce LOG messages to WARNING. | Robert Haas |
| 2010-06-28 | Add guidelines for formatting errcontext strings | Peter Eisentraut |
| 2010-06-28 | Remove tab from SGML. | Bruce Momjian |
| 2010-06-28 | Improve pg_dump's checkSeek() function to verify the functioning of ftello | Tom Lane |
| 2010-06-27 | Fix pg_restore so parallel restore doesn't fail when the input file doesn't | Tom Lane |
| 2010-06-25 | Rewrite docs for new libpq keepalive parameters. | Robert Haas |
| 2010-06-25 | Make AIX suggestions about disabling ipv6 more version-sensitive. | Robert Haas |
| 2010-06-25 | Fix thinko in tok_is_keyword(): it was looking at the wrong union variant | Tom Lane |