]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2010-01-12  Tom LaneFix relcache reload mechanism to be more robust in...
2010-01-11  Tom LaneImprove ExecEvalVar's handling of whole-row variables...
2010-01-10  Magnus HaganderUpdate Windows installation notes.
2010-01-08  Michael MeskesBackported fix for protecting ecpg against applications...
2010-01-07  Tom LaneMake bit/varbit substring() treat any negative length...
2010-01-07  Tom LaneAlter the configure script to fail immediately if the...
2010-01-05  Tom LaneAdd support for doing FULL JOIN ON FALSE. While this...
2010-01-01  Magnus HaganderMake the win32 putenv() override update *all* present...
2009-12-30  Heikki LinnakangasReset minRecoveryPoint at checkpoints, so that we don...
2009-12-30  Tom LaneSet errno to zero before invoking SSL_read or SSL_write...
2009-12-29  Heikki LinnakangasPrevious fix for temporary file management broke return...
2009-12-24  Tom LaneFix wrong WAL info value generated when gistContinueIns...
2009-12-23  Heikki LinnakangasAlways pass catalog id to the options validator functio...
2009-12-16  Tom LaneAvoid a premature coercion failure in transformSetOpera...
2009-12-14  Tom LaneFix a bug introduced when set-returning SQL functions...
2009-12-12  Tom LaneFix integer-to-bit-string conversions to handle the...
2009-12-10  Marc G. Fourniertag for 8.4.2 REL8_4_2
2009-12-10  Robert HaasFix levenshtein with costs. The previous code multipli...
2009-12-10  Tom LaneUpdate release notes for releases 8.4.2, 8.3.9, 8.2...
2009-12-09  Tom LanePrevent indirect security attacks via changing session...
2009-12-09  Magnus HaganderUpdate size references in installation instructions...
2009-12-09  Magnus HaganderReject certificates with embedded NULLs in the commonNa...
2009-12-09  Tom LaneUpdate time zone data files to tzdata release 2009s...
2009-12-08  Peter EisentrautTranslation updates
2009-12-08  Magnus HaganderFix a couple of broken links to third-party sites.
2009-12-08  Magnus HaganderReplace broken link to custom local gettext package...
2009-12-07  Magnus HaganderUpdate CVS documentation to be more current and add...
2009-12-03  Heikki LinnakangasFix bug in temporary file management with subtransactio...
2009-12-02  Tom LaneIgnore attempts to set "application_name" in the connec...
2009-11-30  Tom LaneAvoid core dump on empty thesaurus dictionary.
2009-11-29  Tom LaneFix session-lifespan memory leak when a plperl function...
2009-11-27  Michael MeskesRemove */ characters from declare cursor statements...
2009-11-24  Peter EisentrautFix syntax in extract() examples
2009-11-23  Heikki LinnakangasFix an old bug in multixact and two-phase commit. Prepa...
2009-11-21  Tom LaneRefactor ecpg grammar so that it uses the core grammar...
2009-11-20  Tom LaneFix display and dumping of UPDATE OR TRUNCATE triggers...
2009-11-19  Peter EisentrautTypo: dump -> restore
2009-11-19  Tom LaneFix memory leak in syslogger: logfile_rotate() would...
2009-11-16  Tom LaneWhile doing the final setrefs.c pass over a plan tree...
2009-11-15  Peter EisentrautMake text search parser accept underscores in XML attri...
2009-11-14  Magnus HaganderAdd inheritable ACE when creating a restricted token...
2009-11-13  Heikki LinnakangasA better fix for the "ARRAY[...]::domain" problem....
2009-11-13  Heikki LinnakangasWhen you do "ARRAY[...]::domain", where domain is a...
2009-11-13  Teodor SigaevFix multicolumn GIN's wrong results with fastupdate...
2009-11-10  Tom LaneDo not build psql's flex module on its own, but instead...
2009-11-10  Alvaro HerreraFix longstanding problems in VACUUM caused by untimely...
2009-11-05  Tom LaneAllow binary-coercible cases in ri_HashCompareOp; there...
2009-11-04  Heikki LinnakangasDisable triggering failover with a signal in pg_standby...
2009-11-03  Peter EisentrautFix obscure segfault condition in PL/Python
2009-11-01  Tom LaneDept of second thoughts: after studying index_getnext...
2009-11-01  Tom LaneFix two serious bugs introduced into hash indexes by...
2009-10-31  Tom LaneEnsure the previous Perl interpreter selection is resto...
2009-10-30  Tom LaneMake the overflow guards in ExecChooseHashTableSize...
2009-10-28  Tom LaneFix \df to re-allow regexp special characters in the...
2009-10-27  Tom LaneFix AfterTriggerSaveEvent to use a test and elog, not...
2009-10-27  Tom LaneMake FOR UPDATE/SHARE in the primary query not propagat...
2009-10-27  Alvaro HerreraFix documentation on the toast.fillfactor reloption...
2009-10-16  Tom LaneRewrite pam_passwd_conv_proc to be more robust: avoid...
2009-10-16  Heikki LinnakangasFREEZE and VERBOSE options were in wrong order in the...
2009-10-14  Heikki LinnakangasRename the new MAX_AUTH_TOKEN_LENGTH #define to PG_MAX_...
2009-10-14  Heikki LinnakangasRaise the maximum authentication token (Kerberos ticket...
2009-10-13  Tom LaneFix ts_stat's failure on empty tsvector.
2009-10-08  Heikki LinnakangasFix off-by-one bug in bitncmp(): When comparing a numbe...
2009-10-07  Alvaro HerreraFix snapshot management, take two.
2009-10-06  Tom LaneChange CREATE TABLE so that column default expressions...
2009-10-03  Tom LaneFix assorted memory leaks in pg_hba.conf parsing. ...
2009-10-02  Tom LaneFix an oversight in an 8.3-era patch: pgstat_initstats...
2009-10-02  Tom LaneMake sure that GIN fast-insert and regular code paths...
2009-10-02  Tom LaneFix erroneous handling of shared dependencies (ie depen...
2009-10-02  Alvaro HerreraEnsure that a cursor has an immutable snapshot througho...
2009-09-29  Tom LaneFix equivclass.c's not-quite-right strategy for handlin...
2009-09-28  Andrew DunstanConvert a perl array to a postgres array when returned...
2009-09-26  Tom LaneFix RelationCacheInitializePhase2 (Phase3, in HEAD...
2009-09-22  Tom LaneFix crash if a DROP is attempted on an internally-depen...
2009-09-21  Bruce Momjianfsync test files
2009-09-18  Tom LaneA bit more wordsmithing on the COPY CSV NULL business.
2009-09-18  Teodor SigaevFix incorrect arguments for gist_box_penalty call....
2009-09-17  Bruce MomjianCSV NULL Documentation
2009-09-17  Bruce MomjianCVS NULL Documentation
2009-09-15  Tom LaneFix two distinct errors in creation of GIN_INSERT_LISTP...
2009-09-13  Heikki LinnakangasDon't error out if recycling or removing an old WAL...
2009-09-12  Joe Conwayplug dblink resource leak
2009-09-12  Tom LaneFix assertion failure when a SELECT DISTINCT ON express...
2009-09-10  Heikki LinnakangasOn Windows, when a file is deleted and another process...
2009-09-09  Tom LaneFix bug with WITH RECURSIVE immediately inside WITH...
2009-09-08  Tom LaneRemove outside-the-scanner references to "yyleng".
2009-09-06  Tom LaneUpdate the tznames reference files, and add IDT (Israel...
2009-09-05  Tom LanePut back "ifeq ($(PORTNAME), solaris)", this time with...
2009-09-04  Tom LaneRevert ill-considered restriction of dtrace support...
2009-09-04  Heikki LinnakangasFix encoding handling in xml binary input function...
2009-09-04  Marc G. FournierTag 8.4.1 REL8_4_1
2009-09-03  Tom LaneFinal updates of release notes for 8.4.1, 8.3.8, 8...
2009-09-03  Tom LaneMake LOAD of an already-loaded library into a no-op...
2009-09-03  Tom LaneDisallow RESET ROLE and RESET SESSION AUTHORIZATION...
2009-09-03  Peter EisentrautTranslation updates
2009-09-03  Tom LaneInstall a workaround for a longstanding gcc bug that...
2009-09-03  Tom LaneUpdate time zone data files to tzdata release 2009l...
2009-09-02  Tom LaneFix subquery pullup to wrap a PlaceHolderVar around...
2009-09-02  Tom LaneFix pg_ctl's readfile() to not go into infinite loop...
2009-08-30  Tom LaneRemove duplicate variable initializations identified...
next