Commit Graph

34305 Commits (dbb9aeda9959d8a8f463e841b69dfa04afc67a3a)

Author SHA1 Message Date
Alvaro Herrera dbb9aeda99 Optimize get_jsonb_path_all avoiding an iterator 6 years ago
Alvaro Herrera abb014a631 Refactor code into new JsonbValueAsText, and use it more 6 years ago
Tom Lane e56cad84d5 Fix some minor spec-compliance issues in jsonpath lexer. 6 years ago
Tom Lane 96b6c82c9d Revert "Add DECLARE STATEMENT support to ECPG." 6 years ago
Alvaro Herrera d1b0007639 Fix progress report of REINDEX INDEX 6 years ago
Alexander Korotkov 5033e95808 Provide stable test for NULL-values in KNN SP-GiST 6 years ago
Alexander Korotkov f5f084fc3e Remove unstable KNN SP-GiST test 6 years ago
Alexander Korotkov 8c8a267201 Fix freeing old values in index_store_float8_orderby_distances() 6 years ago
Alexander Korotkov 6cae9d2c10 Improve handling of NULLs in KNN-GiST and KNN-SP-GiST 6 years ago
Peter Eisentraut e1c8743e6c GSSAPI error message improvements 6 years ago
Peter Eisentraut 74f2a8aa27 Revert change of ecpglib major version 6 years ago
Alvaro Herrera 59354ccef5 Fix example program in docs too (??) 6 years ago
Alvaro Herrera 9b8e99e905 Fix testlibpq3 6 years ago
Alvaro Herrera 32200c19dd pg_upgrade/test.sh: Quote sed(1) argument 6 years ago
Fujii Masao 33a94bae60 Remove unused smgrdounlinkfork() function. 6 years ago
Peter Eisentraut 48770492c3 Add some const decorations to array constants 6 years ago
Tom Lane d5b90cd648 Fix bogus handling of XQuery regex option flags. 6 years ago
Peter Eisentraut a25221f53c Remove mingwcompat.c 6 years ago
Alexander Korotkov b64b857f50 Support for SSSSS datetime format pattern 6 years ago
Alexander Korotkov d589f94460 Support for FF1-FF6 datetime format patterns 6 years ago
Tom Lane d812257809 Fix bogus sizeof calculations. 6 years ago
Dean Rasheed 3d9a3ef5cb Fix intermittent self-test failures caused by the stats_ext test. 6 years ago
Noah Misch 87e9fae069 Revert "For all ppc compilers, implement pg_atomic_fetch_add_ with inline asm." 6 years ago
Noah Misch e7ff59686e For all ppc compilers, implement pg_atomic_fetch_add_ with inline asm. 6 years ago
Noah Misch dd50f1a432 Replace xlc __fetch_and_add() with inline asm. 6 years ago
Noah Misch f380c51901 Test pg_atomic_fetch_add_ with variable addend and 16-bit edge cases. 6 years ago
Tom Lane b360e0fcd7 Make tuplesort_set_bound() assertions more comprehensible, hopefully. 6 years ago
Alvaro Herrera bac2fae05c logical decoding: process ASSIGNMENT during snapshot build 6 years ago
Alvaro Herrera ce5d04b646 Fix under-parenthesized macro definitions 6 years ago
Alvaro Herrera 6212276e43 Fix progress reporting of CLUSTER / VACUUM FULL 6 years ago
Fujii Masao fc16778873 Add tab completion for CREATE OR REPLACE in psql. 6 years ago
Peter Geoghegan 3b6b54f178 Fix nbtree page split rmgr desc routine. 6 years ago
Tom Lane 7f1f72c444 Fix usage of whole-row variables in WCO and RLS policy expressions. 6 years ago
Peter Geoghegan 614cdeaa89 Reorder two nbtree.h function prototypes. 6 years ago
Peter Geoghegan 1b9becd43c Remove redundant _bt_truncate() comment paragraph. 6 years ago
Alvaro Herrera bc98e1ea64 Merge two assertions to make comment clearer 6 years ago
Michael Paquier aafe2762b1 Improve coverage of psql for backslash commands with \if and \elif 6 years ago
Tom Lane 9a86f03b4e Rearrange postmaster's startup sequence for better syslogger results. 6 years ago
Michael Paquier 8a0deae8d9 Fix comment in psql's describe.c 6 years ago
Michael Paquier 9d6e1ec5ce Expand properly list of TAP tests used for prove in vcregress.pl 6 years ago
Tomas Vondra d06215d03b Allow setting statistics target for extended statistics 6 years ago
Tom Lane bca6e64354 Reduce overhead of scanning the backend[] array in LISTEN/NOTIFY. 6 years ago
Alvaro Herrera b438e7e7a1 Restructure libpq code to remove some duplicity 6 years ago
Peter Geoghegan 55d015bde0 Add _bt_binsrch() scantid assertion to nbtree. 6 years ago
Tom Lane 3146f5257f Be more careful about port selection in src/test/ldap/. 6 years ago
Andrew Dunstan 73ff3a0abb Prevent msys2 conversion of "cmd /c" switch to a file path 6 years ago
Andres Freund 27cc7cd2bc Reorder EPQ work, to fix rowmark related bugs and improve efficiency. 6 years ago
Alexander Korotkov 7e04160390 Fix handling of non-key columns get_index_column_opclass() 6 years ago
Peter Eisentraut 89b160c320 Improve new AND CHAIN tests 6 years ago
Tom Lane 1192e3fb54 Fix RelationIdGetRelation calls that weren't bothering with error checks. 6 years ago