]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2009-08-27  Tom LaneModify the definition of window-function PARTITION...
2009-08-27  Alvaro HerreraFix broken markup
2009-08-27  Alvaro HerreraFix handling of autovacuum reloptions.
2009-08-27  Heikki LinnakangasIn the checkpoint written at the end of archive recover...
2009-08-27  Bruce MomjianUpdate release notes for 7.4.26, 8.0.22, 8.1.18, 8...
2009-08-24  Tom LaneTry to make silent_mode behave somewhat reasonably.
2009-08-24  Tom LaneSmall correction to previous patch: we shouldn't Releas...
2009-08-24  Alvaro HerreraAvoid calling kill() in a postmaster signal handler.
2009-08-24  Tom LaneFix inclusions of readline/editline header files so...
2009-08-24  Tom LaneFix a violation of WAL coding rules in the recent patch...
2009-08-23  Tom LaneTweak ExecIndexEvalRuntimeKeys to forcibly detoast...
2009-08-18  Tom LaneFix overflow for INTERVAL 'x ms' where x is more than...
2009-08-16  Tom LaneFix imprecise documentation of random(): it never retur...
2009-08-16  Tom LaneFix incorrect encoding-aware name truncation in makeArr...
2009-08-15  Bruce MomjianRemove tab in SGML.
2009-08-13  Tom LanePut back adjust_appendrel_attrs()'s code for dealing...
2009-08-12  Tom LaneFix old bug in log_autovacuum_min_duration code: it...
2009-08-11  Magnus HaganderReserve the shared memory region during backend startup...
2009-08-10  Alvaro HerreraFix URL to "The Hitch-Hiker's Guide to Evolutionary...
2009-08-10  Alvaro HerreraFix number of columns declared for pg_user_mappings...
2009-08-10  Bruce MomjianAdjust test_fsync code to be more sane.
2009-08-10  Magnus HaganderEnable the use of multiple CPUs/cores when building...
2009-08-10  Andrew DunstanRe-add documentation for --no-readline option of psql...
2009-08-08  Tom LaneDocument that LocalSetXLogInsertAllowed can be re-executed.
2009-08-07  Alvaro HerreraDocument that autovacuum may run ANALYZE
2009-08-07  Tom LaneTry to defend against the possibility that libpq is...
2009-08-07  Tom Lanerm_cleanup functions need to be allowed to write WAL...
2009-08-07  Tom LaneFix some omissions in the dependency-object-class suppo...
2009-08-07  Heikki LinnakangasFast shutdown stop should forcibly disconnect any activ...
2009-07-30  Magnus HaganderMake sure FD_SETSIZE is set before we include any Windows
2009-07-29  Tom LaneFix time_part and timetz_part (ie, EXTRACT() for those...
2009-07-29  Tom LaneFix a thinko introduced into CountActiveBackends by...
2009-07-28  Teodor SigaevFix incorrect cleanup of tsquery in ts_rewrite(). Per...
2009-07-27  Tom LaneImprove comment, per gripe from Alvaro.
2009-07-27  Tom LaneFix pg_stat_statements for EXEC_BACKEND case.
2009-07-24  Peter EisentrautDocument \dg+ and \du+
2009-07-23  Tom LaneIn a non-hashed Agg node, reset the "aggcontext" at...
2009-07-23  Tom LaneFix another thinko in join_is_legal's handling of semij...
2009-07-22  Magnus HaganderFix mismatch in const:ness of parameters.
2009-07-21  Peter EisentrautRemove translated FAQs
2009-07-21  Tom LaneFix another semijoin-ordering bug. We already knew...
2009-07-20  Bruce MomjianProperly restore pg_largeobject.relfozenxid in binary...
next