]> granicus.if.org Git - postgresql/history - src/backend
Avoid calling memcpy() with a NULL source pointer and count == 0.
[postgresql] / src / backend /
2015-08-02 Tom LaneAvoid calling memcpy() with a NULL source pointer and...
2015-08-02 Tom LaneFix incorrect order of lock file removal and failure...
2015-08-02 Heikki LinnakangasFix race condition that lead to WALInsertLock deadlock...
2015-08-02 Andres FreundMicro optimize LWLockAttemptLock() a bit.
2015-08-02 Andres FreundFix issues around the "variable" support in the lwlock...
2015-08-02 Tom LaneFix some planner issues with degenerate outer join...
2015-08-01 Tom LaneTeach predtest.c that "foo" implies "foo IS NOT NULL".
2015-07-31 Tom LaneFix an oversight in checking whether a join with LATERA...
2015-07-30 Alvaro HerreraFix broken assertion in BRIN code
2015-07-30 Joe ConwayUse appropriate command type when retrieving relation...
2015-07-30 Tom LaneAvoid some zero-divide hazards in the planner.
2015-07-30 Andrew DunstanAdd IF NOT EXISTS processing to ALTER TABLE ADD COLUMN
2015-07-29 Joe ConwayCreate new ParseExprKind for use by policy expressions.
2015-07-29 Robert HaasFix incorrect comment.
2015-07-29 Joe ConwayAdd missing post create and alter hooks to policy objects.
2015-07-29 Andres FreundRemove outdated comment in LWLockDequeueSelf's header.
2015-07-29 Heikki LinnakangasFix typo in comment.
2015-07-28 Tom LaneSuppress "variable may be used uninitialized" warning.
2015-07-28 Joe ConwayDisallow converting a table to a view if row security...
2015-07-28 Joe ConwayCreate a pg_shdepend entry for each role in TO clause...
2015-07-28 Andrew DunstanOnly adjust negative indexes in json_get up to the...
2015-07-28 Tom LaneReduce chatter from signaling of autovacuum workers.
2015-07-28 Joe ConwayPlug RLS related information leak in pg_stats view.
2015-07-28 Andres FreundRemove ssl renegotiation support.
2015-07-28 Robert HaasCentralize decision-making about where to get a backend...
2015-07-28 Tom LaneRemove an unsafe Assert, and explain join_clause_is_mov...
2015-07-28 Heikki LinnakangasAnother attempt at fixing memory leak in xlogreader.
2015-07-27 Stephen FrostImprove RLS handling in copy.c
2015-07-27 Tom LaneFurther code review for pg_stat_ssl patch.
2015-07-27 Tom LaneFix pointer-arithmetic thinko in pg_stat_ssl patch.
2015-07-27 Heikki LinnakangasDon't assume that PageIsEmpty() returns true on an...
2015-07-27 Heikki LinnakangasFix memory leak in xlogreader facility.
2015-07-27 Heikki LinnakangasReuse all-zero pages in GIN.
2015-07-27 Heikki LinnakangasFix handling of all-zero pages in SP-GiST vacuum.
2015-07-27 Heikki LinnakangasAvoid calling PageGetSpecialPointer() on an all-zeros...
2015-07-27 Heikki LinnakangasRemove false comment about speculative insertion.
2015-07-26 Tom LaneFix oversight in flattening of subqueries with empty...
2015-07-26 Tom LaneMake entirely-dummy appendrels get marked as such in...
2015-07-26 Andres FreundCheck the relevant index element in ON CONFLICT unique...
2015-07-26 Andres FreundFix flattening of nested grouping sets.
2015-07-26 Andres FreundAllow to push down clauses from HAVING to WHERE when...
2015-07-26 Andres FreundRecognize GROUPING() as a aggregate expression.
2015-07-26 Andres FreundBuild column mapping for grouping sets in all required...
2015-07-25 Tom LaneDodge portability issue (apparent compiler bug) in...
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
2015-07-24 Joe ConwayMake RLS work with UPDATE ... WHERE CURRENT OF
2015-07-24 Andrew DunstanFix treatment of nulls in jsonb_agg and jsonb_object_agg
2015-07-24 Andres FreundFix bug around assignment expressions containing indire...
2015-07-22 Heikki LinnakangasFix off-by-one error in calculating subtrans/multixact...
2015-07-22 Tom LaneFix add_rte_to_flat_rtable() for recent feature additions.
2015-07-21 Tom LaneFix some oversights in BRIN patch.
2015-07-21 Alvaro HerreraFix omission of OCLASS_TRANSFORM in object_classes[]
2015-07-20 Heikki LinnakangasSanity-check that a page zeroed by redo routine is...
2015-07-20 Alvaro HerreraDon't handle PUBLIC/NONE separately
2015-07-20 Alvaro HerreraImprove BRIN documentation somewhat
2015-07-19 Andrew DunstanRemove dead code.
2015-07-18 Tom LaneMake WaitLatchOrSocket's timeout detection more robust.
2015-07-18 Andrew DunstanSupport JSON negative array subscripts everywhere
2015-07-17 Robert HaasAdd new function pg_notification_queue_usage.
2015-07-17 Tom LaneFix a low-probability crash in our qsort implementation.
2015-07-16 Magnus HaganderFix spelling error
2015-07-16 Magnus HaganderFix copy/past error in comment
2015-07-16 Noah MischAIX: Link the postgres executable with -Wl,-brtllib.
2015-07-14 Heikki LinnakangasFix event trigger support for the new ALTER OPERATOR...
2015-07-14 Heikki LinnakangasAdd ALTER OPERATOR command, for changing selectivity...
2015-07-14 Heikki LinnakangasRetain comments on indexes and constraints at ALTER...
2015-07-14 Heikki LinnakangasReformat code in ATPostAlterTypeParse.
2015-07-12 Andres FreundFor consistency add a pfree to ON CONFLICT set_plan_ref...
2015-07-12 Tom LaneAdd now-required #include.
2015-07-11 Joe ConwayAdd assign_expr_collations() to CreatePolicy() and...
2015-07-09 Tom LaneFix postmaster's handling of a startup-process crash.
2015-07-09 Fujii MasaoMake wal_compression PGC_SUSET rather than PGC_USERSET.
2015-07-09 Noah MischAdd .gitignore entries for AIX-specific intermediate...
2015-07-09 Noah MischRevoke support for strxfrm() that write past the specif...
2015-07-07 Andres FreundFix logical decoding bug leading to inefficient reopeni...
2015-07-07 Joe ConwayMake RLS related error messages more consistent and...
2015-07-06 Heikki LinnakangasCall getsockopt() on the correct socket.
2015-07-06 Heikki LinnakangasDon't set SO_SNDBUF on recent Windows versions that...
2015-07-02 Tom LaneFix misuse of TextDatumGetCString().
2015-07-02 Tom LaneAdd an optional missing_ok argument to SQL function...
2015-07-02 Heikki LinnakangasRemove obsolete heap_formtuple/modifytuple/deformtuple...
2015-07-02 Heikki LinnakangasUse appendStringInfoString/Char et al where appropriate.
2015-07-01 Tom LaneDon't leave pg_hba and pg_ident data lying around in...
2015-07-01 Tom LaneMake sampler_random_fract() actually obey its API contract.
2015-07-01 Fujii MasaoMake XLogFileCopy() look the same as in 9.4.
2015-06-30 Tom LaneRemove useless check for NULL subexpression.
2015-06-30 Heikki LinnakangasDon't call PageGetSpecialPointer() on page until it...
2015-06-30 Robert HaasIn bttext_abbrev_convert, move pfree to the right place.
2015-06-29 Heikki LinnakangasInitialize GIN metapage correctly when replaying metapa...
2015-06-29 Tom LaneCode + docs review for escaping of option values (commi...
2015-06-29 Peter EisentrautTranslation updates
2015-06-29 Tom LaneRun the C portions of guc-file.l through pgindent.
2015-06-28 Tom LaneImprove design and implementation of pg_file_settings...
2015-06-28 Heikki LinnakangasAlso trigger restartpoints based on max_wal_size on...
2015-06-28 Heikki LinnakangasPromote the assertion that XLogBeginInsert() is not...
2015-06-28 Heikki LinnakangasFix double-XLogBeginInsert call in GIN page splits.
2015-06-28 Heikki LinnakangasAdd missing_ok option to the SQL functions for reading...
2015-06-28 Kevin GrittnerFix comment for GetCurrentIntegerTimestamp().
2015-06-27 Tom LaneAvoid passing NULL to memcmp() in lookups of zero-argum...
2015-06-27 Heikki LinnakangasFix typo in comment
next