]> granicus.if.org Git - postgresql/history - src/include
COPY: use pg_plan_query() instead of planner()
[postgresql] / src / include /
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...
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 LinnakangasHandle AT_ReAddComment in test_ddl_deparse, and add...
2015-07-18 Andrew DunstanSupport JSON negative array subscripts everywhere
2015-07-17 Robert HaasAdd new function pg_notification_queue_usage.
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-09 Fujii MasaoFix obsolete comment regarding NOTICE message level.
2015-07-09 Noah MischGiven a gcc-compatible xlc compiler, prefer xlc-style...
2015-07-09 Noah MischFinish generic-xlc.h draft atomics implementation.
2015-07-09 Noah MischRevoke support for strxfrm() that write past the specif...
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 LinnakangasFix name of argument to pg_stat_file.
2015-07-02 Fujii MasaoMake use of xlog_internal.h's macros in WAL-related...
2015-06-30 Tom LaneStamp HEAD as 9.6devel.
2015-06-30 Heikki LinnakangasAdd assertion to check the special size is sane before...
2015-06-29 Tom LaneStamp 9.5alpha1. REL9_5_ALPHA1
2015-06-29 Tom LaneCode + docs review for escaping of option values (commi...
2015-06-29 Andres FreundReplace ia64 S_UNLOCK compiler barrier with a full...
2015-06-28 Tom LaneImprove design and implementation of pg_file_settings...
2015-06-28 Heikki LinnakangasAdd missing_ok option to the SQL functions for reading...
2015-06-27 Kevin GrittnerAdd opaque declaration of HTAB to tqual.h.
2015-06-26 Alvaro HerreraFix DDL command collection for TRANSFORM
2015-06-26 Robert HaasBe more conservative about removing tablespace "symlinks".
2015-06-26 Robert HaasImprove handling of CustomPath/CustomPlan(State) children.
2015-06-25 Tom LaneFix the logic for putting relations into the relcache...
2015-06-16 Andrew DunstanFix comment in fmgr.h to refer to actual function used.
2015-06-12 Fujii MasaoMake postmaster restart archiver soon after it dies...
2015-06-11 Andrew DunstanRename jsonb - text[] operator to #- to avoid ambiguity.
next