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
*
Fix double-phrase typo in message
Alvaro Herrera
2019-05-31
1
-1
/
+1
*
Make error logging in extended statistics more consistent
Tomas Vondra
2019-05-30
2
-18
/
+8
*
Make one message just like all its siblings.
Alvaro Herrera
2019-05-28
1
-1
/
+1
*
Fix typo in message
Alvaro Herrera
2019-05-28
1
-1
/
+1
*
Fix typos.
Amit Kapila
2019-05-26
13
-14
/
+14
*
Update copyright year.
Thomas Munro
2019-05-24
4
-4
/
+4
*
Fix typos.
Thomas Munro
2019-05-24
3
-3
/
+3
*
tableam: Rename wrapper functions to match callback names.
Andres Freund
2019-05-23
13
-127
/
+135
*
Fix array size allocation for HashAggregate hash keys.
Andrew Gierth
2019-05-23
1
-7
/
+22
*
Initial pgperltidy run for v12.
Tom Lane
2019-05-22
2
-5
/
+5
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
271
-2717
/
+2717
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
109
-560
/
+599
*
Convert ExecComputeStoredGenerated to use tuple slots
Peter Eisentraut
2019-05-22
1
-16
/
+17
*
Fix O(N^2) performance issue in pg_publication_tables view.
Tom Lane
2019-05-22
1
-3
/
+4
*
tableam: Move heap-specific logic from needs_toast_table below tableam.
Robert Haas
2019-05-21
2
-47
/
+56
*
Fix comment for issue_xlog_fsync().
Fujii Masao
2019-05-21
1
-1
/
+1
*
Make VACUUM accept 1 and 0 as a boolean value.
Fujii Masao
2019-05-21
1
-0
/
+1
*
Translation updates
Peter Eisentraut
2019-05-20
10
-49478
/
+87556
*
Remove outdated comment in copy.c.
Andres Freund
2019-05-19
1
-6
/
+1
*
Minimally fix partial aggregation for aggregates that don't have one argument.
Andres Freund
2019-05-19
1
-10
/
+24
*
Don't to predicate lock for analyze scans, refactor scan option passing.
Andres Freund
2019-05-19
3
-60
/
+80
*
Revert "postmaster: Start syslogger earlier".
Tom Lane
2019-05-19
1
-60
/
+60
*
Fix declarations of couple jsonpath functions
Alexander Korotkov
2019-05-19
1
-2
/
+2
*
Make BufFileCreateTemp() ensure that temp tablespaces are set up.
Tom Lane
2019-05-18
1
-0
/
+12
*
"A void function may not return a value".
Tom Lane
2019-05-18
1
-1
/
+1
*
tableam: Avoid relying on relation size to determine validity of tids.
Andres Freund
2019-05-17
5
-44
/
+102
*
tableam: Don't assume that every AM uses md.c style storage.
Andres Freund
2019-05-17
3
-3
/
+70
*
Restructure creation of run-time pruning steps.
Tom Lane
2019-05-17
5
-455
/
+530
*
More message style fixes
Alvaro Herrera
2019-05-16
12
-51
/
+78
*
Remove extra nbtree half-dead internal page check.
Peter Geoghegan
2019-05-16
2
-17
/
+20
*
Fix bogus logic for combining range-partitioned columns during pruning.
Tom Lane
2019-05-16
1
-37
/
+9
*
Fix partition pruning to treat stable comparison operators properly.
Tom Lane
2019-05-16
1
-50
/
+153
*
Remove obsolete nbtree insertion comment.
Peter Geoghegan
2019-05-15
1
-3
/
+0
*
Reverse order of newitem nbtree candidate splits.
Peter Geoghegan
2019-05-15
1
-15
/
+22
*
Handle table_complete_speculative's succeeded argument as documented.
Andres Freund
2019-05-14
2
-2
/
+2
*
Fix SQL-style substring() to have spec-compliant greediness behavior.
Tom Lane
2019-05-14
1
-8
/
+65
*
In bootstrap mode, use default signal handling for SIGINT etc.
Tom Lane
2019-05-14
1
-5
/
+9
*
Update SQL features/conformance information to SQL:2016
Peter Eisentraut
2019-05-14
2
-2
/
+47
*
Update information_schema for SQL:2016
Peter Eisentraut
2019-05-14
1
-42
/
+49
*
Detect internal GiST page splits correctly during index build.
Heikki Linnakangas
2019-05-14
1
-0
/
+33
*
Fix comment on when HOT update is possible.
Heikki Linnakangas
2019-05-14
1
-1
/
+1
*
Fix typo.
Etsuro Fujita
2019-05-14
1
-2
/
+2
*
Fix duplicated words in comments
Michael Paquier
2019-05-14
2
-2
/
+2
*
Standardize ItemIdData terminology.
Peter Geoghegan
2019-05-13
9
-57
/
+31
*
Fix logical replication's ideas about which type OIDs are built-in.
Tom Lane
2019-05-13
2
-4
/
+8
*
Improve commentary about hack in is_publishable_class().
Tom Lane
2019-05-13
1
-5
/
+10
*
Don't leave behind junk nbtree pages during split.
Peter Geoghegan
2019-05-13
1
-87
/
+126
*
Fix incorrect return value in JSON equality function for scalars
Michael Paquier
2019-05-13
1
-1
/
+1
*
Fix misoptimization of "{1,1}" quantifiers in regular expressions.
Tom Lane
2019-05-12
1
-1
/
+4
*
Fail pgwin32_message_to_UTF16() for SQL_ASCII messages.
Noah Misch
2019-05-12
1
-2
/
+7
[next]