summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-13release notes: add two optimizer itemsBruce Momjian
2015-06-12Fix "path" infrastructure bug affecting jsonb_set()Andrew Dunstan
2015-06-12Fix failure to cover scalar-vs-rowtype cases in exec_stmt_return().Tom Lane
2015-06-12Improve error message and hint for ALTER COLUMN TYPE can't-cast failure.Tom Lane
2015-06-12Make postmaster restart archiver soon after it dies, even during recovery.Fujii Masao
2015-06-12Fixed some memory leaks in ECPG.Michael Meskes
2015-06-12Fix intoasc() in Informix compat lib. This function used to be a noop.Michael Meskes
2015-06-12Fix alphabetization in catalogs.sgml.Fujii Masao
2015-06-12Clean up useless mention of RMGRDESCSOURCES in pg_rewind Makefile.Fujii Masao
2015-06-12release notes: add links to doc sectionsBruce Momjian
2015-06-11release notes: update hash itemBruce Momjian
2015-06-11release notes: move pg_buffercache item to the right sectionBruce Momjian
2015-06-11release notes: implement suggestionsBruce Momjian
2015-06-11release notes: explain meaning of pg_stat_get_snapshot_timestamp()Bruce Momjian
2015-06-11release notes: update for pg_basebackup in tar formatBruce Momjian
2015-06-11Rename jsonb - text[] operator to #- to avoid ambiguity.Andrew Dunstan
2015-06-11Fix some issues in pg_rewind.Fujii Masao
2015-06-11First draft of 9.5 release notesBruce Momjian
2015-06-11doc: Use "connections" instead of "slots" to avoid confusionPeter Eisentraut
2015-06-11doc: Fix typoPeter Eisentraut
2015-06-11Fix typoPeter Eisentraut
2015-06-10doc: Call xmllint for validity also in the fop buildPeter Eisentraut
2015-06-10Fix typo in comment.Kevin Grittner
2015-06-10docs: update release note regex suggestionsBruce Momjian
2015-06-10Fix typo in comment.Fujii Masao
2015-06-09Release notes for 9.4.4, 9.3.9, 9.2.13, 9.1.18, 9.0.22.Tom Lane
2015-06-09Report more information if pg_perm_setlocale() fails at startup.Tom Lane
2015-06-09First-draft release notes for 9.4.4, 9.3.9, 9.2.13, 9.1.18, 9.0.22.Tom Lane
2015-06-08Fix typosAlvaro Herrera
2015-06-08Refactor WAL segment copying code.Fujii Masao
2015-06-08Allow HotStandbyActiveInReplay() to be called in single user mode.Andres Freund
2015-06-08Clarify documentation of jsonb - textAndrew Dunstan
2015-06-08Desupport jsonb subscript deletion on objectsAndrew Dunstan
2015-06-08doc: Fix broken links in FOP buildPeter Eisentraut
2015-06-07Use a safer method for determining whether relcache init file is stale.Tom Lane
2015-06-05Get rid of a //-style comment.Tom Lane
2015-06-05Fix incorrect order of database-locking operations in InitPostgres().Tom Lane
2015-06-05Cope with possible failure of the oldest MultiXact to exist.Robert Haas
2015-06-04doc: Session identifiers truncate, not round, the backend start time.Robert Haas
2015-06-04docs: Fix list of object types pg_table_is_visible() can handle.Robert Haas
2015-06-04Second try at stabilizing query plans in rowsecurity regression test.Tom Lane
2015-06-04Fix brin regression test so it actually tests cidr.Tom Lane
2015-06-04Tighten the per-operator testing done in brin regression test.Tom Lane
2015-06-04Fix brin "char" test to actually test what it meant to test.Tom Lane
2015-06-04Stabilize results of brin regression test.Tom Lane
2015-06-04Stabilize query plans in rowsecurity regression test.Tom Lane
2015-06-04Remove -i/--ignore-version option from pg_dump, pg_dumpall and pg_restore.Fujii Masao
2015-06-04Fix some issues in pg_class.relminmxid and pg_database.datminmxid documentation.Fujii Masao
2015-06-04doc: Fix PDF build with FOPPeter Eisentraut
2015-06-03Fix some questionable edge-case behaviors in add_path() and friends.Tom Lane