]> granicus.if.org Git - postgresql/shortlog
postgresql
2015-10-12 Noah MischAvoid scan-build warning about uninitialized htonl...
2015-10-12 Noah MischMake prove_installcheck remove the old log directory...
2015-10-09 Robert HaasSpeed up text sorts where the same strings occur multip...
2015-10-09 Robert HaasMake abbreviated key comparisons for text a bit cheaper.
2015-10-09 Robert HaasRemove set_latch_on_sigusr1 flag.
2015-10-09 Stephen FrostHandle append_rel_list in expand_security_qual
2015-10-09 Tom LaneFix uninitialized-variable bug.
2015-10-08 Robert HaasFix typo in docs.
2015-10-08 Robert HaasAdd BSWAP64 macro.
2015-10-08 Robert HaasHyphenate variable-length for consistency.
2015-10-08 Robert HaasCorrect pg_indent to pgindent in various comments.
2015-10-08 Andrew DunstanFactor out encoding specific tests for json
2015-10-07 Tom LaneImprove documentation of the role-dropping process.
2015-10-07 Bruce Momjiandocs: add JSONB containment example of a key and empty...
2015-10-07 Bruce Momjiandocs: Map operator @> to the proper SGML escape for '>'
2015-10-07 Bruce Momjiandocs: clarify JSONB operator descriptions
2015-10-06 Tom LanePerform an immediate shutdown if the postmaster.pid...
2015-10-06 Robert HaasRemove more volatile qualifiers.
2015-10-06 Bruce MomjianHave CREATE TABLE LIKE add OID column if any LIKEd...
2015-10-06 Bruce Momjianto_number(): allow 'V' to divide by 10^(the number...
2015-10-06 Bruce Momjianpsql: allow \pset C in setting the title, matches \C
2015-10-06 Bruce Momjianto_char(): Do not count negative sign as a digit for...
2015-10-05 Bruce Momjiandocs: update guidelines on when to use GIN and GiST...
2015-10-05 Tom LaneDocs: explain contrib/pg_stat_statements' handling...
2015-10-05 Tom LaneFix insufficiently-portable regression test case.
2015-10-05 Tom LaneLast-minute updates for release notes.
2015-10-05 Andres FreundRemove outdated comment about relation level autovacuum...
2015-10-05 Stephen FrostAdd regression tests for INSERT/UPDATE+RETURNING
2015-10-05 Noah MischPrevent stack overflow in query-type functions.
2015-10-05 Noah MischPrevent stack overflow in container-type functions.
2015-10-05 Noah MischPrevent stack overflow in json-related functions.
2015-10-05 Noah Mischpgcrypto: Detect and report too-short crypt() salts.
2015-10-05 Stephen FrostApply SELECT policies in INSERT/UPDATE+RETURNING
2015-10-05 Stephen FrostDo not write out WCOs in Query
2015-10-05 Andres FreundRe-Align *_freeze_max_age reloption limits with corresp...
2015-10-05 Stephen FrostALTER TABLE .. FORCE ROW LEVEL SECURITY
2015-10-04 Tom LaneRelease notes for 9.5beta1, 9.4.5, 9.3.10, 9.2.14,...
2015-10-04 Tom LaneImprove contrib/pg_stat_statements' handling of garbage...
2015-10-04 Andres FreundFix hstore_plpython test when python3 is used.
2015-10-04 Tom LaneFurther twiddling of nodeHash.c hashtable sizing calcul...
2015-10-04 Tom LaneFix some issues in new hashtable size calculations...
2015-10-04 Andrew DunstanDisallow invalid path elements in jsonb_set
2015-10-04 Peter EisentrautGroup cluster_name and update_process_title settings...
2015-10-04 Tom LaneUpdate 9.5 release notes through today.
2015-10-04 Tom LaneFirst-draft release notes for 9.4.5, 9.3.10, 9.2.14...
2015-10-04 Noah MischDocument that row_security is a boolean GUC.
2015-10-04 Noah MischMake BYPASSRLS behave like superuser RLS bypass.
2015-10-03 Andres FreundAdd missed CREATE EXTENSION ... CASCADE regression...
2015-10-03 Andres FreundAdd CASCADE support for CREATE EXTENSION.
2015-10-03 Tom LaneAdd missing "static" specifier.
2015-10-03 Andres FreundImprove errhint() about replication slot naming restric...
2015-10-03 Andres FreundFix several bugs related to ON CONFLICT's EXCLUDED...
2015-10-03 Peter Eisentrautdoc: Update URLs of external projects
2015-10-03 Peter Eisentrautdoc: Make some index terms and terminology more consistent
2015-10-02 Tom LaneUpdate time zone data files to tzdata release 2015g.
2015-10-02 Robert HaasClarify FDW documentation about ON CONFLICT.
2015-10-02 Tom LaneAdd recursion depth protection to LIKE matching.
2015-10-02 Tom LaneAdd recursion depth protections to regular expression...
2015-10-02 Tom LaneFix potential infinite loop in regular expression execu...
2015-10-02 Tom LaneAdd some more query-cancel checks to regular expression...
2015-10-02 Tom LaneDocs: add disclaimer about hazards of using regexps...
2015-10-02 Tom LaneDocs: add another example of creating a range type.
2015-10-02 Alvaro HerreraDon't disable commit_ts in standby if enabled locally
2015-10-02 Peter Eisentrautpg_rewind: Improve some messages
2015-10-02 Peter EisentrautFix message punctuation according to style guide
2015-10-01 Tom LaneFix pg_dump to handle inherited NOT VALID check constra...
2015-10-01 Alvaro HerreraFix commit_ts for standby
2015-10-01 Fujii MasaoFix incorrect tab-completion for GRANT and REVOKE
2015-10-01 Tom LaneFix documentation error in commit 8703059c6b55c427100e0...
2015-10-01 Fujii MasaoFix mention of htup.h in storage.sgml
2015-10-01 Robert HaasFix readfuncs/outfuncs problems in last night's Gather...
2015-10-01 Tom LaneFix errors in commit a04bb65f70dafdf462e0478ad19e6de56d...
2015-10-01 Tom LaneImprove LISTEN startup time when there are many unread...
2015-09-30 Robert HaasAdd a Gather executor node.
2015-09-30 Robert HaasDon't dump core when destroying an unused ParallelContext.
2015-09-30 Stephen FrostInclude policies based on ACLs needed
2015-09-30 Tom LaneSmall improvements in comments in async.c.
2015-09-30 Tatsuo IshiiFix incorrect tps number calculation in "excluding...
2015-09-29 Alvaro HerreraCode review for transaction commit timestamps
2015-09-29 Tom LaneFix plperl to handle non-ASCII error message texts...
2015-09-29 Robert HaasComment update for join pushdown.
2015-09-29 Robert HaasParallel executor support.
2015-09-28 Andrew DunstanFix compiler warning for non-TIOCGWINSZ case
2015-09-28 Andrew DunstanFix compiler warning about unused function in non-readl...
2015-09-28 Alvaro HerreraFix "sesssion" typo
2015-09-28 Tom LaneFix poor errno handling in libpq's version of our custo...
2015-09-28 Stephen FrostEnsure a few policies remain for pg_upgrade
2015-09-28 Alvaro HerreraCOPY: use pg_plan_query() instead of planner()
2015-09-28 Andres FreundFix ON CONFLICT DO UPDATE for tables with oids.
2015-09-28 Robert HaasUse LOCKBIT_ON() instead of a bit shift in a few places.
2015-09-28 Robert HaasDon't try to create a temp install without abs_top_buil...
2015-09-28 Peter Eisentrautpg_dump: Fix some messages
2015-09-27 Peter Eisentrautreindexdb: Fix mistake in help output
2015-09-27 Peter Eisentrautpg_ctl: Improve help formatting and order
2015-09-27 Peter Eisentrautdoc: Tweak "cube" index entry
2015-09-26 Andres FreundRemove legacy multixact truncation support.
2015-09-26 Andres FreundRework the way multixact truncations work.
2015-09-25 Tom LaneSecond try at fixing O(N^2) problem in foreign key...
2015-09-25 Tom LaneFurther fix for psql's code for locale-aware formatting...
2015-09-25 Tom LaneFurther fix for psql's code for locale-aware formatting...
next