summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2010-12-09Force default wal_sync_method to be fdatasync on Linux.Tom Lane
2010-12-07Fix bugs in the hot standby known-assigned-xids tracking logic. If there'sHeikki Linnakangas
2010-11-29Move call to GetTopTransactionId() earlier in LockAcquire(),Simon Riggs
2010-11-16The GiST scan algorithm uses LSNs to detect concurrent pages splits, butHeikki Linnakangas
2010-11-10Don't use __declspec (dllimport) for PGDLLEXPORT to reduce warningsItagaki Takahiro
2010-10-22Make OFF keyword unreserved. It's not hard to imagine wanting to use 'off'Heikki Linnakangas
2010-10-19Fix incorrect generation of whole-row variables in planner.Tom Lane
2010-10-01Tag 9.0.1Marc G. Fournier
2010-09-28Fix PlaceHolderVar mechanism's interaction with outer joins.Tom Lane
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-17tag v9.0.0 ... the big day approachesREL9_0_0Marc G. Fournier
2010-09-14Fix join-removal logic for pseudoconstant and outerjoin-delayed quals.Tom Lane
2010-09-13Remove prototype for non-existent function from walreceiver.h. Tidy up byHeikki Linnakangas
2010-09-02Fix up flushing of composite-type typcache entries to be driven directly byTom Lane
2010-08-27tag rc1 ... final stretch ...REL9_0_RC1Marc G. Fournier
2010-08-23Marginal code cleanup for streaming replication.Tom Lane
2010-08-18Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.Tom Lane
2010-08-12Correct sundry errors in Hot Standby-related comments.Robert Haas
2010-08-05Remove the single-argument form of string_agg(). It added nothing much inTom Lane
2010-08-01Back-patch fix for renaming asyncCommitLSN to asyncXactLSN.Tom Lane
2010-08-01Fix ANALYZE's ancient deficiency of not trying to collect stats for expressionTom Lane
2010-08-01Fix an additional set of problems in GIN's handling of lossy page pointers.Tom Lane
2010-08-01Rewrite the rbtree routines so that an RBNode is the first field of theTom Lane
2010-07-31Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem()Tom Lane
2010-07-30tag for beta4REL9_0_BETA4Marc G. Fournier
2010-07-29Improved version of patch to protect pg_get_expr() against misuse:Tom Lane
2010-07-29Clean up some inconsistencies in the volatility marking of various I/OTom Lane
2010-07-28Fix potential failure when hashing the output of a subplan that producesTom Lane
2010-07-09tag beta3REL9_0_BETA3Marc G. Fournier
2010-07-06pgindent run for 9.0, second runBruce Momjian
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