]> granicus.if.org Git - postgresql/history - src/include
Fix typos in comments.
[postgresql] / src / include /
2015-10-20 Tom LaneFix incorrect translation of minus-infinity datetimes...
2015-10-20 Robert HaasFix incorrect comment in plannodes.h
2015-10-16 Robert HaasAdd a C API for parallel heap scans.
2015-10-16 Robert HaasAllow a parallel context to relaunch workers.
2015-10-16 Tom LaneImprove memory-usage accounting in regular-expression...
2015-10-16 Tom LaneFix O(N^2) performance problems in regular-expression...
2015-10-16 Robert HaasRemove cautions about using volatile from spin.h.
2015-10-16 Robert HaasRewrite interaction of parallel mode with parallel...
2015-10-16 Robert HaasMark more functions parallel-restricted or parallel...
2015-10-16 Robert HaasFix a problem with parallel workers being unable to...
2015-10-16 Robert HaasDon't send protocol messages to a shm_mq that no longer...
2015-10-15 Robert HaasAllow FDWs to push down quals without breaking EvalPlan...
2015-10-13 Tom LaneOn Windows, ensure shared memory handle gets closed...
2015-10-09 Robert HaasMake abbreviated key comparisons for text a bit cheaper.
2015-10-09 Robert HaasRemove set_latch_on_sigusr1 flag.
2015-10-08 Robert HaasAdd BSWAP64 macro.
2015-10-08 Robert HaasCorrect pg_indent to pgindent in various comments.
2015-10-07 Bruce Momjiandocs: clarify JSONB operator descriptions
2015-10-06 Tom LanePerform an immediate shutdown if the postmaster.pid...
2015-10-05 Stephen FrostDo not write out WCOs in Query
2015-10-05 Stephen FrostALTER TABLE .. FORCE ROW LEVEL SECURITY
2015-10-04 Tom LaneFix some issues in new hashtable size calculations...
2015-10-04 Peter EisentrautGroup cluster_name and update_process_title settings...
2015-10-04 Noah MischMake BYPASSRLS behave like superuser RLS bypass.
2015-10-02 Tom LaneAdd recursion depth protections to regular expression...
2015-10-01 Alvaro HerreraFix commit_ts for standby
2015-09-30 Robert HaasAdd a Gather executor node.
2015-09-29 Alvaro HerreraCode review for transaction commit timestamps
2015-09-29 Robert HaasParallel executor support.
2015-09-28 Alvaro HerreraFix "sesssion" typo
2015-09-26 Andres FreundRemove legacy multixact truncation support.
2015-09-26 Andres FreundRework the way multixact truncations work.
2015-09-24 Tom LaneAllow planner to use expression-index stats for functio...
2015-09-23 Teodor SigaevAllow autoanalyze to add pages deleted from pending...
2015-09-21 Noah MischRemove the SECURITY_ROW_LEVEL_DISABLED security context...
2015-09-21 Noah MischRemove the row_security=force GUC value.
2015-09-19 Robert HaasGlue layer to connect the executor to the shm_mq mechanism.
2015-09-18 Tom LaneFix low-probability memory leak in regex execution.
2015-09-17 Robert HaasAdd new function planstate_tree_walker.
2015-09-17 Teodor SigaevFix bug introduced by microvacuum for GiST
2015-09-16 Robert HaasDetermine whether it's safe to attempt a parallel plan...
2015-09-16 Tom LaneSync regex code with Tcl 8.6.4.
2015-09-16 Tom LaneRemove no-longer-used T_PrivGrantee node tag.
2015-09-15 Stephen FrostRLS refactoring
2015-09-15 Fujii MasaoFix comment regarding the meaning of infinity for timel...
2015-09-11 Robert HaasInstall lwlocknames.h even in vpath builds.
2015-09-11 Robert HaasFix build problems in commit aa65de042f5828968f2f6cd65f...
2015-09-11 Robert HaasWhen trace_lwlocks is used, identify individual lwlocks...
2015-09-09 Teodor SigaevMicrovacuum for GIST
2015-09-09 Fujii MasaoRemove files signaling a standby promotion request...
2015-09-08 Alvaro HerreraAllow per-tablespace effective_io_concurrency
2015-09-06 Andres FreundAdd ability to reserve WAL upon slot creation via repli...
2015-09-05 Heikki LinnakangasFix misc typos.
2015-09-04 Tom LaneFix subtransaction cleanup after an outer-subtransactio...
2015-09-03 Robert HaasAssorted code review for recent ProcArrayLock patch.
2015-09-02 Teodor SigaevAllow usage of huge maintenance_work_mem for GIN build.
2015-08-31 Tom LaneClean up icc + ia64 situation.
2015-08-31 Tom LaneAllow icc to use the same atomics infrastructure as...
2015-08-31 Tom LaneActually, it's not that hard to merge the Windows pqsig...
2015-08-31 Tom LaneRemove support for Unix systems without the POSIX signa...
2015-08-31 Tom LaneRemove long-dead support for platforms without sig_atom...
2015-08-29 Tom LaneFix s_lock.h PPC assembly code to be compatible with...
2015-08-25 Tom LaneLimit the verbosity of memory context statistics dumps.
2015-08-23 Tom LaneAvoid use of float arithmetic in bipartite_match.c.
2015-08-21 Alvaro HerreraRemove ExecGetScanType function
2015-08-21 Stephen FrostRename 'cmd' to 'cmd_name' in CreatePolicyStmt
2015-08-14 Simon RiggsReduce lock levels for ALTER TABLE SET autovacuum stora...
2015-08-13 Heikki LinnakangasRun autoheader to add a few missing #defines to pg_conf...
2015-08-12 Alvaro HerreraClose some holes in BRIN page assignment
2015-08-12 Tom LanePostpone extParam/allParam calculations until the very...
2015-08-11 Alvaro HerreraDon't include rel.h when relcache.h is sufficient
2015-08-11 Andres FreundAllow pg_create_physical_replication_slot() to reserve...
2015-08-11 Andres FreundIntroduce macros determining if a replication slot...
2015-08-10 Tom LaneAccept alternate spellings of __sparcv7 and __sparcv8.
2015-08-10 Andres FreundAdd confirmed_flush column to pg_replication_slots.
2015-08-07 Andres FreundAttempt to work around a 32bit xlc compiler bug from...
2015-08-07 Andres FreundDon't include low level locking code from frontend...
2015-08-07 Tom LaneFix eclass_useful_for_merging to give valid results...
2015-08-06 Robert HaasReduce ProcArrayLock contention by removing backends...
2015-08-06 Andres FreundImprove includes introduced in the replication origins...
2015-08-06 Noah MischReconcile nodes/*funcs.c with recent work.
2015-08-05 Alvaro HerreraFix BRIN to use SnapshotAny during summarization
2015-08-05 Andres FreundRely on inline functions even if that causes warnings...
2015-08-05 Andres FreundFix comment atomics.h.
2015-08-04 Tom LaneFix bogus "out of memory" reports in tuplestore.c.
2015-08-04 Heikki LinnakangasShare transition state between different aggregates...
2015-08-02 Tom LaneFix incorrect order of lock file removal and failure...
2015-08-02 Andres FreundFix issues around the "variable" support in the lwlock...
2015-07-30 Alvaro HerreraFix volatility marking of commit timestamp functions
2015-07-29 Joe ConwayCreate new ParseExprKind for use by policy expressions.
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 Joe ConwayBump catversion so that HEAD is beyond 9.5
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-27 Heikki LinnakangasDon't assume that 'char' is signed.
2015-07-27 Heikki LinnakangasFix handling of all-zero pages in SP-GiST vacuum.
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
2015-07-24 Andres FreundFix bug around assignment expressions containing indire...
next