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