aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage
Commit message (Expand)AuthorAge
* Fix race condition in predicate-lock init code in EXEC_BACKEND builds.Tom Lane2017-07-24
* Fix race between GetNewTransactionId and GetOldestActiveTransactionId.Heikki Linnakangas2017-07-13
* Fix variable and type name in comment.Heikki Linnakangas2017-07-12
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Final pgindent run with old pg_bsd_indent (version 1.3).Tom Lane2017-06-21
* Don't force-assign transaction id when exporting a snapshot.Andres Freund2017-06-14
* Re-run pgindent.Tom Lane2017-06-13
* Fix typoPeter Eisentraut2017-06-13
* Fix typoPeter Eisentraut2017-06-09
* Clean up latch related code.Andres Freund2017-06-06
* Prevent possibility of panics during shutdown checkpoint.Andres Freund2017-06-05
* Ignore WL_POSTMASTER_DEATH latch event in single user modePeter Eisentraut2017-06-05
* Code review for shm_toc.h/.c.Tom Lane2017-06-05
* Don't be so trusting that shm_toc_lookup() will always succeed.Tom Lane2017-06-05
* Assorted translatable string fixesAlvaro Herrera2017-06-04
* Fix typo in commentMagnus Hagander2017-06-02
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Cope with glibc too old to have epoll_create1().Tom Lane2017-04-27
* Preserve required !catalog tuples while computing initial decoding snapshot.Andres Freund2017-04-27
* Make latch.c more paranoid about child-process cases.Tom Lane2017-04-27
* Rework handling of subtransactions in 2PC recoverySimon Riggs2017-04-27
* Don't include sys/poll.h anymore.Andres Freund2017-04-23
* Remove select(2) backed latch implementation.Andres Freund2017-04-23
* Avoid depending on non-POSIX behavior of fcntl(2).Tom Lane2017-04-21
* Fix new warnings from GCC 7Peter Eisentraut2017-04-17
* Move isolationtester's is-blocked query into C code for speed.Tom Lane2017-04-10
* Add GUCs for predicate lock promotion thresholds.Kevin Grittner2017-04-07
* Add ProcArrayGroupUpdate wait event.Robert Haas2017-04-07
* Update comment.Robert Haas2017-04-03
* Allow DSM segments to be created as pinnedAlvaro Herrera2017-03-28
* Remove direct uses of ItemPointer.{ip_blkid,ip_posid}Alvaro Herrera2017-03-28
* Fsync directory after creating or unlinking file.Teodor Sigaev2017-03-27
* Clean up Perl code according to perlcriticPeter Eisentraut2017-03-27
* Show more processes in pg_stat_activity.Robert Haas2017-03-26
* Report catalog_xmin separately in hot_standby_feedbackSimon Riggs2017-03-25
* Track the oldest XID that can be safely looked up in CLOG.Robert Haas2017-03-23
* Correct erroneous comment in GetOldestXmin()Simon Riggs2017-03-22
* Refactor GetOldestXmin() to use flagsSimon Riggs2017-03-22
* Assign AccessExclusiveLocks against subxacts in Hot StandbySimon Riggs2017-03-22
* Improve performance of replay of AccessExclusiveLocksSimon Riggs2017-03-22
* Revert unintentional change in increasing usage count during pin of buffers,Teodor Sigaev2017-03-20
* Create and use wait events for read, write, and fsync operations.Robert Haas2017-03-18
* Fix WaitEventSetWait() to handle write-ready waits properly on Windows.Tom Lane2017-03-17
* Rename "pg_clog" directory to "pg_xact".Robert Haas2017-03-17
* Spelling fixes in code commentsPeter Eisentraut2017-03-14
* Fix failure to mark init buffers as BM_PERMANENT.Robert Haas2017-03-14
* Revert "Use group updates when setting transaction status in clog."Robert Haas2017-03-10
* Use group updates when setting transaction status in clog.Robert Haas2017-03-09