]> granicus.if.org Git - postgresql/shortlog
postgresql
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...
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-23 Tom LaneChange the declaration of struct varlena so that the...
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-20 Alvaro HerreraChange error message to be able to differentiate the...
2008-02-18 Tom LaneRemove unnecessary opening of other relation in RI_FKey...
2008-02-18 Peter EisentrautObserve errors in makefile
2008-02-17 Michael MeskesChanged INFORMIX mode symbol definition yet again becau...
2008-02-15 Michael MeskesUpdated expected result for regression test.
2008-02-15 Michael MeskesFixed conflicting commit.
2008-02-15 Michael MeskesChanged the way symbols are defined in C in INFORMIX...
2008-02-13 Bruce MomjianCorrect XML markup typo, <book> -> </book>
2008-02-12 Tom LaneFix SPI_cursor_open() and SPI_is_cursor_plan() to push...
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-10 Tom LaneFix PageGetExactFreeSpace() so that it actually behaves...
2008-02-08 Tom LaneSome small editorialization on the protocol documentati...
2008-02-08 Tom LaneSince GSSAPI and SSPI authentication don't work in...
2008-02-07 Tom LaneAvoid misbehavior in foreign key checks when casting...
2008-02-07 Bruce MomjianAdd "automatically" to HOT release note description.
2008-02-07 Tom LaneSome variants of ALTER OWNER tried to make the "object...
2008-02-07 Tom LaneAdd missing copyfuncs/equalfuncs support for AlterTSDic...
2008-02-07 Magnus HaganderFix msvc install for cases where msgfmt (from gettext...
2008-02-07 Tom LaneFix silly mistake in expand_indexqual_rowcompare -...
2008-02-07 Tom LaneFix CREATE TABLE ... LIKE ... INCLUDING INDEXES to...
2008-02-07 Magnus HaganderFix msvc install script to properly install NLS files...
2008-02-07 Michael Meskes- Fixed segfault in ecpg when using an array element.
2008-02-06 Magnus HaganderFix very broken clean.bat for msvc install. The way...
2008-02-05 Magnus HaganderHandle libraries in directories with spaces in them.
2008-02-03 Tom LaneFix mistaken duplicate reference to max_fsm_pages,...
2008-02-02 Tom LaneMinor wordsmithing in release notes' description of...
2008-02-02 Tom LaneMove example of turning off synchronous_commit to a...
2008-02-02 Tom LaneFix WaitOnLock() to ensure that the process's "waiting...
2008-02-01 Marc G. Fournierconfigure tag'd 8.3.0 and built witih autoconf 2.59 REL8_3_0
2008-02-01 Bruce MomjianStamp 8.3 in CVS. _No_ update of configure/configure.in.
2008-02-01 Bruce MomjianUpdate FAQ for most recent release as 8.3.
2008-02-01 Bruce MomjianUpdate item:
2008-01-31 Bruce MomjianFix spelling typo in comment.
next