| Age | Commit message (Expand) | Author |
| 2010-08-01 | Fix ANALYZE's ancient deficiency of not trying to collect stats for expression | Tom Lane |
| 2010-08-01 | Fix an additional set of problems in GIN's handling of lossy page pointers. | Tom Lane |
| 2010-08-01 | Rewrite the rbtree routines so that an RBNode is the first field of the | Tom Lane |
| 2010-07-31 | Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem() | Tom Lane |
| 2010-07-30 | Make details of the Numeric representation private to numeric.c. | Robert Haas |
| 2010-07-29 | Improved version of patch to protect pg_get_expr() against misuse: | Tom Lane |
| 2010-07-29 | Rename asyncCommitLSN to asyncXactLSN to reflect changed role in 9.0. | Simon Riggs |
| 2010-07-29 | Clean up some inconsistencies in the volatility marking of various I/O | Tom Lane |
| 2010-07-29 | Add explicit regression tests for ALTER TABLE lock levels. | Simon Riggs |
| 2010-07-28 | Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions. | Simon Riggs |
| 2010-07-28 | Fix potential failure when hashing the output of a subplan that produces | Tom Lane |
| 2010-07-25 | CREATE TABLE IF NOT EXISTS. | Robert Haas |
| 2010-07-22 | Add options to force quoting of all identifiers. | Robert Haas |
| 2010-07-22 | Centralize DML permissions-checking logic. | Robert Haas |
| 2010-07-20 | Add restart_after_crash GUC. | Robert Haas |
| 2010-07-16 | Add a log_file_mode GUC that allows control of the file permissions set on | Tom Lane |
| 2010-07-16 | Add support for dividing money by money (yielding a float8 result) and for | Tom Lane |
| 2010-07-13 | Teach EXPLAIN to print PARAM_EXEC Params as the referenced expressions, | Tom Lane |
| 2010-07-12 | Make NestLoop plan nodes pass outer-relation variables into their inner | Tom Lane |
| 2010-07-09 | Add a hook in ExecCheckRTPerms(). | Robert Haas |
| 2010-07-09 | Stamp HEAD as 9.1devel. | Tom Lane |
| 2010-07-09 | tag beta3REL9_0_BETA3 | Marc G. Fournier |
| 2010-07-06 | pgindent run for 9.0, second run | Bruce Momjian |
| 2010-07-05 | The previous fix in CVS HEAD and 8.4 for handling the case where a cursor | Heikki Linnakangas |
| 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-06-29 | Use different function names for plpython3 handlers, to avoid clashes in | Peter Eisentraut |
| 2010-06-17 | Clean up some randomness associated with trace_recovery_messages: don't | 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-15 | Add new GUC categories corresponding to sections in docs, and move | Itagaki Takahiro |
| 2010-06-13 | Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs. | Robert Haas |
| 2010-06-10 | Make TriggerFile variable static. It's not used outside xlog.c. | Heikki Linnakangas |
| 2010-06-04 | tag 9.0beta2REL9_0_BETA2 | Marc G. Fournier |
| 2010-06-03 | Add current WAL end (as seen by walsender, ie, GetWriteRecPtr() result) | Tom Lane |
| 2010-06-03 | Add comments about definitions that may affect PG_CONTROL_VERSION, | Alvaro Herrera |
| 2010-06-03 | Bump PG_CONTROL_VERSION to account for the incompatible change committed earl... | Tom Lane |
| 2010-06-03 | On clean shutdown during recovery, don't warn about possible corruption. | Robert Haas |
| 2010-05-28 | PGDLLEXPORT is __declspec (dllexport) only on MSVC, | Itagaki Takahiro |
| 2010-05-27 | Fix the volatility marking of textanycat() and anytextcat(): they were marked | Tom Lane |
| 2010-05-27 | Mark PG_MODULE_MAGIC and PG_FUNCTION_INFO_V1 with PGDLLEXPORT | Itagaki Takahiro |
| 2010-05-26 | HS Defer buffer pin deadlock check until deadlock_timeout has expired. | Simon Riggs |
| 2010-05-25 | Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG... | Michael Meskes |
| 2010-05-25 | Added a configure test for "long long" datatypes. So far this is only used in... | Michael Meskes |
| 2010-05-15 | Rename PM_RECOVERY_CONSISTENT and PMSIGNAL_RECOVERY_CONSISTENT. | Robert Haas |
| 2010-05-15 | Spell __NetBSD__ the same way everywhere. Per Giles Lean. | Tom Lane |
| 2010-05-15 | Use __bsdi__ consistently. | Bruce Momjian |
| 2010-05-13 | Fix up lame idea of not using autoconf to determine if platform has scandir(). | Tom Lane |
| 2010-05-13 | Cleanup initialization of Hot Standby. Clarify working with reanalysis | Simon Riggs |
| 2010-05-11 | Change typedef for rb_appendator to avoid conflict with C++ reserved words. | Robert Haas |