aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* The previous fix in CVS HEAD and 8.4 for handling the case where a cursorHeikki Linnakangas2010-07-05
* Replace max_standby_delay with two parameters, max_standby_archive_delay andTom Lane2010-07-03
* Allow REASSIGNED OWNED to handle opclasses and opfamilies.Robert Haas2010-07-03
* Use different function names for plpython3 handlers, to avoid clashes inPeter Eisentraut2010-06-29
* Clean up some randomness associated with trace_recovery_messages: don'tTom Lane2010-06-17
* Don't allow walsender to send WAL data until it's been safely fsync'd on theTom Lane2010-06-17
* Remove prototype of GetOldestWALSendPointer(), that is marked as NOT_USED.Itagaki Takahiro2010-06-17
* Add new GUC categories corresponding to sections in docs, and moveItagaki Takahiro2010-06-15
* Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs.Robert Haas2010-06-13
* Make TriggerFile variable static. It's not used outside xlog.c.Heikki Linnakangas2010-06-10
* tag 9.0beta2REL9_0_BETA2Marc G. Fournier2010-06-04
* Add current WAL end (as seen by walsender, ie, GetWriteRecPtr() result)Tom Lane2010-06-03
* Add comments about definitions that may affect PG_CONTROL_VERSION,Alvaro Herrera2010-06-03
* Bump PG_CONTROL_VERSION to account for the incompatible change committed earl...Tom Lane2010-06-03
* On clean shutdown during recovery, don't warn about possible corruption.Robert Haas2010-06-03
* PGDLLEXPORT is __declspec (dllexport) only on MSVC,Itagaki Takahiro2010-05-28
* Fix the volatility marking of textanycat() and anytextcat(): they were markedTom Lane2010-05-27
* Mark PG_MODULE_MAGIC and PG_FUNCTION_INFO_V1 with PGDLLEXPORTItagaki Takahiro2010-05-27
* HS Defer buffer pin deadlock check until deadlock_timeout has expired.Simon Riggs2010-05-26
* Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG...Michael Meskes2010-05-25
* Added a configure test for "long long" datatypes. So far this is only used in...Michael Meskes2010-05-25
* Rename PM_RECOVERY_CONSISTENT and PMSIGNAL_RECOVERY_CONSISTENT.Robert Haas2010-05-15
* Spell __NetBSD__ the same way everywhere. Per Giles Lean.Tom Lane2010-05-15
* Use __bsdi__ consistently.Bruce Momjian2010-05-15
* Fix up lame idea of not using autoconf to determine if platform has scandir().Tom Lane2010-05-13
* Cleanup initialization of Hot Standby. Clarify working with reanalysisSimon Riggs2010-05-13
* Change typedef for rb_appendator to avoid conflict with C++ reserved words.Robert Haas2010-05-11
* tag for 9.0beta1REL9_0_BETA1Marc G. Fournier2010-04-30
* Rename the parameter recovery_connections to hot_standby, to reduce possibleTom Lane2010-04-29
* Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas2010-04-28
* Reorder pg_stat_activity columns to be more consistent, using layoutBruce Momjian2010-04-26
* Patch revoked because of objections.Simon Riggs2010-04-24
* Fix various instances of "the the".Robert Haas2010-04-23
* Add missing optimizer hooks for function cost and number of rows.Simon Riggs2010-04-23
* Previous patch revoked following objections.Simon Riggs2010-04-23
* Make CheckRequiredParameterValues() depend upon correct combinationSimon Riggs2010-04-23
* Fix oversight in collecting values for cleanup_info records.Simon Riggs2010-04-21
* Arrange for client authentication to occur before we select a specificTom Lane2010-04-20
* Rename standby_keep_segments to wal_keep_segments.Robert Haas2010-04-20
* Add new message for explicit rejection by pg_hba.conf. ImplicitSimon Riggs2010-04-19
* Add an 'enable_material' GUC.Robert Haas2010-04-19
* Remove some additional changes in previous commit that belong elsewhere.Simon Riggs2010-04-18
* Tune GetSnapshotData() during Hot Standby by avoiding loopSimon Riggs2010-04-18
* Allow Hot Standby to begin from a shutdown checkpoint.Heikki Linnakangas2010-04-13
* Update the location of last removed WAL segment in shared memory onlyHeikki Linnakangas2010-04-12
* Change the logic to decide when to delete old WAL segments, so that itHeikki Linnakangas2010-04-12
* Fix updateAclDependencies() to not assume that ACL role dependencies can onlyTom Lane2010-04-05
* Update a number of broken links in comments.Magnus Hagander2010-04-02
* Refer to max_wal_senders in a more consistent fashion.Robert Haas2010-04-01
* Fix "constraint_exclusion = partition" logic so that it will also attemptTom Lane2010-03-30