Commit Graph

38569 Commits (89fe9bfc4ed3b5dc8e02119cc1fd39c975ffdea0)
 

Author SHA1 Message Date
Bruce Momjian 89fe9bfc4e release notes: add two optimizer items 11 years ago
Andrew Dunstan 2271d002d5 Fix "path" infrastructure bug affecting jsonb_set() 11 years ago
Tom Lane ae58f1430a Fix failure to cover scalar-vs-rowtype cases in exec_stmt_return(). 11 years ago
Tom Lane b00982344a Improve error message and hint for ALTER COLUMN TYPE can't-cast failure. 11 years ago
Fujii Masao b5fe62038f Make postmaster restart archiver soon after it dies, even during recovery. 11 years ago
Michael Meskes 96ad72d1c0 Fixed some memory leaks in ECPG. 11 years ago
Michael Meskes 82be1bf509 Fix intoasc() in Informix compat lib. This function used to be a noop. 11 years ago
Fujii Masao 091c02a958 Fix alphabetization in catalogs.sgml. 11 years ago
Fujii Masao cd3cff4778 Clean up useless mention of RMGRDESCSOURCES in pg_rewind Makefile. 11 years ago
Bruce Momjian 66447916f7 release notes: add links to doc sections 11 years ago
Bruce Momjian 778fed04cd release notes: update hash item 11 years ago
Bruce Momjian 7b7be78a12 release notes: move pg_buffercache item to the right section 11 years ago
Bruce Momjian bab74070b3 release notes: implement suggestions 11 years ago
Bruce Momjian 1cc9f8ccd9 release notes: explain meaning of pg_stat_get_snapshot_timestamp() 11 years ago
Bruce Momjian 5a4ea8e200 release notes: update for pg_basebackup in tar format 11 years ago
Andrew Dunstan 908e234733 Rename jsonb - text[] operator to #- to avoid ambiguity. 11 years ago
Fujii Masao 966c37fdb5 Fix some issues in pg_rewind. 11 years ago
Bruce Momjian aacb8b9277 First draft of 9.5 release notes 11 years ago
Peter Eisentraut e80f619acf doc: Use "connections" instead of "slots" to avoid confusion 11 years ago
Peter Eisentraut 28d17269a1 doc: Fix typo 11 years ago
Peter Eisentraut 385522c7dc Fix typo 11 years ago
Peter Eisentraut 75a49ba550 doc: Call xmllint for validity also in the fop build 11 years ago
Kevin Grittner 870681017a Fix typo in comment. 11 years ago
Bruce Momjian 1e87d4d068 docs: update release note regex suggestions 11 years ago
Fujii Masao ea9c4c1e4a Fix typo in comment. 11 years ago
Tom Lane b94085920b Release notes for 9.4.4, 9.3.9, 9.2.13, 9.1.18, 9.0.22. 11 years ago
Tom Lane f6e9cbfd91 Report more information if pg_perm_setlocale() fails at startup. 11 years ago
Tom Lane 21187cfc7d First-draft release notes for 9.4.4, 9.3.9, 9.2.13, 9.1.18, 9.0.22. 11 years ago
Alvaro Herrera 94232c909d Fix typos 11 years ago
Fujii Masao 7abc685974 Refactor WAL segment copying code. 11 years ago
Andres Freund d1b958218a Allow HotStandbyActiveInReplay() to be called in single user mode. 11 years ago
Andrew Dunstan 94d6727dbe Clarify documentation of jsonb - text 11 years ago
Andrew Dunstan b81c7b4098 Desupport jsonb subscript deletion on objects 11 years ago
Peter Eisentraut d23a3a603b doc: Fix broken links in FOP build 11 years ago
Tom Lane f3b5565dd4 Use a safer method for determining whether relcache init file is stale. 11 years ago
Tom Lane 1497369e5d Get rid of a //-style comment. 11 years ago
Tom Lane ac23b711dd Fix incorrect order of database-locking operations in InitPostgres(). 11 years ago
Robert Haas 068cfadf9e Cope with possible failure of the oldest MultiXact to exist. 11 years ago
Robert Haas 99cfd5e136 doc: Session identifiers truncate, not round, the backend start time. 11 years ago
Robert Haas 1c645da8eb docs: Fix list of object types pg_table_is_visible() can handle. 11 years ago
Tom Lane 1d27842519 Second try at stabilizing query plans in rowsecurity regression test. 11 years ago
Tom Lane 1676e4381f Fix brin regression test so it actually tests cidr. 11 years ago
Tom Lane 79454c696b Tighten the per-operator testing done in brin regression test. 11 years ago
Tom Lane 78e72794a7 Fix brin "char" test to actually test what it meant to test. 11 years ago
Tom Lane bac99475eb Stabilize results of brin regression test. 11 years ago
Tom Lane 5cdf25e168 Stabilize query plans in rowsecurity regression test. 11 years ago
Fujii Masao 232cd63b1f Remove -i/--ignore-version option from pg_dump, pg_dumpall and pg_restore. 11 years ago
Fujii Masao 38d500ac2e Fix some issues in pg_class.relminmxid and pg_database.datminmxid documentation. 11 years ago
Peter Eisentraut afae1f7854 doc: Fix PDF build with FOP 11 years ago
Tom Lane 3b0f77601b Fix some questionable edge-case behaviors in add_path() and friends. 11 years ago