Commit Graph

38537 Commits (b81c7b4098f52e64df89efe1461ba00a54649a10)
 

Author SHA1 Message Date
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
Tom Lane d8179b001a Fix fsync-at-startup code to not treat errors as fatal. 11 years ago
Stephen Frost d5442cb243 Remove *pgaudit* references also. 11 years ago
Stephen Frost cde9cf170c Finish removing pg_audit 11 years ago
Tom Lane 0381fefaa4 Fix pg_rewind's handling of top-level symlinks. 11 years ago
Stephen Frost e5f1a4f1e3 Remove pg_audit 11 years ago
Tom Lane 32f628be74 Fix assorted inconsistencies in our calls of readlink(). 11 years ago
Tom Lane f46edf479e Fix pg_get_functiondef() to print a function's LEAKPROOF property. 11 years ago
Tom Lane aa9eac45ea Fix portability issue in isolationtester grammar. 11 years ago
Andrew Dunstan f41042cea0 Revert "Add all structured objects passed to pushJsonbValue piecewise." 11 years ago
Andrew Dunstan 956cc4434c Revert "Simplify addJsonbToParseState()" 11 years ago
Tom Lane 86832eb891 Remove configure check prohibiting threaded libpython on OpenBSD. 11 years ago
Tom Lane 1f303fd1be Suppress occasional failures in brin regression test. 11 years ago
Andrew Dunstan fba12c8c6c Simplify addJsonbToParseState() 11 years ago
Andrew Dunstan 54547bd87f Add all structured objects passed to pushJsonbValue piecewise. 11 years ago
Tom Lane 79f2b5d583 Fix valgrind's "unaddressable bytes" whining about BRIN code. 11 years ago
Bruce Momjian 3503003eb7 pgindent: document location of "all" typedef lists 11 years ago
Tom Lane e70ec8230a Explain CHECK constraint handling in postgres_fdw's IMPORT FOREIGN SCHEMA. 11 years ago
Alvaro Herrera cdbdc43827 Update README.tuplock 11 years ago