| Commit message (Expand) | Author | Age | Files | Lines |
| * | Adjust comment in .history file to match recovery target specified. Comment | Simon Riggs | 2010-03-19 | 2 | -30/+53 |
| * | Reset btpo.xact following recovery of btree delete page. Add btpo_xact | Simon Riggs | 2010-03-19 | 3 | -5/+7 |
| * | Also print the libpq error message when lo_create or lo_open fails | Peter Eisentraut | 2010-03-18 | 2 | -8/+8 |
| * | Prevent the injection of invalidly encoded strings by PL/Python into PostgreSQL | Peter Eisentraut | 2010-03-18 | 2 | -2/+17 |
| * | Message style tuning | Peter Eisentraut | 2010-03-18 | 1 | -2/+2 |
| * | Mention way to get commit details for release notes. | Bruce Momjian | 2010-03-18 | 1 | -0/+1 |
| * | Fix missing parentheses for current_query(), per bug #5378. | Tom Lane | 2010-03-18 | 1 | -15/+15 |
| * | Use data-type specific conversion functions also in plpy.execute | Peter Eisentraut | 2010-03-18 | 4 | -69/+206 |
| * | Add restartpoint_command option to recovery.conf. Fix bug in %r handling | Heikki Linnakangas | 2010-03-18 | 2 | -45/+91 |
| * | Add vacuum_defer_cleanup_age to postgresql.conf.sample. | Simon Riggs | 2010-03-18 | 1 | -0/+1 |
| * | Don't link PL/Python against LOCALMODLIBS | Peter Eisentraut | 2010-03-17 | 2 | -3/+3 |
| * | Message style tuning | Peter Eisentraut | 2010-03-17 | 2 | -11/+11 |
| * | Fix peculiar, untranslatable message concatenation attempt | Peter Eisentraut | 2010-03-17 | 1 | -5/+4 |
| * | Make typography consistent | Peter Eisentraut | 2010-03-17 | 2 | -4/+4 |
| * | Typo fixes. | Magnus Hagander | 2010-03-17 | 1 | -2/+2 |
| * | Update broken and permanently moved links | Peter Eisentraut | 2010-03-17 | 15 | -44/+44 |
| * | Pass incompletely-transformed aggregate argument lists as separate parameters | Tom Lane | 2010-03-17 | 3 | -15/+15 |
| * | Fix incorrect example in CREATE INDEX reference page, per Josh Kupershmidt. | Tom Lane | 2010-03-17 | 1 | -19/+15 |
| * | Fix typo in streaming replication protocol docs. | Simon Riggs | 2010-03-17 | 1 | -2/+2 |
| * | Fix typo in math function docs, spotted by Heikki. | Simon Riggs | 2010-03-16 | 1 | -2/+2 |
| * | Throw a nicer error message if a standby server attempts to connect while | Heikki Linnakangas | 2010-03-16 | 1 | -1/+6 |
| * | Document that trig functions accept/return values in radians. | Simon Riggs | 2010-03-15 | 1 | -3/+7 |
| * | Remove incorrect comment from GetWriteRecPtr(): the return value is always | Simon Riggs | 2010-03-15 | 1 | -4/+1 |
| * | Update oidjoins regression test for 9.0. | Tom Lane | 2010-03-14 | 3 | -30/+43 |
| * | Add some more structure and bits of information to PL/Python documentation | Peter Eisentraut | 2010-03-13 | 1 | -93/+261 |
| * | Revert all keepalive moves, reevaluate. | Bruce Momjian | 2010-03-13 | 1 | -4/+4 |
| * | Move more tcp keepalive macros to be consistent. | Bruce Momjian | 2010-03-13 | 1 | -3/+3 |
| * | Move TCP keepalive macro definition | Bruce Momjian | 2010-03-13 | 1 | -2/+2 |
| * | Add libpq warning message if the .pgpass-retrieved password fails. | Bruce Momjian | 2010-03-13 | 6 | -20/+80 |
| * | Update shared memory configuration information for Linux | Peter Eisentraut | 2010-03-13 | 1 | -23/+34 |
| * | Document what user name email symbols are supported by tsearch. | Bruce Momjian | 2010-03-13 | 1 | -1/+8 |
| * | Allow underscores in tsearch email addressses, per RFC 5322 and report | Bruce Momjian | 2010-03-13 | 1 | -1/+5 |
| * | Small adjustment by pgindent. | Bruce Momjian | 2010-03-13 | 1 | -2/+2 |
| * | Re-add comma, oops. | Bruce Momjian | 2010-03-12 | 1 | -2/+2 |
| * | Add some logging code for unexpected cases in pgstat.c, particularly being | Tom Lane | 2010-03-12 | 1 | -18/+50 |
| * | Fix a commented-out block of code that pgindent didn't understand | Tom Lane | 2010-03-12 | 1 | -4/+8 |
| * | Remove unnecessary comma in documentation. | Bruce Momjian | 2010-03-12 | 1 | -2/+2 |
| * | Add missing reset of need_initialization in reloptions code. | Tom Lane | 2010-03-11 | 1 | -2/+6 |
| * | Modify psql's \d printout to fold exclusion constraints in with regular | Tom Lane | 2010-03-11 | 1 | -79/+49 |
| * | Sync timezone code with tzcode 2010c from the Olson group. This fixes some | Tom Lane | 2010-03-11 | 4 | -27/+43 |
| * | Fix bug in KnownAssignedXidsMany(). I saw this when looking at the | Heikki Linnakangas | 2010-03-11 | 1 | -2/+3 |
| * | Fix comment which was apparently copy-pasted from another function. | Heikki Linnakangas | 2010-03-11 | 1 | -3/+5 |
| * | Simplify a couple of pg_dump and psql \d queries about index constraints | Tom Lane | 2010-03-11 | 2 | -36/+30 |
| * | Update comment for pg_constraint.conindid to mention that it's used for | Tom Lane | 2010-03-11 | 1 | -6/+6 |
| * | Fix incorrect comment about permissions checking being done in utility.c. | Robert Haas | 2010-03-10 | 1 | -5/+2 |
| * | pg_start_backup() can use a share lock to lock ControlFileLock | Itagaki Takahiro | 2010-03-10 | 1 | -2/+2 |
| * | Preliminary release notes for releases 8.4.3, 8.3.10, 8.2.16, 8.1.20, 8.0.24, | Tom Lane | 2010-03-10 | 6 | -6/+1564 |
| * | Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV in plperl. | Tom Lane | 2010-03-09 | 1 | -5/+5 |
| * | Update time zone data files to tzdata release 2010d: DST law changes in Fiji, | Alvaro Herrera | 2010-03-09 | 3 | -64/+77 |
| * | ecpg now adds a unique counter to its varchar struct definitions to make thes... | Michael Meskes | 2010-03-09 | 11 | -167/+177 |