]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2011-08-26  Bruce Momjiando include files first
2011-08-26  Bruce MomjianAdd markers.
2011-08-26  Bruce MomjianAdd another marker.
2011-08-26  Bruce MomjianAdd markers for skips.
2011-08-26  Bruce MomjianFix #if blocks.
2011-08-26  Tom LaneFix potential memory clobber in tsvector_concat().
2011-08-26  Tom LaneImprove comments describing tsvector data structure.
2011-08-26  Tom LaneClean up weird corner cases in lexing of psql meta...
2011-08-26  Tom LaneSupport non-ASCII letters in psql variable names.
2011-08-26  Bruce MomjianFix pgrminclude regex pattern.
2011-08-26  Andrew DunstanUnbreak MSVC build broken by my port of flex check.
2011-08-26  Bruce MomjianIn pgrminclude, add code to skip includes with a marker...
2011-08-26  Bruce MomjianIn pgrminclude, make skipped include names constent...
2011-08-26  Bruce MomjianIn pg_upgrade, limit schema name filter to include...
2011-08-25  Andrew DunstanPort backup check on psql lexer to MSVC.
2011-08-25  Alvaro HerreraAdd expected isolationtester output when prepared xacts...
2011-08-25  Tom LaneAdd makefile rules to check for backtracking in backend...
2011-08-25  Tom LaneFix psql lexer to avoid use of backtracking.
2011-08-25  Tom LaneAdd "%option warn" to all flex input files that lacked it.
2011-08-25  Robert HaasChange format of SQL/MED generic options in psql backsl...
2011-08-25  Robert HaasProperly quote SQL/MED generic options in pg_dump output.
2011-08-25  Robert HaasTweak postgresql.conf.sample's comments on listen_addre...
2011-08-25  Robert HaasAdjust CREATE DOMAIN example for standard_conforming_st...
2011-08-25  Tom LaneAdd a regression test for pgstattuple.
2011-08-25  Tom LaneFix pgstatindex() to give consistent results for empty...
2011-08-24  Alvaro HerreraUpdate FK alternative test output to new whitespace...
2011-08-24  Tom LaneFix pgxs.mk to always add --dbname=$(CONTRIB_TESTDB...
2011-08-24  Peter EisentrautBuild src/ before contrib/ in make world
2011-08-24  Tom LaneAvoid locale dependency in expected output.
2011-08-24  Tom LaneFix multiple bugs in extension dropping.
2011-08-24  Tom LaneMake CREATE EXTENSION check schema creation permissions.
2011-08-23  Tom LaneFix overoptimistic assumptions in column width estimati...
2011-08-23  Peter EisentrautUse consistent format for reporting GetLastError()
2011-08-23  Heikki LinnakangasAdd recovery.conf to the index in the user manual.
2011-08-23  Bruce MomjianAdd missing include so include file compiles cleanly...
2011-08-23  Bruce MomjianMark cpluspluscheck as excutable in git.
2011-08-22  Robert HaasTypo fix.
2011-08-22  Tom LaneFix handling of extension membership when filling in...
2011-08-22  Bruce MomjianProperly call strerror() in thread test; add comments.
2011-08-22  Bruce MomjianSimplify errno generating in thread testing program.
2011-08-21  Tom LaneFix trigger WHEN conditions when both BEFORE and AFTER...
2011-08-20  Bruce MomjianHave thread_test create its test files in the current...
2011-08-20  Tom LaneFix performance problem when building a lossy tidbitmap.
2011-08-19  Bruce MomjianFix copyright.pl to properly us 'tie' function.
2011-08-19  Bruce MomjianFix problem with regex in copyright test.
2011-08-19  Bruce MomjianRemove use of 'tie' in perl for copyright.pl; instead...
2011-08-19  Bruce MomjianAdd executable bit to file.
2011-08-19  Bruce MomjianImplement src/tools/copyright as a Perl program, so...
2011-08-19  Robert HaasClean up 'chkselinuxenv' script.
2011-08-19  Robert HaasFix contrib/sepgsql and contrib/xml2 to always link...
2011-08-19  Robert HaasAllow sepgsql regression tests to be run from a user...
2011-08-19  Bruce MomjianIn pg_upgrade, don't copy visibility map files from...
2011-08-18  Robert HaasTypo fix.
2011-08-18  Tom LaneExplain max_prepared_transactions requirement in isolat...
2011-08-18  Heikki LinnakangasAdd an SSI regression test that tests all interesting...
2011-08-18  Heikki LinnakangasStrip whitespace from SQL blocks in the isolation test...
2011-08-18  Robert HaasMake lazy_vacuum_rel call pg_rusage_init only if needed.
2011-08-18  Robert HaasRemove obsolete README file.
2011-08-18  Peter EisentrautImprove detection of Python 3.2 installations
2011-08-18  Peter EisentrautChange PyInit_plpy to external linkage
2011-08-18  Peter EisentrautHide unused variable warnings under Python 3
2011-08-18  Tom LaneUpdate 9.1 release notes to reflect commits through...
2011-08-17  Tom LaneFix two issues in plpython's handling of composite...
2011-08-17  Andrew DunstanProperly handle empty arrays returned from plperl funct...
2011-08-17  Peter EisentrautTranslation updates
2011-08-17  Heikki LinnakangasTeach pg_controldata and pg_resetxlog about the new...
2011-08-17  Heikki LinnakangasFix comment about which version had BACKUP METHOD line...
2011-08-17  Magnus HaganderAdjust wording now that estimated size can increase
2011-08-17  Peter EisentrautMove \r out of translatable strings
2011-08-17  Peter EisentrautMacOS -> Mac OS
2011-08-16  Tom LaneRevise sinval code to remove no-longer-used tuple TID...
2011-08-16  Tom LaneForget about targeting catalog cache invalidations...
2011-08-16  Tom LaneFix incorrect order of operations during sinval reset...
2011-08-16  Tom LanePreserve toast value OIDs in toast-swap-by-content...
2011-08-16  Tom LaneFix race condition in relcache init file invalidation.
2011-08-16  Magnus HaganderAdjust total size in pg_basebackup progress report...
2011-08-16  Heikki LinnakangasFix bogus comment that claimed that the new BACKUP...
2011-08-16  Peter EisentrautMake pg_basebackup progress report translatable
2011-08-16  Peter EisentrautUse less cryptic variable names
2011-08-16  Bruce MomjianIn pg_upgrade, avoid dumping orphaned temporary tables...
2011-08-15  Peter EisentrautAdjust regression tests for error message change
2011-08-15  Peter EisentrautAdd "Reason code" prefix to internal SSI error messages
2011-08-14  Tom LaneFix unsafe order of operations in foreign-table DDL...
2011-08-14  Peter EisentrautMessage style improvements
2011-08-14  Peter EisentrautFix typo
2011-08-13  Tom LaneFix incorrect timeout handling during initial authentic...
2011-08-13  Bruce MomjianMake USECS_PER_* timestamp macros visible even when...
2011-08-11  Bruce MomjianAdd major features list and introductory text for 9...
2011-08-11  Tom LaneTeach unix_latch.c to use poll() where available.
2011-08-11  Robert HaasDisplay both per-table and per-column FDW options in...
2011-08-11  Robert HaasUnbreak legacy syntax "COMMENT ON RULE x IS y", with...
2011-08-11  Robert HaasChange psql's \dd command to do something more useful.
2011-08-10  Tom LaneRemove wal_sender_delay GUC, because it's no longer...
2011-08-10  Tom LaneAdd a bit of debug logging to backend_read_statsfile().
2011-08-10  Tom LaneChange the autovacuum launcher to use WaitLatch instead...
2011-08-10  Heikki LinnakangasOops, we're working on version 9.2 already, not 9.1...
2011-08-10  Heikki LinnakangasIf backup-end record is not seen, and we reach end...
2011-08-09  Tom LaneMeasure WaitLatch's timeout parameter in milliseconds...
2011-08-09  Tom LaneDocumentation improvement and minor code cleanups for...
2011-08-09  Tom LaneAvoid creating PlaceHolderVars immediately within Place...
next