Commit Graph

39279 Commits (3676136ffc5cb20163540332670df90b029a8317)
 

Author SHA1 Message Date
Tom Lane 3676136ffc Simplify syntax diagram for REINDEX. 10 years ago
Tom Lane b99dd71705 In pg_dump, ensure that view triggers are processed after view rules. 10 years ago
Tom Lane b523a5c0e5 Add hstore_to_jsonb() and hstore_to_jsonb_loose() to hstore documentation. 10 years ago
Tom Lane 1c291624b2 Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage. 10 years ago
Tom Lane f39c927114 Fix pg_description entries for jsonb_to_record() and jsonb_to_recordset(). 10 years ago
Magnus Hagander 081f7fe110 Fix typo in comment 10 years ago
Teodor Sigaev 62e0ade9aa Fix lossy KNN GiST when ordering operator returns non-float8 value. 10 years ago
Robert Haas 829757c8a2 pgbench: Install guards against obscure overflow conditions. 10 years ago
Michael Meskes 40482e6067 Make sure ecpg header files do not have a comment lasting several lines, one of 10 years ago
Heikki Linnakangas 6ceca3f4a2 Fix misspelled function name in comment. 10 years ago
Andrew Dunstan a16763d892 Fix error in documentated use of mingw-w64 compilers 10 years ago
Tom Lane 56251f3965 Fix incorrect pattern-match processing in psql's \det command. 10 years ago
Fujii Masao cb89a3afaa Fix syntax descriptions for replication commands in logicaldecoding.sgml 10 years ago
Robert Haas db58a95931 Add [NO]BYPASSRLS options to CREATE USER and ALTER USER docs. 10 years ago
Alvaro Herrera 950beba003 Fix spi_worker mention in bgworker documentation 10 years ago
Tom Lane 2acb682f68 Fix startup so that log prefix %h works for the log_connections message. 10 years ago
Tatsuo Ishii e8267aba5f Revert "Fix broken multibyte regression tests." 10 years ago
Alvaro Herrera 1e910cf5ba pg_dump: Fix quoting of domain constraint names 10 years ago
Tom Lane 042a3e2353 Improve levenshtein() docs. 10 years ago
Tom Lane 47acf3add3 Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN. 10 years ago
Tom Lane e80c85e4e8 Add defenses against putting expanded objects into Const nodes. 10 years ago
Bruce Momjian 34bda20ae5 Properly install dynloader.h on MSVC builds 10 years ago
Tatsuo Ishii 77a1863c94 Fix typo. 10 years ago
Tom Lane 6b3b3a502e Remove dead code in pg_dump. 10 years ago
Robert Haas 0760225ccf Fix spelling mistake. 10 years ago
Magnus Hagander 3276ca303d Properly close token in sspi authentication 10 years ago
Tom Lane c42df2d46c Handle extension members when first setting object dump flags in pg_dump. 10 years ago
Tom Lane 6adba13e42 Access pg_dump's options structs through Archive struct, not directly. 10 years ago
Tom Lane 5ef26b8de3 Use LOAD not actual code execution to pull in plpython library. 10 years ago
Tom Lane db8fa56d6a Avoid dump/reload problems when using both plpython2 and plpython3. 10 years ago
Peter Eisentraut c43129e714 doc: Fix typo in logical decoding documentation 10 years ago
Tom Lane 57da416933 Remove a useless PG_GETARG_DATUM() call from jsonb_build_array. 10 years ago
Tom Lane aa7e04cb56 Clean up some lack-of-STRICT issues in the core code, too. 10 years ago
Tom Lane 605afeca34 Clean up code for widget_in() and widget_out(). 10 years ago
Tom Lane 4e1ccc7e44 Add STRICT to some C functions created by the regression tests. 10 years ago
Tom Lane a66c1fcdd7 PL/Python: Make tests pass with Python 3.5 10 years ago
Magnus Hagander 6a1a44037b Fix typo in comment 10 years ago
Tom Lane 506ef1d07f Fix unobvious interaction between -X switch and subdirectory creation. 10 years ago
Tom Lane 32e7e7fa77 Use plain mkdir() not pg_mkdir_p() to create subdirectories of PGDATA. 10 years ago
Alvaro Herrera 744d01c9a1 Windows: Make pg_ctl reliably detect service status 10 years ago
Tatsuo Ishii 9919f4fef1 Fix typo in create_transform.sgml. 10 years ago
Tom Lane 8805af0886 Sort $(wildcard) output where needed for reproducible build output. 10 years ago
Alvaro Herrera 7ef311eb42 Make pg_receivexlog silent with 9.3 and older servers 10 years ago
Tom Lane 41abf18502 Add to_regnamespace() and to_regrole() to the documentation. 10 years ago
Tom Lane cdd4ed5449 Stamp 9.5.0. 10 years ago
Tom Lane d878b115c3 Docs: provide a concrete discussion and example for RLS race conditions. 10 years ago
Tom Lane 6a77404f5c Adjust behavior of row_security GUC to match the docs. 10 years ago
Robert Haas fa39e891b0 Fix typo in comment. 10 years ago
Peter Eisentraut 00dfd5c94c Translation updates 10 years ago
Tom Lane de93252386 Fix regrole and regnamespace output functions to do quoting, too. 10 years ago