]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2010-05-12  Tom LanePreliminary release notes for releases 8.4.4, 8.3.11...
2010-05-11  Tom LaneUpdate time zone data files to tzdata release 2010j...
2010-05-08  Tom LaneWork around a subtle portability problem in use of...
2010-05-05  Tom LaneFix psql to not go into infinite recursion when expandi...
2010-05-05  Tom LaneFix backpatching error in recent patch for ALTER USER...
2010-05-01  Tom LaneAdd code to InternalIpcMemoryCreate() to handle the...
2010-04-30  Tom LaneFix multiple memory leaks in PLy_spi_execute_fetch_resu...
2010-04-15  Peter EisentrautIP port -> TCP port
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-03-25  Alvaro HerreraPrevent ALTER USER f RESET ALL from removing the settin...
2010-03-20  Tom LaneClear error_context_stack and debug_query_string at...
2010-03-17  Magnus HaganderTypo fixes.
2010-03-12  Marc G. Fourniertag 8.1.20 REL8_1_20
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-08  Magnus HaganderAdd missing space in example.
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-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 LaneBack-patch addition of ssl_renegotiation_limit into...
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-17  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-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-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-07  Tom LaneMake bit/varbit substring() treat any negative length...
2009-12-29  Heikki LinnakangasRemove a now unused local variable.
2009-12-29  Heikki LinnakangasPrevious fix for temporary file management broke return...
2009-12-12  Tom LaneFix integer-to-bit-string conversions to handle the...
2009-12-10  Marc G. Fourniertag 8.1.19 REL8_1_19
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-23  Heikki LinnakangasFix an old bug in multixact and two-phase commit. Prepa...
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-03  Peter EisentrautFix obscure segfault condition in PL/Python
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-08  Heikki LinnakangasFix off-by-one bug in bitncmp(): When comparing a numbe...
2009-10-02  Tom LaneFix erroneous handling of shared dependencies (ie depen...
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-08  Tom LaneRemove outside-the-scanner references to "yyleng".
2009-09-04  Marc G. FournierTag 8.1.18 REL8_1_18
2009-09-03  Tom LaneFinal updates of release notes for 8.4.1, 8.3.8, 8...
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-27  Bruce MomjianUpdate release notes for 7.4.26, 8.0.22, 8.1.18, 8...
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-15  Bruce MomjianRemove tabs from SGML.
2009-08-10  Andrew DunstanRe-add documentation for --no-readline option of psql...
2009-08-07  Tom LaneTry to defend against the possibility that libpq is...
2009-07-29  Tom LaneFix a thinko introduced into CountActiveBackends by...
2009-07-10  Tom LaneFix xslt_process() to ensure that it inserts a NULL...
2009-07-06  Heikki LinnakangasFix ancient bug in handling of to_char modifier 'TH...
2009-06-23  Tom LaneFix an ancient error in dist_ps (distance from point...
2009-06-11  Tom LaneUpdate time zone data files to tzdata release 2009i...
2009-06-10  Peter EisentrautImprove capitalization and punctuation in recently...
2009-06-10  Tom LaneFix cash_in() to behave properly in locales where frac_...
2009-06-05  Andrew DunstanAdjust recent PERL_SYS_INIT3 call to avoid platforms...
2009-06-04  Andrew DunstanInitialise perl library as documented in perl API....
2009-05-19  Heikki LinnakangasUpdate relpages and reltuples estimates in stand-alone...
2009-05-03  Tom LaneFix pg_resetxlog to remove archive status files along...
2009-05-02  Tom LaneSplit the release notes into a separate file for each...
2009-05-01  Tom LaneWhen checking for datetime field overflow, we should...
2009-04-25  Tom LaneFix the handling of sub-SELECTs appearing in the argume...
2009-04-25  Bruce MomjianRemove HELIOS Software GmbH name and copyright from...
2009-04-15  Magnus HaganderRemove beer-ware license from crypt-md5.c, per
2009-04-09  Tom LaneUpdate time zone data files to tzdata release 2009e...
2009-04-07  Teodor SigaevFix 'all at one page bug' in picksplit method of R...
2009-04-07  Tom LaneDefend against non-ASCII letters in fuzzystrmatch code...
2009-04-04  Tom LaneRewrite interval_hash() so that the hashcodes are equal...
2009-03-31  Tom LaneFix contrib/pgstattuple and contrib/pageinspect to...
2009-03-31  Magnus HaganderDon't crash initdb when we fail to get the current...
2009-03-31  Heikki LinnakangasFix a rare race condition when commit_siblings > 0...
2009-03-27  Heikki LinnakangasFix tab completion of ANALYZE VERBOSE <tab>. It was...
2009-03-25  Tom LaneFix old thinko in pgp.h: the idea is to declare some...
2009-03-13  Marc G. Fourniertag 8.1.17 REL8_1_17
next