]> granicus.if.org Git - postgresql/shortlog
postgresql
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...
2011-08-09 Peter EisentrautUse clearer notation for getnameinfo() return handling
2011-08-09 Heikki LinnakangasChange the way string relopts are allocated.
2011-08-09 Heikki LinnakangasFix grammar and spelling in log message.
2011-08-09 Tom LaneFix nested PlaceHolderVar expressions that appear only...
2011-08-08 Robert HaasTeach psql to display the comments on SQL/MED objects...
2011-08-08 Robert HaasTeach psql to display the comments on conversions and...
2011-08-08 Robert HaasTeach vacuumlo to limit number of removals, via new...
2011-08-08 Andrew DunstanCorrect the lie in pg_config.h.win32 about having intty...
2011-08-07 Peter EisentrautAdd "Compatibility" section to ALTER EXTENSION referenc...
2011-08-07 Peter EisentrautRemove whitespace from end of lines
2011-08-07 Peter EisentrautRename "Example" sections to "Examples" in dblink chapter
2011-08-07 Peter EisentrautFix a whitespace issue with the man pages
2011-08-06 Tom LaneClean up ill-advised attempt to invent a private set...
2011-08-06 Tom LaneFix thinko in documentation of local_preload_libraries.
2011-08-06 Tom LaneReduce PG_SYSLOG_LIMIT to 900 bytes.
2011-08-05 Robert HaasAllow per-column foreign data wrapper options.
2011-08-05 Robert HaasModestly improve pgbench's checking for invalid ranges.
2011-08-05 Robert HaasTweak PQresStatus() to avoid a clang compiler warning.
2011-08-04 Bruce MomjianFix markup for recent wal_level clarification.
2011-08-04 Andrew DunstanRestore the primacy of postgres.h in plpython.c.
2011-08-04 Robert HaasCreate VXID locks "lazily" in the main lock table.
2011-08-04 Robert HaasTeach psql to display comments on languages and casts.
2011-08-04 Bruce MomjianIn documentaiton, clarify which commands have reduced...
2011-08-03 Robert HaasMake pgbench use erand48() rather than random().
2011-08-02 Tom LaneMove CheckRecoveryConflictDeadlock() call to a safer...
2011-08-02 Tom LaneFix incorrect initialization of ProcGlobal->startupBuff...
2011-08-02 Heikki LinnakangasAvoid integer overflow when LIMIT + OFFSET >= 2^63.
2011-08-01 Robert HaasMinor stylistic corrections.
next