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