]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2011-06-09  Heikki LinnakangasMark the SLRU page as dirty when setting an entry in...
2011-06-09  Peter EisentrautFix documentation of information_schema.element_types
2011-06-08  Tom LaneMake citext's equality and hashing functions collation...
2011-06-08  Peter EisentrautReorder pg_ctl promote after pg_ctl status
2011-06-08  Tom LaneAllow domains over arrays to match ANYARRAY parameters...
2011-06-08  Heikki LinnakangasMake DDL operations play nicely with Serializable Snaps...
2011-06-08  Robert HaasComplain politely about access temp/unlogged tables...
2011-06-08  Alvaro HerreraRevert psql bits to display NOT VALID for FKs
2011-06-07  Heikki LinnakangasMake ascii-art in comments pgindent-safe, and some...
2011-06-07  Tom LaneFix rewriter to cope (more or less) with CTEs in the...
2011-06-06  Tom LaneReset reindex-in-progress state before reverifying...
2011-06-04  Andrew DunstanAllow building with perl 5.14.
2011-06-04  Peter EisentrautFix documentation reference to "above" example
2011-06-04  Peter EisentrautMore ECPG documentation fixes
2011-06-04  Peter EisentrautECPG documentation fix
2011-06-04  Tom LaneExpose the "*VALUES*" alias that we generate for a...
2011-06-03  Alvaro HerreraFix pg_get_constraintdef to cope with NOT VALID constraints
2011-06-03  Tom LaneFix failure to check whether a rowtype's component...
2011-06-03  Peter EisentrautTruncate id to <=44 characters
2011-06-03  Heikki LinnakangasSSI comment fixes and enhancements. Notably, document...
2011-06-03  Tom LaneNeed to list getpeereid.c in .gitignore, too ...
2011-06-02  Bruce MomjianUse proper SGML doc entities rather than angle-brackets.
2011-06-02  Tom LaneHandle domains when checking for recursive inclusion...
2011-06-02  Tom LaneLooks like we can't declare getpeereid on Windows anyway.
2011-06-02  Tom Lanelibpq needs its own copy of src/port/getpeereid.
2011-06-02  Peter EisentrautSort COMMENT synopsis and add more examples
2011-06-02  Tom LaneClean up after erroneous SELECT FOR UPDATE/SHARE on...
2011-06-02  Robert HaasFix vim-induced typo.
2011-06-02  Tom LaneDisallow SELECT FOR UPDATE/SHARE on sequences.
2011-06-02  Tom LaneTypo fix.
2011-06-02  Robert HaasAvoid creating init fork for unlogged indexes when...
2011-06-02  Tom LaneImplement getpeereid() as a src/port compatibility...
2011-06-01  Tom LaneAllow hash joins to be interrupted while searching...
2011-06-01  Peter EisentrautSome copy editing of the release notes
2011-06-01  Tom LaneFurther improvements in pg_ctl's new wait-for-postmaste...
2011-05-31  Tom LaneProtect GIST logic that assumes penalty values can...
2011-05-31  Peter EisentrautRecode non-ASCII characters in source to UTF-8
2011-05-31  Peter EisentrautUse entities to encode non-ASCII characters in SGML...
2011-05-31  Tom LaneReplace use of credential control messages with getsock...
2011-05-30  Tom LaneFix portability bugs in use of credentials control...
2011-05-30  Tom LaneFix VACUUM so that it always updates pg_class.reltuples...
2011-05-30  Peter EisentrautSuppress foreign data wrappers and foreign servers...
2011-05-30  Magnus HaganderDon't recommend upgrading to latest available Windows SDK
2011-05-30  Magnus HaganderRefuse "local" lines in pg_hba.conf on platforms that...
2011-05-30  Magnus HaganderDon't include local line on platforms without support
2011-05-30  Heikki LinnakangasThe row-version chaining in Serializable Snapshot Isola...
2011-05-30  Alvaro HerreraMake message more consistent
2011-05-30  Alvaro HerreraRemove usage of &PL_sv_undef in hashes and arrays
2011-05-29  Peter EisentrautAdd pg_basebackup -z option for compression with defaul...
2011-05-29  Peter EisentrautCorrect description of log_connections and log_disconne...
2011-05-28  Peter EisentrautAllow pg_basebackup compressed tar output to stdout
2011-05-28  Peter EisentrautAvoid compiler warning when building without zlib
2011-05-28  Tom LaneFix null-dereference crash in parse_xml_decl().
2011-05-28  Alvaro HerreraRemove unused variable
2011-05-27  Peter EisentrautRemove literal tabs from message strings
2011-05-27  Peter EisentrautDrop "meaning" column from error code table
2011-05-27  Tom LaneImprove corner cases in pg_ctl's new wait-for-postmaste...
2011-05-27  Tom LanePreserve caller's memory context in ProcessCompletedNot...
2011-05-27  Heikki LinnakangasCheck the return code of pthread_create(). Otherwise...
2011-05-26  Tom LaneMake decompilation of optimized CASE constructs more...
2011-05-26  Tom LaneAdjust configure to use "+Olibmerrno" with HP-UX C...
2011-05-25  Tom LaneSuppress extensions in partial dumps.
2011-05-25  Peter EisentrautPut options in some sensible order
2011-05-25  Andrew DunstanConvert builddoc.bat into a perl script that actually...
2011-05-25  Bruce MomjianAdd C comment about why we don't spell out "month"...
2011-05-24  Tom LaneGrammar cleanup for src/test/isolation/README
2011-05-24  Tom LaneCleanup for pull-up-isReset patch.
2011-05-24  Bruce MomjianIn pg_upgrade, do case-insensitive checks of locale...
2011-05-24  Tom LaneAdjust configure's probe for libselinux so it rejects...
2011-05-24  Peter EisentrautAdd a "local" replication sample entry
2011-05-24  Peter EisentrautMessage improvements
2011-05-24  Tom LaneAvoid uninitialized bits in the result of QTN2QT().
2011-05-23  Tom LaneMake plpgsql complain about conflicting IN and OUT...
2011-05-23  Heikki LinnakangasFix integer overflow in text_format function, reported...
2011-05-23  Robert HaasImprove hash_array() logic for combining hash values.
2011-05-23  Peter EisentrautMessage style improvements
2011-05-23  Tom LaneInstall defenses against overflow in BuildTupleHashTable().
2011-05-23  Andrew DunstanRemove spurious underscore in name of isolation tester...
2011-05-22  Andrew DunstanUse the right pgsql for isolation tests.
2011-05-22  Peter EisentrautPut lists in sensible order
2011-05-22  Tom LaneMake plpgsql provide the typmods for its variables...
2011-05-22  Peter EisentrautMessage style improvements
2011-05-22  Peter EisentrautPut documentation of backslash commands back in alphabe...
2011-05-22  Peter EisentrautClarify the documentation of the --with-ossp-uuid option
2011-05-21  Peter EisentrautMessage improvement
2011-05-21  Heikki LinnakangasPull up isReset flag from AllocSetContext to MemoryCont...
2011-05-21  Heikki LinnakangasReset per-tuple memory context between every row in...
2011-05-21  Heikki LinnakangasIn binary-upgrade mode, dump dropped attributes of...
2011-05-20  Peter EisentrautMessage style improvements
2011-05-19  Peter EisentrautRename pg_dump --no-security-label to --no-security...
2011-05-19  Peter EisentrautFix untranslatable assembly of libpq connection failure...
2011-05-19  Peter EisentrautUpdate config.guess and config.sub
2011-05-19  Peter EisentrautConsistent spacing for lengthy error messages
2011-05-19  Magnus HaganderAdd example for replication in pg_hba.conf
2011-05-19  Robert HaasFix race condition in CheckTargetForConflictsIn.
2011-05-19  Alvaro HerreraFix declaration of $_TD in "strict" trigger functions
2011-05-19  Heikki LinnakangasReplace strdup() with pstrdup(), to avoid leaking memory.
2011-05-19  Bruce MomjianIn pg_upgrade, clean up handling of invalid directory...
2011-05-18  Bruce MomjianImprove pg_upgrade error reporting if the bin or data...
2011-05-18  Peter EisentrautRemove obsolete comment
next