index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
smgr
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor new file permission handling
Peter Eisentraut
2017-09-23
1
-6
/
+6
*
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-07
1
-22
/
+22
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
2
-13
/
+13
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
2
-5
/
+5
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
2
-11
/
+11
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
1
-1
/
+1
*
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-03-18
1
-10
/
+11
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
1
-1
/
+1
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
1
-0
/
+1
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
3
-3
/
+3
*
Improve scalability of md.c for large relations.
Andres Freund
2016-09-08
2
-174
/
+223
*
Fix mdtruncate() to close fd.c handle of deleted segments.
Andres Freund
2016-09-08
1
-0
/
+1
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
1
-7
/
+3
*
Fix various common mispellings.
Greg Stark
2016-06-03
1
-1
/
+1
*
Fix transient mdsync() errors of truncated relations due to 72a98a6395.
Andres Freund
2016-05-04
1
-34
/
+47
*
Don't open formally non-existent segments in _mdfd_getseg().
Andres Freund
2016-04-26
1
-27
/
+69
*
Widen amount-to-flush arguments of FileWriteback and callers.
Tom Lane
2016-04-13
2
-6
/
+7
*
Copyedit comments and documentation.
Noah Misch
2016-04-01
1
-1
/
+1
*
Allow to trigger kernel writeback after a configurable number of writes.
Andres Freund
2016-03-10
2
-2
/
+67
*
Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."
Tom Lane
2016-02-10
1
-5
/
+0
*
Add more chattiness in server shutdown.
Tom Lane
2016-02-09
1
-0
/
+5
*
Update copyright for 2016
Bruce Momjian
2016-01-02
3
-3
/
+3
*
Teach mdnblocks() not to create zero-length files.
Robert Haas
2015-12-15
1
-9
/
+7
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-2
/
+2
*
Update copyright for 2015
Bruce Momjian
2015-01-06
3
-3
/
+3
*
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-18
2
-4
/
+2
*
Fix obsolete statement in smgr/README.
Tom Lane
2014-07-28
1
-1
/
+1
*
Fix and enhance the assertion of no palloc's in a critical section.
Heikki Linnakangas
2014-06-30
1
-4
/
+21
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
2
-18
/
+18
*
Rationalize common/relpath.[hc].
Tom Lane
2014-04-30
1
-1
/
+0
*
Fix dangling smgr_owner pointer when a fake relcache entry is freed.
Heikki Linnakangas
2014-03-07
1
-4
/
+38
*
Update copyright for 2014
Bruce Momjian
2014-01-07
3
-3
/
+3
*
Add more use of psprintf()
Peter Eisentraut
2014-01-06
1
-3
/
+1
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-10
/
+11
*
Improve code documentation about "magnetic disk" storage manager.
Tom Lane
2013-03-30
2
-16
/
+30
*
Move relpath() to libpgcommon
Alvaro Herrera
2013-02-21
1
-0
/
+1
*
Accelerate end-of-transaction dropping of relations
Alvaro Herrera
2013-01-17
1
-1
/
+81
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
3
-3
/
+3
*
Add OpenTransientFile, with automatic cleanup at end-of-xact.
Heikki Linnakangas
2012-11-27
1
-2
/
+2
*
Close un-owned SMgrRelations at transaction end.
Tom Lane
2012-10-17
1
-1
/
+79
*
Revert "Use "transient" files for blind writes, take 2".
Tom Lane
2012-10-17
2
-26
/
+0
*
Rethink checkpointer's fsync-request table representation.
Tom Lane
2012-07-19
1
-181
/
+256
*
Send only one FORGET_RELATION_FSYNC request when dropping a relation.
Tom Lane
2012-07-19
2
-9
/
+33
*
Fix management of pendingOpsTable in auxiliary processes.
Tom Lane
2012-07-18
1
-4
/
+3
*
Improve coding around the fsync request queue.
Tom Lane
2012-07-17
1
-34
/
+53
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
2
-14
/
+16
*
Scan the buffer pool just once, not once per fork, during relation drop.
Tom Lane
2012-06-07
1
-4
/
+61
*
Publish checkpoint timing information to pg_stat_bgwriter.
Robert Haas
2012-04-05
1
-15
/
+10
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
3
-3
/
+3
*
Avoid crashing when we have problems unlinking files post-commit.
Tom Lane
2011-12-20
1
-12
/
+14
[next]