]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2009-10-03  Tom LaneFix assorted memory leaks in pg_hba.conf parsing. ...
2009-10-03  Tom LaneFix a couple of issues in recent patch to print updates...
2009-10-02  Tom LaneFix an oversight in an 8.3-era patch: pgstat_initstats...
2009-10-02  Tom LaneMake sure that GIN fast-insert and regular code paths...
2009-10-02  Tom LaneFix erroneous handling of shared dependencies (ie depen...
2009-10-02  Alvaro HerreraEnsure that a cursor has an immutable snapshot througho...
2009-10-01  Michael MeskesApplied patch by Boszormenyi Zoltan <zb@cybertec.at...
2009-10-01  Tom LaneSupport "samehost" and "samenet" specifications in...
2009-09-30  Tom LaneFix bogus Assert, per buildfarm results.
2009-09-30  Tom LaneAssorted improvements in contrib/hstore.
2009-09-29  Peter EisentrautAdd tooltips to the header links, and make title a...
2009-09-29  Tom LaneAllow MOVE FORWARD n, MOVE BACKWARD n, MOVE FORWARD...
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-28  Michael MeskesAdded some explanation about how the parser is generate...
2009-09-27  Tom LaneRemove no-longer-needed ExecCountSlots infrastructure.
2009-09-27  Tom LaneReplace the array-style TupleTable data structure with...
2009-09-27  Tom LaneMake libpq reject non-numeric and out-of-range port...
2009-09-27  Tom LaneSync psql's scanner with recent changes in backend...
2009-09-27  Tom LaneOoops, fix to Genbki.pm for ROWTYPE_OID wasn't quite...
2009-09-27  Tom LaneSimplify the bootstrap (BKI) code by getting rid of...
2009-09-26  Tom LaneHmm, seems a lot of the buildfarm is running versions...
2009-09-26  Tom LaneRevert my ill-considered change that made formrdesc...
2009-09-26  Tom LaneExtend the BKI infrastructure to allow system catalogs...
2009-09-26  Tom LaneFix RelationCacheInitializePhase2 (Phase3, in HEAD...
2009-09-25  Peter EisentrautPrevent isolated second surrogate in U& syntax
2009-09-25  Peter EisentrautRemove backup states from Unicode escapes patch
2009-09-23  Tom LaneImprove example for DO, per Petr Jelinek.
2009-09-22  Peter EisentrautUnicode escapes in E'...' strings
2009-09-22  Tom LaneImplement the DO statement to support execution of...
2009-09-22  Tom LaneFix crash if a DROP is attempted on an internally-depen...
2009-09-21  Peter EisentrautSurrogate pair support for U& string and identifier...
2009-09-21  Bruce Momjianfsync test files
2009-09-21  Tom LaneDefine a new, more extensible syntax for COPY options.
2009-09-20  Tom LaneAllow plpgsql IN parameters to be assigned to. Since...
2009-09-19  Tom LaneRemove a couple hundred lines of ugly and tedious-to...
2009-09-19  Tom Lanesql_help.c needs to be cvsignore'd.
2009-09-19  Tom LaneRename new subroutine, per discussion with Robert Haas.
2009-09-19  Peter EisentrautMake the placeholder naming in the synopses of the...
2009-09-19  Andrew DunstanFix MSVC build breakage from psql help changes. Per...
2009-09-18  Tom LaneA bit more wordsmithing on the COPY CSV NULL business.
2009-09-18  Tom LaneMarginal code cleanup in joinpath.c: factor out clause...
2009-09-18  Teodor SigaevFix incorrect arguments for gist_box_penalty call....
2009-09-18  Michael MeskesAdded patch by Bernd Helmle <bernd.helmle@credativ...
2009-09-18  Peter EisentrautEasier to translate psql help
2009-09-17  Bruce MomjianCSV NULL Documentation
2009-09-17  Peter EisentrautImprove wording of error message when a postgresql...
2009-09-17  Bruce MomjianCVS NULL Documentation
2009-09-17  Peter EisentrautWhen reloading postgresql.conf, log what parameters...
2009-09-17  Tom LaneImplement "join removal" for cases where the inner...
2009-09-16  Peter Eisentrauterrcontext support in PL/Perl
2009-09-15  Tom LaneFix two distinct errors in creation of GIN_INSERT_LISTP...
2009-09-15  Michael MeskesApplied patch by Boszormenyi Zoltan <zb@cybertec.at...
2009-09-15  Tom LaneFix possible buffer overrun and/or unportable behavior...
2009-09-14  Peter EisentrautPrint builds don't actually depend on html target ...
2009-09-13  Tom LaneWrite psql's ~/.psql_history file using history_truncat...
2009-09-13  Peter EisentrautFix Unicode support in PL/Python
2009-09-13  Peter EisentrautDocument that autovacuum_max_workers can only be set...
2009-09-13  Heikki LinnakangasDon't error out if recycling or removing an old WAL...
2009-09-12  Joe Conwayplug dblink resource leak
2009-09-12  Peter EisentrautAdd Unicode support in PL/Python
2009-09-12  Tom LaneRewrite the planner's handling of materialized plan...
2009-09-12  Tom LaneImprove GRANT reference page's description of object...
2009-09-12  Tom LaneInstall a hopefully-temporary workaround for Snow Leopa...
2009-09-12  Peter EisentrautRemove TODO file; it has been added to the main Todo...
2009-09-12  Tom LaneFix assertion failure when a SELECT DISTINCT ON express...
2009-09-11  Tom LaneIncrease the maximum value of extra_float_digits to...
2009-09-11  Peter EisentrautRemove claim that this chapter discusses rules and...
2009-09-10  Alvaro HerreraAdd note that the logging collector can block backends...
2009-09-10  Tatsuo Ishiipgbench has #defines for number of branches, tellers...
2009-09-10  Heikki LinnakangasOn Windows, when a file is deleted and another process...
2009-09-09  Peter EisentrautFix/improve bytea and boolean support in PL/Python
2009-09-09  Tom LaneFix bug with WITH RECURSIVE immediately inside WITH...
2009-09-08  Tom LaneRemove any -arch switches given in ExtUtils::Embed...
2009-09-08  Tom LaneAdd a boolean GUC parameter "bonjour" to control whethe...
2009-09-08  Tom LaneReplace use of the long-deprecated Bonjour API DNSServi...
2009-09-08  Tom LaneRemove outside-the-scanner references to "yyleng".
2009-09-07  Magnus HaganderChange our WIN32 API version to be 5.01 (Windows XP...
2009-09-06  Tom LaneUpdate the tznames reference files, and add IDT (Israel...
2009-09-05  Tom LaneAdd a note warning that COPY BINARY is very datatype...
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  Tom LaneRemove pgstat's discrimination against MsgVacuum and...
2009-09-04  Heikki LinnakangasTigthen binary receive functions so that they reject...
2009-09-04  Heikki LinnakangasFix encoding handling in xml binary input function...
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  Tom LaneInstall a workaround for a longstanding gcc bug that...
2009-09-03  Michael MeskesFixed incorrect memory management.
2009-09-03  Michael MeskesRemoved some variables no longer needed.
2009-09-03  Michael MeskesDo not set connection values if no connection is open.
2009-09-03  Tom LaneUpdate time zone data files to tzdata release 2009l...
2009-09-03  Tom LaneRemove initdb's rather gratuitous check to see if the...
2009-09-02  Magnus HaganderRevert Makefile modification that broke the MSVC build.
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-09-01  Tom LaneForce VACUUM to recalculate oldestXmin even when we...
2009-09-01  Tom LaneActually, we need to bump the format identifier on...
2009-09-01  Tom LaneBump catversion for flat-file-ectomy. Also remove...
next