| 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 | 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 |
| 2010-07-02 | Unbreak MSVC builds by removing copydir.c from list of libpgport files | Andrew Dunstan |
| 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 | Allow ALTER TABLE .. SET TABLESPACE to be interrupted. | Robert Haas |
| 2010-06-30 | stringToNode() and deparse_expression_pretty() crash on invalid input, | Heikki Linnakangas |
| 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-28 | emode_for_corrupt_record shouldn't reduce LOG messages to WARNING. | Robert Haas |
| 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 | Fix thinko in tok_is_keyword(): it was looking at the wrong union variant | Tom Lane |
| 2010-06-25 | Fix log_temp_files docs and comments to say bytes not kilobytes. | Simon Riggs |
| 2010-06-24 | Add stray "else" that seems to have gone missing. | Robert Haas |
| 2010-06-23 | Add TCP keepalive support to libpq. | Robert Haas |
| 2010-06-22 | Deprecate the use of => as an operator name. | Robert Haas |
| 2010-06-21 | In a PL/pgSQL "FOR cursor" statement, the statements executed in the loop | Heikki Linnakangas |
| 2010-06-21 | Fix mishandling of whole-row Vars referencing a view or sub-select. | Tom Lane |
| 2010-06-17 | Clean up some randomness associated with trace_recovery_messages: don't | Tom Lane |
| 2010-06-17 | Make RemoveOldXlogFiles's debug printout match style used elsewhere: | Tom Lane |
| 2010-06-17 | Don't allow walsender to send WAL data until it's been safely fsync'd on the | Tom Lane |
| 2010-06-17 | Remove prototype of GetOldestWALSendPointer(), that is marked as NOT_USED. | Itagaki Takahiro |
| 2010-06-16 | Remove perl symbol table additions for plperl functions, and mention of it | Andrew Dunstan |
| 2010-06-16 | Refactor sprintf calls with computed format strings into multiple calls with | Peter Eisentraut |
| 2010-06-15 | Unbreak MSVC builds for pg_archivecleanup by linking with libpgport | Andrew Dunstan |
| 2010-06-15 | Add new GUC categories corresponding to sections in docs, and move | Itagaki Takahiro |
| 2010-06-14 | Fix typo in Japanese translation for psql "Use \d+ to list them." | Itagaki Takahiro |
| 2010-06-14 | If a corrupt WAL record is received by streaming replication, disconnect | Heikki Linnakangas |
| 2010-06-14 | Remove max_standby_delay message from ps display of recovery process | Itagaki Takahiro |
| 2010-06-13 | Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs. | Robert Haas |
| 2010-06-12 | Add missing --use-existing --help mention from regression binary. | Bruce Momjian |
| 2010-06-12 | Fix typo/bug, found by Clang compiler | Peter Eisentraut |
| 2010-06-12 | Update Python version information | Peter Eisentraut |
| 2010-06-12 | Add a regression test case for bug #5497 | Peter Eisentraut |
| 2010-06-11 | Add missing 'Z' letter to getopt_long call --- the newly added | Tom Lane |