Commit Graph

38655 Commits (00ccea9e9dcee7b4f103674d274fadc8b09075f7)
 

Author SHA1 Message Date
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
Tom Lane 3f59be836c Fix planner's cost estimation for SEMI/ANTI joins with inner indexscans. 11 years ago
Fujii Masao 37013621f3 Minor improvement to txid_current() documentation. 11 years ago
Tom Lane 82ec7d2821 Release notes for 9.4.3, 9.3.8, 9.2.12, 9.1.17, 9.0.21. 11 years ago
Bruce Momjian ab959cc0ea pgindent: add typedef blog URL 11 years ago
Andrew Dunstan 50ab76d3c1 Avoid naming a variable "new", and remove bogus initializer. 11 years ago
Andrew Dunstan 28b29f7e44 Add a couple of missing JsonbValue type initialisers. 11 years ago
Andrew Dunstan 37def42245 Rename jsonb_replace to jsonb_set and allow it to add new values 11 years ago
Peter Eisentraut 75f9d17638 Make Python tests more portable 11 years ago
Bruce Momjian ac6f22957d pg_upgrade: add missing period in C comment 11 years ago
Tom Lane 1943c000b7 initdb -S should now have an explicit check that $PGDATA is valid. 11 years ago
Tom Lane 57e1138bcc Remove special cases for ETXTBSY from new fsync'ing logic. 11 years ago
Tom Lane 1c8c656b3c Check that all aliases of a built-in function have same leakproof property. 11 years ago
Tom Lane c07d8c963e Adjust initdb to also not consider fsync'ing failures fatal. 11 years ago
Tom Lane da33a3894e Revert exporting of internal GUC variable "data_directory". 11 years ago