]> granicus.if.org Git - postgresql/history - src/backend
Change errcode for lock_timeout to match NOWAIT
[postgresql] / src / backend /
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.
2013-05-08 Heikki LinnakangasUse the term "radix tree" instead of "suffix tree"...
2013-05-06 Tom LaneMove materialized views' is-populated status into their...
2013-05-06 Tom LaneBack out some recent translation updates.
2013-05-06 Tom LaneDisallow unlogged materialized views.
2013-05-06 Bruce MomjianRevert idea of zer-padding padding session id in log_li...
2013-05-06 Peter EisentrautTranslation updates
2013-05-02 Kevin GrittnerPrevent (auto)vacuum from truncating first page of...
2013-05-01 Andrew DunstanUse correct length to convert json unicode escapes.
2013-05-01 Tom LaneFix permission tests for views/tables proven empty...
2013-04-30 Simon RiggsRecord data_checksum_version in control file.
2013-04-30 Simon RiggsEnsure we MarkBufferDirty before visibilitymap_set()
2013-04-30 Simon RiggsCompiler optimizations for page checksum code.
2013-04-29 Tom LanePostpone creation of pathkeys lists to fix bug #8049.
2013-04-29 Kevin GrittnerEnsure ANALYZE phase is not skipped because of canceled...
2013-04-29 Simon RiggsIntroduce new page checksum algorithm and module.
2013-04-28 Tom LaneEditorialize a bit on new ProcessUtility() API.
2013-04-28 Tom LaneFix unsafe event-trigger coding in ProcessUtility().
2013-04-27 Tom LaneIncidental cleanup of matviews code.
2013-04-27 Peter EisentrautImprove message about failed transaction log archiving
2013-04-26 Tom LaneFix collation assignment for aggregates with ORDER BY.
2013-04-25 Tom LaneAvoid deadlock between concurrent CREATE INDEX CONCURRE...
2013-04-25 Heikki LinnakangasFix typo in comment.
2013-04-24 Kevin GrittnerFix assertion failure for REFRESH MATERIALIZED VIEW...
2013-04-24 Simon RiggsMake fast promotion the default promotion mode.
2013-04-20 Tom LaneFix longstanding race condition in plancache.c.
2013-04-20 Peter EisentrautClean up references to SQL92
next