]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2009-06-22  Peter EisentrautAdd more explicit note that the parameters of MOVE...
2009-06-22  Tom LaneRevert dubious message wording change.
2009-06-21  Peter EisentrautMessage fixes
2009-06-20  Tom LaneFix things so that array_agg_finalfn does not modify...
2009-06-19  Peter EisentrautExtend man page installation hackery so that the man...
2009-06-19  Peter EisentrautDon't convert the man page names to lower case, so...
2009-06-19  Peter EisentrautAdd manvolnum, so that man pages are generated.
2009-06-18  Peter EisentrautDon't attempt to "rm" directories on uninstall.
2009-06-18  Peter EisentrautRecursive Joins -> Recursive Queries
2009-06-18  Peter EisentrautAdd some more documentation and cross-links on using...
2009-06-18  Peter EisentrautRefine the use of terminology around bound and unbound...
2009-06-18  Heikki LinnakangasFix a few errors in comments. Patch by Fujii Masao...
2009-06-18  Tom LaneFix the just-reported problem that you can't specify...
2009-06-17  Tom LaneProofreading for Bruce's recent round of documentation...
2009-06-17  Tom LaneExecAgg() failed to finish running out set-returning...
2009-06-17  Peter EisentrautAdd another link of a GUC variable to where it is expla...
2009-06-17  Peter EisentrautFix typo in error message: tgargv -> tg_argv
2009-06-14  Tom LaneChange test tables in copy2 regression test to be tempo...
2009-06-13  Tom LaneFix get_sort_group_operators() so that it doesn't think...
2009-06-13  Peter EisentrautTweak the display of incoming foreign-key constraints...
2009-06-12  Tom LaneImprove documentation about GiST opclass support functions.
2009-06-12  Tom LaneFix several places where a function was declared static...
2009-06-12  Tom LaneAdd info about minimum recommended AIX fix levels,...
2009-06-12  Marc G. Fourniertime to tag rc1 ... REL8_4_RC1
2009-06-12  Bruce MomjianTighten typedef check for Linux.
2009-06-12  Bruce MomjianMention BSD/OS find_typedef behavior.
2009-06-11  Bruce MomjianDocument struct/union problem with pgindent.
2009-06-11  Tom LaneUpdate release notes to today.
2009-06-11  Tom LaneRevisit AlterTableCreateToastTable's API once again...
2009-06-11  Tom LaneRemove our inadequate kluge that tried to get AIX's...
2009-06-11  Tom LaneMark contrib's GiST and GIN opclass support functions...
2009-06-11  Tom LaneUpdate time zone data files to tzdata release 2009i...
2009-06-11  Tom LaneFix things so that you can still do "select foo()"...
2009-06-11  Tom LaneSomebody seems to have thought they could get away...
2009-06-11  Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-11  Bruce MomjianAdd FreeBSD support for find_typedef, per request from...
2009-06-10  Peter EisentrautTranslation updates
2009-06-10  Peter EisentrautArrange that the string "syntax error" generated by...
2009-06-10  Tom LaneFix ill-advised whitespace prettification, per buildfarm.
2009-06-10  Peter EisentrautClarify to the translator that plpgsql_yyerror() deals...
2009-06-10  Tom LaneProperly mark pg_freespace() function as strict. Also...
2009-06-10  Peter EisentrautClarify error message
2009-06-10  Tom LaneSupport Kerberos on platforms where libcom_err depends...
2009-06-10  Tom LaneAdd warning that xpath() doesn't work with non-UTF8...
2009-06-10  Peter EisentrautImprove capitalization and punctuation in recently...
2009-06-10  Tom LaneAdd a warning about possible strange behavior of volati...
2009-06-10  Tom LaneKeep rs_startblock the same during heap_rescan, so...
2009-06-10  Tom LaneFix cash_in() to behave properly in locales where frac_...
next