]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2010-02-12  Andrew DunstanFree reference in correct Perl context. Backpatch to...
2010-02-09  Heikki LinnakangasFix bug in GIN WAL redo cleanup function: don't free...
2010-02-08  Heikki LinnakangasRemove obsolete comment about 'fsm' argument, which...
2010-02-05  Bruce MomjianProperly document that OVER and WINDOW are Postgres...
2010-02-03  Joe ConwayCheck to ensure the number of primary key fields suppli...
2010-02-03  Tom LaneForgot to back-patch CLUSTER test fix to 8.4.
2010-02-02  Tom LaneCLUSTER specified the wrong namespace when renaming...
2010-02-02  Bruce MomjianRemove copyright mention of Andrew Yu, per author's...
2010-02-01  Tom LaneChange regexp engine's ccondissect/crevdissect routines...
2010-01-31  Magnus HaganderFix race condition in win32 signal handling.
2010-01-30  Tom LaneAvoid performing encoding conversion on command tag...
2010-01-30  Tom LaneFix memory leakage introduced into print_aligned_text...
2010-01-25  Tom LaneApply Tcl_Init() to the "hold" interpreter created...
2010-01-24  Tom LaneFix assorted core dumps and Assert failures that could...
2010-01-23  Tom LaneInsert CHECK_FOR_INTERRUPTS calls into loops in dbsize...
2010-01-20  Tom LaneWell, the systemtap guys moved the goalposts again...
2010-01-19  Tom LaneWhen doing a parallel restore, we must guard against...
2010-01-18  Tom LaneFix an oversight in convert_EXISTS_sublink_to_join...
2010-01-18  Teodor SigaevFix incorrect comparison of scan key in GIN. Per report...
2010-01-18  Tom LaneFix portalmem.c to avoid keeping a dangling pointer...
2010-01-16  Magnus HaganderFix spelling error, noticed by Thomas Shinnick
2010-01-16  Tom LaneRe-order configure tests to reflect the fact that the...
2010-01-13  Tom LaneWhen loading critical system indexes into the relcache...
2010-01-13  Tom LaneFix bug #5269: ResetPlanCache mustn't invalidate cached...
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.
next