]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2013-07-04  Robert HaasAdd new GUC, max_worker_processes, limiting number...
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  Andrew DunstanInstall all a Makefile's extension controls, not just...
2013-07-03  Fujii MasaoGet rid of pg_class.reltoastidxid.
2013-07-03  Bruce Momjianpg_buffercache: document column meanings
2013-07-03  Robert HaasRevert "Hopefully-portable regression tests for CREATE...
2013-07-03  Robert HaasHopefully-portable regression tests for CREATE/ALTER...
2013-07-03  Tom LaneFix handling of auto-updatable views on inherited tables.
2013-07-03  Alvaro HerreraUnbreak postmaster restart-after-crash sequence
2013-07-03  Robert HaasRegression tests for LISTEN/NOTIFY/UNLISTEN/pg_notify.
2013-07-03  Robert HaasAdditional regression tests for CREATE OPERATOR.
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 EisentrautAdd #include to make header file independent
2013-07-03  Peter Eisentrautdoc: Arrange See Also links in more consistent order
2013-07-03  Peter Eisentrautpg_restore: Error about incompatible options
2013-07-02  Robert HaasAdd support for multiple kinds of external toast datums.
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-02  Bruce Momjianpg_upgrade: revert changing '' to ""
2013-07-02  Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-07-02  Peter EisentrautFix regression test make dependencies
2013-07-01  Bruce Momjianpg_dump docs: use escaped double-quotes, for Windows
2013-07-01  Robert HaasAdd a convenience routine makeFuncCall to reduce duplic...
2013-07-01  Bruce Momjianpg_upgrade: use "" rather than '', for Windows
2013-07-01  Bruce MomjianAdd timezone offset output option to to_char()
2013-07-01  Andrew DunstanImprove support for building PGXS modules with VPATH.
2013-07-01  Bruce MomjianUpdate LSB URL in pg_ctl
2013-07-01  Bruce MomjianRemove undocumented -h (help) option
2013-07-01  Heikki LinnakangasOptimize pglz compressor for small inputs.
2013-07-01  Heikki LinnakangasRetry short writes when flushing WAL.
2013-06-30  Peter EisentrautFix cpluspluscheck in checksum code
2013-06-30  Peter Eisentrautecpg: Consistently use mm_strdup()
2013-06-29  Heikki LinnakangasInline ginCompareItemPointers function for speed.
2013-06-28  Simon RiggsChange errcode for lock_timeout to match NOWAIT
2013-06-28  Simon RiggsALTER TABLE ... ALTER CONSTRAINT for FKs
2013-06-28  Simon RiggsAssert that ALTER TABLE subcommands have pass set
2013-06-28  Bruce Momjianpg_upgrade: pass username to analyze script
2013-06-28  Bruce Momjianpg_upgrade: remove -h option
2013-06-28  Bruce Momjianpg_upgrade: trim down --help and doc option descriptions
2013-06-28  Alvaro HerreraSend SIGKILL to children if they don't die quickly...
2013-06-28  Bruce Momjianpg_upgrade: change -u to -U, for consistency
2013-06-28  Robert HaasMake the OVER keyword unreserved.
2013-06-28  Robert HaasDefine Trap and TrapMacro even in non-cassert builds.
2013-06-28  Heikki LinnakangasTrack spinlock delay in microsecond granularity.
2013-06-27  Alvaro HerreraUpdate pg_resetxlog's documentation on multixacts
2013-06-27  Alvaro HerreraDocument relminmxid and datminmxid
2013-06-27  Noah MischPermit super-MaxAllocSize allocations with MemoryContex...
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  Michael MeskesFixed incorrect description of EXEC SQL VAR command.
2013-06-27  Robert Haaspgbench: Fix inadvertent inconsistency in help message.
2013-06-27  Robert Haaspgbench: Add long options for all existing short options.
2013-06-27  Tom LaneTweak wording in sequence-function docs to avoid PDF...
2013-06-27  Noah MischCooperate with the Valgrind instrumentation framework.
2013-06-26  Noah MischRefactor aset.c and mcxt.c in preparation for Valgrind...
2013-06-26  Noah MischInitialize pad bytes in GinFormTuple().
2013-06-26  Noah MischDocument effect of constant folding on CASE.
2013-06-26  Noah MischRenovate display of non-ASCII messages on Windows.
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  Simon RiggsReverting previous commit, pending investigation
2013-06-24  Simon RiggsALTER TABLE ... ALTER CONSTRAINT for FKs
2013-06-24  Peter EisentrautTranslation updates
2013-06-23  Tom LaneAdd a comment warning against use of pg_usleep() for...
2013-06-23  Simon RiggsEnsure no xid gaps during Hot Standby startup
2013-06-22  Peter Eisentrautdoc: Fix date in EPUB manifest
2013-06-21  Peter EisentrautClarify terminology standalone backend vs. single-user...
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  Fujii MasaoSupport TB (terabyte) memory unit in GUC variables.
2013-06-19  Bruce MomjianModernize entab source code
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-15  Tom LaneBe consistent about #define'ing configure symbols as...
2013-06-14  Heikki LinnakangasAdd :client_id automatic variable for custom pgbench...
2013-06-14  Tom LaneUpdate RELEASE_CHANGES to describe library version...
2013-06-14  Tom LaneStamp shared-library minor version numbers for 9.4.
2013-06-14  Tom LaneStamp HEAD as 9.4devel.
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...
next