]> granicus.if.org Git - postgresql/history - src
Use type "int64" for memory accounting in tuplesort.c/tuplestore.c.
[postgresql] / src /
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 Robert HaasAdd new GUC, max_worker_processes, limiting number...
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 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 EisentrautAdd #include to make header file independent
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 Heikki LinnakangasSilence compiler warning in assertion-enabled builds.
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-07-02 Peter EisentrautFix regression test make dependencies
2013-07-01 Robert HaasAdd a convenience routine makeFuncCall to reduce duplic...
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 Alvaro HerreraSend SIGKILL to children if they don't die quickly...
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 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 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 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-21 Peter EisentrautClarify terminology standalone backend vs. single-user...
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 Peter Eisentrautpsql: Re-allow -1 together with -c or -l
2013-06-17 Jeff DavisAdd buffer_std flag to MarkBufferDirtyHint().
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 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...
2013-06-12 Andrew DunstanFix unescaping of JSON Unicode escapes, especially...
2013-06-11 Tom LaneFix cache flush hazard in cache_record_field_properties().
2013-06-10 Fujii MasaoFix pg_isready to handle conninfo properly.
2013-06-10 Joe ConwayFix ordering of obj id for Rules and EventTriggers...
2013-06-09 Tom LaneRemove unnecessary restrictions about RowExprs in trans...
2013-06-09 Tom LaneRemove ALTER DEFAULT PRIVILEGES' requirement of schema...
2013-06-09 Tom LaneRemove fixed limit on the number of concurrent Allocate...
2013-06-08 Andrew DunstanDon't downcase non-ascii identifier chars in multi...
2013-06-08 Andrew DunstanHandle Unicode surrogate pairs correctly when processin...
2013-06-06 Heikki LinnakangasFix typo in comment.
2013-06-06 Robert HaasEnsure that XLOG_HEAP2_VISIBLE always targets an initia...
2013-06-06 Tom LanePrevent pushing down WHERE clauses into unsafe UNION...
2013-06-06 Peter EisentrautUpdate SQL features list
2013-06-05 Tom LanePut analyze_keyword back in explain_option_name production.
2013-06-04 Tom LaneProvide better message when CREATE EXTENSION can't...
2013-06-04 Tom LaneAdd ARM64 (aarch64) support to s_lock.h.
2013-06-04 Tom LaneFix memory leak in LogStandbySnapshot().
2013-06-03 Tom LaneAdd semicolons to eval'd strings to hide a minor Perl...
2013-06-03 Heikki LinnakangasPut back allow_system_table_mods check in heap_create().
2013-06-03 Stephen FrostAdditional spelling corrections
2013-06-03 Heikki LinnakangasCode review of recycling WAL segments in a restartpoint.
2013-06-03 Tom LaneAllow type_func_name_keywords in some places where...
next