Commit Graph

47755 Commits (3d9a3ef5cbfc70bd2802c3f0da3fbc4e5abdf377)
 

Author SHA1 Message Date
Dean Rasheed 3d9a3ef5cb Fix intermittent self-test failures caused by the stats_ext test. 7 years ago
Noah Misch 87e9fae069 Revert "For all ppc compilers, implement pg_atomic_fetch_add_ with inline asm." 7 years ago
Noah Misch e7ff59686e For all ppc compilers, implement pg_atomic_fetch_add_ with inline asm. 7 years ago
Noah Misch dd50f1a432 Replace xlc __fetch_and_add() with inline asm. 7 years ago
Noah Misch f380c51901 Test pg_atomic_fetch_add_ with variable addend and 16-bit edge cases. 7 years ago
Tom Lane b360e0fcd7 Make tuplesort_set_bound() assertions more comprehensible, hopefully. 7 years ago
Alvaro Herrera bac2fae05c logical decoding: process ASSIGNMENT during snapshot build 7 years ago
Alvaro Herrera ce5d04b646 Fix under-parenthesized macro definitions 7 years ago
Alvaro Herrera 6212276e43 Fix progress reporting of CLUSTER / VACUUM FULL 7 years ago
Alexander Korotkov eb57bd9c1d Typo fixes for documentation 7 years ago
Alexander Korotkov c30fc9ddd5 Documentation improvements to jsonpath 7 years ago
Fujii Masao fc16778873 Add tab completion for CREATE OR REPLACE in psql. 7 years ago
Peter Geoghegan 3b6b54f178 Fix nbtree page split rmgr desc routine. 7 years ago
Tom Lane 7f1f72c444 Fix usage of whole-row variables in WCO and RLS policy expressions. 7 years ago
Peter Geoghegan 614cdeaa89 Reorder two nbtree.h function prototypes. 7 years ago
Peter Geoghegan 1b9becd43c Remove redundant _bt_truncate() comment paragraph. 7 years ago
Alvaro Herrera bc98e1ea64 Merge two assertions to make comment clearer 7 years ago
Amit Kapila 9b3c8f07ff Doc: Update PL/pgSQL sample function in plpgsql.sgml. 7 years ago
Michael Paquier ddbd5d8731 Add to pageinspect function to make t_infomask/t_infomask2 human-readable 7 years ago
Michael Paquier aafe2762b1 Improve coverage of psql for backslash commands with \if and \elif 7 years ago
Tom Lane 9a86f03b4e Rearrange postmaster's startup sequence for better syslogger results. 7 years ago
Alvaro Herrera 75f46eaee2 libpq docs: be clearer about conninfo's 'hostaddr' 7 years ago
Michael Paquier 8a0deae8d9 Fix comment in psql's describe.c 7 years ago
Michael Paquier 9d6e1ec5ce Expand properly list of TAP tests used for prove in vcregress.pl 7 years ago
Tomas Vondra d06215d03b Allow setting statistics target for extended statistics 7 years ago
Tom Lane bca6e64354 Reduce overhead of scanning the backend[] array in LISTEN/NOTIFY. 7 years ago
Alvaro Herrera 0afc0a7841 Fix unaccent generation script in Windows 7 years ago
Alvaro Herrera b438e7e7a1 Restructure libpq code to remove some duplicity 7 years ago
Peter Geoghegan 55d015bde0 Add _bt_binsrch() scantid assertion to nbtree. 7 years ago
Tom Lane 3146f5257f Be more careful about port selection in src/test/ldap/. 7 years ago
Andrew Dunstan 73ff3a0abb Prevent msys2 conversion of "cmd /c" switch to a file path 7 years ago
Andres Freund 27cc7cd2bc Reorder EPQ work, to fix rowmark related bugs and improve efficiency. 7 years ago
Alexander Korotkov 7e04160390 Fix handling of non-key columns get_index_column_opclass() 7 years ago
Peter Eisentraut 89b160c320 Improve new AND CHAIN tests 7 years ago
Tom Lane 1192e3fb54 Fix RelationIdGetRelation calls that weren't bothering with error checks. 7 years ago
Alexander Korotkov 02f90879e7 Fix handling of NULL distances in KNN-GiST 7 years ago
Alexander Korotkov e5d8f35961 Fix handling Inf and Nan values in GiST pairing heap comparator 7 years ago
Peter Eisentraut 862ef372d6 Fix behavior of AND CHAIN outside of explicit transaction blocks 7 years ago
Peter Eisentraut 0e77746212 doc: effective -> efficient 7 years ago
Peter Eisentraut 8e929a4667 doc: Clean up title case use 7 years ago
Tom Lane db43831899 Avoid using INFO elevel for what are fundamentally debug messages. 7 years ago
Tom Lane ca70bdaefe Fix issues around strictness of SIMILAR TO. 7 years ago
Peter Eisentraut c5bc7050af Message style fixes 7 years ago
Peter Eisentraut 021da890bc doc: Fix awkward markup 7 years ago
Peter Eisentraut c57dbc1989 doc: Postgres -> PostgreSQL 7 years ago
Andrew Dunstan 8e5ce1c3f8 Always skip recovery SysV shared memory tests on Windows 7 years ago
Tom Lane 71a0108660 Doc: tweak installation doc edits made by commit 76c2af926. 7 years ago
Robert Haas bd124996ef Create an API for inserting and deleting rows in TOAST tables. 7 years ago
Robert Haas 286af0ce12 When performing a base backup, check for read errors. 7 years ago
Peter Eisentraut 5599f40d25 libpq: ccache -> credential cache 7 years ago