aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Prevent a rowtype from being included in itself.Tom Lane2011-03-28
* Fix dangling-pointer problem in before-row update trigger processing.Tom Lane2011-02-21
* Fix tsmatchsel() to account properly for null rows.Tom Lane2011-02-17
* Fix bogus test for hypothetical indexes in get_actual_variable_range().Tom Lane2011-02-16
* Fix improper matching of resjunk column names for FOR UPDATE in subselect.Tom Lane2011-02-09
* Undefine setlocale() macro on Win32Magnus Hagander2011-02-01
* Create new errcode for recovery conflict caused by db drop on master.Simon Riggs2011-02-01
* Tag 9.0.3REL9_0_3Marc G. Fournier2011-01-27
* Make ALTER TABLE revalidate uniqueness and exclusion constraints.Robert Haas2011-01-20
* Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.Tom Lane2011-01-12
* Avoid unexpected conversion overflow in planner for distant date values.Tom Lane2010-12-28
* Remove optreset from src/port/ implementations of getopt and getopt_long.Tom Lane2010-12-16
* Tag 9.0.2.REL9_0_2Marc G. Fournier2010-12-13
* Force default wal_sync_method to be fdatasync on Linux.Tom Lane2010-12-08
* Fix bugs in the hot standby known-assigned-xids tracking logic. If there'sHeikki Linnakangas2010-12-07
* Move call to GetTopTransactionId() earlier in LockAcquire(),Simon Riggs2010-11-29
* The GiST scan algorithm uses LSNs to detect concurrent pages splits, butHeikki Linnakangas2010-11-16
* Don't use __declspec (dllimport) for PGDLLEXPORT to reduce warningsItagaki Takahiro2010-11-10
* Make OFF keyword unreserved. It's not hard to imagine wanting to use 'off'Heikki Linnakangas2010-10-22
* Fix incorrect generation of whole-row variables in planner.Tom Lane2010-10-19
* Tag 9.0.1Marc G. Fournier2010-10-01
* Fix PlaceHolderVar mechanism's interaction with outer joins.Tom Lane2010-09-28
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-22
* tag v9.0.0 ... the big day approachesREL9_0_0Marc G. Fournier2010-09-17
* Fix join-removal logic for pseudoconstant and outerjoin-delayed quals.Tom Lane2010-09-14
* Remove prototype for non-existent function from walreceiver.h. Tidy up byHeikki Linnakangas2010-09-13
* Fix up flushing of composite-type typcache entries to be driven directly byTom Lane2010-09-02
* tag rc1 ... final stretch ...REL9_0_RC1Marc G. Fournier2010-08-27
* Marginal code cleanup for streaming replication.Tom Lane2010-08-23
* Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.Tom Lane2010-08-18
* Correct sundry errors in Hot Standby-related comments.Robert Haas2010-08-12
* Remove the single-argument form of string_agg(). It added nothing much inTom Lane2010-08-05
* Back-patch fix for renaming asyncCommitLSN to asyncXactLSN.Tom Lane2010-08-01
* Fix ANALYZE's ancient deficiency of not trying to collect stats for expressionTom Lane2010-08-01
* Fix an additional set of problems in GIN's handling of lossy page pointers.Tom Lane2010-08-01
* Rewrite the rbtree routines so that an RBNode is the first field of theTom Lane2010-08-01
* Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem()Tom Lane2010-07-31
* tag for beta4REL9_0_BETA4Marc G. Fournier2010-07-30
* Improved version of patch to protect pg_get_expr() against misuse:Tom Lane2010-07-29
* Clean up some inconsistencies in the volatility marking of various I/OTom Lane2010-07-29
* Fix potential failure when hashing the output of a subplan that producesTom Lane2010-07-28
* tag beta3REL9_0_BETA3Marc G. Fournier2010-07-09
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* 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