]> granicus.if.org Git - postgresql/history - src/backend
Add noreturn attribute
[postgresql] / src / backend /
2015-09-13 Andrew DunstanFix the fastpath rule for jsonb_concat with an empty...
2015-09-12 Peter EisentrautUpdate SQL features list
2015-09-11 Robert HaasFix build problems in commit aa65de042f5828968f2f6cd65f...
2015-09-11 Alvaro HerreraAdd missing ReleaseBuffer call in BRIN revmap code
2015-09-11 Kevin GrittnerFix an O(N^2) problem in foreign key references.
2015-09-11 Robert HaasWhen trace_lwlocks is used, identify individual lwlocks...
2015-09-10 Tom LaneFix setrefs.c comment properly.
2015-09-10 Stephen FrostFix typo in setrefs.c
2015-09-10 Tom LaneFix minor bug in regexp makesearch() function.
2015-09-09 Teodor SigaevFix oversight in 013ebc0a7b7ea9c1b1ab7a3d4dd75ea121ea8b...
2015-09-09 Teodor SigaevMicrovacuum for GIST
2015-09-09 Fujii MasaoRemove files signaling a standby promotion request...
2015-09-08 Stephen FrostLock all relations referred to in updatable views
2015-09-08 Fujii MasaoAdd gin_fuzzy_search_limit to postgresql.conf.sample.
2015-09-08 Alvaro HerreraAllow per-tablespace effective_io_concurrency
2015-09-07 Jeff DavisCoordinate log_line_prefix options 'm' and 'n' to share...
2015-09-07 Jeff DavisAdd log_line_prefix option 'n' for Unix epoch.
2015-09-07 Teodor SigaevMake GIN's cleanup pending list process interruptable
2015-09-07 Teodor SigaevAdd pages deleted from pending list to FSM
2015-09-06 Magnus HaganderSupport RADIUS passwords up to 128 characters
2015-09-06 Andres FreundAdd ability to reserve WAL upon slot creation via repli...
2015-09-06 Greg StarkMove DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS...
2015-09-05 Tom LaneFix CreateTableSpace() so it will compile without HAVE_...
2015-09-05 Heikki LinnakangasFix misc typos.
2015-09-05 Tatsuo IshiiFix brin index summarizing while vacuuming.
2015-09-04 Tom LaneFix subtransaction cleanup after an outer-subtransactio...
2015-09-03 Robert HaasAssorted code review for recent ProcArrayLock patch.
2015-09-03 Fujii MasaoDocument that max_worker_processes must be high enough...
2015-09-02 Teodor SigaevAllow usage of huge maintenance_work_mem for GIN build.
2015-09-01 Robert HaasAllow notifications to bgworkers without database conne...
2015-08-31 Tom LaneClean up icc + ia64 situation.
2015-08-31 Tom LaneActually, it's not that hard to merge the Windows pqsig...
2015-08-31 Tom LaneRemove theoretically-unnecessary special case for icc.
2015-08-31 Tom LaneRemove support for Unix systems without the POSIX signa...
2015-08-28 Stephen FrostEnsure locks are acquired on RLS-added relations
2015-08-28 Andres FreundClarify what some historic terms in rewriteHandler...
2015-08-26 Tom LaneSpeed up HeapTupleSatisfiesMVCC() by replacing the...
2015-08-25 Tom LaneLimit the verbosity of memory context statistics dumps.
2015-08-23 Tom LaneReduce number of bytes examined by convert_one_string_t...
2015-08-23 Tom LaneAvoid use of float arithmetic in bipartite_match.c.
2015-08-23 Kevin GrittnerFix typo in C comment.
2015-08-23 Peter EisentrautImprove whitespace
2015-08-22 Tom LaneAvoid O(N^2) behavior when enlarging SPI tuple table...
2015-08-21 Alvaro HerreraDo not allow *timestamp to be passed as NULL
2015-08-21 Alvaro HerreraRemove ExecGetScanType function
2015-08-21 Tom LaneAllow record_in() and record_recv() to work for transie...
2015-08-21 Stephen FrostRename 'cmd' to 'cmd_name' in CreatePolicyStmt
2015-08-21 Stephen FrostIn AlterRole, make bypassrls an int
2015-08-19 Kevin GrittnerFix bug in calculations of hash join buckets.
2015-08-15 Andres FreundDon't use function definitions looking like old-style...
2015-08-15 Andres FreundCorrect type of waitMode variable in ExecInsertIndexTup...
2015-08-15 Andres FreundDon't use 'bool' as a struct member name in help_config.c.
2015-08-15 Noah MischEncoding PG_UHC is code page 949.
2015-08-15 Noah MischRestore old pgwin32_message_to_UTF16() behavior outside...
2015-08-14 Simon RiggsReduce lock levels for ALTER TABLE SET autovacuum stora...
2015-08-13 Alvaro HerreraFix unitialized variables
2015-08-13 Tom LaneUndo mistaken tightening in join_is_legal().
2015-08-12 Alvaro HerreraClose some holes in BRIN page assignment
2015-08-12 Andres FreundRemove duplicated assignment in pg_create_physical_repl...
2015-08-12 Andres FreundFix two off-by-one errors in bufmgr.c.
2015-08-12 Tom LaneFix some possible low-memory failures in regexp compila...
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-11 Andres FreundMinor cleanups in slot related code.
2015-08-10 Tom LaneFurther mucking with PlaceHolderVar-related restriction...
2015-08-10 Andres FreundAdd confirmed_flush column to pg_replication_slots.
2015-08-10 Andres FreundFix copy & paste mistake in pg_get_replication_slots().
2015-08-09 Tom LaneRemove gram.y's precedence declaration for OVERLAPS.
2015-08-07 Tom LaneFurther adjustments to PlaceHolderVar removal.
2015-08-07 Robert HaasFix attach-related race condition in shm_mq_send_bytes.
2015-08-07 Andres FreundDon't include low level locking code from frontend...
2015-08-07 Andres FreundAddress points made in post-commit review of replicatio...
2015-08-07 Tom LaneFix old oversight in join removal logic.
2015-08-07 Tom LaneFix eclass_useful_for_merging to give valid results...
2015-08-06 Tom LaneFurther fixes for degenerate outer join clauses.
2015-08-06 Robert HaasFix incorrect calculation in shm_mq_receive.
2015-08-06 Robert HaasReduce ProcArrayLock contention by removing backends...
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 Tom LaneMake real sure we don't reassociate joins into or out...
2015-08-05 Andres FreundRely on inline functions even if that causes warnings...
2015-08-05 Andres FreundFix debug message output when connecting to a logical...
2015-08-04 Tom LaneFix bogus "out of memory" reports in tuplestore.c.
2015-08-04 Tom LaneFix a PlaceHolderVar-related oversight in star-schema...
2015-08-04 Robert HaasCap wal_buffers to avoid a server crash when it's set...
2015-08-04 Robert HaasUpdate comment to match behavior of latest code.
2015-08-04 Heikki LinnakangasShare transition state between different aggregates...
2015-08-03 Stephen FrostRLS: Keep deny policy when only restrictive exist
2015-08-03 Fujii MasaoMake recovery rename tablespace_map to *.old if backup_...
2015-08-03 Tom LaneFix a number of places that produced XX000 errors in...
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...
next