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
*
Move partition_tuple_slot out of EState.
Robert Haas
2017-01-04
3
-22
/
+33
*
Re-allow SSL passphrase prompt at server start, but not thereafter.
Tom Lane
2017-01-04
3
-44
/
+58
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
670
-673
/
+673
*
Disable prompting for passphrase while (re)loading SSL config files.
Tom Lane
2017-01-03
1
-0
/
+29
*
Allow SSL configuration to be updated at SIGHUP.
Tom Lane
2017-01-02
7
-173
/
+294
*
Fix typo in comment
Peter Eisentraut
2016-12-29
1
-1
/
+1
*
Make more use of RoleSpec struct
Peter Eisentraut
2016-12-29
5
-39
/
+26
*
Fix interval_transform so it doesn't throw away non-no-op casts.
Tom Lane
2016-12-27
1
-29
/
+82
*
Fix typo comments
Magnus Hagander
2016-12-27
1
-1
/
+1
*
Remove triggerable Assert in hashname().
Tom Lane
2016-12-26
1
-4
/
+1
*
Replace enum InhOption with simple boolean.
Tom Lane
2016-12-23
10
-22
/
+19
*
Remove unnecessary casts of makeNode() result
Peter Eisentraut
2016-12-23
4
-13
/
+12
*
Spellcheck: s/descendent/descendant/g
Tom Lane
2016-12-23
1
-3
/
+3
*
Remove sql_inheritance GUC.
Robert Haas
2016-12-23
8
-49
/
+13
*
Remove _hash_chgbufaccess().
Robert Haas
2016-12-23
5
-83
/
+66
*
Fix tuple routing in cases where tuple descriptors don't match.
Robert Haas
2016-12-22
3
-15
/
+117
*
Use TSConfigRelationId in AlterTSConfiguration()
Stephen Frost
2016-12-22
2
-3
/
+9
*
Fix CREATE TABLE ... LIKE ... WITH OIDS.
Tom Lane
2016-12-22
1
-34
/
+18
*
Fix handling of expanded objects in CoerceToDomain and CASE execution.
Tom Lane
2016-12-22
2
-7
/
+28
*
Skip checkpoints, archiving on idle systems.
Andres Freund
2016-12-22
9
-67
/
+155
*
Fix broken error check in _hash_doinsert.
Robert Haas
2016-12-22
1
-3
/
+5
*
Code review for ATExecAttachPartition.
Robert Haas
2016-12-22
1
-6
/
+5
*
Simplify tape block format.
Heikki Linnakangas
2016-12-22
2
-476
/
+216
*
Fix detection of unfinished Unicode surrogate pair at end of string.
Tom Lane
2016-12-21
1
-0
/
+7
*
Fix strange behavior (and possible crashes) in full text phrase search.
Tom Lane
2016-12-21
6
-389
/
+404
*
Fix order of operations in CREATE OR REPLACE VIEW.
Dean Rasheed
2016-12-21
1
-29
/
+49
*
Convert elog() to ereport() and do some wordsmithing.
Robert Haas
2016-12-21
1
-1
/
+4
*
Refactor partition tuple routing code to reduce duplication.
Robert Haas
2016-12-21
3
-118
/
+122
*
Fix corner-case bug in WaitEventSetWaitBlock on Windows.
Robert Haas
2016-12-21
1
-0
/
+27
*
Refactor merge path generation code.
Robert Haas
2016-12-21
1
-211
/
+250
*
Reorder pg_sequence columns to avoid alignment issue
Peter Eisentraut
2016-12-21
1
-2
/
+2
*
Fix minor oversights in nodeAgg.c.
Tom Lane
2016-12-20
1
-6
/
+5
*
Fix minor error message style violation.
Tom Lane
2016-12-20
1
-1
/
+1
*
Add pg_sequence system catalog
Peter Eisentraut
2016-12-20
6
-179
/
+250
*
Fix sharing Agg transition state of DISTINCT or ordered aggs.
Heikki Linnakangas
2016-12-20
1
-3
/
+18
*
Invalid parent's relcache after CREATE TABLE .. PARTITION OF.
Robert Haas
2016-12-19
2
-10
/
+10
*
Provide a DSA area for all parallel queries.
Robert Haas
2016-12-19
1
-1
/
+50
*
Fix handling of phrase operator removal while removing tsquery stopwords.
Tom Lane
2016-12-19
1
-73
/
+110
*
Fix locking problem in _hash_squeezebucket() / _hash_freeovflpage().
Robert Haas
2016-12-19
1
-29
/
+12
*
Support quorum-based synchronous replication.
Fujii Masao
2016-12-19
6
-56
/
+267
*
Fix base backup rate limiting in presence of slow i/o
Magnus Hagander
2016-12-19
1
-17
/
+7
*
Fix FK-based join selectivity estimation for semi/antijoins.
Tom Lane
2016-12-17
1
-19
/
+53
*
Fix typos in comments
Magnus Hagander
2016-12-17
2
-2
/
+2
*
Fix outdated comment in lwlock.c
Robert Haas
2016-12-16
1
-2
/
+2
*
Ensure that num_sync is greater than zero in synchronous_standby_names.
Fujii Masao
2016-12-17
1
-0
/
+7
*
Improve documentation around TS_execute().
Tom Lane
2016-12-16
3
-50
/
+56
*
Simplify LWLock tranche machinery by removing array_base/array_stride.
Robert Haas
2016-12-16
10
-190
/
+82
*
Unbreak Finalize HashAggregate over Partial HashAggregate.
Robert Haas
2016-12-16
5
-7
/
+28
*
Fix more hash index bugs around marking buffers dirty.
Robert Haas
2016-12-16
1
-1
/
+6
*
Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().
Robert Haas
2016-12-16
4
-62
/
+41
[next]