summaryrefslogtreecommitdiff
path: root/src/include/storage
Commit message (Expand)AuthorAgeFilesLines
* Mark x86's memory barrier inline assembly as clobbering the cpu flags.Andres Freund2014-09-191-2/+2
* Add rmgr callback to name xlog record types for display purposes.Andres Freund2014-09-191-0/+1
* Fix thinko in 0709b7ee72e4bc71ad07b7120acd117265ab51d0.Robert Haas2014-09-101-1/+1
* Fix typo in 07c8651dd91d5 causing WIN32_ONLY_COMPILER builds to fail.Andres Freund2014-09-101-1/+1
* Change the spinlock primitives to function as compiler barriers.Robert Haas2014-09-091-16/+67
* Fix typo in solaris spinlock fix.Andres Freund2014-09-091-0/+1
* Fix spinlock implementation for some !solaris sparc platforms.Andres Freund2014-09-091-1/+48
* Make backend local tracking of buffer pins memory efficient.Andres Freund2014-08-301-19/+0
* Remove swpb-based spinlock implementation for ARMv5 and earlier.Robert Haas2014-07-061-48/+6
* Fix and enhance the assertion of no palloc's in a critical section.Heikki Linnakangas2014-06-301-0/+1
* Remove Alpha and Tru64 support.Andres Freund2014-06-282-75/+0
* Fix calculation of PREDICATELOCK_MANAGER_LWLOCK_OFFSET.Kevin Grittner2014-06-191-1/+1
* Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas2014-06-141-1/+1
* Add defenses against running with a wrong selection of LOBLKSIZE.Tom Lane2014-06-051-0/+2
* 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