]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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.
2011-07-31  Peter EisentrautAdd host name resolution information to pg_hba.conf...
2011-07-30  Bruce MomjianFix pg_update to properly test for the data directory...
2011-07-29  Robert HaasReduce sinval synchronization overhead.
2011-07-29  Robert HaasMove new pgbench options to correct section of --help...
2011-07-28  Tom LaneFix pg_restore's direct-to-database mode for standard_c...
2011-07-27  Peter EisentrautMinor message style adjustment
2011-07-27  Robert HaasFix typo.
2011-07-26  Tom LaneCheck to see whether libxml2 handles error context...
2011-07-26  Peter EisentrautAdd missing newlines at end of error messages
2011-07-26  Peter EisentrautReplace printf format %i by %d
2011-07-26  Robert HaasOnly display column comments for relkinds that support...
2011-07-26  Robert HaasClarify which relkinds accept column comments.
2011-07-26  Andrew DunstanDon't build replacement getpeereid function on mingw.
2011-07-25  Andrew DunstanSilence compiler warning about uninitialized variable.
2011-07-25  Robert HaasAdd some environment checks prior to sepgsql regression...
2011-07-25  Robert HaasImprovements to SQL/MED documentation.
2011-07-25  Robert HaasAdd new pgbench options, --tablespace and --index-table...
2011-07-25  Robert HaasAdd new pgbench switch, --unlogged-tables.
2011-07-25  Tom LaneFix previous patch so it also works if not USE_SSL...
2011-07-24  Tom LaneImprove libpq's error reporting for SSL failures.
2011-07-24  Tom LaneUse OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag.
2011-07-24  Bruce MomjianIn pg_upgrade on Windows, check if the directory is...
2011-07-23  Andrew DunstanUnbreak Windows builds broken by EDITOR_LINENUMBER_ARG...
2011-07-23  Peter EisentrautChange EDITOR_LINENUMBER_SWITCH to an environment variable
2011-07-23  Tom LaneRethink behavior of CREATE OR REPLACE during CREATE...
next