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
2018-08-04
Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.
Tom Lane
2018-08-04
Reset properly errno before calling write()
Michael Paquier
2018-08-03
Add table relcache invalidation to index builds.
Peter Geoghegan
2018-08-03
Fix buffer usage stats for parallel nodes.
Amit Kapila
2018-08-03
Match the buffer usage tracking for leader and worker backends.
Amit Kapila
2018-07-31
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-07-29
Document security implications of qualified names.
Noah Misch
2018-07-19
Fix handling of empty uncompressed posting list pages in GIN
Alexander Korotkov
2018-07-19
Rephrase a few comments for clarity.
Heikki Linnakangas
2018-07-19
Fix print of Path nodes when using OPTIMIZER_DEBUG
Michael Paquier
2018-07-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-13
Fix inadequate buffer locking in FSM and VM page re-initialization.
Tom Lane
2018-07-12
Make logical WAL sender report streaming state appropriately
Michael Paquier
2018-07-11
Fix create_scan_plan's handling of sortgrouprefs for physical tlists.
Tom Lane
2018-07-09
Avoid emitting a bogus WAL record when recycling an all-zero btree page.
Tom Lane
2018-07-09
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2018-07-09
Rework order of end-of-recovery actions to delay timeline history write
Michael Paquier
2018-07-05
logical decoding: beware of an unset specinsert change
Alvaro Herrera
2018-07-05
Prevent references to invalid relation pages after fresh promotion
Michael Paquier
2018-07-04
Check for interrupts inside the nbtree page deletion code.
Andres Freund
2018-07-04
Improve the performance of relation deletes during recovery.
Fujii Masao
2018-06-26
Fix "base" snapshot handling in logical decoding
Alvaro Herrera
2018-06-26
Move RecoveryLockList into a hash table.
Thomas Munro
2018-06-25
Address set of issues with errno handling
Michael Paquier
2018-06-18
Prevent hard failures of standbys caused by recycled WAL segments
Michael Paquier
2018-06-14
Fail BRIN control functions during recovery explicitly
Alvaro Herrera
2018-06-12
Fix bugs in vacuum of shared rels, by keeping their relcache entries current.
Andres Freund
2018-06-06
Fix function code in error report
Alvaro Herrera
2018-05-24
Properly schema-qualify additional object types in getObjectDescription().
Tom Lane
2018-05-22
Widen COPY FROM's current-line-number counter from 32 to 64 bits.
Tom Lane
2018-05-21
Fix SQL:2008 FETCH FIRST syntax to allow parameters.
Andrew Gierth
2018-05-21
Fix unsafe usage of strerror(errno) within ereport().
Tom Lane
2018-05-18
Fix error message on short read of pg_control
Magnus Hagander
2018-05-16
Fix misprocessing of equivalence classes involving record_eq().
Tom Lane
2018-05-15
Fix type checking for support functions of parallel VARIADIC aggregates.
Tom Lane
2018-05-09
Update time zone data files to tzdata release 2018e.
Tom Lane
2018-05-07
Translation updates
Peter Eisentraut
2018-05-04
Fix scenario where streaming standby gets stuck at a continuation record.
Heikki Linnakangas
2018-05-04
Don't mark pages all-visible spuriously
Alvaro Herrera
2018-05-03
Add HOLD_INTERRUPTS section into FinishPreparedTransaction.
Teodor Sigaev
2018-05-02
Revert back-branch changes in power()'s behavior for NaN inputs.
Tom Lane
2018-04-29
Avoid wrong results for power() with NaN input on more platforms.
Tom Lane
2018-04-29
Avoid wrong results for power() with NaN input on some platforms.
Tom Lane
2018-04-20
Fix race conditions when an event trigger is added concurrently with DDL.
Tom Lane
2018-04-20
Change more places to be less trusting of RestrictInfo.is_pushed_down.
Tom Lane
2018-04-19
Fix incorrect handling of join clauses pushed into parameterized paths.
Tom Lane
2018-04-18
Better fix for deadlock hazard in CREATE INDEX CONCURRENTLY.
Tom Lane
2018-04-16
Fix broken collation-aware searches in SP-GiST text opclass.
Tom Lane
2018-04-12
Fix bogus affix-merging code.
Tom Lane
2018-04-11
Ignore nextOid when replaying an ONLINE checkpoint.
Tom Lane
[next]