users/heikki/postgres.git
2008-05-05 Magnus HaganderAdd more dependencies from libpgport required by
2008-05-03 Tom LaneThe 8.2 patch that added support for an alias on the...
2008-04-24 Tom LaneFix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that...
2008-04-22 Teodor SigaevFix using too many LWLocks bug, reported by Craig Ringer
2008-04-22 Magnus HaganderReplace developer FAQ with a reference to the wiki...
2008-04-21 Magnus HaganderAdd link to major version release notes at the top...
2008-04-20 Teodor SigaevFix broken compare function for tsquery_ops. Per Tom...
2008-04-17 Tom LaneRepair two places where SIGTERM exit could leave shared...
2008-04-16 Tom LaneFix LOAD_CRIT_INDEX() macro to take out AccessShareLock...
2008-04-16 Andrew DunstanAvoid using unnecessary pgwin32_safestat in libpq.
2008-04-15 Andrew DunstanAdd multi-line flag to regex that needs it. Backpatch...
2008-04-12 Tom LaneA quick try at un-breaking the Cygwin build. Whether...
2008-04-11 Tom LaneFix several datatype input functions that were allowing...
2008-04-10 Magnus HaganderCreate wrapper pgwin32_safestat() and redefine stat...
2008-04-10 Michael MeskesFixed bug in PGTYPEStimestamp_sub that used pointers...
2008-04-05 Tom LaneDefend against JOINs having more than 32K columns altog...
2008-03-31 Tom LaneFix a number of places that were making file-type tests...
2008-03-26 Tom LaneFix core dump in contrib/xml2's xpath_table() when...
2008-03-25 Tom LaneAdjust DatumGetBool macro so that it isn't fooled by...
2008-03-20 Heikki LinnakangasAdd the missing cyrillic "Yo" characters ('e' and ...
2008-03-19 Tom LaneFix regexp substring matching (substring(string from...
2008-03-14 Peter EisentrautTranslation updates REL8_2_7
2008-03-14 Marc G. Fourniertag configure for 8.2.7 prior to tag
2008-03-13 Tom LaneStamp version 8.2.7, except for configure.in/configure.
2008-03-13 Tom LaneUpdate release notes for 8.3.1 and 8.2.7 releases.
2008-03-13 Tom LaneUpdate to tzdata 2008a distribution (Chilean DST law...
2008-03-13 Tom LaneFix varstr_cmp's special case for UTF8 encoding on...
2008-03-12 Tom LaneFix LISTEN/NOTIFY race condition reported by Laurent...
2008-03-10 Tom LaneUse -fwrapv in CFLAGS if we are using a version of...
2008-03-07 Tom LaneChange hashscan.c to keep its list of active hash index...
2008-03-05 Alvaro HerreraAdd support for dlopen on recent NetBSD/MIPS, per Rémi...
2008-03-05 Tom LaneIn PrepareToInvalidateCacheTuple, don't force initializ...
2008-03-04 Tom LaneFix PREPARE TRANSACTION to reject the case where the...
2008-03-02 Tom LaneVenezuela Time now means UTC-4:30, not UTC-4:00. Adjus...
2008-02-29 Andrew DunstanDon't call AddUserToDacl on Cygwin
2008-02-29 Magnus HaganderFix handling of restricted processes for Windows Vista...
2008-02-29 Neil ConwayFix several memory leaks when rescanning SRFs. Arrange...
2008-02-27 Tom LaneIf RelationBuildDesc() fails to open a critical system...
2008-02-26 Peter EisentrautFix uninstall target.
2008-02-25 Tom LaneFix datetime input to behave correctly for Feb 29 in...
2008-02-24 Tom LaneUse our own getopt() and getopt_long() on Solaris,...
2008-02-23 Tom LaneAvoid trying to print a NULL char pointer in --describe...
2008-02-20 Tom LaneFix mistakes in pg_ctl's code for "start -w" that tries...
2008-02-20 Tom LanePut a CHECK_FOR_INTERRUPTS call into the loops that...
2008-02-14 Michael MeskesEXECUTE can return NOT FOUND so it should be checked...
2008-02-14 Michael MeskesAdded SQLSTATE macro closing bug #3961.
2008-02-11 Magnus HaganderUpdate timezone mapping for Windows with new timezones...
2008-02-11 Tom LaneRepair VACUUM FULL bug introduced by HOT patch: the...
2008-02-07 Tom LaneSome variants of ALTER OWNER tried to make the "object...
2008-02-02 Tom LaneFix WaitOnLock() to ensure that the process's "waiting...
2008-01-31 Tom LaneImprove pg_autovacuum documentation to clarify that...
2008-01-31 Magnus HaganderAdd pid to the pgident event name on win32.
2008-01-23 Tom LanePrevent integer overflow within the integer-datetimes...
2008-01-22 Andrew DunstanWork around for perl 5.10 bug - fix due to perl hacker...
2008-01-17 Alvaro HerreraBackpatch my fix of rev 1.48 to avoid a division-by...
2008-01-17 Tom LaneFix subselect.c to avoid assuming that a SubLink's...
2008-01-14 Tom LaneFix an ancient oversight in libpq's handling of V3...
2008-01-12 Tom LaneFix logical errors in constraint exclusion: we cannot...
2008-01-11 Tom LaneFix a conceptual error in my patch of 2007-10-26 that...
2008-01-09 Tom LaneFix a bug in 8.2.x that was exposed while investigating...
2008-01-06 Tom LaneA long time ago, Peter pointed out that ruleutils.c...
2008-01-03 Tom LaneStamp release 8.2.6. REL8_2_6
2008-01-03 Tom LaneUpdate release notes for security releases.
2008-01-03 Tom LaneThe original patch to disallow non-passworded connectio...
2008-01-03 Tom LaneMake standard maintenance operations (including VACUUM...
2008-01-03 Tom LaneFix assorted security-grade bugs in the regex engine...
2008-01-02 Tom LaneInsert ARST into the list of known timezone abbreviations.
2008-01-02 Magnus HaganderFix invalid ipv6 address in example. Per doc comment...
2008-01-02 Tom LaneFix plpython's overoptimistic caching of information...
2008-01-01 Tom LaneUpdate time zone data files to tzdata release 2007k.
2007-12-31 Bruce MomjianProvide a more helpful error message when there is...
2007-12-31 Bruce MomjianProvide a more helpful error message when there is...
2007-12-31 Tom LaneImprove a number of elog messages for not-supposed...
2007-12-18 Tom LaneMake path_recv() and poly_recv() reject paths/polygons...
2007-12-01 Tom LaneSuppress compiler warnings in recent plperl patch....
2007-12-01 Andrew DunstanWorkaround for perl problem where evaluating UTF8 regex...
2007-11-30 Magnus HaganderAdd win32error.c to libpq, needed to resolve _dosmaperr.
2007-11-30 Magnus HaganderUse _dosmaperr() to deal with errors opening files...
2007-11-29 Magnus HaganderBack-patch mingw configure-check for gettimeofday so...
2007-11-26 Peter EisentrautRequire a specific Autoconf version, instead of a lower...
2007-11-23 Alvaro HerreraFix buggy usage of vsnprintf in PL/Python by removing...
2007-11-23 Tatsuo IshiiFix "Overall Page Layout" table. The second row should...
2007-11-22 Tom LanePrevent Perl from introducing a possibly-incompatible...
2007-11-16 Tom LaneGIN index build's allocatedMemory counter needs to...
2007-11-16 Teodor SigaevBackpatch: Fix tsvector_out() and tsquery_out() to...
2007-11-15 Tom LaneUpdate timezone data files to release 2007i of the...
2007-11-10 Joe ConwayHave crosstab variants treat NULL rowid as a category...
2007-11-09 Tom LaneSecond pass at improving LIKE/regex estimation in non...
2007-11-08 Tom LaneIf an index depends on no columns of its table, give...
2007-11-07 Tom LaneImprove the performance of LIKE/regex estimation in...
2007-11-07 Tom LaneFix patternsel() and callers to do the right thing...
2007-11-06 Michael MeskesFixed two parser bugs.
2007-11-01 Tom LaneUpdate shared-memory-size info for 8.2 branch.
2007-10-29 Teodor Sigaev- Add check of already changed page while replay WAL...
2007-10-29 Teodor SigaevFix coredump during replay WAL after crash. Change...
2007-10-28 Tom LaneFix a couple of issues with pg_dump's handling of inher...
2007-10-26 Tom LaneChange have_join_order_restriction() so that we do...
2007-10-25 Tom LaneUgly patch to make ALTER SEQUENCE OWNED BY not affect...
2007-10-24 Tom LaneFix an error in make_outerjoininfo introduced by my...
2007-10-15 Tom LaneBack-patch some plpython patches previously made only...
next