Age | Commit message (Expand) | Author |
2015-10-15 | Thunk.parallel_count | Robert Haas |
2015-10-15 | Revert "Have dtrace depend on object files directly, not objfiles.txt" | Robert Haas |
2015-10-15 | Allow FDWs to push down quals without breaking EvalPlanQual rechecks. | Robert Haas |
2015-10-15 | Fix bogus comments | Alvaro Herrera |
2015-10-13 | -- email subject limit ----------------------------------------- | Bruce Momjian |
2015-10-13 | Have dtrace depend on object files directly, not objfiles.txt | Robert Haas |
2015-10-13 | Improve INSERT .. ON CONFLICT error message. | Robert Haas |
2015-10-13 | On Windows, ensure shared memory handle gets closed if not being used. | Tom Lane |
2015-10-12 | Fix "pg_ctl start -w" to test child process status directly. | Tom Lane |
2015-10-12 | Use JsonbIteratorToken consistently in automatic variable declarations. | Noah Misch |
2015-10-12 | Fix whitespace | Peter Eisentraut |
2015-10-12 | Avoid scan-build warning about uninitialized htonl() arguments. | Noah Misch |
2015-10-12 | Make prove_installcheck remove the old log directory, if any. | Noah Misch |
2015-10-09 | Speed up text sorts where the same strings occur multiple times. | Robert Haas |
2015-10-09 | Make abbreviated key comparisons for text a bit cheaper. | Robert Haas |
2015-10-09 | Remove set_latch_on_sigusr1 flag. | Robert Haas |
2015-10-09 | Handle append_rel_list in expand_security_qual | Stephen Frost |
2015-10-09 | Fix uninitialized-variable bug. | Tom Lane |
2015-10-08 | Fix typo in docs. | Robert Haas |
2015-10-08 | Add BSWAP64 macro. | Robert Haas |
2015-10-08 | Hyphenate variable-length for consistency. | Robert Haas |
2015-10-08 | Correct pg_indent to pgindent in various comments. | Robert Haas |
2015-10-08 | Factor out encoding specific tests for json | Andrew Dunstan |
2015-10-07 | Improve documentation of the role-dropping process. | Tom Lane |
2015-10-07 | docs: add JSONB containment example of a key and empty object | Bruce Momjian |
2015-10-07 | docs: Map operator @> to the proper SGML escape for '>' | Bruce Momjian |
2015-10-07 | docs: clarify JSONB operator descriptions | Bruce Momjian |
2015-10-06 | Perform an immediate shutdown if the postmaster.pid file is removed. | Tom Lane |
2015-10-06 | Remove more volatile qualifiers. | Robert Haas |
2015-10-06 | Have CREATE TABLE LIKE add OID column if any LIKEd table has one | Bruce Momjian |
2015-10-06 | to_number(): allow 'V' to divide by 10^(the number of digits) | Bruce Momjian |
2015-10-06 | psql: allow \pset C in setting the title, matches \C | Bruce Momjian |
2015-10-06 | to_char(): Do not count negative sign as a digit for time values | Bruce Momjian |
2015-10-05 | docs: update guidelines on when to use GIN and GiST indexes | Bruce Momjian |
2015-10-05 | Docs: explain contrib/pg_stat_statements' handling of GC failure. | Tom Lane |
2015-10-05 | Fix insufficiently-portable regression test case. | Tom Lane |
2015-10-05 | Last-minute updates for release notes. | Tom Lane |
2015-10-05 | Remove outdated comment about relation level autovacuum freeze limits. | Andres Freund |
2015-10-05 | Add regression tests for INSERT/UPDATE+RETURNING | Stephen Frost |
2015-10-05 | Prevent stack overflow in query-type functions. | Noah Misch |
2015-10-05 | Prevent stack overflow in container-type functions. | Noah Misch |
2015-10-05 | Prevent stack overflow in json-related functions. | Noah Misch |
2015-10-05 | pgcrypto: Detect and report too-short crypt() salts. | Noah Misch |
2015-10-05 | Apply SELECT policies in INSERT/UPDATE+RETURNING | Stephen Frost |
2015-10-05 | Do not write out WCOs in Query | Stephen Frost |
2015-10-05 | Re-Align *_freeze_max_age reloption limits with corresponding GUC limits. | Andres Freund |
2015-10-05 | ALTER TABLE .. FORCE ROW LEVEL SECURITY | Stephen Frost |
2015-10-04 | Release notes for 9.5beta1, 9.4.5, 9.3.10, 9.2.14, 9.1.19, 9.0.23. | Tom Lane |
2015-10-04 | Improve contrib/pg_stat_statements' handling of garbage collection failure. | Tom Lane |
2015-10-04 | Fix hstore_plpython test when python3 is used. | Andres Freund |