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
*
PG_FINALLY
Peter Eisentraut
2019-11-01
11
-76
/
+18
*
Add const qualifiers to internal range type APIs
Peter Eisentraut
2019-10-31
4
-59
/
+59
*
Fix typo in comment of syncrep.c
Michael Paquier
2019-10-31
1
-2
/
+2
*
Remove one use of IDENT_USERNAME_MAX
Peter Eisentraut
2019-10-30
1
-4
/
+10
*
Update code comments about peer authenticaton
Peter Eisentraut
2019-10-30
1
-0
/
+11
*
Fix typos in the code
Michael Paquier
2019-10-30
8
-9
/
+9
*
Fix handling of pg_class.relispartition at swap phase in REINDEX CONCURRENTLY
Michael Paquier
2019-10-29
1
-1
/
+4
*
Allow extracting fields from a ROW() expression in more cases.
Tom Lane
2019-10-28
1
-0
/
+32
*
Handle empty-string edge cases correctly in strpos().
Tom Lane
2019-10-28
1
-1
/
+9
*
Fix dependency handling at swap phase of REINDEX CONCURRENTLY
Michael Paquier
2019-10-28
1
-1
/
+5
*
Fix initialization of fake LSN for unlogged relations
Michael Paquier
2019-10-27
1
-1
/
+1
*
Remove obsolete information schema tables
Peter Eisentraut
2019-10-25
3
-103
/
+0
*
Improve management of statement timeouts.
Tom Lane
2019-10-25
2
-33
/
+38
*
Reset statement_timeout between queries of a multi-query string.
Tom Lane
2019-10-25
1
-1
/
+11
*
Handle interrupts within a transaction context in REINDEX CONCURRENTLY
Michael Paquier
2019-10-25
1
-4
/
+25
*
Fix typo in xlog.c.
Fujii Masao
2019-10-24
1
-1
/
+1
*
Acquire properly session-level lock on new index in REINDEX CONCURRENTLY
Michael Paquier
2019-10-23
1
-2
/
+5
*
Clean up properly error_context_stack in autovacuum worker on exception
Michael Paquier
2019-10-23
1
-0
/
+3
*
Fix comment
Peter Eisentraut
2019-10-22
2
-7
/
+6
*
Refactor jsonpath's compareDatetime()
Alexander Korotkov
2019-10-21
3
-125
/
+208
*
Refactor timestamp2timestamptz_opt_error()
Alexander Korotkov
2019-10-21
1
-1
/
+10
*
Update obsolete comment.
Etsuro Fujita
2019-10-21
1
-3
/
+2
*
Fix memory leak introduced in commit 7df159a620.
Amit Kapila
2019-10-21
1
-0
/
+10
*
Fix most -Wundef warnings
Peter Eisentraut
2019-10-19
5
-12
/
+12
*
Use standard compare_exchange loop style in ProcArrayGroupClearXid().
Noah Misch
2019-10-18
1
-1
/
+1
*
Remove last traces of heap_open/close in the tree
Michael Paquier
2019-10-19
2
-4
/
+4
*
Fix failure of archive recovery with recovery_min_apply_delay enabled.
Fujii Masao
2019-10-18
1
-2
/
+14
*
Make crash recovery ignore recovery_min_apply_delay setting.
Fujii Masao
2019-10-18
1
-0
/
+4
*
Fix typo
Alvaro Herrera
2019-10-18
1
-1
/
+1
*
Update comments about progress reporting by index_drop
Alvaro Herrera
2019-10-18
1
-1
/
+5
*
Fix timeout handling in logical replication worker
Michael Paquier
2019-10-18
1
-1
/
+2
*
Fix minor bug in logical-replication walsender shutdown
Alvaro Herrera
2019-10-17
1
-28
/
+17
*
When restoring GUCs in parallel workers, show an error context.
Thomas Munro
2019-10-17
1
-0
/
+29
*
Fix bug that could try to freeze running multixacts.
Thomas Munro
2019-10-17
1
-2
/
+8
*
Fix crash when reporting CREATE INDEX progress
Alvaro Herrera
2019-10-16
2
-8
/
+8
*
Refresh some incorrect links in pg_crc.c/h
Michael Paquier
2019-10-16
1
-1
/
+1
*
Use libc version as a collation version on glibc systems.
Thomas Munro
2019-10-16
1
-2
/
+12
*
Fix CLUSTER on expression indexes.
Andres Freund
2019-10-15
1
-1
/
+1
*
Update unicode.org URLs
Peter Eisentraut
2019-10-13
4
-13
/
+13
*
In the postmaster, rely on the signal infrastructure to block signals.
Tom Lane
2019-10-13
2
-23
/
+113
*
Fix dependency handling of column drop with partitioned tables
Michael Paquier
2019-10-13
1
-10
/
+31
*
Fix use of term "verifier"
Peter Eisentraut
2019-10-12
3
-57
/
+57
*
Make crash recovery ignore restore_command and recovery_end_command settings.
Fujii Masao
2019-10-11
2
-3
/
+10
*
Fix table rewrites that include a column without a default.
Andres Freund
2019-10-09
1
-0
/
+10
*
Revert "Use libc version as a collation version on glibc systems."
Peter Eisentraut
2019-10-09
1
-12
/
+2
*
Use libc version as a collation version on glibc systems.
Peter Eisentraut
2019-10-09
1
-2
/
+12
*
Flush logical mapping files with fd opened for read/write at checkpoint
Michael Paquier
2019-10-09
1
-1
/
+2
*
Remove some code for old unsupported versions of MSVC
Peter Eisentraut
2019-10-08
2
-34
/
+2
*
Update some outdated links about XLC and UNIX specification
Michael Paquier
2019-10-08
1
-1
/
+1
*
Check for too many postmaster children before spawning a bgworker.
Tom Lane
2019-10-07
1
-13
/
+33
[next]