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
*
Allow to_date/to_timestamp to recognize non-English month/day names.
Tom Lane
2020-03-03
3
-39
/
+173
*
Report progress of streaming base backup.
Fujii Masao
2020-03-03
1
-0
/
+2
*
Represent command completion tags as structs
Alvaro Herrera
2020-03-02
3
-20
/
+24
*
Fix corner-case loss of precision in numeric ln().
Dean Rasheed
2020-03-01
1
-1
/
+9
*
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-27
18
-709
/
+16
*
Add equalimage B-Tree support functions.
Peter Geoghegan
2020-02-26
2
-0
/
+46
*
Account explicitly for long-lived FDs that are allocated outside fd.c.
Tom Lane
2020-02-24
2
-2
/
+2
*
Adapt hashfn.c and hashutils.h for frontend use.
Robert Haas
2020-02-24
1
-28
/
+24
*
Put all the prototypes for hashfn.c into the same header file.
Robert Haas
2020-02-24
1
-0
/
+1
*
Move bitmap_hash and bitmap_match to bitmapset.c.
Robert Haas
2020-02-24
1
-24
/
+0
*
Assume that we have <wchar.h>.
Tom Lane
2020-02-21
1
-3
/
+1
*
Assume that we have utime() and <utime.h>.
Tom Lane
2020-02-21
1
-25
/
+2
*
Assume that we have cbrt().
Tom Lane
2020-02-21
1
-38
/
+0
*
logtape.c: allocate read buffer even for an empty tape.
Jeff Davis
2020-02-19
1
-11
/
+5
*
Remove duplicated words in comments
Michael Paquier
2020-02-18
1
-1
/
+1
*
Logical Tape Set: lazily allocate read buffer.
Jeff Davis
2020-02-13
1
-7
/
+36
*
Avoid a performance regression in float overflow/underflow detection.
Tom Lane
2020-02-13
2
-44
/
+124
*
Use pg_pwrite() in more places.
Thomas Munro
2020-02-11
1
-2
/
+1
*
Fix bug in Tid scan.
Fujii Masao
2020-02-07
1
-2
/
+2
*
Revert "Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_vers...
Michael Paquier
2020-02-07
1
-49
/
+2
*
Ensure relcache consistency around generated columns
Peter Eisentraut
2020-02-06
1
-2
/
+5
*
Refactor hash_agg_entry_size().
Jeff Davis
2020-02-06
1
-10
/
+2
*
Logical Tape Set: use min heap for freelist.
Jeff Davis
2020-02-06
1
-56
/
+104
*
Add leader_pid to pg_stat_activity
Michael Paquier
2020-02-06
1
-18
/
+26
*
Make vacuum buffer counters 64 bits wide
Alvaro Herrera
2020-02-05
1
-3
/
+3
*
Add declaration-level assertions for compile-time checks
Michael Paquier
2020-02-03
2
-0
/
+45
*
Optimizations for integer to decimal output.
Andrew Gierth
2020-02-01
3
-224
/
+280
*
Fix not-quite-right string comparison in parse_jsonb_index_flags().
Tom Lane
2020-01-31
1
-1
/
+1
*
Fix CheckAttributeType's handling of collations for ranges.
Tom Lane
2020-01-31
1
-0
/
+26
*
Adjust DSM and DSA slot usage constants.
Thomas Munro
2020-01-31
1
-1
/
+1
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
10
-47
/
+31
*
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-30
3
-8
/
+8
*
Move jsonapi.c and jsonapi.h to src/common.
Robert Haas
2020-01-29
6
-1103
/
+7
*
Apply project best practices to switches over enum values.
Tom Lane
2020-01-27
1
-3
/
+17
*
Move some code from jsonapi.c to jsonfuncs.c.
Robert Haas
2020-01-27
4
-127
/
+130
*
Adjust pg_parse_json() so that it does not directly ereport().
Robert Haas
2020-01-27
4
-280
/
+299
*
Fix EXPLAIN (SETTINGS) to follow policy about when to print empty fields.
Tom Lane
2020-01-26
1
-39
/
+15
*
Add functions gcd() and lcm() for integer and numeric types.
Dean Rasheed
2020-01-25
3
-0
/
+423
*
Remove jsonapi.c's lex_accept().
Robert Haas
2020-01-24
1
-73
/
+51
*
Split JSON lexer/parser from 'json' data type support.
Robert Haas
2020-01-24
3
-1205
/
+1218
*
Adjust src/include/utils/jsonapi.h so it's not backend-only.
Robert Haas
2020-01-24
2
-0
/
+2
*
Fix an oversight in commit 4c70098ff.
Tom Lane
2020-01-23
1
-8
/
+1
*
Clean up formatting.c's logic for matching constant strings.
Tom Lane
2020-01-23
1
-89
/
+83
*
Add GUC ignore_invalid_pages.
Fujii Masao
2020-01-22
1
-0
/
+20
*
Further tweaking of jsonb_set_lax().
Tom Lane
2020-01-20
1
-5
/
+6
*
Silence minor compiler warnings.
Tom Lane
2020-01-19
1
-0
/
+1
*
Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_version
Michael Paquier
2020-01-18
1
-2
/
+49
*
Avoid full scan of GIN indexes when possible
Alexander Korotkov
2020-01-18
1
-6
/
+31
*
Allocate freechunks bitmap as part of SlabContext
Tomas Vondra
2020-01-17
1
-7
/
+21
*
Add a non-strict version of jsonb_set
Andrew Dunstan
2020-01-17
1
-0
/
+64
[next]