]> granicus.if.org Git - postgresql/shortlog
postgresql
2013-07-08 Heikki LinnakangasImprove scalability of WAL insertions.
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-07 Peter Eisentrautpgbench: Silence compiler warning
2013-07-07 Peter EisentrautPL/Python: Make regression tests pass with older Python...
2013-07-06 Jeff DavisHandle posix_fallocate() errors.
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 Peter EisentrautPL/Python: Convert numeric to Decimal
2013-07-05 Noah MischUpdate messages, comments and documentation for materia...
2013-07-05 Jeff DavisUse posix_fallocate() for new WAL files, where available.
2013-07-05 Magnus HaganderRemove stray | character
2013-07-05 Magnus HaganderFix spelling error
2013-07-05 Magnus HaganderExpose the estimation of number of changed tuples since...
2013-07-05 Michael MeskesApploed patch by MauMau <maumau307@gmail.com> to escape...
2013-07-05 Noah MischUse type "int64" for memory accounting in tuplesort...
2013-07-04 Fujii MasaoFix typo in comment.
2013-07-04 Bruce MomjianAdd C comment about \copy bug in CSV mode
2013-07-04 Bruce MomjianAdd contrib function references in the doc index
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
next