aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on Win32,Magnus Hagander2010-09-16
* Fix up flushing of composite-type typcache entries to be driven directly byTom Lane2010-09-02
* Reduce PANIC to ERROR in some occasionally-reported btree failure cases.Tom Lane2010-08-29
* Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRFTom Lane2010-08-26
* Fix possible corruption of AfterTriggerEventLists in subtransaction rollback.Tom Lane2010-08-19
* Add missing handling of PlannedStmt.transientPlan in copyfuncs/outfuncs.Tom Lane2010-08-18
* Arrange to fsync the contents of lockfiles (both postmaster.pid and theTom Lane2010-08-16
* Fix planner to make a reasonable assumption about the amount of memory spaceTom Lane2010-08-14
* Fix Assert failure in PushOverrideSearchPath when trying to restore a searchTom Lane2010-08-13
* Fix inheritance count tracking in ALTER TABLE .. ADD CONSTRAINT.Robert Haas2010-08-03
* Fix core dump in QTNodeCompare when tsquery_cmp() is applied to two emptyTom Lane2010-08-03
* Fix an additional set of problems in GIN's handling of lossy page pointers.Tom Lane2010-08-01
* Tweak tsmatchsel() so that it examines the structure of the tsquery wheneverTom Lane2010-07-31
* Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem()Tom Lane2010-07-31
* Improved version of patch to protect pg_get_expr() against misuse:Tom Lane2010-07-30
* Fix another longstanding problem in copy_relation_data: it was blithelyTom Lane2010-07-29
* Fix possible page corruption by ALTER TABLE .. SET TABLESPACE.Robert Haas2010-07-29