Commit Graph

39134 Commits (9fe8fe9c9e5d7fc099acfc96e976ee72b2b49865)
 

Author SHA1 Message Date
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
Tom Lane 5884b92a84 Fix errors in commit a04bb65f70. 10 years ago
Tom Lane 07e4d03fb4 Improve LISTEN startup time when there are many unread notifications. 10 years ago
Robert Haas 3bd909b220 Add a Gather executor node. 10 years ago
Robert Haas 227d57f358 Don't dump core when destroying an unused ParallelContext. 10 years ago
Stephen Frost 7d8db3e8f3 Include policies based on ACLs needed 10 years ago
Tom Lane 6057f61b4d Small improvements in comments in async.c. 10 years ago
Tatsuo Ishii a16db3a07d Fix incorrect tps number calculation in "excluding connections establishing". 10 years ago
Alvaro Herrera 6b61955135 Code review for transaction commit timestamps 10 years ago
Tom Lane b631a46ed8 Fix plperl to handle non-ASCII error message texts correctly. 10 years ago
Robert Haas 758fcfdc01 Comment update for join pushdown. 10 years ago
Robert Haas d1b7c1ffe7 Parallel executor support. 10 years ago
Andrew Dunstan 0557dc276f Fix compiler warning for non-TIOCGWINSZ case 10 years ago
Andrew Dunstan 8a0aa686f4 Fix compiler warning about unused function in non-readline case. 10 years ago
Alvaro Herrera 17f5831c81 Fix "sesssion" typo 10 years ago
Tom Lane 60f1e6bc13 Fix poor errno handling in libpq's version of our custom OpenSSL BIO. 10 years ago
Stephen Frost 992d702bfa Ensure a few policies remain for pg_upgrade 10 years ago
Alvaro Herrera 590e2d12f0 COPY: use pg_plan_query() instead of planner() 10 years ago
Andres Freund 617db3a2d8 Fix ON CONFLICT DO UPDATE for tables with oids. 10 years ago
Robert Haas f40792a93c Use LOCKBIT_ON() instead of a bit shift in a few places. 10 years ago
Robert Haas 45e5b4ef5c Don't try to create a temp install without abs_top_builddir. 10 years ago
Peter Eisentraut 883af819c1 pg_dump: Fix some messages 10 years ago
Peter Eisentraut 71fc49dfe1 reindexdb: Fix mistake in help output 10 years ago
Peter Eisentraut 72ed390556 pg_ctl: Improve help formatting and order 10 years ago
Peter Eisentraut ac7cbf4fb0 doc: Tweak "cube" index entry 10 years ago
Andres Freund aa29c1ccd9 Remove legacy multixact truncation support. 10 years ago
Andres Freund 4f627f8973 Rework the way multixact truncations work. 10 years ago
Tom Lane 2abfd9d5e9 Second try at fixing O(N^2) problem in foreign key references. 10 years ago
Tom Lane 77130fc148 Further fix for psql's code for locale-aware formatting of numeric output. 10 years ago
Tom Lane 6325527d84 Further fix for psql's code for locale-aware formatting of numeric output. 10 years ago
Tom Lane 4778a0bdaa Fix psql's code for locale-aware formatting of numeric output. 10 years ago
Tom Lane 39df0f150c Allow planner to use expression-index stats for function calls in WHERE. 10 years ago
Tom Lane 76f965ff1f Improve handling of collations in contrib/postgres_fdw. 10 years ago
Robert Haas 9f1255ac85 Don't zero opfuncid when reading nodes. 10 years ago
Fujii Masao 18d938de7a Make pg_controldata report newest XID with valid commit timestamp 10 years ago
Andres Freund 020235a575 Lower *_freeze_max_age minimum values. 10 years ago
Tom Lane 82e1ba7fd6 Make ANALYZE compute basic statistics even for types with no "=" operator. 10 years ago
Robert Haas a0d9f6e434 Add readfuncs.c support for plan nodes. 10 years ago
Robert Haas 4fe6f72bda Print a MergeJoin's mergeNullsFirst array as bool, not int. 10 years ago