Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Aug 8, 2007
Fix a gradual memory leak in ExecReScanAgg(). Because the aggregation
Show description for c556b29committedNeil ConwayFix thinko in multi-autovac-workers code: validity checks made by
Show description for af1022dcommitted
Commits on Aug 7, 2007
Adjust the output of MemoryContextStats() so that the stats for a
Show description for 849ec99committedNeil Conway
Commits on Aug 6, 2007
- committed
Fix pg_restore to guard against unexpected EOF while reading an archive file.
Show description for fcb9535committed
Commits on Aug 5, 2007
Adjust configure so that it sets CFLAGS properly for Intel's icc
Show description for df9ea6acommittedApparently icc doesn't always define __ICC, and it's more correct to
Show description for c8b7e81committed
Commits on Aug 4, 2007
Fix up bad layout of some comments (probably pg_indent's fault), and
Show description for 8d30337committedTweak for initdb: if more command-line arguments were specified than
Show description for 087a271committedNeil ConwayFix crash caused by log_timezone patch if we attempt to emit any elog messages
Show description for 4fd8d6bcommittedFix a problem in my recent patch to initialize cancel_key for autovac workers
Show description for 0b9d3d4committedSwitch over to using the src/timezone functions for formatting timestamps
Show description for bdd6b62committed
Commits on Aug 3, 2007
Fix some sloppiness in the recent multiple-autovacuum-worker patch. It was
Show description for 73852bdcommittedUpdate supported standalone VC++ version to 7.1+ only, and fix
Show description for 3f0245ccommitted
Commits on Aug 2, 2007
Move session_start out of MyProcPort stucture and make it a global called MyStartTime,
Show description for 6387260committed- committed
Fix a memory leak in tuplestore_end(). Unlikely to be significant during
Show description for 494d6f8committedNeil Conway
Commits on Aug 1, 2007
Done:
Show description for c441e26committedSupport an optional asynchronous commit mode, in which we don't flush WAL
Show description for 4a78cdecommitted- committed
- committed
- committed
Commits on Jul 31, 2007
Fix a bug in the original implementation of redundant-join-clause removal:
Show description for ed5d55dcommittedIf we're gonna use ExecRelationIsTargetRelation here, might as well
Show description for bc421c3committedFix security definer functions with polymorphic arguments. This case has
Show description for 310578ecommitted
Commits on Jul 27, 2007
Slight refactor for ExecOpenScanRelation(): we can use
Show description for dffad02committedNeil ConwayUpdate conformance information about bigint type
Show description for dc6dc0fcommitted
Commits on Jul 26, 2007
Remove FileUnlink(), which wasn't being used anywhere and interacted poorly
Show description for e4f4a7fcommitted
Commits on Jul 25, 2007
Arrange to put TOAST tables belonging to temporary tables into special schemas
Show description for 82eed4dcommittedSuppress warning when compiling with -DPROFILE_PID_DIR: sys/stat.h is
Show description for fdb5b69committedAdjust horology test to avoid join-plan-dependent result ordering in
Show description for 3eb98fdcommitted- committedMichael Meskes
Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with
Show description for 906b2e1committedFix standalone win32 makefile (MSVC6) for SSPI and GSSAPI.
Show description for 5cbb119committedDisable warning 4090 = different const qualifiers on msvc since it
Show description for dff6797committed