Commit Graph

39304 Commits (2ce19f8a57f5f5eba3d86dc8457d2e992df5af8f)
 

Author SHA1 Message Date
Tom Lane 2ce19f8a57 Make plpython cope with funny characters in function names. 10 years ago
Tom Lane 6ce8236ff4 Improve documentation about CREATE INDEX CONCURRENTLY. 10 years ago
Bruce Momjian 3970b510ad release notes: fix 9.5 SGML comment about commit 10 years ago
Tatsuo Ishii ce18d6bd30 Improve wording in the planner doc 10 years ago
Fujii Masao 177ff78ddb Correct the formulas for System V IPC parameters SEMMNI and SEMMNS in docs. 10 years ago
Joe Conway 73ca21c7ac Move DATA entry to correct position 10 years ago
Alvaro Herrera 1bad289a80 pgbench: avoid FD_ISSET on an invalid file descriptor 10 years ago
Tom Lane d2ab9b0ac3 Suppress compiler warnings about useless comparison of unsigned to zero. 10 years ago
Noah Misch 2dcaebea07 In pg_rewind test suite, triple promote timeout to 90s. 10 years ago
Noah Misch 725f0ce296 Accept pg_ctl timeout from the PGCTLTIMEOUT environment variable. 10 years ago
Tom Lane b10635bb5b Avoid use of sscanf() to parse ispell dictionary files. 10 years ago
Tom Lane 616eaa396a Stamp 9.5.1. 10 years ago
Peter Eisentraut 477bee7dc6 Translation updates 10 years ago
Tom Lane 129b6cf5eb Last-minute updates for release notes. 10 years ago
Tom Lane a61de2bc13 Fix some regex issues with out-of-range characters and large char ranges. 10 years ago
Andres Freund 87dbc72a79 Fix overeager pushdown of HAVING clauses when grouping sets are used. 10 years ago
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