]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2009-07-20  Alvaro HerreraInstall src/include/utils/fmgroids.h on VPATH builds...
2009-07-20  Tom LaneRemove unnecessary and version-sensitive dependence...
2009-07-19  Tom LaneFix a thinko in join_is_legal: when we decide we can...
2009-07-18  Tom LaneFix error cleanup failure caused by 8.4 changes in...
2009-07-17  Tom LaneRepair bug #4926 "too few pathkeys for mergeclauses...
2009-07-14  Tom LaneDo a conditional SPI_push/SPI_pop when replanning a...
2009-07-11  Tom LaneFix set_rel_width() to do something reasonable with...
2009-07-10  Tom LaneFix xslt_process() to ensure that it inserts a NULL...
2009-07-08  Tom LaneRemove no-longer-necessary transmission of postmaster...
2009-07-08  Heikki LinnakangasNeed to use pg_perm_setlocale when setting LC_CTYPE...
2009-07-08  Tom LaneAdd missing HOUR TO SECOND option to list of possible...
2009-07-06  Heikki LinnakangasFix ancient bug in handling of to_char modifier 'TH...
2009-07-06  Tom LaneFix set_append_rel_pathlist() to deal intelligently...
2009-07-06  Tom LanePer SQL spec (in particular, the grammar in SQL:2008...
2009-07-06  Tom LaneFix handling of changed-Param signaling for CteScan...
2009-07-02  Tom LaneFix up pg_dump's --binary-upgrade option so that it...
2009-07-01  Tom LaneRemove useless References column for pg_listener catalo...
2009-07-01  Tom LaneAdd missed src/include/foreign subdirectory to the...
2009-06-27  Tom LaneRevert addition of "o" to tar options. This was intend... REL8_4_0
2009-06-27  Marc G. FournierBundle v8.4.0
2009-06-26  Tom LaneUpdate release notes in final preparation for 8.4.0.
2009-06-26  Tom LaneAdd a note about SystemTap vs DTrace spelling of probe...
2009-06-26  Tom LaneMarginal improvement of description of recovery_end_com...
2009-06-26  Tom LaneCleanup and code review for the patch that made bgwrite...
2009-06-26  Peter EisentrautTranslation updates for 8.4 release.
2009-06-26  Peter EisentrautExtract tarballs with "o" option (tar xof), to behave...
2009-06-26  Peter EisentrautUse $(TAR) instead of tar in makefiles.
2009-06-25  Tom LaneAdd __attribute__((format_arg(1))) to the declaration...
2009-06-25  Heikki LinnakangasFix some serious bugs in archive recovery, now that...
2009-06-25  Peter EisentrautMan pages back to lowercase names, with additional...
2009-06-25  Tom LaneMake prior patch pgindent-safe.
2009-06-25  Heikki LinnakangasThe code to unlink dropped relations in FinishPreparedT...
2009-06-25  Heikki LinnakangasDisable pg_standby -l option because the backend doesn...
2009-06-25  Magnus HaganderDisallow empty passwords in LDAP authentication, the...
2009-06-24  Peter EisentrautCorrect grammar in picksplit debug messages
2009-06-24  Magnus HaganderFix incorrect LDAP example, noted by Tom.
2009-06-24  Magnus Haganderparse_ident_usermap() shuold use ereport(LOG) and not...
2009-06-23  Tom LaneProvide a link to the UPDATE reference page in the...
2009-06-23  Magnus HaganderProperly initialize SSL engines when used from libpq...
2009-06-23  Tom LaneFix an ancient error in dist_ps (distance from point...
2009-06-23  Tom LaneFix the makefiles to fail cleanly if Perl is needed...
2009-06-22  Marc G. Fournierbundle RC2 REL8_4_RC2
2009-06-22  Tom LaneFor bulk write operations (eg COPY IN), use a ring...
2009-06-22  Tom LaneMake to_timestamp and friends skip leading spaces befor...
next