Commit Graph

39488 Commits (07f69137b15e594edfaec29f73efa86aa442902c)
 

Author SHA1 Message Date
Tom Lane 65f1510a82 Improve documentation about PRIMARY KEY constraints. 10 years ago
Tom Lane 82406d6ff1 Fix deparsing of ON CONFLICT arbiter WHERE clauses. 10 years ago
Tom Lane bd0302c39d Release notes for 9.5.1, 9.4.6, 9.3.11, 9.2.15, 9.1.20. 10 years ago
Tom Lane 129db3cbee ExecHashRemoveNextSkewBucket must physically copy tuples to main hashtable. 10 years ago
Tom Lane 2b94b5ef8d Improve HJDEBUG code a bit. 10 years ago
Noah Misch 0089dd34aa Force certain "pljava" custom GUCs to be PGC_SUSET. 10 years ago
Tom Lane 37e6946329 Update time zone data files to tzdata release 2016a. 10 years ago
Robert Haas d160e2a343 postgres_fdw: Avoid possible misbehavior when RETURNING tableoid column only. 10 years ago
Robert Haas 453d40817c When modifying a foreign table, initialize tableoid field properly. 10 years ago
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