]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2013-07-26  Bruce Momjianpg_upgrade docs: don't use cluster for binary/lib
2013-07-25  Tom LanePrevent leakage of SPI tuple tables during subtransacti...
2013-07-25  Tom LaneFix configure probe for sys/ucred.h.
2013-07-25  Bruce Momjianpg_upgrade: adjust umask() calls
2013-07-25  Bruce Momjianpg_upgrade: fix initialization of thread argument
2013-07-24  Tom LaneImprove ilist.h's support for deletion of slist element...
2013-07-24  Bruce Momjianpg_upgrade: more Windows parallel/-j fixes
2013-07-24  Bruce Momjianpg_upgrade: fix parallel/-j crash on Windows
2013-07-24  Tom LaneFix booltestsel() for case where we have NULL stats...
2013-07-23  Tom LaneFurther hacking on ruleutils' new column-alias-assignme...
2013-07-23  Alvaro HerreraCheck for NULL result from strdup
2013-07-23  Tom LaneChange post-rewriter representation of dropped columns...
2013-07-23  Alvaro HerreraTweak FOR UPDATE/SHARE error message wording (again)
2013-07-22  Robert HaasBack-patch bgworker API changes to 9.3.
2013-07-22  Robert HaasRemove bgw_sighup and bgw_sigterm.
2013-07-20  Tom LaneFix error handling in PLy_spi_execute_fetch_result().
2013-07-20  Peter EisentrautClean up new JSON API typedefs
2013-07-19  Alvaro HerreraFix HeapTupleSatisfiesVacuum on aborted updater xacts
2013-07-19  Robert Haasdoc: Fix typos in conversion names.
2013-07-19  Michael MeskesInitialize day of year value.
2013-07-19  Tom LaneFix regex match failures for backrefs combined with...
2013-07-17  Stephen FrostUse correct parameter name for view_option_value
2013-07-16  Peter EisentrautFix PQconninfoParse error message handling
2013-07-15  Stephen FrostCorrect off-by-one when reading from pipe
2013-07-15  Stephen FrostCheck version before allocating PQExpBuffer
2013-07-14  Stephen FrostBe sure to close() file descriptor on error case
2013-07-14  Stephen FrostEnsure 64bit arithmetic when calculating tapeSpace
2013-07-14  Peter Eisentrautpg_isready: Message improvement
2013-07-14  Stephen Frostpg_receivexlog - Exit on failure to parse
2013-07-14  Stephen FrostDuring parallel pg_dump, free commands from master
2013-07-12  Noah MischSwitch user ID to the object owner when populating...
2013-07-12  Peter Eisentrautpg_dump: Formatting cleanup of new messages
2013-07-11  Bruce Momjianpg_upgrade: document possible pg_hba.conf options
2013-07-11  Peter Eisentrautdoc: Replace link to pgFouine with pgBadger
2013-07-10  Peter EisentrautFix lack of message pluralization
2013-07-09  Michael MeskesFixed incorrect description of EXEC SQL VAR command.
2013-07-08  Alvaro HerreraFix mention of htup.h in pageinspect docs
2013-07-08  Tom LaneFix planning of parameterized appendrel paths with...
2013-07-07  Peter Eisentrautpg_isready: Make --help output more consistent with...
2013-07-07  Peter Eisentrautpg_resetxlog: Make --help consistent with man page
2013-07-07  Bruce Momjianpg_upgrade: document link options
2013-07-07  Magnus HaganderFix include-guard
2013-07-06  Michael MeskesAlso escape double quotes for ECPG's #line statement.
2013-07-06  Tom LaneRename a function to avoid naming conflict in parallel...
2013-07-06  Michael MeskesApplied patch by MauMau <maumau307@gmail.com> to escape...
2013-07-05  Noah MischUpdate messages, comments and documentation for materia...
2013-07-05  Magnus HaganderRemove stray | character
2013-07-04  Bruce MomjianAdd contrib function references in the doc index
2013-07-04  Robert Haasdocs: Clarify flag dependencies for background workers.
2013-07-04  Peter Eisentrautdoc: Fix typo in event trigger documentation
2013-07-04  Peter Eisentrautdoc: Add event trigger C API documentation
2013-07-03  Bruce Momjianpg_buffercache: document column meanings
2013-07-03  Tom LaneFix handling of auto-updatable views on inherited tables.
2013-07-03  Noah MischExpose object name error fields in PL/pgSQL.
2013-07-03  Peter Eisentrautdoc: Remove i18ngurus.com link
2013-07-03  Peter Eisentrautdoc: Arrange See Also links in more consistent order
2013-07-02  Alvaro HerreraMention extra_float_digits in floating point docs
2013-07-02  Heikki LinnakangasSilence compiler warning in assertion-enabled builds.
2013-07-01  Bruce Momjianpg_dump docs: use escaped double-quotes, for Windows
2013-06-30  Peter EisentrautFix cpluspluscheck in checksum code
2013-06-28  Simon RiggsChange errcode for lock_timeout to match NOWAIT
2013-06-27  Alvaro HerreraUpdate pg_resetxlog's documentation on multixacts
2013-06-27  Alvaro HerreraDocument relminmxid and datminmxid
2013-06-27  Tom LaneMark index-constraint comments with correct dependency...
2013-06-27  Tom LaneExpect EWOULDBLOCK from a non-blocking connect() call...
2013-06-27  Tom LaneTweak wording in sequence-function docs to avoid PDF...
2013-06-27  Noah MischDocument effect of constant folding on CASE.
2013-06-26  Peter Eisentrautpg_receivexlog: Fix logic error
2013-06-25  Alvaro HerreraAvoid inconsistent type declaration
2013-06-25  Andrew DunstanProperly dump dropped foreign table cols in binary...
2013-06-25  Fujii MasaoSupport clean switchover.
2013-06-24  Peter EisentrautStamp 9.3beta2. REL9_3_BETA2
2013-06-24  Peter EisentrautTranslation updates
2013-06-23  Simon RiggsEnsure no xid gaps during Hot Standby startup
2013-06-22  Peter Eisentrautdoc: Fix date in EPUB manifest
2013-06-20  Peter EisentrautFurther update CREATE FUNCTION documentation about...
2013-06-20  Peter Eisentrautinitdb: Add blank line before output about checksums
2013-06-19  Kevin GrittnerFix the create_index regression test for Danish collation.
2013-06-18  Simon RiggsFix docs on lock level for ALTER TABLE VALIDATE
2013-06-18  Peter Eisentrautpsql: Re-allow -1 together with -c or -l
2013-06-17  Jeff DavisAdd buffer_std flag to MarkBufferDirtyHint().
2013-06-16  Fujii MasaoFix description of archive format which pg_restore...
2013-06-15  Tom LaneUse WaitLatch, not pg_usleep, for delaying in pg_sleep().
2013-06-15  Fujii MasaoFix pg_restore -l with the directory archive to display...
2013-06-15  Tom LaneUse SA_RESTART for all signals, including SIGALRM.
2013-06-14  Tom LaneAvoid deadlocks during insertion into SP-GiST indexes.
2013-06-14  Tom LaneRemove special-case treatment of LOG severity level...
2013-06-14  Tom LaneRefactor checksumming code to make it easier to use...
2013-06-14  Peter EisentrautPL/Python: Fix type mixup
2013-06-13  Tom LaneOnly install a portal's ResourceOwner if it actually...
2013-06-12  Noah MischAvoid reading past datum end when parsing JSON.
2013-06-12  Noah MischAvoid reading below the start of a stack variable in...
2013-06-12  Noah MischDon't pass oidvector by value.
2013-06-12  Noah MischObserve array length in HaveVirtualXIDsDelayingChkpt().
2013-06-12  Noah MischDon't use ordinary NULL-terminated strings as Name...
2013-06-12  Tom LaneImprove updatability checking for views and foreign...
2013-06-12  Andrew DunstanFix unescaping of JSON Unicode escapes, especially...
2013-06-12  Robert HaasImprove description of loread/lowrite.
2013-06-11  Tom LaneFix cache flush hazard in cache_record_field_properties().
2013-06-11  Tatsuo IshiiAdd description that loread()/lowrite() are correspondi...
next