]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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
2011-05-18  Peter EisentrautSpell checking and markup refinement
2011-05-18  Peter Eisentraut/contrib/foo -> contrib/foo
2011-05-18  Bruce MomjianImprove pg_upgrade X_OK comment.
2011-05-18  Bruce MomjianFix pg_upgrade build problem on Windows when using...
2011-05-16  Tom LaneFix pg_dump's handling of extension-member casts and...
2011-05-16  Bruce MomjianUpdate pg_upgrade directory check error message.
2011-05-16  Bruce MomjianRemove redundant privilege doc sentences.
2011-05-16  Bruce MomjianAdd pg_upgrade check to make sure the user has full...
2011-05-16  Bruce MomjianAllow pg_upgrade to honor libpq environment variables...
2011-05-16  Andrew DunstanQuote isolationtester command name so Windows will...
2011-05-16  Andrew DunstanAdd required psqldir setting for isolation checks.
2011-05-15  Andrew DunstanFix bad macro call noticed by MSVC compiler.
2011-05-15  Andrew DunstanAdd missing check function lookup.
2011-05-15  Andrew DunstanBuild and run isolation test programs under MSVC.
2011-05-13  Robert HaasMore cleanup of FOREIGN TABLE permissions handling.
2011-05-12  Robert HaasKill stray "not".
2011-05-12  Tom LaneFix write-past-buffer-end in ldapServiceLookup().
2011-05-12  Alvaro HerreraFix assorted typos
2011-05-11  Tom LaneSplit PGC_S_DEFAULT into two values, for true boot_val...
2011-05-11  Tom LaneClean up parsing of CREATE TRIGGER's argument list.
2011-05-11  Heikki LinnakangasShut down WAL receiver if it's still running at end...
2011-05-11  Tom LaneBe more explicit about the meaning of the change in...
2011-05-11  Bruce MomjianMention "backslash" escape processing change in 9.1...
2011-05-11  Tom LanePrevent datebsearch() from crashing on base == NULL...
2011-05-10  Bruce MomjianFor create/dropdb, only connect once to the server...
2011-05-10  Peter EisentrautAdd some punctuation
2011-05-10  Peter EisentrautPut options in more alphabetical order
2011-05-10  Peter EisentrautPut options help in alphabetical order
2011-05-10  Peter EisentrautFormat pg_upgrade --version in line with conventions
2011-05-10  Peter EisentrautAdd bug report line to pg_upgrade --help output
2011-05-10  Peter EisentrautPut pg_test_fsync --help and --version output in line...
2011-05-10  Tom LaneAdjust documentation with respect to "unknown" timezone...
2011-05-10  Tom LaneBe more wary in initdb's creation of platform-dependent...
2011-05-10  Bruce MomjianIn pg_upgrade, remove suggestion of setting pg_hba...
2011-05-10  Bruce MomjianDocumentation cleanup for the possible values of the...
2011-05-10  Bruce MomjianUpdate documentation to state there is three-value...
2011-05-09  Tom LaneRemove "make check" target in src/test/isolation/Makefile.
2011-05-09  Bruce MomjianIn pg_upgrade, add status message about superuser check.
2011-05-09  Bruce MomjianAdd C comment about the fact that the autovacuum limit...
2011-05-08  Tom LaneFix some portability issues in isolation regression...
2011-05-08  Bruce MomjianAdd C comment why client encoding can be set in pg_upgrade.
2011-05-08  Bruce MomjianAdd xreflabels to /contrib manuals so links appear...
2011-05-07  Bruce MomjianAdd missing documention connecting word.
2011-05-07  Bruce MomjianIn pg_upgrade, report non-super-user username in error...
2011-05-07  Bruce MomjianCheck that the pg_upgrade user specified is a super...
2011-05-07  Robert HaasAdd comment about memory reordering to PredicateLockTup...
2011-05-07  Bruce MomjianAdjust pg_upgrade FATAL error messages to have consiste...
2011-05-07  Robert HaasFix typos in SECURITY LABEL documentation.
2011-05-06  Peter EisentrautImprove compiler string shown in version()
2011-05-06  Tom LaneMove RegisterPredicateLockingXid() call to a safer...
2011-05-06  Tom LaneRemove precedence labeling of keywords TRUE, FALSE...
2011-05-05  Magnus HaganderUnbreak the regression tests from my previous commit
2011-05-05  Peter EisentrautImprove pg_archivecleanup and pg_standby --help output
2011-05-05  Peter EisentrautImprove formatting of pg_upgrade --help output
2011-05-05  Magnus HaganderClarify error message when attempting to create index...
2011-05-05  Bruce MomjianImprove style of generate_history.pl Perl script.
2011-05-04  Tom LaneInclude unary plus in the Operator Precedence table.
2011-05-04  Peter EisentrautRemove redundant port number check
2011-05-04  Peter EisentrautMessage style cleanup
2011-05-04  Peter EisentrautFix alignment of --help output
2011-05-04  Peter EisentrautLink some tables into the surrounding text by their id
2011-05-03  Alvaro HerreraUpdate obsolete mention of Sequoia, now known as Tungsten
2011-05-03  Alvaro HerreraImprove description of read/write traffic scalability
2011-05-02  Alvaro HerreraAdd ID attribute to some sect2's missing it
2011-05-02  Tom LaneFix pull_up_sublinks' failure to handle nested pull...
2011-05-02  Alvaro HerreraUpdate some ALTER USER cross-references to ALTER ROLE
2011-05-02  Peter EisentrautSmall cleanup of spacing in verbatim DocBook elements
2011-05-02  Tom LaneImprove aset.c's space management in contexts with...
2011-05-01  Peter EisentrautCatch errors in for loop in makefile
2011-05-01  Peter EisentrautRewrite installation makefile rules without for loops
2011-05-01  Tom LaneMake CLUSTER lock the old table's toast table before...
2011-04-30  Bruce MomjianLowercase status labels in pg_stat_replication view.
2011-04-29  Tom LaneRemove special case for xmin == xmax in HeapTupleSatisf...
2011-04-29  Tom LaneRewrite pg_size_pretty() to avoid compiler bug.
2011-04-28  Andrew DunstanUse non-literal format for possibly non-standard strfti...
2011-04-28  Andrew DunstanAdd some casts to try to silence most of the remaining...
2011-04-28  Andrew DunstanUse a macro variable PG_PRINTF_ATTRIBUTE for the style...
next