index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2019-10-22
Fix comment
Peter Eisentraut
2019-10-21
Refactor jsonpath's compareDatetime()
Alexander Korotkov
2019-10-21
Refactor timestamp2timestamptz_opt_error()
Alexander Korotkov
2019-10-21
Update obsolete comment.
Etsuro Fujita
2019-10-21
Fix memory leak introduced in commit 7df159a620.
Amit Kapila
2019-10-19
Fix most -Wundef warnings
Peter Eisentraut
2019-10-19
Use standard compare_exchange loop style in ProcArrayGroupClearXid().
Noah Misch
2019-10-19
Remove last traces of heap_open/close in the tree
Michael Paquier
2019-10-18
Fix failure of archive recovery with recovery_min_apply_delay enabled.
Fujii Masao
2019-10-18
Make crash recovery ignore recovery_min_apply_delay setting.
Fujii Masao
2019-10-18
Fix typo
Alvaro Herrera
2019-10-18
Update comments about progress reporting by index_drop
Alvaro Herrera
2019-10-18
Fix timeout handling in logical replication worker
Michael Paquier
2019-10-17
Fix minor bug in logical-replication walsender shutdown
Alvaro Herrera
2019-10-17
When restoring GUCs in parallel workers, show an error context.
Thomas Munro
2019-10-16
Fix bug that could try to freeze running multixacts.
Thomas Munro
2019-10-16
Fix crash when reporting CREATE INDEX progress
Alvaro Herrera
2019-10-16
Refresh some incorrect links in pg_crc.c/h
Michael Paquier
2019-10-16
Use libc version as a collation version on glibc systems.
Thomas Munro
2019-10-15
Fix CLUSTER on expression indexes.
Andres Freund
2019-10-13
Update unicode.org URLs
Peter Eisentraut
2019-10-13
In the postmaster, rely on the signal infrastructure to block signals.
Tom Lane
2019-10-13
Fix dependency handling of column drop with partitioned tables
Michael Paquier
2019-10-12
Fix use of term "verifier"
Peter Eisentraut
2019-10-11
Make crash recovery ignore restore_command and recovery_end_command settings.
Fujii Masao
2019-10-10
Fix table rewrites that include a column without a default.
Andres Freund
2019-10-09
Revert "Use libc version as a collation version on glibc systems."
Peter Eisentraut
2019-10-09
Use libc version as a collation version on glibc systems.
Peter Eisentraut
2019-10-09
Flush logical mapping files with fd opened for read/write at checkpoint
Michael Paquier
2019-10-08
Remove some code for old unsupported versions of MSVC
Peter Eisentraut
2019-10-08
Update some outdated links about XLC and UNIX specification
Michael Paquier
2019-10-07
Check for too many postmaster children before spawning a bgworker.
Tom Lane
2019-10-06
Avoid trying to release a List's initial allocation via repalloc().
Tom Lane
2019-10-05
Change MemoryContextMemAllocated to return Size
Tomas Vondra
2019-10-04
Fix crash caused by EPQ happening with a before update trigger present.
Andres Freund
2019-10-04
Use a fd opened for read/write when syncing slots during startup, take 2.
Andres Freund
2019-10-04
Rename some toasting functions based on whether they are heap-specific.
Robert Haas
2019-10-04
Fix bitshiftright()'s zero-padding some more.
Tom Lane
2019-10-04
Use Size instead of int64 to track allocated memory
Tomas Vondra
2019-10-04
Remove AtSubStart_Notify.
Robert Haas
2019-10-03
Avoid unnecessary out-of-memory errors during encoding conversion.
Tom Lane
2019-10-03
Allow repalloc() to give back space when a large chunk is downsized.
Tom Lane
2019-10-03
Selectively include window frames in expression walks/mutates.
Andrew Gierth
2019-10-02
Remove temporary WAL and history files at the end of archive recovery
Michael Paquier
2019-10-02
Revert hooks for session start and end, take two
Michael Paquier
2019-10-01
Mark two variables in in aset.c with PG_USED_FOR_ASSERTS_ONLY
Tomas Vondra
2019-10-01
Optimize partial TOAST decompression
Tomas Vondra
2019-10-01
Add hooks for session start and session end, take two
Michael Paquier
2019-10-01
Add transparent block-level memory accounting
Tomas Vondra
2019-09-30
Don't generate EEOP_*_FETCHSOME operations for slots know to be virtual.
Andres Freund
[next]