summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2011-11-10Fix server header file installation with vpath buildsPeter Eisentraut
2011-11-08Make DatumGetInetP() unpack inet datums with a 1-byte header, and addHeikki Linnakangas
2011-11-01Fix race condition with toast table access from a stale syscache entry.Tom Lane
2011-09-22Stamp 8.4.9.REL8_4_9Tom Lane
2011-09-08PublishStartupProcessInformation() to avoid rare hang in recovery.Simon Riggs
2011-09-01Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTFHeikki Linnakangas
2011-08-16Fix race condition in relcache init file invalidation.Tom Lane
2011-08-09Fix nested PlaceHolderVar expressions that appear only in targetlists.Tom Lane
2011-05-30Fix VACUUM so that it always updates pg_class.reltuples/relpages.Tom Lane
2011-04-19Avoid changing an index's indcheckxmin horizon during REINDEX.Tom Lane
2011-04-15Tag 8.4.8.REL8_4_8Marc G. Fournier
2011-04-07Fix plpgsql's issues with dropped columns in rowtypes in 8.4 branch.Tom Lane
2011-03-28Prevent a rowtype from being included in itself.Tom Lane
2011-02-21Fix dangling-pointer problem in before-row update trigger processing.Tom Lane
2011-02-17Fix tsmatchsel() to account properly for null rows.Tom Lane
2011-02-01Undefine setlocale() macro on Win32Magnus Hagander
2011-01-27Tag 8.4.7REL8_4_7Marc G. Fournier
2010-12-28Avoid unexpected conversion overflow in planner for distant date values.Tom Lane
2010-12-16Remove optreset from src/port/ implementations of getopt and getopt_long.Tom Lane
2010-12-13Tag 8.4.6.REL8_4_6Marc G. Fournier
2010-12-08Force default wal_sync_method to be fdatasync on Linux.Tom Lane
2010-11-16The GiST scan algorithm uses LSNs to detect concurrent pages splits, butHeikki Linnakangas
2010-10-01Tag 8.4.5REL8_4_5Marc 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-02Fix up flushing of composite-type typcache entries to be driven directly byTom Lane
2010-08-01Fix an additional set of problems in GIN's handling of lossy page pointers.Tom Lane
2010-07-31Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem()Tom Lane
2010-07-30Improved version of patch to protect pg_get_expr() against misuse:Tom Lane
2010-07-28Fix potential failure when hashing the output of a subplan that producesTom Lane
2010-07-05The previous fix in CVS HEAD and 8.4 for handling the case where a cursorHeikki Linnakangas
2010-07-03Allow REASSIGNED OWNED to handle opclasses and opfamilies.Robert Haas
2010-05-14tag 8.4.4REL8_4_4Marc G. Fournier
2010-03-30Fix "constraint_exclusion = partition" logic so that it will also attemptTom Lane
2010-03-25Prevent ALTER USER f RESET ALL from removing the settings that were put thereAlvaro Herrera
2010-03-12tag 8.4.3REL8_4_3Marc G. Fournier
2010-03-03Export xml.c's libxml-error-handling support so that contrib/xml2 can use itTom Lane
2010-01-07Alter the configure script to fail immediately if the C compiler does notTom Lane
2010-01-05Add support for doing FULL JOIN ON FALSE. While this is really a ratherTom Lane
2009-12-14Fix a bug introduced when set-returning SQL functions were made inline-able:Tom Lane
2009-12-10tag for 8.4.2REL8_4_2Marc G. Fournier
2009-12-09Prevent indirect security attacks via changing session-local state withinTom Lane
2009-12-03Fix bug in temporary file management with subtransactions. A cursor openedHeikki Linnakangas
2009-11-23Fix an old bug in multixact and two-phase commit. Prepared transactions canHeikki Linnakangas
2009-11-14Add inheritable ACE when creating a restricted token for execution onMagnus Hagander
2009-11-10Fix longstanding problems in VACUUM caused by untimely interruptionsAlvaro Herrera
2009-11-01Dept of second thoughts: after studying index_getnext() a bit more I realizeTom Lane
2009-11-01Fix two serious bugs introduced into hash indexes by the 8.4 patch that madeTom Lane
2009-10-27Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries;Tom Lane
2009-10-07Fix snapshot management, take two.Alvaro Herrera