]> granicus.if.org Git - postgresql/history - src/backend
Ensure 64bit arithmetic when calculating tapeSpace
[postgresql] / src / backend /
2013-07-14 Stephen FrostEnsure 64bit arithmetic when calculating tapeSpace
2013-07-13 Peter EisentrautAdd session_preload_libraries configuration parameter
2013-07-12 Noah MischSwitch user ID to the object owner when populating...
2013-07-12 Noah MischMake comments reflect that omission of SPI_gettypmod...
2013-07-10 Peter EisentrautFix lack of message pluralization
2013-07-09 Peter EisentrautFix bool abuse
2013-07-08 Heikki LinnakangasFix Windows build.
2013-07-08 Heikki LinnakangasImprove scalability of WAL insertions.
2013-07-08 Tom LaneFix planning of parameterized appendrel paths with...
2013-07-06 Jeff DavisHandle posix_fallocate() errors.
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 HaganderExpose the estimation of number of changed tuples since...
2013-07-05 Noah MischUse type "int64" for memory accounting in tuplesort...
2013-07-04 Fujii MasaoFix typo in comment.
2013-07-04 Robert HaasAdd new GUC, max_worker_processes, limiting number...
2013-07-03 Fujii MasaoGet rid of pg_class.reltoastidxid.
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-02 Robert HaasAdd support for multiple kinds of external toast datums.
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
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 Heikki LinnakangasOptimize pglz compressor for small inputs.
2013-07-01 Heikki LinnakangasRetry short writes when flushing WAL.
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 Heikki LinnakangasTrack spinlock delay in microsecond granularity.
2013-06-27 Noah MischPermit super-MaxAllocSize allocations with MemoryContex...
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-25 Alvaro HerreraAvoid inconsistent type declaration
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 Simon RiggsEnsure no xid gaps during Hot Standby startup
2013-06-21 Peter EisentrautClarify terminology standalone backend vs. single-user...
2013-06-19 Fujii MasaoSupport TB (terabyte) memory unit in GUC variables.
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 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-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-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 LaneFix memory leak in LogStandbySnapshot().
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...
2013-06-01 Stephen FrostMinor spelling fixes
2013-06-01 Stephen FrostPost-pgindent cleanup
2013-06-01 Noah MischDon't emit non-canonical empty arrays in array_remove().
2013-05-31 Peter EisentrautRemove whitespace from end of lines
2013-05-31 Peter EisentrautMinor spell checking
2013-05-30 Peter Eisentrautpostgresql.conf.sample: Improve whitespace
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-23 Heikki LinnakangasPrint line number correctly in COPY.
2013-05-21 Simon RiggsAfter fast promotion use CHECKPOINT_FORCE
2013-05-21 Simon RiggsMaintain ThisTimeLineID correctly in checkpointer
2013-05-20 Tom LaneClarify documentation of EXPLAIN (TIMING OFF) option.
2013-05-19 Simon RiggsInit crash recovery using the latest available TLI
2013-05-19 Simon RiggsEmit msg correctly for timeline-crossing crash
2013-05-19 Simon RiggsRemove single space on end of a line in xlog.c
2013-05-16 Tom LaneFix crash when trying to display a NOTIFY rule action.
2013-05-16 Tom LaneFix fd.c to preserve errno where needed.
2013-05-15 Tom LaneAllow CREATE FOREIGN TABLE to include SERIAL columns.
2013-05-13 Tom LaneFix handling of OID wraparound while in standalone...
2013-05-12 Tom LaneFix handling of strict non-set functions with NULLs...
2013-05-11 Tom LaneFix to_number() to correctly ignore thousands separator...
2013-05-10 Tom LaneGuard against input_rows == 0 in estimate_num_groups().
2013-05-10 Tom LaneFix management of fn_extra caching during repeated...
2013-05-08 Tom LaneBetter fix for permissions tests in excluded subqueries.
2013-05-08 Heikki LinnakangasFix walsender failure at promotion.
next