| Commit message (Expand) | Author | Age |
* | The previous fix in CVS HEAD and 8.4 for handling the case where a cursor | Heikki Linnakangas | 2010-07-05 |
* | 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-03 |
* | Use different function names for plpython3 handlers, to avoid clashes in | Peter Eisentraut | 2010-06-29 |
* | 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-17 |
* | Add new GUC categories corresponding to sections in docs, and move | Itagaki Takahiro | 2010-06-15 |
* | Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs. | Robert Haas | 2010-06-13 |
* | Make TriggerFile variable static. It's not used outside xlog.c. | Heikki Linnakangas | 2010-06-10 |
* | tag 9.0beta2REL9_0_BETA2 | Marc G. Fournier | 2010-06-04 |
* | 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-06-03 |
* | PGDLLEXPORT is __declspec (dllexport) only on MSVC, | Itagaki Takahiro | 2010-05-28 |
* | 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-27 |
* | HS Defer buffer pin deadlock check until deadlock_timeout has expired. | Simon Riggs | 2010-05-26 |
* | 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-25 |
* | 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-15 |
* | 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-13 |
* | Change typedef for rb_appendator to avoid conflict with C++ reserved words. | Robert Haas | 2010-05-11 |
* | tag for 9.0beta1REL9_0_BETA1 | Marc G. Fournier | 2010-04-30 |
* | Rename the parameter recovery_connections to hot_standby, to reduce possible | Tom Lane | 2010-04-29 |
* | Introduce wal_level GUC to explicitly control if information needed for | Heikki Linnakangas | 2010-04-28 |
* | Reorder pg_stat_activity columns to be more consistent, using layout | Bruce Momjian | 2010-04-26 |
* | Patch revoked because of objections. | Simon Riggs | 2010-04-24 |
* | Fix various instances of "the the". | Robert Haas | 2010-04-23 |
* | Add missing optimizer hooks for function cost and number of rows. | Simon Riggs | 2010-04-23 |
* | Previous patch revoked following objections. | Simon Riggs | 2010-04-23 |
* | Make CheckRequiredParameterValues() depend upon correct combination | Simon Riggs | 2010-04-23 |
* | Fix oversight in collecting values for cleanup_info records. | Simon Riggs | 2010-04-21 |
* | Arrange for client authentication to occur before we select a specific | Tom Lane | 2010-04-20 |
* | Rename standby_keep_segments to wal_keep_segments. | Robert Haas | 2010-04-20 |
* | Add new message for explicit rejection by pg_hba.conf. Implicit | Simon Riggs | 2010-04-19 |
* | Add an 'enable_material' GUC. | Robert Haas | 2010-04-19 |
* | Remove some additional changes in previous commit that belong elsewhere. | Simon Riggs | 2010-04-18 |
* | Tune GetSnapshotData() during Hot Standby by avoiding loop | Simon Riggs | 2010-04-18 |
* | Allow Hot Standby to begin from a shutdown checkpoint. | Heikki Linnakangas | 2010-04-13 |
* | Update the location of last removed WAL segment in shared memory only | Heikki Linnakangas | 2010-04-12 |
* | Change the logic to decide when to delete old WAL segments, so that it | Heikki Linnakangas | 2010-04-12 |
* | Fix updateAclDependencies() to not assume that ACL role dependencies can only | Tom Lane | 2010-04-05 |
* | Update a number of broken links in comments. | Magnus Hagander | 2010-04-02 |
* | Refer to max_wal_senders in a more consistent fashion. | Robert Haas | 2010-04-01 |
* | Fix "constraint_exclusion = partition" logic so that it will also attempt | Tom Lane | 2010-03-30 |