]> granicus.if.org Git - postgresql/shortlog
postgresql
2008-05-12 Michael MeskesCheck for non-existant connection in prepare statement...
2008-05-10 Andrew DunstanBackpatch fixes for contrib makefiles.
2008-05-09 Tom LaneFix an ancient oversight in change_varattnos_of_a_node...
2008-05-09 Heikki LinnakangasFix Assert introduced in previous patch.
2008-05-09 Heikki LinnakangasFix incorrect archive truncation point calculation...
2008-05-08 Tom LaneFix contrib/xml2 makefile to not override CFLAGS, and...
2008-05-07 Alvaro HerreraAdd Simon Riggs' email address.
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-30 Tom LaneFix nodeTidscan.c to not trigger an error if the block...
2008-04-29 Alvaro HerreraFix REASSIGN OWNED so that it works on procedural langu...
2008-04-28 Tom LaneFix broken configure test for libxslt: it was probing...
2008-04-26 Tom LaneBack-patch Heikki's fix to make TransactionIdIsCurrentT...
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 Tom LaneFix convert_IN_to_join to properly handle the case...
2008-04-21 Magnus HaganderFix typo, noted by Stefan Kaltenbrunner.
2008-04-21 Magnus HaganderAdd link to major version release notes at the top...
2008-04-21 Tom LaneFix a couple of places in execMain that erroneously...
2008-04-20 Teodor SigaevFix broken compare function for tsquery_ops. Per Tom...
2008-04-18 Tom LaneFix rmtree() so that it keeps going after failure to...
2008-04-18 Heikki LinnakangasFix two race conditions between the pending unlink...
2008-04-17 Tom LaneFix a couple of oversights associated with the "physica...
2008-04-16 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-11 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-08 Tom LaneFix tsvector_update_trigger() to be domain-friendly...
2008-04-05 Tom LaneDefend against JOINs having more than 32K columns altog...
2008-04-03 Tom LaneTeach ANALYZE to distinguish dead and in-doubt tuples...
2008-04-03 Peter EisentrautRemove -C from rsync call, because it omits directories...
2008-04-02 Tom LaneRevert my bad decision of about a year ago to make...
2008-04-01 Tom LaneFix an oversight I made in a cleanup patch over a year...
2008-03-31 Tom LaneApply my original fix for Taiki Yamaguchi's bug report...
2008-03-31 Tom LaneFix a number of places that were making file-type tests...
2008-03-29 Tom LaneRevert my erroneous fix for Taiki Yamaguchi's DISTINCT...
2008-03-27 Tom LaneWhen we have successfully optimized a MIN or MAX aggreg...
2008-03-26 Magnus HaganderInclude \password in the psql help.
2008-03-26 Tom LaneFix core dump in contrib/xml2's xpath_table() when...
2008-03-25 Michael Meskesadded ECPGget_PGconn to exports.txt
2008-03-24 Tom LaneWhen a relation has been proven empty by constraint...
2008-03-24 Tom LaneFix various infelicities that have snuck into usage...
2008-03-21 Michael MeskesCorrected version number.
2008-03-20 Michael MeskesAdded ECPGget_PGconn() function to ecpglib, courtesy...
2008-03-20 Michael MeskesChanged statement escaping to not escape continuation...
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-18 Magnus Hagandercvsweb lives on anoncvs.postgresql.org these days.
2008-03-18 Magnus HaganderWiki page about cvs now lives in the main wiki, the one
2008-03-14 Tom LaneFix inappropriately-timed memory context switch in... REL8_3_1
2008-03-14 Alvaro HerreraFix duplicate word, per Guillaume Lelarge.
2008-03-14 Alvaro HerreraFix vacuum so that autovacuum is really not cancelled...
2008-03-14 Peter EisentrautTranslation updates
2008-03-14 Marc G. Fournierupdate configure for 8.3.1 prior to tag
2008-03-13 Tom LaneStamp version 8.3.1, 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-13 Tom LaneFix heap_page_prune's problem with failing to send...
2008-03-12 Tom LaneFix pg_plan_queries() to restore the previous setting...
2008-03-12 Tom LaneFix LISTEN/NOTIFY race condition reported by Laurent...
2008-03-11 Bruce MomjianAdd to documentation:
2008-03-11 Bruce MomjianBack out doc addition that statement_timeout affects...
2008-03-11 Bruce MomjianDocument that statement_timeout is not recommended...
2008-03-10 Tom LaneUse -fwrapv in CFLAGS if we are using a version of...
2008-03-09 Teodor SigaevRevert changes of CompareTSQ: it affects existing btree...
2008-03-08 Tom LaneRefactor heap_page_prune so that instead of changing...
2008-03-07 Tom LaneChange hashscan.c to keep its list of active hash index...
2008-03-07 Teodor SigaevFix memory arrangement of tsquery after removing stop...
2008-03-07 Bruce MomjianClearify PITR doc wording.
2008-03-06 Bruce MomjianDocument that enabling asserts can _significantly_...
2008-03-06 Bruce MomjianMove client encoding libpq function docs into libpq...
2008-03-05 Alvaro HerreraAdd support for dlopen on recent NetBSD/MIPS, per Rémi...
2008-03-05 Bruce MomjianUpdate libpqxx URL in top-level README, per Gurjeet...
2008-03-05 Tom LaneIn PrepareToInvalidateCacheTuple, don't force initializ...
2008-03-05 Bruce MomjianDocument that increasing the number of checkpoints...
2008-03-05 Tom LaneInclude -lgss in libpq link, if available. Bjorn Munch
2008-03-04 Tom LaneFix PREPARE TRANSACTION to reject the case where the...
2008-03-04 Magnus HaganderUse windows DACL fix for pg_regress as well.
2008-03-04 Bruce MomjianShow example of ts_headline() using a configuration...
2008-03-03 Bruce MomjianRemove "reliably" from chr(0) doc mention.
2008-03-03 Bruce MomjianDocument that chr(0) is not supported, and why.
2008-03-02 Michael MeskesFixed bug that caused arrays of varchar to be output...
2008-03-02 Tom LaneVenezuela Time now means UTC-4:30, not UTC-4:00. Adjus...
2008-03-01 Tom LaneFix another place that was assuming that a local variab...
2008-03-01 Tom LaneFix unportable usages of tolower(). On signed-char...
2008-03-01 Tom LaneDisable the undocumented xmlvalidate() function, which...
2008-02-29 Andrew DunstanDon't call AddUserToDacl on Cygwin
2008-02-29 Tom LaneReducing the assumed alignment of struct varlena means...
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-28 Magnus HaganderSupport for building contrib/uuid-ossp with MSVC.
2008-02-27 Tom LaneIf RelationBuildDesc() fails to open a critical system...
2008-02-26 Peter EisentrautFix uninstall target.
2008-02-26 Tom LaneFix encode(...bytea..., 'escape') so that it converts...
next