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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generic Messages for Logical Decoding
Simon Riggs
2016-04-06
10
-4
/
+384
*
Support multiple synchronous standby servers.
Fujii Masao
2016-04-06
9
-141
/
+678
*
Support ALTER THING .. DEPENDS ON EXTENSION
Alvaro Herrera
2016-04-05
7
-2
/
+178
*
Fix parallel-safety code for parallel aggregation.
Robert Haas
2016-04-05
4
-6
/
+32
*
Align all shared memory allocations to cache line boundaries.
Robert Haas
2016-04-05
1
-2
/
+10
*
Add parallel query support functions for assorted aggregates.
Robert Haas
2016-04-05
2
-0
/
+909
*
Implement backup API functions for non-exclusive backups
Magnus Hagander
2016-04-05
4
-34
/
+225
*
Fix error message from wal_level value renaming
Peter Eisentraut
2016-04-04
1
-1
/
+1
*
Disallow newlines in parameter values to be set in ALTER SYSTEM.
Tom Lane
2016-04-04
1
-3
/
+20
*
Display WAL pointer in rm_redo error callback
Alvaro Herrera
2016-04-04
1
-1
/
+5
*
Add a few comments about ANALYZE's strategy for collecting MCVs.
Tom Lane
2016-04-04
1
-2
/
+30
*
Partially revert commit 3d3bf62f30200500637b24fdb7b992a99f9704c3.
Tom Lane
2016-04-04
1
-6
/
+10
*
Silence compiler warning
Alvaro Herrera
2016-04-04
1
-4
/
+4
*
Introduce a LOG_SERVER_ONLY ereport level, which is never sent to client.
Tom Lane
2016-04-04
1
-5
/
+5
*
Fix latent portability issue in pgwin32_dispatch_queued_signals().
Tom Lane
2016-04-04
1
-4
/
+5
*
Improve estimate of distinct values in estimate_num_groups().
Dean Rasheed
2016-04-04
1
-11
/
+53
*
Avoid archiving XLOG_RUNNING_XACTS on idle server
Simon Riggs
2016-04-04
2
-1
/
+25
*
Avoid pin scan for replay of XLOG_BTREE_VACUUM in all cases
Simon Riggs
2016-04-03
3
-35
/
+23
*
Make all the declarations of WaitEventSetWaitBlock be marked "inline".
Tom Lane
2016-04-02
1
-2
/
+2
*
Refer to a TOKEN_USER payload as a "token user," not as a "user token".
Noah Misch
2016-04-01
1
-1
/
+1
*
Copyedit comments and documentation.
Noah Misch
2016-04-01
9
-17
/
+17
*
Omit null rows when setting the threshold for what's a most-common value.
Tom Lane
2016-04-01
1
-11
/
+9
*
Omit null rows when applying the Haas-Stokes estimator for ndistinct.
Tom Lane
2016-04-01
1
-24
/
+38
*
Type names should not be quoted
Alvaro Herrera
2016-04-01
9
-20
/
+20
*
Add Generic WAL interface
Teodor Sigaev
2016-04-01
6
-5
/
+496
*
Support using index-only scans with partial indexes in more cases.
Tom Lane
2016-03-31
6
-84
/
+134
*
Fix broken variable declaration
Alvaro Herrera
2016-03-30
1
-1
/
+1
*
Use proper format specifier %X/%X for LSN.
Fujii Masao
2016-03-31
1
-1
/
+1
*
Enable logical slots to follow timeline switches
Alvaro Herrera
2016-03-30
3
-31
/
+239
*
XLogReader general code cleanup
Alvaro Herrera
2016-03-30
3
-24
/
+69
*
Improve portability of I/O behavior for the geometric types.
Tom Lane
2016-03-30
2
-294
/
+249
*
Suppress uninitialized-variable warnings.
Tom Lane
2016-03-30
1
-2
/
+2
*
Introduce SP-GiST operator class over box.
Teodor Sigaev
2016-03-30
2
-2
/
+701
*
Use traversalValue in SP-GiST range opclass.
Teodor Sigaev
2016-03-30
1
-9
/
+25
*
Introduce traversalValue for SP-GiST scan
Teodor Sigaev
2016-03-30
1
-0
/
+18
*
Add new replication mode synchronous_commit = 'remote_apply'.
Robert Haas
2016-03-29
9
-53
/
+163
*
Fix interval_mul() to not produce insane results.
Tom Lane
2016-03-29
1
-2
/
+4
*
Allow to_timestamp(float8) to convert float infinity to timestamp infinity.
Tom Lane
2016-03-29
1
-0
/
+58
*
Fix bug in aggregate (de)serialization commit.
Robert Haas
2016-03-29
1
-5
/
+4
*
Allow aggregate transition states to be serialized and deserialized.
Robert Haas
2016-03-29
14
-32
/
+507
*
Avoid possibly-unsafe use of Windows' FormatMessage() function.
Tom Lane
2016-03-29
2
-2
/
+6
*
Fix support of digits in email/hostnames.
Teodor Sigaev
2016-03-29
1
-0
/
+3
*
Rework custom scans to work more like the new extensible node stuff.
Robert Haas
2016-03-29
5
-37
/
+78
*
Don't require a user mapping for FDWs to work.
Robert Haas
2016-03-28
2
-11
/
+37
*
Fix typo in comment.
Robert Haas
2016-03-28
1
-1
/
+1
*
Document errhidecontext() where it ought to be documented.
Tom Lane
2016-03-28
1
-1
/
+1
*
Improve internationalization of messages involving type names
Alvaro Herrera
2016-03-28
8
-36
/
+37
*
Reset plan->row_security_env and planUserId
Stephen Frost
2016-03-28
1
-15
/
+26
*
Code and docs review for commit 3187d6de0e5a9e805b27c48437897e8c39071d45.
Tom Lane
2016-03-28
1
-125
/
+74
*
Guard against zero vardata.rel->tuples in estimate_hash_bucketsize().
Tom Lane
2016-03-27
1
-1
/
+1
[next]