]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2010-04-09  Magnus HaganderClean up inconsistent commas
2010-04-09  Magnus HaganderUpdate list of Windows timezones we try to match locali...
2010-04-08  Magnus HaganderProceed to look for the next timezone when matching...
2010-04-06  Magnus HaganderLog the actual timezone name that we fail to look up...
2010-04-03  Andrew DunstanSync perl's ppport.h on all branches back to 7.4 with...
2010-04-02  Tom LaneEnsure that contrib/pgstattuple functions respond to...
2010-04-01  Heikki LinnakangasDon't pass an invalid file handle to dup2(). That cause...
2010-03-30  Tom LaneFix "constraint_exclusion = partition" logic so that...
2010-03-25  Tom LaneFix ginint4_queryextract() to actually do what it was...
2010-03-25  Alvaro HerreraPrevent ALTER USER f RESET ALL from removing the settin...
2010-03-24  Tom LaneFix thinko in log message for "sameuser" ident map...
2010-03-20  Tom LaneClear error_context_stack and debug_query_string at...
2010-03-19  Tom LaneModify error context callback functions to not assume...
2010-03-18  Tom LaneFix missing parentheses for current_query(), per bug...
2010-03-18  Heikki LinnakangasFix bug in %r handling in recovery_end_command, it...
2010-03-17  Magnus HaganderTypo fixes.
2010-03-17  Tom LaneFix incorrect example in CREATE INDEX reference page...
2010-03-12  Marc G. Fourniertag 8.4.3 REL8_4_3
2010-03-11  Alvaro HerreraImprove PL/Perl documentation of database access functi...
2010-03-11  Tom LaneAdd missing reset of need_initialization in reloptions...
2010-03-11  Tom LaneSync timezone code with tzcode 2010c from the Olson...
2010-03-10  Tom LanePreliminary release notes for releases 8.4.3, 8.3.10...
2010-03-09  Tom LaneUse SvROK(sv) rather than directly checking SvTYPE...
2010-03-09  Alvaro HerreraUpdate time zone data files to tzdata release 2010d...
2010-03-09  Bruce MomjianReturn proper exit code (3) from psql when ON_ERROR_STO...
2010-03-08  Michael MeskesBackport fix from HEAD that makes ecpglib give the...
2010-03-08  Magnus HaganderAdd missing space in example.
2010-03-08  Magnus HaganderRequire hostname to be set when using GSSAPI authentica...
2010-03-08  Magnus HaganderDisallow gssapi authentication on local connections...
2010-03-08  Tom LaneUpdate time zone data files to tzdata release 2010c...
2010-03-06  Tom LaneFix warning messages in restrict_and_check_grant()...
2010-03-06  Tom LaneWhen reading pg_hba.conf and similar files, do not...
2010-03-04  Heikki LinnakangasFix IsBinaryCoercible to not confuse a cast using in...
2010-03-03  Tom LaneFix a couple of places that would loop forever if attem...
2010-03-03  Heikki LinnakangasFix pg_dump of ACLs of foreign servers. The command...
2010-03-03  Tom LaneMake contrib/xml2 use core xml.c's error handler, when...
2010-03-03  Tom LaneExport xml.c's libxml-error-handling support so that...
2010-03-03  Andrew DunstanMake iconv work like other optional libraries for MSVC.
2010-03-02  Andrew DunstanAdd missing library and include dir for XSLT in MSVC...
2010-03-02  Andrew DunstanDo not run regression tests for contrib/xml2 on MSVC...
2010-03-02  Andrew DunstanBackpatch MSVC build fix for XSLT
2010-03-01  Heikki LinnakangasFix translation of strings in psql \d output (translati...
2010-03-01  Heikki LinnakangasFix numericlocale psql option when used with a null...
2010-03-01  Tom LaneFix contrib/xml2 so regression test still works when...
2010-03-01  Tom LaneRemove xmlCleanupParser calls from contrib/xml2.
2010-03-01  Tom LaneBack-patch today's memory management fixups in contrib...
2010-02-25  Tom LaneAllow predicate_refuted_by() to deduce that NOT A refut...
2010-02-25  Magnus HaganderAdd configuration parameter ssl_renegotiation_limit...
2010-02-24  Tom LaneAllow zero-dimensional (ie, empty) arrays in contrib...
2010-02-24  Alvaro HerreraRemove stray semicolon, per report from strk
2010-02-19  Robert HaasRemove incorrect statement that PostgreSQL 8.4 has...
2010-02-19  Itagaki TakahiroFix STOP WAL LOCATION in backup history files no to...
2010-02-18  Tom LaneVolatile-ize all five places where we expect a PG_TRY...
2010-02-18  Tom LaneProvide some rather hokey ways for EXPLAIN to print...
2010-02-18  Tom LaneFix ExecEvalArrayRef to pass down the old value of...
2010-02-18  Tom LaneForce READY portals into FAILED state when a transactio...
2010-02-17  Tom LanePrevent #option dump from crashing on FORI statement...
2010-02-16  Greg Starkrevert prior patch to fsync directories until portabili...
2010-02-14  Greg StarkMake CREATE DATABASE safe against losing whole files...
2010-02-14  Tom LaneOoops, let's get the non-null vs null bit right ...
2010-02-14  Tom LaneDocument the behavior of STRICT VARIADIC functions.
2010-02-12  Tom LaneDon't choke when exec_move_row assigns a synthesized...
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...
next