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