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
*
Create an SP-GiST opclass for inet/cidr.
Tom Lane
2016-08-23
2
-1
/
+709
*
Extend dsm API with a new function dsm_unpin_segment.
Robert Haas
2016-08-23
2
-9
/
+165
*
Remove duplicate function prototype.
Robert Haas
2016-08-23
1
-1
/
+0
*
Improve SP-GiST opclass API to better support unlabeled nodes.
Tom Lane
2016-08-23
2
-9
/
+42
*
Add txid_current_ifassigned().
Robert Haas
2016-08-23
1
-0
/
+21
*
Remove duplicate word from comment.
Robert Haas
2016-08-23
1
-1
/
+1
*
Refactor some network.c code to create cidr_set_masklen_internal().
Tom Lane
2016-08-23
1
-80
/
+29
*
Fix possible sorting error when aborting use of abbreviated keys.
Robert Haas
2016-08-22
1
-3
/
+3
*
Improve header comment for LockHasWaitersRelation.
Robert Haas
2016-08-22
1
-2
/
+2
*
Use LEFT JOINs in some system views in case referenced row doesn't exist.
Tom Lane
2016-08-19
1
-11
/
+9
*
Guard against parallel-restricted functions in VALUES expressions.
Tom Lane
2016-08-19
1
-5
/
+3
*
Speed up planner's scanning for parallel-query hazards.
Tom Lane
2016-08-19
7
-79
/
+129
*
reorderbuffer: preserve errno while reporting error
Alvaro Herrera
2016-08-19
1
-1
/
+5
*
Clean up another pre-ANSI-C-ism in regex code: get rid of pcolor typedef.
Tom Lane
2016-08-19
5
-21
/
+21
*
Remove typedef celt from the regex library, along with macro NOCELT.
Tom Lane
2016-08-19
4
-35
/
+32
*
Remove obsolete replacement system() on darwin
Peter Eisentraut
2016-08-18
4
-161
/
+0
*
Refactor RandomSalt to handle salts of different lengths.
Heikki Linnakangas
2016-08-18
1
-11
/
+9
*
Refactor sendAuthRequest.
Heikki Linnakangas
2016-08-18
1
-34
/
+18
*
Fix deletion of speculatively inserted TOAST on conflict
Andres Freund
2016-08-17
3
-12
/
+19
*
Implement regexp_match(), a simplified alternative to regexp_matches().
Tom Lane
2016-08-17
2
-42
/
+97
*
Properly re-initialize replication slot shared memory upon creation.
Andres Freund
2016-08-17
1
-4
/
+14
*
Disable update_process_title by default on Windows
Magnus Hagander
2016-08-17
1
-0
/
+4
*
Improve parsetree representation of special functions such as CURRENT_DATE.
Tom Lane
2016-08-16
13
-116
/
+514
*
Suppress -Wunused-result warning for strtol().
Tom Lane
2016-08-16
1
-1
/
+3
*
Fix assorted places in psql to print version numbers >= 10 in new style.
Tom Lane
2016-08-16
1
-5
/
+13
*
Fix typos
Peter Eisentraut
2016-08-16
2
-2
/
+2
*
Fix possible crash due to incorrect allocation context.
Robert Haas
2016-08-16
1
-1
/
+11
*
Once again allow LWLocks to be used within DSM segments.
Robert Haas
2016-08-15
1
-32
/
+31
*
Stamp HEAD as 10devel.
Tom Lane
2016-08-15
2
-15
/
+15
*
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-15
14
-56
/
+61
*
Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Tom Lane
2016-08-14
2
-20
/
+15
*
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-13
14
-9
/
+552
*
Doc: clarify that DROP ... CASCADE is recursive.
Tom Lane
2016-08-12
1
-7
/
+7
*
Fix inappropriate printing of never-measured times in EXPLAIN.
Tom Lane
2016-08-12
1
-5
/
+13
*
Code cleanup in SyncRepWaitForLSN()
Simon Riggs
2016-08-12
1
-13
/
+5
*
Fix busted Assert for CREATE MATVIEW ... WITH NO DATA.
Tom Lane
2016-08-11
1
-2
/
+6
*
Fix several one-byte buffer over-reads in to_number
Peter Eisentraut
2016-08-08
1
-4
/
+4
*
Translation updates
Peter Eisentraut
2016-08-08
3
-6458
/
+7561
*
Fix two errors with nested CASE/WHEN constructs.
Tom Lane
2016-08-08
2
-5
/
+98
*
Make format() error messages consistent again
Peter Eisentraut
2016-08-08
1
-1
/
+1
*
Correct column name in information schema
Peter Eisentraut
2016-08-07
1
-1
/
+1
*
Fix misestimation of n_distinct for a nearly-unique column with many nulls.
Tom Lane
2016-08-07
4
-11
/
+23
*
Fix crash when pg_get_viewdef_name_ext() is passed a non-view relation.
Tom Lane
2016-08-07
1
-1
/
+7
*
Fix TOAST access failure in RETURNING queries.
Tom Lane
2016-08-07
3
-22
/
+70
*
Avoid crashing in GetOldestSnapshot() if there are no known snapshots.
Tom Lane
2016-08-07
1
-5
/
+7
*
Don't propagate a null subtransaction snapshot up to parent transaction.
Tom Lane
2016-08-07
1
-4
/
+5
*
In B-tree page deletion, clean up properly after page deletion failure.
Tom Lane
2016-08-06
1
-4
/
+23
*
Make array_to_tsvector() sort and de-duplicate the given strings.
Tom Lane
2016-08-05
1
-7
/
+42
*
Fix ts_delete(tsvector, text[]) to cope with duplicate array entries.
Tom Lane
2016-08-05
1
-31
/
+46
*
Re-pgindent tsvector_op.c.
Tom Lane
2016-08-05
1
-12
/
+13
[next]