Commit Graph

39290 Commits (a61de2bc13354148fb0e3b2f5ef82fdbd41c51cc)
 

Author SHA1 Message Date
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
Tom Lane 59d765b655 Improve handling of collations in contrib/postgres_fdw. 10 years ago
Fujii Masao eac3b3365e Make pg_controldata report newest XID with valid commit timestamp 10 years ago
Andres Freund ef4fccd2b6 Lower *_freeze_max_age minimum values. 10 years ago
Tom Lane cfb2024ae4 Make ANALYZE compute basic statistics even for types with no "=" operator. 10 years ago
Tom Lane fe6d2ab473 Docs: fix typo in to_char() example. 10 years ago
Andres Freund 55728ea501 test_decoding: Protect against rare spurious test failures. 10 years ago
Andres Freund 62e503b0c2 Correct value of LW_SHARED_MASK. 10 years ago
Peter Eisentraut 265728e1b6 doc: Tweak synopsis indentation for consistency 10 years ago
Peter Eisentraut a8bb248141 Fix whitespace 10 years ago
Tom Lane 3dfffac701 Fix possible internal overflow in numeric multiplication. 10 years ago
Noah Misch bbdb9dfbc3 Remove the SECURITY_ROW_LEVEL_DISABLED security context bit. 10 years ago
Noah Misch 6dae6edcd8 Remove the row_security=force GUC value. 10 years ago
Noah Misch 1be9d65e17 Restrict file mode creation mask during tmpfile(). 10 years ago
Tom Lane 3d3bc2905f Be more wary about partially-valid LOCALLOCK data in RemoveLocalLock(). 10 years ago
Michael Meskes b46f5ebd9c Let compiler handle size calculation of bool types. 10 years ago
Peter Eisentraut 866a034c3f Simplify GETTEXT_FILES list 10 years ago
Peter Eisentraut bd313ba8a9 Add missing serial comma 10 years ago
Andrew Dunstan 1e1ae6e0b0 Cache argument type information in json(b) aggregate functions. 10 years ago
Tom Lane a39331fa57 Fix low-probability memory leak in regex execution. 10 years ago
Peter Eisentraut e8e2999470 Order some new options on man pages more sensibly, minor improvements 10 years ago