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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix prototype of pgwin32_bind().
Tom Lane
2016-04-14
1
-1
/
+1
*
Add required database and origin filtering for logical messages.
Andres Freund
2016-04-13
2
-1
/
+2
*
Make init_spin_delay() C89 compliant and change stuck spinlock reporting.
Andres Freund
2016-04-13
3
-16
/
+16
*
Avoid atomic operation in MarkLocalBufferDirty().
Andres Freund
2016-04-13
1
-2
/
+4
*
Widen amount-to-flush arguments of FileWriteback and callers.
Tom Lane
2016-04-13
2
-3
/
+3
*
Provide errno-translation wrappers around bind() and listen() on Windows.
Tom Lane
2016-04-12
1
-0
/
+4
*
Fix costing for parallel aggregation.
Robert Haas
2016-04-12
1
-1
/
+2
*
Redefine create_upper_paths_hook as being invoked once per upper relation.
Tom Lane
2016-04-12
1
-2
/
+4
*
Improve API of GenericXLogRegister().
Tom Lane
2016-04-12
1
-2
/
+5
*
Use static inline function for BufferGetPage()
Kevin Grittner
2016-04-11
1
-26
/
+24
*
Avoid the use of a separate spinlock to protect a LWLock's wait queue.
Andres Freund
2016-04-10
1
-5
/
+1
*
Allow Pin/UnpinBuffer to operate in a lockfree manner.
Andres Freund
2016-04-10
3
-38
/
+96
*
Get rid of GenericXLogUnregister().
Tom Lane
2016-04-09
1
-2
/
+1
*
Fix typo in C comment.
Kevin Grittner
2016-04-09
1
-4
/
+4
*
Turn special page pointer validation to static inline function
Kevin Grittner
2016-04-09
1
-3
/
+20
*
Support \crosstabview in psql
Alvaro Herrera
2016-04-08
1
-0
/
+2
*
Expose more out/readfuncs support functions.
Andres Freund
2016-04-08
1
-0
/
+8
*
Create default roles
Stephen Frost
2016-04-08
2
-2
/
+8
*
Reserve the "pg_" namespace for roles
Stephen Frost
2016-04-08
1
-0
/
+1
*
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
7
-9
/
+44
*
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-08
1
-1
/
+23
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
11
-86
/
+48
*
Add authentication parameters compat_realm and upn_usename for SSPI
Magnus Hagander
2016-04-08
1
-0
/
+2
*
Add BSD authentication method.
Tom Lane
2016-04-08
3
-0
/
+7
*
Add combine functions for various floating-point aggregates.
Robert Haas
2016-04-08
3
-26
/
+32
*
Restore original tsquery operation numbering.
Teodor Sigaev
2016-04-08
1
-4
/
+13
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
11
-48
/
+86
*
Add a 'parallel_degree' reloption.
Robert Haas
2016-04-08
2
-0
/
+10
*
Set PAM_RHOST item for PAM authentication
Peter Eisentraut
2016-04-08
1
-0
/
+1
*
Rename comparePos() to compareWordEntryPos()
Teodor Sigaev
2016-04-08
1
-1
/
+1
*
Use quicksort, not replacement selection, for external sorting.
Robert Haas
2016-04-08
1
-0
/
+1
*
Extend relations multiple blocks at a time to improve scalability.
Robert Haas
2016-04-08
3
-0
/
+9
*
Use Foreign Key relationships to infer multi-column join selectivity
Simon Riggs
2016-04-08
2
-0
/
+3
*
Phrase full text search.
Teodor Sigaev
2016-04-07
6
-18
/
+61
*
Load FK defs into relcache for use by planner
Simon Riggs
2016-04-07
4
-0
/
+27
*
Bump catversion for pg_dump dump catalog ACL patches
Stephen Frost
2016-04-06
1
-1
/
+1
*
In pg_dump, include pg_catalog and extension ACLs, if changed
Stephen Frost
2016-04-06
2
-0
/
+4
*
Add new catalog called pg_init_privs
Stephen Frost
2016-04-06
2
-0
/
+104
*
Add jsonb_insert
Teodor Sigaev
2016-04-06
3
-1
/
+6
*
Run pgindent on a batch of (mostly-planner-related) source files.
Tom Lane
2016-04-06
3
-9
/
+11
*
Generic Messages for Logical Decoding
Simon Riggs
2016-04-06
7
-0
/
+85
*
Support multiple synchronous standby servers.
Fujii Masao
2016-04-06
1
-4
/
+27
*
Support ALTER THING .. DEPENDS ON EXTENSION
Alvaro Herrera
2016-04-05
7
-1
/
+30
*
Fix parallel-safety code for parallel aggregation.
Robert Haas
2016-04-05
1
-1
/
+2
*
Add parallel query support functions for assorted aggregates.
Robert Haas
2016-04-05
5
-55
/
+97
*
Implement backup API functions for non-exclusive backups
Magnus Hagander
2016-04-05
4
-4
/
+7
*
Introduce a LOG_SERVER_ONLY ereport level, which is never sent to client.
Tom Lane
2016-04-04
1
-4
/
+6
*
Add Generic WAL interface
Teodor Sigaev
2016-04-01
3
-1
/
+44
*
Support using index-only scans with partial indexes in more cases.
Tom Lane
2016-03-31
2
-2
/
+11
*
Blind attempt at fixing Win32 issue on 24c5f1a103c
Alvaro Herrera
2016-03-30
1
-1
/
+1
[next]