Commit Graph

38695 Commits (e66a45344ff33d64aa6ff50673ff9fe8577ea6db)
 

Author SHA1 Message Date
Tom Lane 86832eb891 Remove configure check prohibiting threaded libpython on OpenBSD. 10 years ago
Tom Lane 1f303fd1be Suppress occasional failures in brin regression test. 10 years ago
Andrew Dunstan fba12c8c6c Simplify addJsonbToParseState() 10 years ago
Andrew Dunstan 54547bd87f Add all structured objects passed to pushJsonbValue piecewise. 10 years ago
Tom Lane 79f2b5d583 Fix valgrind's "unaddressable bytes" whining about BRIN code. 10 years ago
Bruce Momjian 3503003eb7 pgindent: document location of "all" typedef lists 10 years ago
Tom Lane e70ec8230a Explain CHECK constraint handling in postgres_fdw's IMPORT FOREIGN SCHEMA. 10 years ago
Alvaro Herrera cdbdc43827 Update README.tuplock 10 years ago
Andrew Dunstan 6739aa298b Clean up and simplify jsonb_concat code. 10 years ago
Bruce Momjian 8339e70da6 pgindent: fix typo 10 years ago
Heikki Linnakangas 12e6c5a6ca Fix rescan of IndexScan node with the new lossy GiST distance functions. 10 years ago
Bruce Momjian 266b6984cd pgindent: more doc updates for skipping __asm__ files 10 years ago
Bruce Momjian befa3e648c Revert 9.5 pgindent changes to atomics directory files 10 years ago
Tom Lane 2aa0476dc3 Manual cleanup of pgindent results. 10 years ago
Tom Lane 17b48a1a9f Rename pg_shdepend.c's typedef "objectType" to SharedDependencyObjectType. 10 years ago
Tom Lane 23116d5437 Add a bit more commentary about regex's colormap tree data structure. 10 years ago
Tom Lane 91e79260f6 Remove no-longer-required function declarations. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Bruce Momjian 225892552b Update typedef file in preparation for pgindent run 10 years ago
Bruce Momjian 58affdfb88 Improve pgindent instructions regarding Perl backup files 10 years ago
Tom Lane f84c8601d6 Add error check for lossy distance functions in index-only scans. 10 years ago
Tom Lane 72809480d6 Fix incorrect snprintf() limit. 10 years ago
Tom Lane 821b821a24 Still more fixes for lossy-GiST-distance-functions patch. 10 years ago
Andres Freund 284bef2977 Fix yet another bug in ON CONFLICT rule deparsing. 10 years ago
Andres Freund 631d749007 Remove the new UPSERT command tag and use INSERT instead. 10 years ago
Tom Lane 49ad32d5d9 Fix recently-introduced crash in array_contain_compare(). 10 years ago
Andrew Dunstan 5302760a50 Unpack jbvBinary objects passed to pushJsonbValue 10 years ago
Fujii Masao 6d1733fa90 Minor enhancement of readability of ALTER TABLE syntax in the doc. 10 years ago
Heikki Linnakangas 7cbee7c0a1 At promotion, don't leave behind a partial segment on the old timeline. 10 years ago
Tom Lane c5dd8ead40 More fixes for lossy-GiST-distance-functions patch. 10 years ago
Tom Lane d4b538ea36 Improve packing/alignment annotation for ItemPointerData. 10 years ago
Robert Haas 160a9aaabf Correct two mistakes in the ALTER FOREIGN TABLE reference page. 10 years ago
Fujii Masao cad3708960 Correct the names of pgstattuple_approx output columns in the doc. 10 years ago
Fujii Masao 85d0e661aa Make recovery_target_action = pause work. 10 years ago
Tom Lane a6a66bd647 Another typo fix. 10 years ago
Heikki Linnakangas fa60fb63e5 Fix more typos in comments. 10 years ago
Heikki Linnakangas 4fc72cc7bb Collection of typo fixes. 10 years ago
Simon Riggs f6a54fefc2 Fix spelling in comment 10 years ago
Tom Lane 5cb8519ceb Last-minute updates for release notes. 10 years ago
Tom Lane 0c071936e9 Revert error-throwing wrappers for the printf family of functions. 10 years ago
Andres Freund 9bc77c4519 Various fixes around ON CONFLICT for rule deparsing. 10 years ago
Andres Freund 0740cbd759 Refactor ON CONFLICT index inference parse tree representation. 10 years ago
Heikki Linnakangas b48437d11b Fix off-by-one error in Assertion. 10 years ago
Tom Lane 0b28ea79c0 Avoid collation dependence in indexes of system catalogs. 10 years ago
Tom Lane afee04352b Revert "Change pg_seclabel.provider and pg_shseclabel.provider to type "name"." 10 years ago
Peter Eisentraut 55c0da38be Message string improvements 10 years ago
Peter Eisentraut 0779f2ba2d Fix parse tree of DROP TRANSFORM and COMMENT ON TRANSFORM 10 years ago
Tom Lane b82a7be603 Change pg_seclabel.provider and pg_shseclabel.provider to type "name". 10 years ago
Andres Freund e4942f7a56 Attach ON CONFLICT SET ... WHERE to the correct planstate. 10 years ago
Tom Lane 4db485e75b Put back a backwards-compatible version of sampling support functions. 10 years ago