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
Age
Commit message (
Expand
)
Author
2018-07-20
Guard against rare RAND_bytes() failures in pg_strong_random().
Dean Rasheed
2018-07-20
Bump catalog version for recent toast table additions
Michael Paquier
2018-07-19
Add toast tables to most system catalogs
Michael Paquier
2018-07-19
Remove undocumented restriction against duplicate partition key columns.
Tom Lane
2018-07-19
Improve psql's \d command to show whether index columns are key columns.
Tom Lane
2018-07-19
Fix pg_get_indexdef()'s behavior for included index columns.
Tom Lane
2018-07-19
Rewrite comments in replication slot advance implementation
Alvaro Herrera
2018-07-19
Fix handling of empty uncompressed posting list pages in GIN
Alexander Korotkov
2018-07-19
Fix error message when a hostaddr cannot be parsed.
Heikki Linnakangas
2018-07-19
Rephrase a few comments for clarity.
Heikki Linnakangas
2018-07-19
Fix comment.
Heikki Linnakangas
2018-07-19
Expand run-time partition pruning to work with MergeAppend
Heikki Linnakangas
2018-07-19
Fix print of Path nodes when using OPTIMIZER_DEBUG
Michael Paquier
2018-07-19
Fix re-parameterize of MergeAppendPath
Michael Paquier
2018-07-18
Remove race-prone hot_standby_feedback test cases in 001_stream_rep.pl.
Tom Lane
2018-07-18
Drop the rule against included index columns duplicating key columns.
Tom Lane
2018-07-18
Use a ResourceOwner to track buffer pins in all cases.
Tom Lane
2018-07-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-18
Fix more portability issues with casts to Size when using off_t
Michael Paquier
2018-07-18
Fix casting in error message for two-phase file
Michael Paquier
2018-07-17
Rework error messages around file handling
Michael Paquier
2018-07-17
Revise BuildIndexValueDescription to simplify it
Alvaro Herrera
2018-07-17
Fix ALTER TABLE...SET STATS error message for included columns
Alvaro Herrera
2018-07-16
Fix partition pruning with IS [NOT] NULL clauses
Alvaro Herrera
2018-07-16
Add subtransaction handling for table synchronization workers.
Robert Haas
2018-07-16
Add plan_cache_mode setting
Peter Eisentraut
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
Update documentation editor setup instructions
Peter Eisentraut
2018-07-13
Fix crash in json{b}_populate_recordset() and json{b}_to_recordset().
Tom Lane
2018-07-13
Dump foreign keys on partitioned tables
Alvaro Herrera
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
Remove obsolete documentation build tools for Windows
Peter Eisentraut
2018-07-13
Accept invalidation messages in InitializeSessionUserId().
Thomas Munro
2018-07-13
Add pg_dump --on-conflict-do-nothing option.
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
Add regression test for system catalog toast tables
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
Mark built-in btree comparison functions as leakproof where it's safe.
Tom Lane
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
[next]