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