summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2011-01-17Fix miscalculation of itemsafter in array_set_slice().Tom Lane
2011-01-04Work around header misdefines in modern Windows SDK when _WIN32_WINNT is less...Andrew Dunstan
2010-12-29Ooops, no DATE_IS_NOBEGIN/DATE_IS_NOEND in 8.3 or 8.2 ...Tom Lane
2010-12-29Avoid unexpected conversion overflow in planner for distant date values.Tom Lane
2010-12-19Fix up handling of simple-form CASE with constant test expression.Tom Lane
2010-12-19Fix erroneous parsing of tsquery input "... & !(subexpression) | ..."Tom Lane
2010-12-16Fix up getopt() reset management so it works on recent mingw.Tom Lane
2010-12-13Translation updates for release 8.3.13Peter Eisentraut
2010-12-09Force default wal_sync_method to be fdatasync on Linux.Tom Lane
2010-12-07Add a stack overflow check to copyObject().Tom Lane
2010-12-01Prevent inlining a SQL function with multiple OUT parameters.Tom Lane
2010-11-20Fix leakage of cost_limit when multiple autovacuum workers are active.Tom Lane
2010-11-16The GiST scan algorithm uses LSNs to detect concurrent pages splits, butHeikki Linnakangas
2010-11-13Add missing outfuncs.c support for struct InhRelation.Tom Lane
2010-11-12Fix old oversight in const-simplification of COALESCE() expressions.Tom Lane
2010-11-11Fix bug introduced by the recent patch to check that the checkpoint redoHeikki Linnakangas
2010-11-10Fix line_construct_pm() for the case of "infinite" (DBL_MAX) slope.Tom Lane
2010-11-09Repair memory leakage while ANALYZE-ing complex index expressions.Tom Lane
2010-11-09In rewriteheap.c (used by VACUUM FULL and CLUSTER), calculate the tupleHeikki Linnakangas
2010-11-09Fix error handling in temp-file deletion with log_temp_files active.Tom Lane
2010-11-07Add support for detecting register-stack overrun on IA64.Tom Lane
2010-11-02Ensure an index that uses a whole-row Var still depends on its table.Tom Lane
2010-10-27Fix long-standing segfault when accept() or one of the calls made rightHeikki Linnakangas
2010-10-26Before removing backup_label and irrevocably changing pg_control file, checkHeikki Linnakangas
2010-10-11Fix assorted bugs in GIN's WAL replay logic.Tom Lane
2010-10-03Behave correctly if INSERT ... VALUES is decorated with additional clauses.Tom Lane
2010-09-30Translation updates for 8.3.12Peter Eisentraut
2010-09-29Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on Win32,Magnus Hagander
2010-09-28Fix incorrect usage of non-strict OR joinclauses in appendrel indexscans.Tom Lane
2010-09-25Further fixes to the pg_get_expr() security fix in back branches.Tom Lane
2010-09-23Prevent show_session_authorization from crashing when session_authorizationTom Lane
2010-09-23Avoid sharing subpath list structure when flattening nested AppendRels.Tom Lane
2010-09-22Some more gitignore cleanups: cover contrib and PL regression test outputs.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-29Reduce PANIC to ERROR in some occasionally-reported btree failure cases.Tom Lane
2010-08-26Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRFTom Lane
2010-08-18Add missing handling of PlannedStmt.transientPlan in copyfuncs/outfuncs.Tom Lane
2010-08-16Arrange to fsync the contents of lockfiles (both postmaster.pid and theTom Lane
2010-08-13Fix Assert failure in PushOverrideSearchPath when trying to restore a searchTom Lane
2010-08-03Fix core dump in QTNodeCompare when tsquery_cmp() is applied to two emptyTom Lane
2010-07-30Improved version of patch to protect pg_get_expr() against misuse:Tom Lane
2010-07-29Fix another longstanding problem in copy_relation_data: it was blithelyTom Lane
2010-07-29Fix possible page corruption by ALTER TABLE .. SET TABLESPACE.Robert Haas
2010-07-28Fix potential failure when hashing the output of a subplan that producesTom Lane
2010-07-23Avoid deep recursion when assigning XIDs to multiple levels of subxacts.Robert Haas
2010-07-13Oops, in the previous fix to prevent a cursor that's being used in a FORHeikki Linnakangas
2010-07-09Avoid an Assert failure in deconstruct_array() by making get_attstatsslot()Tom Lane
2010-07-08Fix "cannot handle unplanned sub-select" error that can occur when aTom Lane
2010-07-05The previous fix in CVS HEAD and 8.4 for handling the case where a cursorHeikki Linnakangas