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
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove direct uses of ItemPointer.{ip_blkid,ip_posid}
Alvaro Herrera
2017-03-28
1
-11
/
+6
*
Fix thinko in estimate_num_groups
Alvaro Herrera
2017-03-27
1
-2
/
+6
*
Change default of log_directory to 'log'
Peter Eisentraut
2017-03-27
2
-2
/
+2
*
Clean up Perl code according to perlcritic
Peter Eisentraut
2017-03-27
2
-17
/
+17
*
Fix a couple of problems in pg_get_statisticsextdef
Alvaro Herrera
2017-03-27
1
-15
/
+5
*
Show more processes in pg_stat_activity.
Robert Haas
2017-03-26
2
-16
/
+52
*
Update some obsolete comments.
Tom Lane
2017-03-26
1
-1
/
+1
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
4
-56
/
+62
*
Fix locale pointer use in WIN32 code path
Peter Eisentraut
2017-03-25
1
-1
/
+1
*
Fix typo in comment
Alvaro Herrera
2017-03-24
1
-1
/
+1
*
Reverting 42b4b0b2413b9b472aaf2112a3bbfd80a6ab4dc5
Simon Riggs
2017-03-24
1
-18
/
+3
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24
4
-7
/
+357
*
Add a txid_status function.
Robert Haas
2017-03-24
1
-0
/
+132
*
Avoid SnapshotResetXmin() during AtEOXact_Snapshot()
Simon Riggs
2017-03-24
1
-3
/
+18
*
Fix crash in ICU patch
Peter Eisentraut
2017-03-23
1
-1
/
+1
*
ICU support
Peter Eisentraut
2017-03-23
6
-310
/
+725
*
Minor spelling correction in comment
Simon Riggs
2017-03-23
1
-1
/
+1
*
Logical replication support for initial data copy
Peter Eisentraut
2017-03-23
3
-1
/
+45
*
Don't scan partitioned tables.
Robert Haas
2017-03-21
1
-1
/
+2
*
Fix support for some operators (&<, &>, $<|, |&>) in box operator class
Teodor Sigaev
2017-03-21
1
-4
/
+20
*
Add a direct function call mechanism using the caller's context.
Andrew Dunstan
2017-03-21
1
-0
/
+50
*
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-03-18
2
-0
/
+24
*
Rename "pg_clog" directory to "pg_xact".
Robert Haas
2017-03-17
1
-3
/
+3
*
Add pg_ls_logdir() and pg_ls_waldir() functions.
Robert Haas
2017-03-16
1
-0
/
+94
*
Be more careful about signed vs. unsigned char
Stephen Frost
2017-03-16
1
-14
/
+14
*
Clean up overly paranoid checks in mac8.c
Stephen Frost
2017-03-15
1
-17
/
+25
*
Add support for EUI-64 MAC addresses as macaddr8
Stephen Frost
2017-03-15
5
-4
/
+582
*
hash: Add write-ahead logging support.
Robert Haas
2017-03-14
1
-8
/
+4
*
Spelling fixes in code comments
Peter Eisentraut
2017-03-14
7
-10
/
+10
*
Include array size in forward declaration.
Heikki Linnakangas
2017-03-13
77
-77
/
+77
*
Change xlog to WAL in some error messages
Peter Eisentraut
2017-03-13
1
-1
/
+1
*
Use radix tree for character encoding conversions.
Heikki Linnakangas
2017-03-13
110
-367332
/
+147672
*
Remove obsolete references to JIS0201.TXT JIS0208.TXT.
Heikki Linnakangas
2017-03-13
2
-3
/
+6
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
22
-281
/
+269
*
Assume deconstruct_array() outputs are untoasted.
Noah Misch
2017-03-12
4
-12
/
+11
*
Fix hard-coded relkind constants in assorted other files.
Tom Lane
2017-03-09
1
-2
/
+15
*
Use SQL standard error code for nextval
Peter Eisentraut
2017-03-09
1
-0
/
+1
*
Add a Gather Merge executor node.
Robert Haas
2017-03-09
1
-0
/
+9
*
Suppress compiler warning in slab.c.
Tom Lane
2017-03-08
1
-6
/
+7
*
Suppress compiler warning in non-USE_LIBXML builds.
Tom Lane
2017-03-08
1
-2
/
+2
*
Put back <float.h> in a few files that need it for _isnan().
Tom Lane
2017-03-08
2
-0
/
+2
*
Use doubly-linked block lists in aset.c to reduce large-chunk overhead.
Tom Lane
2017-03-08
1
-42
/
+66
*
Fix XMLTABLE on older libxml2
Alvaro Herrera
2017-03-08
1
-1
/
+1
*
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
2
-10
/
+681
*
Improve postgresql.conf.sample comments about parallel workers.
Robert Haas
2017-03-07
1
-2
/
+3
*
Fix wrong word in comment.
Robert Haas
2017-03-07
1
-1
/
+1
*
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-03-07
2
-1
/
+2
*
Fix incorrect comments.
Robert Haas
2017-03-06
1
-8
/
+2
*
Reduce lock levels for table storage params related to planning
Simon Riggs
2017-03-06
1
-0
/
+11
*
Fix two recently introduced grammar errors in mmgr/README.
Andres Freund
2017-03-03
1
-3
/
+3
[next]