| Commit message (Expand) | Author | Age | Files | Lines |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 | 25 | -62/+63 |
* | Rationalize common/relpath.[hc]. | Tom Lane | 2014-04-30 | 1 | -22/+1 |
* | Get rid of the dynamic shared memory state file. | Robert Haas | 2014-04-08 | 2 | -2/+11 |
* | Replace the XLogInsert slots with regular LWLocks. | Heikki Linnakangas | 2014-03-21 | 1 | -1/+5 |
* | Setup error context callback for transaction lock waits | Alvaro Herrera | 2014-03-19 | 1 | -1/+16 |
* | Improve shm_mq portability around MAXIMUM_ALIGNOF and sizeof(Size). | Robert Haas | 2014-03-18 | 1 | -2/+2 |
* | Make it easy to detach completely from shared memory. | Robert Haas | 2014-03-18 | 1 | -0/+1 |
* | Allow dynamic shared memory segments to be kept until shutdown. | Robert Haas | 2014-03-10 | 2 | -0/+4 |
* | Teach on_exit_reset() to discard pending cleanups for dsm. | Robert Haas | 2014-03-10 | 1 | -0/+1 |
* | C comments: improve description of relfilenode uniqueness | Bruce Momjian | 2014-03-08 | 1 | -1/+2 |
* | Fix dangling smgr_owner pointer when a fake relcache entry is freed. | Heikki Linnakangas | 2014-03-07 | 1 | -0/+1 |
* | C comment update: relfilenode is only unique with a tablespace | Bruce Momjian | 2014-03-05 | 1 | -1/+1 |
* | Introduce logical decoding. | Robert Haas | 2014-03-03 | 4 | -4/+17 |
* | Rename huge_tlb_pages to huge_pages, and improve docs. | Heikki Linnakangas | 2014-03-03 | 1 | -6/+6 |
* | Show xid and xmin in pg_stat_activity and pg_stat_replication. | Robert Haas | 2014-02-25 | 1 | -0/+1 |
* | PGDLLIMPORT-ify MainLWLockArray, ProcDiePending, proc_exit_inprogress. | Tom Lane | 2014-02-16 | 2 | -2/+2 |
* | Mark some more variables as static or include the appropriate header | Peter Eisentraut | 2014-02-08 | 1 | -1/+1 |
* | Introduce replication slots. | Robert Haas | 2014-01-31 | 2 | -1/+5 |
* | Allow using huge TLB pages on Linux (MAP_HUGETLB) | Heikki Linnakangas | 2014-01-29 | 1 | -0/+10 |
* | Relax the requirement that all lwlocks be stored in a single array. | Robert Haas | 2014-01-27 | 4 | -77/+170 |
* | Export a few more symbols required for test_shm_mq module. | Andrew Dunstan | 2014-01-18 | 1 | -1/+1 |
* | Export set_latch_on_sigusr1 symbol for Windows. | Andrew Dunstan | 2014-01-17 | 1 | -1/+1 |
* | Logging running transactions every 15 seconds. | Robert Haas | 2014-01-15 | 1 | -1/+1 |
* | Fix multiple bugs in index page locking during hot-standby WAL replay. | Tom Lane | 2014-01-14 | 1 | -1/+3 |
* | Single-reader, single-writer, lightweight shared message queue. | Robert Haas | 2014-01-14 | 1 | -0/+70 |
* | Simple table of contents for a shared memory segment. | Robert Haas | 2014-01-14 | 1 | -0/+57 |
* | We don't need to include pg_sema.h in s_lock.h anymore. | Tom Lane | 2014-01-08 | 2 | -3/+3 |
* | Reduce the number of semaphores used under --disable-spinlocks. | Robert Haas | 2014-01-08 | 2 | -1/+7 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 | 45 | -45/+45 |
* | Allow on-detach callbacks for dynamic shared memory segments. | Robert Haas | 2013-12-18 | 2 | -5/+14 |
* | Add ALTER SYSTEM command to edit the server configuration file. | Tatsuo Ishii | 2013-12-18 | 1 | -0/+1 |
* | Fix stale-pointer problem in fast-path locking logic. | Tom Lane | 2013-11-27 | 1 | -3/+17 |
* | Modify dynamic shared memory code to use Size rather than uint64. | Robert Haas | 2013-10-28 | 2 | -5/+5 |
* | Remove IRIX port. | Robert Haas | 2013-10-18 | 1 | -25/+0 |
* | Remove spinlock support for SINIX, Sun3, and NS32K. | Robert Haas | 2013-10-17 | 1 | -52/+0 |
* | Allow dynamic allocation of shared memory segments. | Robert Haas | 2013-10-09 | 3 | -0/+115 |
* | Eliminate xmin from hash tag for predicate locks on heap tuples. | Kevin Grittner | 2013-10-07 | 1 | -20/+9 |
* | Add WaitForLockers in lmgr, refactoring index.c code | Alvaro Herrera | 2013-10-01 | 1 | -0/+4 |
* | Remove `proc` argument from LockCheckConflicts | Alvaro Herrera | 2013-09-16 | 1 | -1/+1 |
* | Expose fsync_fname as a public API. | Robert Haas | 2013-09-04 | 1 | -0/+1 |
* | Update obsolete comment | Alvaro Herrera | 2013-09-03 | 1 | -1/+1 |
* | Use a non-locking initial test in TAS_SPIN on x86_64. | Heikki Linnakangas | 2013-08-29 | 1 | -5/+17 |
* | Allow discovery of whether a dynamic background worker is running. | Robert Haas | 2013-08-28 | 1 | -0/+1 |
* | Fix a few problems in barrier.h. | Tom Lane | 2013-07-17 | 1 | -2/+6 |
* | Allow background workers to be started dynamically. | Robert Haas | 2013-07-16 | 2 | -0/+2 |
* | Fix memory barrier support on icc on ia64, 2nd attempt. | Heikki Linnakangas | 2013-07-09 | 1 | -1/+5 |
* | Add #include needed for _mm_mfence() intrinsic on ia64. | Heikki Linnakangas | 2013-07-09 | 1 | -0/+1 |
* | Improve scalability of WAL insertions. | Heikki Linnakangas | 2013-07-08 | 1 | -1/+1 |
* | Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. | Robert Haas | 2013-07-02 | 1 | -5/+16 |
* | Fix cpluspluscheck in checksum code | Peter Eisentraut | 2013-06-30 | 1 | -1/+1 |