summaryrefslogtreecommitdiff
path: root/src/include/storage
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 9.4Bruce Momjian2014-05-0625-62/+63
* Rationalize common/relpath.[hc].Tom Lane2014-04-301-22/+1
* Get rid of the dynamic shared memory state file.Robert Haas2014-04-082-2/+11
* Replace the XLogInsert slots with regular LWLocks.Heikki Linnakangas2014-03-211-1/+5
* Setup error context callback for transaction lock waitsAlvaro Herrera2014-03-191-1/+16
* Improve shm_mq portability around MAXIMUM_ALIGNOF and sizeof(Size).Robert Haas2014-03-181-2/+2
* Make it easy to detach completely from shared memory.Robert Haas2014-03-181-0/+1
* Allow dynamic shared memory segments to be kept until shutdown.Robert Haas2014-03-102-0/+4
* Teach on_exit_reset() to discard pending cleanups for dsm.Robert Haas2014-03-101-0/+1
* C comments: improve description of relfilenode uniquenessBruce Momjian2014-03-081-1/+2
* Fix dangling smgr_owner pointer when a fake relcache entry is freed.Heikki Linnakangas2014-03-071-0/+1
* C comment update: relfilenode is only unique with a tablespaceBruce Momjian2014-03-051-1/+1
* Introduce logical decoding.Robert Haas2014-03-034-4/+17
* Rename huge_tlb_pages to huge_pages, and improve docs.Heikki Linnakangas2014-03-031-6/+6
* Show xid and xmin in pg_stat_activity and pg_stat_replication.Robert Haas2014-02-251-0/+1
* PGDLLIMPORT-ify MainLWLockArray, ProcDiePending, proc_exit_inprogress.Tom Lane2014-02-162-2/+2
* Mark some more variables as static or include the appropriate headerPeter Eisentraut2014-02-081-1/+1
* Introduce replication slots.Robert Haas2014-01-312-1/+5
* Allow using huge TLB pages on Linux (MAP_HUGETLB)Heikki Linnakangas2014-01-291-0/+10
* Relax the requirement that all lwlocks be stored in a single array.Robert Haas2014-01-274-77/+170
* Export a few more symbols required for test_shm_mq module.Andrew Dunstan2014-01-181-1/+1
* Export set_latch_on_sigusr1 symbol for Windows.Andrew Dunstan2014-01-171-1/+1
* Logging running transactions every 15 seconds.Robert Haas2014-01-151-1/+1
* Fix multiple bugs in index page locking during hot-standby WAL replay.Tom Lane2014-01-141-1/+3
* Single-reader, single-writer, lightweight shared message queue.Robert Haas2014-01-141-0/+70
* Simple table of contents for a shared memory segment.Robert Haas2014-01-141-0/+57
* We don't need to include pg_sema.h in s_lock.h anymore.Tom Lane2014-01-082-3/+3
* Reduce the number of semaphores used under --disable-spinlocks.Robert Haas2014-01-082-1/+7
* Update copyright for 2014Bruce Momjian2014-01-0745-45/+45
* Allow on-detach callbacks for dynamic shared memory segments.Robert Haas2013-12-182-5/+14
* Add ALTER SYSTEM command to edit the server configuration file.Tatsuo Ishii2013-12-181-0/+1
* Fix stale-pointer problem in fast-path locking logic.Tom Lane2013-11-271-3/+17
* Modify dynamic shared memory code to use Size rather than uint64.Robert Haas2013-10-282-5/+5
* Remove IRIX port.Robert Haas2013-10-181-25/+0
* Remove spinlock support for SINIX, Sun3, and NS32K.Robert Haas2013-10-171-52/+0
* Allow dynamic allocation of shared memory segments.Robert Haas2013-10-093-0/+115
* Eliminate xmin from hash tag for predicate locks on heap tuples.Kevin Grittner2013-10-071-20/+9
* Add WaitForLockers in lmgr, refactoring index.c codeAlvaro Herrera2013-10-011-0/+4
* Remove `proc` argument from LockCheckConflictsAlvaro Herrera2013-09-161-1/+1
* Expose fsync_fname as a public API.Robert Haas2013-09-041-0/+1
* Update obsolete commentAlvaro Herrera2013-09-031-1/+1
* Use a non-locking initial test in TAS_SPIN on x86_64.Heikki Linnakangas2013-08-291-5/+17
* Allow discovery of whether a dynamic background worker is running.Robert Haas2013-08-281-0/+1
* Fix a few problems in barrier.h.Tom Lane2013-07-171-2/+6
* Allow background workers to be started dynamically.Robert Haas2013-07-162-0/+2
* Fix memory barrier support on icc on ia64, 2nd attempt.Heikki Linnakangas2013-07-091-1/+5
* Add #include needed for _mm_mfence() intrinsic on ia64.Heikki Linnakangas2013-07-091-0/+1
* Improve scalability of WAL insertions.Heikki Linnakangas2013-07-081-1/+1
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-021-5/+16
* Fix cpluspluscheck in checksum codePeter Eisentraut2013-06-301-1/+1