| Age | Commit message (Expand) | Author |
| 2012-08-28 | remove catcache.h from syscache.h | Alvaro Herrera |
| 2012-08-28 | Split resowner.h | Alvaro Herrera |
| 2012-08-28 | add #includes to plpy_subxactobject.h to make it compile standalone | Alvaro Herrera |
| 2012-08-28 | Prevent psql tab completion in SET from adding TO when the equals sign | Bruce Momjian |
| 2012-08-28 | syncrep.h must include xlogdefs.h | Alvaro Herrera |
| 2012-08-28 | Small punctuation fixes | Peter Eisentraut |
| 2012-08-27 | Fix DROP INDEX CONCURRENTLY IF EXISTS. | Tom Lane |
| 2012-08-27 | Have pgindent requre pg_bsd_indent version 1.2 now that a new version | Bruce Momjian |
| 2012-08-27 | Collect and use histograms of lower and upper bounds for range types. | Heikki Linnakangas |
| 2012-08-27 | pg_basebackup: Correct error message | Peter Eisentraut |
| 2012-08-26 | Fix up planner infrastructure to support LATERAL properly. | Tom Lane |
| 2012-08-25 | Use psql_error() for most psql error calls, per request from Magnus. | Bruce Momjian |
| 2012-08-25 | Allow text timezone designations, e.g. "America/Chicago", when using the | Bruce Momjian |
| 2012-08-24 | Fix issues with checks for unsupported transaction states in Hot Standby. | Tom Lane |
| 2012-08-24 | Put options on man page and in help output in slightly better order | Peter Eisentraut |
| 2012-08-23 | libpq: Fix memory leak in URI parser | Peter Eisentraut |
| 2012-08-23 | Fix cascading privilege revoke to notice when privileges are still held. | Tom Lane |
| 2012-08-21 | Mark DateTimeParseError() noreturn | Peter Eisentraut |
| 2012-08-21 | Avoid somewhat-theoretical overflow risks in RecordIsValid(). | Tom Lane |
| 2012-08-21 | Fix dumping of security_barrier views with circular dependencies. | Tom Lane |
| 2012-08-21 | Improve C comments in GetSnapshotData. | Robert Haas |
| 2012-08-21 | Teach compiler that ereport(>=ERROR) does not return | Peter Eisentraut |
| 2012-08-20 | Remove external PID file on postmaster exit | Peter Eisentraut |
| 2012-08-20 | Improved tab completion for CLUSTER VERBOSE. | Robert Haas |
| 2012-08-20 | Tab complete "TABLE whatever DROP CONSTRAINT" with a constraint name. | Robert Haas |
| 2012-08-20 | Don't get confused if a WAL partial record header has xl_tot_len == 0. | Heikki Linnakangas |
| 2012-08-19 | Fix typo in comment. | Tom Lane |
| 2012-08-19 | Remove obsolete comment. | Tom Lane |
| 2012-08-19 | Allow OLD and NEW in multi-row VALUES within rules. | Tom Lane |
| 2012-08-18 | Make use of LATERAL in information_schema.sequences view. | Tom Lane |
| 2012-08-18 | Another round of planner fixes for LATERAL. | Tom Lane |
| 2012-08-17 | Check LIBXML_VERSION instead of testing in configure script. | Tom Lane |
| 2012-08-16 | Delete inaccurate C comment about FSM and adding pages, per Robert Haas. | Bruce Momjian |
| 2012-08-16 | Add URL for include file visualization tool. | Bruce Momjian |
| 2012-08-16 | Allow create_index_paths() to consider multiple join bitmapscan paths. | Tom Lane |
| 2012-08-16 | Suppress possibly-uninitialized-variable warning. | Tom Lane |
| 2012-08-16 | Add possible alternate tool for pgrminclude, from Peter Geoghegan | Bruce Momjian |
| 2012-08-16 | Add SP-GiST support for range types. | Heikki Linnakangas |
| 2012-08-16 | Fix GiST buffering build bug, which caused "failed to re-find parent" errors. | Heikki Linnakangas |
| 2012-08-15 | Add C comment about new \c parameter requirement for crashed connections. | Bruce Momjian |
| 2012-08-15 | Update C comment to NOTICE to reflect previous commit changing the error | Bruce Momjian |
| 2012-08-15 | In psql, if the is no connection object, e.g. due to a server crash, | Bruce Momjian |
| 2012-08-15 | Fix rescan logic in nodeCtescan. | Tom Lane |
| 2012-08-15 | On second thought, explain why date_trunc("week") on interval values is | Bruce Momjian |
| 2012-08-15 | Add C comment that '=' is not documented for plpgsql assignment. | Bruce Momjian |
| 2012-08-15 | Disallow extensions from owning the schema they are assigned to. | Tom Lane |
| 2012-08-15 | Properly escape usernames in initdb, so names with single-quotes are | Bruce Momjian |
| 2012-08-15 | Resurrect the "last ditch" code path in join_search_one_level(). | Tom Lane |
| 2012-08-14 | Prevent access to external files/URLs via XML entity references. | Tom Lane |
| 2012-08-14 | Revert "commit_delay" change; just add comment that we don't have | Bruce Momjian |