Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Aug 21, 2007
Fix money type's send/receive functions to conform to recent widening
Show description for 1783e5dcommittedFix potential access-off-the-end-of-memory in varbit_out(): it fetched the
Show description for 1cee06acommitted- committed
- committed
contrib/tsearch2 now fails its regression test because of conflicts with
Show description for 46deddecommittedTsearch2 functionality migrates to core. The bulk of this work is by
Show description for 140d4ebcommitted
Commits on Aug 20, 2007
Add configure option --with-system-tzdata to use operating system time zone
Show description for 4e94d1fcommitted
Commits on Aug 19, 2007
- committed
Done:
Show description for de56b7ccommittedProvide for logfiles in machine readable CSV format. In consequence, rename
Show description for fd801f4committed
Commits on Aug 15, 2007
Arrange to cache a ResultRelInfo in the executor's EState for relations that
Show description for 817946bcommittedRepair problems occurring when multiple RI updates have to be done to the same
Show description for 9cb8409committedAdd third idea about pulling data from indexes.
Show description for 5ff95e6committed- committed
Commits on Aug 14, 2007
Fix oversight in async-commit patch: there were some places in heapam.c
Show description for 67f99d2committedDone for ecpg:
Show description for 6ccc262committed- committedMichael Meskes
- committedMichael Meskes
- committedMichael Meskes
- committedMichael Meskes
- committedMichael Meskes
- Finished major rewrite to use new protocol version
Show description for 635a0b9committedMichael Meskes
Commits on Aug 13, 2007
TEMPORARILY make synchronous_commit default to OFF, so that we can get more
Show description for b83bd31committedFix two bugs induced in VACUUM FULL by async-commit patch.
Show description for 647fd9acommittedDocument that the regexp split functions ignore zero-length matches in
Show description for a44af6dcommitted
Commits on Aug 12, 2007
Remove an "optimization" I installed in 2001, to make repalloc() attempt to
Show description for b70d4a6committedIncrease the initial size of StringInfo buffers to 1024 bytes (from 256);
Show description for 70868c0committed
Commits on Aug 11, 2007
Avoid memory leakage across successive calls of regexp_matches() or
Show description for ae65ca3committedCode review for regexp_matches/regexp_split patch. Refactor to avoid assuming
Show description for 1b70619committed
Commits on Aug 10, 2007
- committed
Fix unintended change of output format for createlang/droplang -l. Missed
Show description for 509bfd6committed
Commits on Aug 9, 2007
Fix search for SGML stylesheets to include the place where Gentoo keeps them.
Show description for faa1179committedRevise postmaster startup/shutdown logic to eliminate the problem that a
Show description for bbe3c02committed
Commits on Aug 8, 2007
Fix a gradual memory leak in ExecReScanAgg(). Because the aggregation
Show description for c556b29committedNeil Conway