aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Modernize dlopen interface code for FreeBSD and OpenBSD.Tom Lane2011-04-07
* Fix plpgsql's issues with dropped columns in rowtypes in 8.4 branch.Tom Lane2011-04-07
* Prevent a rowtype from being included in itself.Tom Lane2011-03-28
* Avoid potential deadlock in InitCatCachePhase2().Tom Lane2011-03-22
* On further reflection, we'd better do the same in int.c.Tom Lane2011-03-11
* Put in some more safeguards against executing a division-by-zero.Tom Lane2011-03-11
* Don't throw a warning if vacuum sees PD_ALL_VISIBLE flag set on a page thatHeikki Linnakangas2011-03-08
* 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
* Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX.Tom Lane2011-02-15
* Fix wrong error reports in 'number of array dimensions exceeds theItagaki Takahiro2011-02-01
* Make reduce_outer_joins() smarter about semijoins.Tom Lane2011-01-30
* Don't include <asm/ia64regs.h> unnecessarily.Tom Lane2011-01-27
* Translation updates for release 8.4.7Peter Eisentraut2011-01-27
* Fix miscalculation of itemsafter in array_set_slice().Tom Lane2011-01-17
* Work around header misdefines in modern Windows SDK when _WIN32_WINNT is less...Andrew Dunstan2011-01-04
* Avoid unexpected conversion overflow in planner for distant date values.Tom Lane2010-12-28
* Fix up handling of simple-form CASE with constant test expression.Tom Lane2010-12-19
* Fix erroneous parsing of tsquery input "... & !(subexpression) | ..."Tom Lane2010-12-19
* Remove optreset from src/port/ implementations of getopt and getopt_long.Tom Lane2010-12-16
* Fix up getopt() reset management so it works on recent mingw.Tom Lane2010-12-15
* Translation updates for release 8.4.6Peter Eisentraut2010-12-13
* Fix efficiency problems in tuplestore_trim().Tom Lane2010-12-10
* Force default wal_sync_method to be fdatasync on Linux.Tom Lane2010-12-08
* Add a stack overflow check to copyObject().Tom Lane2010-12-06
* Prevent inlining a SQL function with multiple OUT parameters.Tom Lane2010-12-01
* Fix leakage of cost_limit when multiple autovacuum workers are active.Tom Lane2010-11-19
* The GiST scan algorithm uses LSNs to detect concurrent pages splits, butHeikki Linnakangas2010-11-16
* Fix canAcceptConnections() bugs introduced by replication-related patches.Tom Lane2010-11-14
* Add missing outfuncs.c support for struct InhRelation.Tom Lane2010-11-13
* Fix old oversight in const-simplification of COALESCE() expressions.Tom Lane2010-11-12
* Fix bug introduced by the recent patch to check that the checkpoint redoHeikki Linnakangas2010-11-11
* Fix line_construct_pm() for the case of "infinite" (DBL_MAX) slope.Tom Lane2010-11-10
* Repair memory leakage while ANALYZE-ing complex index expressions.Tom Lane2010-11-09
* In rewriteheap.c (used by VACUUM FULL and CLUSTER), calculate the tupleHeikki Linnakangas2010-11-09
* Fix error handling in temp-file deletion with log_temp_files active.Tom Lane2010-11-08
* Add support for detecting register-stack overrun on IA64.Tom Lane2010-11-06
* Fix adjust_semi_join to be more cautious about clauseless joins.Tom Lane2010-11-02
* Ensure an index that uses a whole-row Var still depends on its table.Tom Lane2010-11-02
* Fix long-standing segfault when accept() or one of the calls made rightHeikki Linnakangas2010-10-27
* Before removing backup_label and irrevocably changing pg_control file, checkHeikki Linnakangas2010-10-26
* Fix assorted bugs in GIN's WAL replay logic.Tom Lane2010-10-11
* Behave correctly if INSERT ... VALUES is decorated with additional clauses.Tom Lane2010-10-02
* Translation updates for 8.4.5Peter Eisentraut2010-09-30
* Fix PlaceHolderVar mechanism's interaction with outer joins.Tom Lane2010-09-28
* Further fixes to the pg_get_expr() security fix in back branches.Tom Lane2010-09-25
* Prevent show_session_authorization from crashing when session_authorizationTom Lane2010-09-23
* Avoid sharing subpath list structure when flattening nested AppendRels.Tom Lane2010-09-23
* Re-allow input of Julian dates prior to 0001-01-01 AD.Tom Lane2010-09-22
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-22