Commit Graph

39172 Commits (2d87eedc1d4468d331035bbe55f140f180d20144)
 

Author SHA1 Message Date
Bruce Momjian 2d87eedc1d to_char(): Do not count negative sign as a digit for time values 10 years ago
Bruce Momjian 6d8b2aa83a docs: update guidelines on when to use GIN and GiST indexes 10 years ago
Tom Lane f8a5e579d1 Docs: explain contrib/pg_stat_statements' handling of GC failure. 10 years ago
Tom Lane 9e36c91b46 Fix insufficiently-portable regression test case. 10 years ago
Tom Lane 272ede71a6 Last-minute updates for release notes. 10 years ago
Andres Freund 10cfd6f854 Remove outdated comment about relation level autovacuum freeze limits. 10 years ago
Stephen Frost be400cd25c Add regression tests for INSERT/UPDATE+RETURNING 10 years ago
Noah Misch 5976097c0f Prevent stack overflow in query-type functions. 10 years ago
Noah Misch 30cb12881d Prevent stack overflow in container-type functions. 10 years ago
Noah Misch 08fa47c485 Prevent stack overflow in json-related functions. 10 years ago
Noah Misch 1d812c8b05 pgcrypto: Detect and report too-short crypt() salts. 10 years ago
Stephen Frost 2ca9d5445c Apply SELECT policies in INSERT/UPDATE+RETURNING 10 years ago
Stephen Frost 4158cc3793 Do not write out WCOs in Query 10 years ago
Andres Freund 2596d705bd Re-Align *_freeze_max_age reloption limits with corresponding GUC limits. 10 years ago
Stephen Frost 088c83363a ALTER TABLE .. FORCE ROW LEVEL SECURITY 10 years ago
Tom Lane 16a70e3059 Release notes for 9.5beta1, 9.4.5, 9.3.10, 9.2.14, 9.1.19, 9.0.23. 10 years ago
Tom Lane 8bbe4cbd9b Improve contrib/pg_stat_statements' handling of garbage collection failure. 10 years ago
Andres Freund 86b1e6784b Fix hstore_plpython test when python3 is used. 10 years ago
Tom Lane f2fc98fb8e Further twiddling of nodeHash.c hashtable sizing calculation. 10 years ago
Tom Lane a31e64d065 Fix some issues in new hashtable size calculations in nodeHash.c. 10 years ago
Andrew Dunstan 1edd4ec831 Disallow invalid path elements in jsonb_set 10 years ago
Peter Eisentraut 6390c8c654 Group cluster_name and update_process_title settings together 10 years ago
Tom Lane cf007a4bca Update 9.5 release notes through today. 10 years ago
Tom Lane 01ef33701b First-draft release notes for 9.4.5, 9.3.10, 9.2.14, 9.1.19, 9.0.23. 10 years ago
Noah Misch f78ae3747d Document that row_security is a boolean GUC. 10 years ago
Noah Misch 3cb0a7e75a Make BYPASSRLS behave like superuser RLS bypass. 10 years ago
Andres Freund 23fc0b485d Add missed CREATE EXTENSION ... CASCADE regression test adjustment. 10 years ago
Andres Freund b67aaf21e8 Add CASCADE support for CREATE EXTENSION. 10 years ago
Tom Lane bf686796a0 Add missing "static" specifier. 10 years ago
Andres Freund 920218cbc0 Improve errhint() about replication slot naming restrictions. 10 years ago
Andres Freund ad22783792 Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation. 10 years ago
Peter Eisentraut 1023194b7a doc: Update URLs of external projects 10 years ago
Peter Eisentraut eff091cc19 doc: Make some index terms and terminology more consistent 10 years ago
Tom Lane 241e6844ad Update time zone data files to tzdata release 2015g. 10 years ago
Robert Haas 01bc589a46 Clarify FDW documentation about ON CONFLICT. 10 years ago
Tom Lane 2e8cfcf4ea Add recursion depth protection to LIKE matching. 10 years ago
Tom Lane b63fc28776 Add recursion depth protections to regular expression matching. 10 years ago
Tom Lane f2c4ffc330 Fix potential infinite loop in regular expression execution. 10 years ago
Tom Lane 9fe8fe9c9e Add some more query-cancel checks to regular expression matching. 10 years ago
Tom Lane 558d4ada18 Docs: add disclaimer about hazards of using regexps from untrusted sources. 10 years ago
Tom Lane 27fddec197 Docs: add another example of creating a range type. 10 years ago
Alvaro Herrera e06b2e1d2e Don't disable commit_ts in standby if enabled locally 10 years ago
Peter Eisentraut cdcae2b6a7 pg_rewind: Improve some messages 10 years ago
Peter Eisentraut 87c2b517ac Fix message punctuation according to style guide 10 years ago
Tom Lane 8ab4a6bd3f Fix pg_dump to handle inherited NOT VALID check constraints correctly. 10 years ago
Alvaro Herrera f12e814b88 Fix commit_ts for standby 10 years ago
Fujii Masao bf4817e4f0 Fix incorrect tab-completion for GRANT and REVOKE 10 years ago
Tom Lane 21995d3f6d Fix documentation error in commit 8703059c6b. 10 years ago
Fujii Masao 3123ee0db2 Fix mention of htup.h in storage.sgml 10 years ago
Robert Haas 286a3a68dc Fix readfuncs/outfuncs problems in last night's Gather patch. 10 years ago