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
/
access
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove direct uses of ItemPointer.{ip_blkid,ip_posid}
Alvaro Herrera
2017-03-28
2
-21
/
+22
*
Correct grammar in error message
Simon Riggs
2017-03-28
1
-1
/
+1
*
Suppress implicit-conversion warnings seen with newer clang versions.
Tom Lane
2017-03-28
2
-4
/
+4
*
Still more code review for single-page hash vacuuming.
Robert Haas
2017-03-27
3
-26
/
+23
*
Fsync directory after creating or unlinking file.
Teodor Sigaev
2017-03-27
4
-13
/
+40
*
Fix comment.
Robert Haas
2017-03-26
1
-2
/
+2
*
Improve performance of ExecEvalWholeRowVar.
Tom Lane
2017-03-26
1
-0
/
+68
*
Reverting 42b4b0b2413b9b472aaf2112a3bbfd80a6ab4dc5
Simon Riggs
2017-03-24
1
-3
/
+3
*
Avoid SnapshotResetXmin() during AtEOXact_Snapshot()
Simon Riggs
2017-03-24
1
-3
/
+3
*
Fix backup canceling
Teodor Sigaev
2017-03-24
2
-15
/
+32
*
Track the oldest XID that can be safely looked up in CLOG.
Robert Haas
2017-03-23
5
-15
/
+81
*
Reduce page locking in GIN vacuum
Teodor Sigaev
2017-03-23
3
-110
/
+143
*
Replication lag tracking for walsenders
Simon Riggs
2017-03-23
1
-0
/
+14
*
Expose waitforarchive option through pg_stop_backup()
Stephen Frost
2017-03-22
2
-3
/
+12
*
Refactor GetOldestXmin() to use flags
Simon Riggs
2017-03-22
1
-2
/
+2
*
Improve performance of replay of AccessExclusiveLocks
Simon Riggs
2017-03-22
3
-16
/
+33
*
Teach xlogreader to follow timeline switches
Simon Riggs
2017-03-22
1
-14
/
+201
*
Another fix for single-page hash index vacuum.
Robert Haas
2017-03-20
1
-1
/
+7
*
Fixes for single-page hash index vacuum.
Robert Haas
2017-03-20
4
-2
/
+45
*
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-03-18
6
-3
/
+80
*
Rename "pg_clog" directory to "pg_xact".
Robert Haas
2017-03-17
10
-26
/
+25
*
Port single-page btree vacuum logic to hash indexes.
Robert Haas
2017-03-15
8
-15
/
+483
*
Cosmetic fixes for hash index write-ahead logging.
Robert Haas
2017-03-15
2
-4
/
+1
*
hash: Support WAL consistency checking.
Robert Haas
2017-03-14
1
-0
/
+36
*
hash: Add write-ahead logging support.
Robert Haas
2017-03-14
9
-65
/
+1762
*
Spelling fixes
Peter Eisentraut
2017-03-14
1
-1
/
+1
*
Spelling fixes in code comments
Peter Eisentraut
2017-03-14
1
-1
/
+1
*
Make logging about multixact wraparound protection less chatty.
Tom Lane
2017-03-14
2
-10
/
+15
*
Change xlog to WAL in some error messages
Peter Eisentraut
2017-03-13
2
-6
/
+6
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
2
-3
/
+4
*
Assume deconstruct_array() outputs are untoasted.
Noah Misch
2017-03-12
1
-6
/
+4
*
Revert "Use group updates when setting transaction status in clog."
Robert Haas
2017-03-10
2
-232
/
+9
*
Use group updates when setting transaction status in clog.
Robert Haas
2017-03-09
2
-9
/
+232
*
Put back <float.h> in a few files that need it for _isnan().
Tom Lane
2017-03-08
2
-0
/
+2
*
Support parallel bitmap heap scans.
Robert Haas
2017-03-08
1
-0
/
+16
*
tidbitmap: Support shared iteration.
Robert Haas
2017-03-08
1
-1
/
+1
*
hash: Refactor hash index creation.
Robert Haas
2017-03-07
3
-131
/
+138
*
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-03-07
1
-0
/
+24
*
Reduce lock levels for table storage params related to planning
Simon Riggs
2017-03-06
1
-7
/
+43
*
Improve error reporting for tuple-routing failures.
Robert Haas
2017-03-03
1
-0
/
+4
*
hash: Refactor and clean up bucket split code.
Robert Haas
2017-03-01
1
-93
/
+67
*
Fix incorrect variable datatype
Magnus Hagander
2017-02-28
1
-1
/
+1
*
Allow index AMs to return either HeapTuple or IndexTuple format during IOS.
Tom Lane
2017-02-27
6
-27
/
+31
*
hash: Refactor overflow page allocation.
Robert Haas
2017-02-27
1
-99
/
+152
*
hash: Refactor bucket squeeze code.
Robert Haas
2017-02-27
3
-68
/
+163
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
3
-3
/
+0
*
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-02-23
2
-0
/
+3
*
Remove pg_control's enableIntTimes field.
Tom Lane
2017-02-23
1
-21
/
+0
*
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-02-15
6
-0
/
+6
*
btree: Support parallel index scans.
Robert Haas
2017-02-15
3
-48
/
+501
[next]