Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Sep 15, 2019
Revert "For all ppc compilers, implement pg_atomic_fetch_add_ with inline asm."
Show description for 87e9faecommitted
Commits on Sep 14, 2019
For all ppc compilers, implement pg_atomic_fetch_add_ with inline asm.
Show description for e7ff596committedReplace xlc __fetch_and_add() with inline asm.
Show description for dd50f1acommittedTest pg_atomic_fetch_add_ with variable addend and 16-bit edge cases.
Show description for f380c51committed
Commits on Sep 13, 2019
Make tuplesort_set_bound() assertions more comprehensible, hopefully.
Show description for b360e0fcommittedlogical decoding: process ASSIGNMENT during snapshot build
Show description for bac2faecommittedFix under-parenthesized macro definitions
Show description for ce5d04bcommittedFix progress reporting of CLUSTER / VACUUM FULL
Show description for 6212276committedTypo fixes for documentation
Show description for eb57bd9committedDocumentation improvements to jsonpath
Show description for c30fc9dcommittedAdd tab completion for CREATE OR REPLACE in psql.
Show description for fc16778committed
Commits on Sep 12, 2019
Fix nbtree page split rmgr desc routine.
Show description for 3b6b54fcommittedFix usage of whole-row variables in WCO and RLS policy expressions.
Show description for 7f1f72ccommittedReorder two nbtree.h function prototypes.
Show description for 614cdeacommitted- committed
Merge two assertions to make comment clearer
Show description for bc98e1ecommittedDoc: Update PL/pgSQL sample function in plpgsql.sgml.
Show description for 9b3c8f0committedAmit KapilaAdd to pageinspect function to make t_infomask/t_infomask2 human-readable
Show description for ddbd5d8committedImprove coverage of psql for backslash commands with \if and \elif
Show description for aafe276committed
Commits on Sep 11, 2019
Rearrange postmaster's startup sequence for better syslogger results.
Show description for 9a86f03committedlibpq docs: be clearer about conninfo's 'hostaddr'
Show description for 75f46eacommittedFix comment in psql's describe.c
Show description for 8a0deaecommittedExpand properly list of TAP tests used for prove in vcregress.pl
Show description for 9d6e1eccommitted
Commits on Sep 10, 2019
Allow setting statistics target for extended statistics
Show description for d06215dcommittedReduce overhead of scanning the backend[] array in LISTEN/NOTIFY.
Show description for bca6e64committedFix unaccent generation script in Windows
Show description for 0afc0a7committedRestructure libpq code to remove some duplicity
Show description for b438e7ecommitted
Commits on Sep 9, 2019
Add _bt_binsrch() scantid assertion to nbtree.
Show description for 55d015bcommittedBe more careful about port selection in src/test/ldap/.
Show description for 3146f52committedPrevent msys2 conversion of "cmd /c" switch to a file path
Show description for 73ff3a0committedReorder EPQ work, to fix rowmark related bugs and improve efficiency.
Show description for 27cc7cdcommittedFix handling of non-key columns get_index_column_opclass()
Show description for 7e04160committedImprove new AND CHAIN tests
Show description for 89b160ccommitted
Commits on Sep 8, 2019
Fix RelationIdGetRelation calls that weren't bothering with error checks.
Show description for 1192e3fcommittedFix handling of NULL distances in KNN-GiST
Show description for 02f9087committed