]> granicus.if.org Git - postgresql/shortlog
postgresql
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 Tom LaneUpdate time zone data files to tzdata release 2010c...
2010-03-06 Tom LaneWhen reading pg_hba.conf and similar files, do not...
2010-03-03 Tom LaneFix a couple of places that would loop forever if attem...
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-03 Bruce Momjianpgindent run on xml.c in 8.3 branch, per request from...
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 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-03-01 Tom LaneBack-patch changes of 2009-05-13 in xml.c's memory...
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-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 LaneFix ExecEvalArrayRef to pass down the old value of...
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-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-05 Heikki LinnakangasAdd a note to the documentation of pg_standby that...
2010-02-03 Joe ConwayCheck to ensure the number of primary key fields suppli...
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-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-18 Tom LaneFix portalmem.c to avoid keeping a dangling pointer...
2010-01-13 Tom LaneWhen loading critical system indexes into the relcache...
2010-01-12 Tom LaneFix relcache reload mechanism to be more robust in...
2010-01-07 Tom LaneMake bit/varbit substring() treat any negative length...
2009-12-30 Tom LaneSet errno to zero before invoking SSL_read or SSL_write...
2009-12-29 Heikki LinnakangasOops, previous backpatch applied incorrectly.
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-12 Tom LaneFix integer-to-bit-string conversions to handle the...
2009-12-10 Marc G. Fourniertag 8.3.9 REL8_3_9
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 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-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-24 Peter EisentrautFix syntax in extract() examples
2009-11-23 Heikki LinnakangasFix an old bug in multixact and two-phase commit. Prepa...
2009-11-19 Tom LaneFix memory leak in syslogger: logfile_rotate() would...
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-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-04 Heikki LinnakangasDisable triggering failover with a signal in pg_standby...
2009-11-03 Peter EisentrautFix obscure segfault condition in PL/Python
2009-10-31 Tom LaneEnsure the previous Perl interpreter selection is resto...
2009-10-30 Tom LaneMake the overflow guards in ExecChooseHashTableSize...
2009-10-27 Tom LaneFix AfterTriggerSaveEvent to use a test and elog, not...
2009-10-16 Tom LaneRewrite pam_passwd_conv_proc to be more robust: avoid...
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-08 Heikki LinnakangasFix off-by-one bug in bitncmp(): When comparing a numbe...
2009-10-02 Tom LaneFix an oversight in an 8.3-era patch: pgstat_initstats...
2009-10-02 Tom LaneFix erroneous handling of shared dependencies (ie depen...
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-18 Teodor SigaevFix incorrect arguments for gist_box_penalty call....
2009-09-13 Heikki LinnakangasDon't error out if recycling or removing an old WAL...
2009-09-10 Heikki LinnakangasOn Windows, when a file is deleted and another process...
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-04 Heikki LinnakangasFix encoding handling in xml binary input function...
2009-09-04 Marc G. FournierTag 8.3.8 REL8_3_8
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 LaneUpdate time zone data files to tzdata release 2009l...
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 Bruce MomjianUpdate release notes for 7.4.26, 8.0.22, 8.1.18, 8...
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-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 tabs from SGML.
next