index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
storage
Age
Commit message (
Expand
)
Author
2016-03-09
Introduce durable_rename() and durable_link_or_rename().
Andres Freund
2015-12-10
Fix bug leading to restoring unlogged relations from empty files.
Andres Freund
2015-10-16
Remove cautions about using volatile from spin.h.
Robert Haas
2015-10-16
Don't send protocol messages to a shm_mq that no longer exists.
Robert Haas
2015-10-13
On Windows, ensure shared memory handle gets closed if not being used.
Tom Lane
2015-09-26
Rework the way multixact truncations work.
Andres Freund
2015-09-05
Fix misc typos.
Heikki Linnakangas
2015-08-29
Fix s_lock.h PPC assembly code to be compatible with native AIX assembler.
Tom Lane
2015-08-10
Accept alternate spellings of __sparcv7 and __sparcv8.
Tom Lane
2015-08-02
Fix issues around the "variable" support in the lwlock infrastructure.
Andres Freund
2015-06-30
Add assertion to check the special size is sane before dereferencing it.
Heikki Linnakangas
2015-06-29
Replace ia64 S_UNLOCK compiler barrier with a full memory barrier.
Andres Freund
2015-05-28
Fix fsync-at-startup code to not treat errors as fatal.
Tom Lane
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-05-21
Improve packing/alignment annotation for ItemPointerData.
Tom Lane
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-04
Recursively fsync() the data directory after a crash.
Robert Haas
2015-04-30
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-29
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-26
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-02
Define integer limits independently from the system definitions.
Andres Freund
2015-03-26
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-25
Centralize definition of integer limits.
Andres Freund
2015-03-19
Add flags argument to dsm_create.
Robert Haas
2015-03-11
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-02-20
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-02-13
Fix broken #ifdef for __sparcv8
Heikki Linnakangas
2015-02-03
Remove the option to service interrupts during PGSemaphoreLock().
Andres Freund
2015-02-03
Move deadlock and other interrupt handling in proc.c out of signal handlers.
Andres Freund
2015-02-03
Introduce and use infrastructure for interrupt processing during client reads.
Andres Freund
2015-01-29
Align buffer descriptors to cache line boundaries.
Andres Freund
2015-01-22
reinit.h: Fix typo in identification comment
Alvaro Herrera
2015-01-15
Blindly try to fix a warning in s_lock.h when compiling with gcc on HPPA.
Andres Freund
2015-01-14
Add a default local latch for use in signal handlers.
Andres Freund
2015-01-13
Add barriers to the latch code.
Andres Freund
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-25
Lockless StrategyGetBuffer clock sweep hot path.
Andres Freund
2014-12-25
Improve LWLock scalability.
Andres Freund
2014-12-25
Convert the PGPROC->lwWaitLink list into a dlist instead of open coding it.
Andres Freund
2014-12-03
Keep track of transaction commit timestamps
Alvaro Herrera
2014-12-02
Don't skip SQL backends in logical decoding for visibility computation.
Andres Freund
2014-11-26
Remove dead function prototype
Heikki Linnakangas
2014-11-20
Revamp the WAL record format.
Heikki Linnakangas
2014-11-13
Fix race condition between hot standby and restoring a full-page image.
Heikki Linnakangas
2014-11-11
Really fix compilation failure on MIPS.
Heikki Linnakangas
2014-11-11
Fix compilation failure on MIPS.
Heikki Linnakangas
2014-11-07
BRIN: Block Range Indexes
Alvaro Herrera
2014-11-06
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-10-30
Extend dsm API with a new function dsm_unpin_mapping.
Robert Haas
2014-10-30
"Pin", rather than "keep", dynamic shared memory mappings and segments.
Robert Haas
[next]