| Age | Commit message (Expand) | Author |
| 2010-12-09 | Force default wal_sync_method to be fdatasync on Linux. | Tom Lane |
| 2010-12-07 | Fix bugs in the hot standby known-assigned-xids tracking logic. If there's | Heikki Linnakangas |
| 2010-11-29 | Move call to GetTopTransactionId() earlier in LockAcquire(), | Simon Riggs |
| 2010-11-16 | The GiST scan algorithm uses LSNs to detect concurrent pages splits, but | Heikki Linnakangas |
| 2010-11-10 | Don't use __declspec (dllimport) for PGDLLEXPORT to reduce warnings | Itagaki Takahiro |
| 2010-10-22 | Make OFF keyword unreserved. It's not hard to imagine wanting to use 'off' | Heikki Linnakangas |
| 2010-10-19 | Fix incorrect generation of whole-row variables in planner. | Tom Lane |
| 2010-10-01 | Tag 9.0.1 | Marc G. Fournier |
| 2010-09-28 | Fix PlaceHolderVar mechanism's interaction with outer joins. | Tom Lane |
| 2010-09-22 | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander |
| 2010-09-17 | tag v9.0.0 ... the big day approachesREL9_0_0 | Marc G. Fournier |
| 2010-09-14 | Fix join-removal logic for pseudoconstant and outerjoin-delayed quals. | Tom Lane |
| 2010-09-13 | Remove prototype for non-existent function from walreceiver.h. Tidy up by | Heikki Linnakangas |
| 2010-09-02 | Fix up flushing of composite-type typcache entries to be driven directly by | Tom Lane |
| 2010-08-27 | tag rc1 ... final stretch ...REL9_0_RC1 | Marc G. Fournier |
| 2010-08-23 | Marginal code cleanup for streaming replication. | Tom Lane |
| 2010-08-18 | Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner. | Tom Lane |
| 2010-08-12 | Correct sundry errors in Hot Standby-related comments. | Robert Haas |
| 2010-08-05 | Remove the single-argument form of string_agg(). It added nothing much in | Tom Lane |
| 2010-08-01 | Back-patch fix for renaming asyncCommitLSN to asyncXactLSN. | Tom Lane |
| 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 | tag for beta4REL9_0_BETA4 | Marc G. Fournier |
| 2010-07-29 | Improved version of patch to protect pg_get_expr() against misuse: | Tom Lane |
| 2010-07-29 | Clean up some inconsistencies in the volatility marking of various I/O | Tom Lane |
| 2010-07-28 | Fix potential failure when hashing the output of a subplan that produces | 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 |