]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2011-07-05  Tom LaneFix psql's counting of script file line numbers during...
2011-07-05  Magnus HaganderFix typo in sslmode documentation
2011-07-04  Peter EisentrautMessage style tweaks
2011-07-04  Peter EisentrautSmall documentation tweaks
2011-07-04  Peter EisentrautSet user_defined_types.data_type to null
2011-07-04  Heikki LinnakangasClarify that you need ActiveState perl 5.8 *or later...
2011-07-04  Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-07-04  Alvaro HerreraDon't try to use a constraint name as domain name
2011-07-04  Peter EisentrautRemove unused variable to silence compiler warning
2011-07-04  Tom LaneRemove missed reference to SilentMode.
2011-07-04  Heikki LinnakangasRemove silent_mode. You get the same functionality...
2011-07-04  Simon RiggsAlter test results to comply with new ALTER TABLE behav...
2011-07-04  Simon RiggsReset ALTER TABLE lock levels to AccessExclusiveLock...
2011-07-04  Tom LaneFix omissions in documentation of the pg_roles view.
2011-07-03  Tom LanePut comments on the installable procedural languages.
2011-07-03  Robert HaasFix bugs in relpersistence handling during table creation.
2011-07-03  Tom LaneMake distprep and *clean build targets recurse into...
2011-07-03  Andrew DunstanFix bat file quoting of %ENV.
2011-07-03  Magnus HaganderMark pg_stat_reset_shared as strict
2011-07-02  Tom LaneSuppress compiler warning about potentially uninitializ...
2011-07-01  Bruce MomjianIn the pg_upgrade docs, move 50432 port mention to...
2011-07-01  Bruce MomjianChange pg_upgrade to use port 50432 by default to avoid...
2011-06-30  Alvaro HerreraEnable CHECK constraints to be declared NOT VALID
2011-06-29  Alvaro HerreraFix outdated comment
2011-06-29  Tom LaneRestore correct btree preprocessing of "indexedcol...
2011-06-29  Heikki LinnakangasMove the PredicateLockRelation() call from nodeSeqscan...
2011-06-29  Heikki LinnakangasGrab predicate locks on matching tuples in a lossy...
2011-06-29  Magnus HaganderProtect pg_stat_reset_shared() against NULL input
2011-06-29  Peter EisentrautUnify spelling of "canceled", "canceling", "cancellation"
2011-06-28  Simon RiggsIntroduce compact WAL record for the common case of...
2011-06-28  Alvaro HerreraRemove rel.h from objectaddress.h; only relcache.h...
2011-06-28  Alvaro HerreraModernise pg_hba.conf token processing
2011-06-28  Peter EisentrautImplement the collation columns of various information...
2011-06-28  Peter EisentrautAdd composite-type attributes to information_schema...
2011-06-28  Robert HaasAdd a missing_ok argument to get_object_address().
2011-06-27  Simon RiggsReduce impact of btree page reuse on Hot Standby by...
2011-06-27  Robert HaasAllow callers to pass a missing_ok flag when opening...
2011-06-27  Robert HaasTry again to make the visibility map crash safe.
2011-06-27  Robert HaasMention that SSPI authentication can use GSSAPI on...
2011-06-27  Robert HaasAvoid having two copies of the HOT-chain search logic.
2011-06-27  Peter EisentrautAdd some strings that were not marked for translation
2011-06-27  Peter EisentrautRemove redundant DEF_PGPORT handling
2011-06-26  Peter EisentrautAdd missing file to GETTEXT_FILES
2011-06-26  Peter EisentrautAdd the possibility to pass --flag arguments to xgettex...
2011-06-26  Peter EisentrautRefactor common gettext triggers
2011-06-26  Peter EisentrautReplace tabs by spaces in makefile comment
2011-06-26  Peter EisentrautMake _ be automatically included in GETTEXT_TRIGGERS
2011-06-26  Peter EisentrautReplace := by = in nls.mk files
2011-06-26  Peter EisentrautRemove some cruft from nls.mk files
2011-06-25  Joe ConwayAsync dblink functions require a named connection,...
2011-06-24  Robert HaasDocumentation improvements for pg_locks with respect...
2011-06-23  Bruce MomjianIn pg_upgrade docs, clarify that link mode uses "hard...
2011-06-23  Peter EisentrautAdd information schema views role_udt_grants, udt_privi...
2011-06-23  Peter EisentrautAdd a bit of markup
2011-06-23  Tom LaneUndo overly enthusiastic de-const-ification.
2011-06-23  Bruce MomjianIn pg_upgrade, check that the binary and data directori...
2011-06-22  Bruce MomjianIn pg_upgrade, fix odd function parameter wrapping.
2011-06-22  Tom LaneUpdate alternative expected file for recent sequence...
2011-06-22  Tom LaneRevert "Don't select log_cnt in sequence regression...
2011-06-22  Bruce MomjianRename pg_upgrade directory validation function, for...
2011-06-22  Bruce MomjianAdjust pg_upgrade check for pg_upgrade_support to happe...
2011-06-22  Bruce MomjianFix pg_upgrade status message capitalization mistake.
2011-06-22  Tom LaneAdd missing -I switch for VPATH builds.
2011-06-22  Tom LaneFix symlink for errcodes.h so it works in VPATH builds...
2011-06-22  Robert HaasDon't select log_cnt in sequence regression tests.
2011-06-22  Heikki LinnakangasRemove pointless const qualifiers from function argumen...
2011-06-22  Robert HaasMake the visibility map crash-safe.
2011-06-22  Robert HaasAdd some regression tests for serial pseudotypes.
2011-06-22  Robert HaasAdd smallserial pseudotype.
2011-06-22  Robert HaasMake deadlock_timeout PGC_SUSET rather than PGC_SIGHUP.
2011-06-22  Robert HaasAdd notion of a "transform function" that can simplify...
2011-06-22  Robert HaasPerformance tuning advice for SSI.
2011-06-21  Tom LaneMinor editing for README-SSI.
2011-06-21  Peter EisentrautMessage style and spelling improvements
2011-06-21  Tom LaneApply upstream fix for blowfish signed-character bug...
2011-06-21  Heikki LinnakangasAdjust the alternative expected output file for prepare...
2011-06-21  Heikki LinnakangasFix bug in PreCommit_CheckForSerializationFailure....
2011-06-21  Heikki LinnakangasFix bug introduced by recent SSI patch to merge ROLLED_...
2011-06-20  Tom LaneFix missed use of "cp -i" in an example, per Fujii...
2011-06-20  Tom LaneFix thinko in previous patch for optimizing EXISTS...
2011-06-20  Alvaro HerreraRemove extra copying of TupleDescs for heap_create_with...
2011-06-20  Michael MeskesFixed string in German translation that causes segfault.
2011-06-19  Peter EisentrautProduce HISTORY file consistently as ASCII
2011-06-19  Tom LaneAdd REL9_1_STABLE to the set of branches tracked by...
2011-06-19  Tom LaneFix thinko in previous patch to always update pg_class...
2011-06-18  Peter EisentrautCapitalization fixes
2011-06-18  Peter EisentrautMake external_pid_file world readable
2011-06-18  Magnus HaganderRemove redundant lib*dll.def rules from .gitignore
2011-06-17  Tom LaneDon't use "cp -i" in the example WAL archive_command.
2011-06-17  Andrew DunstanSet FLEXIBLE_ARRAY_MEMBER to empty for MSVC.
2011-06-17  Tom LaneObtain table locks as soon as practical during pg_dump.
2011-06-17  Robert HaasAdd overflow checks to int4 and int8 versions of genera...
2011-06-17  Robert HaasFix crash in CREATE UNLOGGED TABLE.
2011-06-17  Robert HaasFix minor thinko in ProcGlobalShmemSize().
2011-06-17  Robert HaasFix typo.
2011-06-17  Andrew DunstanDefine FLEXIBLE_ARRAY_MEMBER for MSVC.
2011-06-16  Tom LaneIndex tuple data arrays using Anum_xxx symbolic constan...
2011-06-16  Peter EisentrautAvoid compiler warnings due to possibly unused variables
2011-06-16  Peter EisentrautStart using flexible array members
2011-06-16  Heikki LinnakangasUpdate README-SSI. Add a section to describe the "dange...
next