]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2011-04-28  Heikki LinnakangasThe arguments to pg_ctl kill are not optional - remove...
2011-04-27  Tom LaneTag 9.1beta1. REL9_1_BETA1
2011-04-27  Tom LaneMake a quick copy-editing pass over the 9.1 release...
2011-04-27  Peter EisentrautFix binary upgrade of altered typed tables
2011-04-27  Andrew DunstanRevert "Force use of "%I64d" format for 64 bit ints...
2011-04-27  Magnus Hagandertimeline is not needed in BaseBackup()
2011-04-27  Tom LaneAdd comments about the need to avoid uninitialized...
2011-04-27  Tom LaneFix array- and path-creating functions to ensure paddin...
2011-04-27  Andrew DunstanRevert "Remove hard coded formats for INT64 and use...
2011-04-27  Andrew DunstanRemove hard coded formats for INT64 and use configured...
2011-04-27  Andrew DunstanForce use of "%I64d" format for 64 bit ints on MinGW.
2011-04-27  Andrew DunstanUse an explicit format string to keep the compiler...
2011-04-27  Bruce MomjianDoc wording improvement for NUMERIC limit paragraph.
2011-04-27  Bruce MomjianReword documentation for NUMERIC with no specified...
2011-04-26  Tom LaneRephrase some not-supported error messages in pg_hba...
2011-04-26  Tom LaneComplain if pg_hba.conf contains "hostssl" but SSL...
2011-04-26  Bruce MomjianClarify that a non-specified precision NUMERIC has...
2011-04-26  Bruce MomjianNow that pg_upgrade uses -w in pg_ctl, remove loop...
2011-04-26  Bruce MomjianIn pg_upgrade, avoid one start/stop of the postmaster...
2011-04-26  Tom LaneRemove incorrect HINT for use of ALTER FOREIGN TABLE...
2011-04-25  Robert HaasRefactor broken CREATE TABLE IF NOT EXISTS support.
2011-04-25  Robert HaasRemove partial and undocumented GRANT .. FOREIGN TABLE...
2011-04-25  Tom LaneFix pg_size_pretty() to avoid overflow for inputs close...
2011-04-25  Peter EisentrautSupport "make check" in contrib
2011-04-25  Andrew DunstanUse terse mode to avoid variable order dependency outpu...
2011-04-25  Andrew DunstanAssorted minor changes to silence Windows compiler...
2011-04-25  Andrew DunstanPrevent perl header overriding our *snprintf macros...
2011-04-25  Andrew DunstanGive getopt() a prototype and modern style arg specs.
2011-04-25  Bruce MomjianAdd postmaster/postgres undocumented -b option for...
2011-04-25  Robert HaasAdd fast paths for cases when no serializable transacti...
2011-04-25  Robert HaasRegression tests for TOAST.
2011-04-25  Robert HaasFix SSI-related assertion failure.
2011-04-25  Andrew DunstanAdjust yywrap macro for non-reentrant scanners for...
2011-04-25  Michael MeskesIn libecpg do not set an sqlda field that is 'reserved...
2011-04-24  Peter EisentrautNormalize whitespace in the arguments of <indexterm>
2011-04-24  Tom LaneImprove cost estimation for aggregates and window funct...
2011-04-24  Bruce MomjianIn pg_upgrade, only compile copy_file() on non-Win32...
2011-04-23  Tom LaneImprove findoidjoins to cover more cases.
2011-04-23  Andrew DunstanSilence a few compiler warnings from gcc on MinGW.
2011-04-23  Tom LaneUpdate oidjoins regression test for 9.1 catalog schema...
2011-04-23  Tom LaneHash indexes had better pass the index collation to...
2011-04-23  Tom LaneAdjust comments about collate.linux.utf8 regression...
2011-04-23  Tom LaneFix char2wchar/wchar2char to support collations properly.
2011-04-23  Tom LaneFix contrib/btree_gist to handle collations properly.
2011-04-23  Tom LaneMake GIN and GIST pass the index collation to all their...
2011-04-22  Tom LaneDe-kludge contrib/btree_gin for collations.
2011-04-22  Peter EisentrautSmall update to emacs example configuration
2011-04-22  Peter EisentrautAdd fill-column setting to emacs example configurations
2011-04-22  Tom LaneMake a code-cleanup pass over the collations patch.
2011-04-22  Bruce MomjianImprove doc wording for SQL syntax of LIMIT/OFFSET.
2011-04-21  Tom LaneAvoid possible divide-by-zero in gincostestimate.
2011-04-21  Robert HaasAllow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse...
2011-04-21  Robert HaasFix use of incorrect constant RemoveRoleFromObjectACL.
2011-04-21  Robert HaasTypo fix.
2011-04-21  Robert HaasAllow ALTER TABLE name {OF type | NOT OF}.
2011-04-21  Tom LaneFix bugs in indexing of in-doubt HOT-updated tuples.
2011-04-20  Tom LaneSet indcheckxmin true when REINDEX fixes an invalid...
next