Commit Graph

39010 Commits (e5c94c7bbcf091617f0720a3ccbe898cd8beff17)
 

Author SHA1 Message Date
Tom Lane e5c94c7bbc Further twiddling of nodeHash.c hashtable sizing calculation. 10 years ago
Tom Lane ca5b42d854 Fix some issues in new hashtable size calculations in nodeHash.c. 10 years ago
Andrew Dunstan 544ccf6442 Disallow invalid path elements in jsonb_set 10 years ago
Peter Eisentraut e45f8f8820 Group cluster_name and update_process_title settings together 10 years ago
Noah Misch 4365d9c18f Document that row_security is a boolean GUC. 10 years ago
Noah Misch 01ba7894f3 Make BYPASSRLS behave like superuser RLS bypass. 10 years ago
Andres Freund cfddb5df5a Improve errhint() about replication slot naming restrictions. 10 years ago
Andres Freund 7285d66494 Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation. 10 years ago
Peter Eisentraut 0777a887c2 doc: Update URLs of external projects 10 years ago
Peter Eisentraut 5f904924bc doc: Make some index terms and terminology more consistent 10 years ago
Tom Lane 19b06cc669 Update time zone data files to tzdata release 2015g. 10 years ago
Robert Haas 63e86ecacd Clarify FDW documentation about ON CONFLICT. 10 years ago
Tom Lane bdc5d95b60 Add recursion depth protection to LIKE matching. 10 years ago
Tom Lane 20c627707c Add recursion depth protections to regular expression matching. 10 years ago
Tom Lane 51f235931d Fix potential infinite loop in regular expression execution. 10 years ago
Tom Lane bb704a781a Add some more query-cancel checks to regular expression matching. 10 years ago
Tom Lane c56b2aa6ef Docs: add disclaimer about hazards of using regexps from untrusted sources. 10 years ago
Tom Lane 1dc6f557e7 Docs: add another example of creating a range type. 10 years ago
Alvaro Herrera 65dc1fc99a Don't disable commit_ts in standby if enabled locally 10 years ago
Peter Eisentraut 0f51a848ab pg_rewind: Improve some messages 10 years ago
Peter Eisentraut 867bc6849f Fix message punctuation according to style guide 10 years ago
Tom Lane 5ea47e8f2a Fix pg_dump to handle inherited NOT VALID check constraints correctly. 10 years ago
Alvaro Herrera a742ef86c2 Fix commit_ts for standby 10 years ago
Tom Lane d312cc37e4 Fix documentation error in commit 8703059c6b. 10 years ago
Fujii Masao c9a8d05465 Fix mention of htup.h in storage.sgml 10 years ago
Tom Lane 8c8a834b14 Improve LISTEN startup time when there are many unread notifications. 10 years ago
Robert Haas 91d97f03ca Don't dump core when destroying an unused ParallelContext. 10 years ago
Stephen Frost 75096c458a Include policies based on ACLs needed 10 years ago
Tatsuo Ishii 3c4c5acc40 Fix incorrect tps number calculation in "excluding connections establishing". 10 years ago
Alvaro Herrera d8c7bb21ea Code review for transaction commit timestamps 10 years ago
Tom Lane a16b9b1938 Fix plperl to handle non-ASCII error message texts correctly. 10 years ago
Robert Haas 9a6fbc2ac7 Comment update for join pushdown. 10 years ago
Andrew Dunstan 60fcee9e5e Fix compiler warning for non-TIOCGWINSZ case 10 years ago
Andrew Dunstan c4e6d506c6 Fix compiler warning about unused function in non-readline case. 10 years ago
Alvaro Herrera aea76d128a Fix "sesssion" typo 10 years ago
Tom Lane b67c9c1939 Fix poor errno handling in libpq's version of our custom OpenSSL BIO. 10 years ago
Stephen Frost ce585027eb Ensure a few policies remain for pg_upgrade 10 years ago
Andres Freund 90586ef127 Fix ON CONFLICT DO UPDATE for tables with oids. 10 years ago
Robert Haas 80e2694b28 Don't try to create a temp install without abs_top_builddir. 10 years ago
Peter Eisentraut 27af56b595 pg_dump: Fix some messages 10 years ago
Peter Eisentraut 90d037772e reindexdb: Fix mistake in help output 10 years ago
Peter Eisentraut 63ab1a3981 pg_ctl: Improve help formatting and order 10 years ago
Peter Eisentraut 0160c1d239 doc: Tweak "cube" index entry 10 years ago
Andres Freund 6e8af37643 Remove legacy multixact truncation support. 10 years ago
Andres Freund bd7c348d83 Rework the way multixact truncations work. 10 years ago
Tom Lane c9645f7578 Second try at fixing O(N^2) problem in foreign key references. 10 years ago
Tom Lane 5eb7024379 Further fix for psql's code for locale-aware formatting of numeric output. 10 years ago
Tom Lane da4af91cef Further fix for psql's code for locale-aware formatting of numeric output. 10 years ago
Tom Lane f1ee153dcf Fix psql's code for locale-aware formatting of numeric output. 10 years ago
Tom Lane 45d256c279 Allow planner to use expression-index stats for function calls in WHERE. 10 years ago