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-07-16
doc: Update redirecting links
Peter Eisentraut
2018-07-14
Fix hashjoin costing mistake introduced with inner_unique optimization.
Tom Lane
2018-07-13
Fix crash in json{b}_populate_recordset() and json{b}_to_recordset().
Tom Lane
2018-07-13
Improve performance of tuple conversion map generation
Heikki Linnakangas
2018-07-13
Fix inadequate buffer locking in FSM and VM page re-initialization.
Tom Lane
2018-07-13
Prohibit transaction commands in security definer procedures
Peter Eisentraut
2018-07-13
Accept invalidation messages in InitializeSessionUserId().
Thomas Munro
2018-07-13
Fix argument of pg_create_logical_replication_slot for slot name
Michael Paquier
2018-07-12
Clean up temporary WAL segments after an instance crash
Michael Paquier
2018-07-12
Reset shmem_exit_inprogress after shmem_exit()
Peter Eisentraut
2018-07-12
Fix FK checks of TRUNCATE involving partitioned tables
Alvaro Herrera
2018-07-12
Improve two error messages
Peter Eisentraut
2018-07-12
Allow using the updated tuple while moving it to a different partition.
Amit Kapila
2018-07-12
Rename VACOPT_NOWAIT to VACOPT_SKIP_LOCKED
Michael Paquier
2018-07-12
Add assertion in expand_vacuum_rel() for non-autovacuum path
Michael Paquier
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-11
Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.
Tom Lane
2018-07-11
Fix more wrong paths in header comments
Alexander Korotkov
2018-07-11
Rethink how to get float.h in old Windows API for isnan/isinf
Alvaro Herrera
2018-07-11
Fix wrong file path in header comment
Alexander Korotkov
2018-07-11
Use signals for postmaster death on FreeBSD.
Thomas Munro
2018-07-11
Use signals for postmaster death on Linux.
Thomas Munro
2018-07-10
Block replication slot advance for these not yet reserving WAL
Michael Paquier
2018-07-10
Better handle pseudotypes as partition keys
Alvaro Herrera
2018-07-10
Remove dynamic_shared_memory_type=none
Peter Eisentraut
2018-07-09
Avoid emitting a bogus WAL record when recycling an all-zero btree page.
Tom Lane
2018-07-09
Flip argument order in XLogSegNoOffsetToRecPtr
Alvaro Herrera
2018-07-09
Add UtilityReturnsTuples() support for CALL
Peter Eisentraut
2018-07-09
Rework order of end-of-recovery actions to delay timeline history write
Michael Paquier
2018-07-08
Correct obsolete unique index insertion comment.
Peter Geoghegan
2018-07-08
Use access() to check file existence in GetNewRelFileNode()
Michael Paquier
2018-07-07
Add separate error message for procedure does not exist
Peter Eisentraut
2018-07-06
Fix assert in nested SQL procedure call
Peter Eisentraut
2018-07-06
Allow CALL with polymorphic type arguments
Peter Eisentraut
2018-07-06
Allow replication slots to be dropped in single-user mode
Alvaro Herrera
2018-07-06
Print DEBUG2 like that rather than as DEBUG
Andrew Dunstan
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-05
Use context with correct lifetime in hypothetical_dense_rank_final.
Andres Freund
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-07-04
Remove dead code for temporary relations in partition planning
Michael Paquier
2018-07-02
Add wait event for fsync of WAL segments
Michael Paquier
2018-07-02
Correct function name in comment of logical decoding code
Michael Paquier
2018-06-30
pgindent run prior to branching
Andrew Dunstan
2018-06-29
Fix crash when ALTER TABLE recreates indexes on partitions
Alvaro Herrera
2018-06-29
Make capitalization of term "OpenSSL" more consistent
Michael Paquier
2018-06-27
Fix thinko in comments.
Amit Kapila
2018-06-27
Remove duplicated return statement from llvmjit code.
Andres Freund
[next]