]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2012-09-01  Andrew DunstanRestore setting of _USE_32BIT_TIME_T to 32 bit MSVC...
2012-08-31  Tom LanePartially restore qual scope checks in distribute_qual_...
2012-08-31  Tom LaneFix LATERAL references to join alias variables.
2012-08-31  Bruce MomjianIn pg_upgade, document that the port numbers must be...
2012-08-31  Tom LaneMake configure probe for mbstowcs_l as well as wcstombs_l.
2012-08-31  Heikki LinnakangasFix typos in README.
2012-08-31  Tom LaneImprove coding of gistchoose and gistRelocateBuildBuffe...
2012-08-31  Bruce MomjianAdd Perl emacs formatting macros to src/tools/editors...
2012-08-30  Bruce MomjianClarify FreeBSD instructions in pg_test_timing.
2012-08-30  Bruce MomjianProperly document that SIGTERM is OK for users to use...
2012-08-30  Bruce MomjianRevert 1fbc30f1dca6624c01a9a6a9ff711a7036c68532 because the
2012-08-30  Bruce MomjianRemove doc mention of --enable-shared, per Tom.
2012-08-30  Bruce MomjianDocument that max_locks_per_transaction might need...
2012-08-30  Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-30  Bruce MomjianRemove configure flag --disable-shared, as it is no...
2012-08-30  Robert HaasFix checkpoint_timeout documentation to reflect current...
2012-08-30  Bruce MomjianDocument that log_autovacuum_min_duration can be used...
2012-08-30  Tom LaneSuppress creation of backwardly-indexed paths for LATER...
2012-08-30  Robert HaasDocument how to prevent PostgreSQL itself from exhausti...
2012-08-30  Heikki LinnakangasFix division by zero in the new range type histogram...
2012-08-30  Robert HaasAdd missing period to detail message.
2012-08-30  Robert HaasDocument that COPY OUT requires an absolute pathname.
2012-08-30  Bruce MomjianRemove old documentation warnings about the use of...
2012-08-30  Robert HaasFix logic bug in gistchoose and gistRelocateBuildBuffer...
2012-08-30  Tom LaneImprove EXPLAIN's ability to cope with LATERAL referenc...
2012-08-30  Robert HaasComment fixes.
2012-08-30  Robert HaasDocument that xslt-related RPMs may be needed to build...
2012-08-30  Peter EisentrautAlso check for Python platform-specific include directory
2012-08-30  Tom LaneAdjust definition of cheapest_total_path to work better...
2012-08-30  Bruce MomjianDocument that NOTIFY events are visible to all users.
2012-08-29  Bruce MomjianReport postmaster.pid file as empty if it is empty...
2012-08-29  Heikki LinnakangasOptimize SP-GiST insertions.
2012-08-29  Alvaro HerreraFix assorted compilation failures in contrib
2012-08-29  Peter EisentrautAdd strerror() string to chdir() error message
2012-08-28  Alvaro HerreraSplit heapam_xlog.h from heapam.h
2012-08-28  Alvaro Herreraremove catcache.h from syscache.h
2012-08-28  Alvaro HerreraSplit resowner.h
2012-08-28  Alvaro Herreraadd #includes to plpy_subxactobject.h to make it compil...
2012-08-28  Tom LaneRemove pg_stat_statements--1.0.sql, too.
2012-08-28  Tom LaneRemove hstore--1.0.sql.
2012-08-28  Bruce MomjianAdjust pg_test_timing to show shortest test durations...
2012-08-28  Bruce MomjianPrevent psql tab completion in SET from adding TO when...
2012-08-28  Bruce MomjianUpdate doc mention of how to compute bigint advisory...
2012-08-28  Alvaro Herrerasyncrep.h must include xlogdefs.h
2012-08-28  Peter EisentrautSmall punctuation fixes
2012-08-28  Bruce MomjianDocument how to create advisory lock "bigint" values...
2012-08-28  Tom LaneImprove a couple of 9.2 release note entries.
2012-08-28  Tom LaneAdd section IDs to subsections of syntax.sgml that...
2012-08-27  Bruce MomjianDocument the lack of reading the PGDATABASE environment...
2012-08-27  Alvaro Herrerapg_upgrade: Fix exec_prog API to be less flaky
2012-08-27  Alvaro HerreraFix thinko in comment
2012-08-27  Alvaro HerreraRemove analyze_new_cluster.sh on make clean, too
2012-08-27  Tom LaneFix DROP INDEX CONCURRENTLY IF EXISTS.
2012-08-27  Bruce MomjianHave pgindent requre pg_bsd_indent version 1.2 now...
2012-08-27  Heikki LinnakangasCollect and use histograms of lower and upper bounds...
2012-08-27  Peter Eisentrautpg_basebackup: Correct error message
2012-08-27  Bruce MomjianUpdate FreeBSD kernel configuration documentation.
2012-08-27  Tom LaneFix up planner infrastructure to support LATERAL properly.
2012-08-26  Bruce MomjianClarify documentation that primary key and unique const...
2012-08-26  Bruce MomjianUse psql_error() for most psql error calls, per request...
2012-08-25  Bruce MomjianDocument clearly that psql \! parameter interpretation...
2012-08-25  Bruce MomjianAllow text timezone designations, e.g. "America/Chicago...
2012-08-25  Peter EisentrautSome spelling adjustments in release notes
2012-08-25  Peter EisentrautNormalize some British spellings
2012-08-24  Tom LaneFix issues with checks for unsupported transaction...
2012-08-24  Peter EisentrautPut options on man page and in help output in slightly...
2012-08-24  Peter Eisentrautlibpq: Fix memory leak in URI parser
2012-08-23  Tom LaneFix cascading privilege revoke to notice when privilege...
2012-08-23  Heikki LinnakangasFix typo in example.
2012-08-23  Peter EisentrautAdd instructions for setting up documentation tool...
2012-08-23  Peter Eisentrautpg_upgrade: Run the created scripts in the test suite
2012-08-23  Tom LaneRemove overly-pessimistic statement about constraint...
2012-08-22  Tom LaneMake a cut at a major-features list for 9.2.
2012-08-22  Tom LaneMake an editorial pass over the 9.2 release notes.
2012-08-22  Tom LaneFix erroneous documentation of synchronous_commit ...
2012-08-22  Bruce MomjianFix typo.
2012-08-22  Bruce MomjianDocument that pg_reload_conf() is also an easy way...
2012-08-22  Peter EisentrautFix install-strip on Mac OS X
2012-08-22  Peter EisentrautMark DateTimeParseError() noreturn
2012-08-22  Tom LaneUpdate 9.2 release notes to reflect commits to date.
2012-08-21  Tom LaneAvoid somewhat-theoretical overflow risks in RecordIsVa...
2012-08-21  Tom LaneFix dumping of security_barrier views with circular...
2012-08-21  Robert HaasImprove C comments in GetSnapshotData.
2012-08-21  Robert HaasAdd a note to the MVCC chapter that some things aren...
2012-08-21  Peter EisentrautTeach compiler that ereport(>=ERROR) does not return
2012-08-21  Peter EisentrautRemove external PID file on postmaster exit
2012-08-20  Robert HaasImproved tab completion for CLUSTER VERBOSE.
2012-08-20  Robert HaasTab complete "TABLE whatever DROP CONSTRAINT" with...
2012-08-20  Tom LaneFix bugs in contrib/pg_trgm's LIKE pattern analysis...
2012-08-20  Heikki LinnakangasDon't get confused if a WAL partial record header has...
2012-08-20  Tom LaneFix typo in comment.
2012-08-19  Tom LaneRemove obsolete comment.
2012-08-19  Tom LaneAllow OLD and NEW in multi-row VALUES within rules.
2012-08-18  Tom LaneMake use of LATERAL in information_schema.sequences...
2012-08-18  Tom LaneAnother round of planner fixes for LATERAL.
2012-08-17  Tom LaneCopy-editing for recent window-functions documentation...
2012-08-17  Tom LaneCheck LIBXML_VERSION instead of testing in configure...
2012-08-17  Bruce MomjianUpdate 'int' protocol documentation mention to be ...
2012-08-16  Bruce MomjianDelete inaccurate C comment about FSM and adding pages...
2012-08-16  Bruce MomjianAdd URL for include file visualization tool.
next