Commit Graph

47131 Commits (489e431ba56b10f5736fb54a045ca40880f11bbc)
 

Author SHA1 Message Date
Peter Geoghegan 489e431ba5 Remove obsolete nbtree insertion comment. 6 years ago
Tom Lane 8a0f0ad540 Remove no-longer-used typedef. 6 years ago
Peter Geoghegan 7505da2f45 Reverse order of newitem nbtree candidate splits. 6 years ago
Bruce Momjian a429164ef3 docs: properly indent PG 12 release notes 6 years ago
Andres Freund aa4b8c61d2 Handle table_complete_speculative's succeeded argument as documented. 6 years ago
Andres Freund 08e2edc076 Add isolation test for INSERT ON CONFLICT speculative insertion failure. 6 years ago
Tom Lane 6d2fba3189 Fix "make clean" to clean out junk files left behind after ssl tests. 6 years ago
Tom Lane fc9a62af3f Move logging.h and logging.c from src/fe_utils/ to src/common/. 6 years ago
Bruce Momjian b71dad22ce docs: Indent listitem tags in PG 12 release notes 6 years ago
Tom Lane 53ddefbaf8 Remove pg_rewind's private logging.h/logging.c files. 6 years ago
Tom Lane 7c850320d8 Fix SQL-style substring() to have spec-compliant greediness behavior. 6 years ago
Tom Lane fb489e4b31 In bootstrap mode, use default signal handling for SIGINT etc. 6 years ago
Peter Eisentraut 037165ca95 Update SQL features/conformance information to SQL:2016 6 years ago
Peter Eisentraut eb3a1376c9 Update information_schema for SQL:2016 6 years ago
Peter Eisentraut c29ba98189 Update SQL keywords list to SQL:2016 6 years ago
Bruce Momjian 356c83795a docs: update partition item in PG 12 release notes 6 years ago
Bruce Momjian 34d40becfa docs: fix duplicate wording in PG 12 release notes 6 years ago
Heikki Linnakangas 22251686f0 Detect internal GiST page splits correctly during index build. 6 years ago
Heikki Linnakangas e95d550bbb Fix comment on when HOT update is possible. 6 years ago
Etsuro Fujita 7d9eca59cf Fix typo. 6 years ago
Bruce Momjian 0b62f0f255 doc: Update OID item in PG 12 release notes 6 years ago
Bruce Momjian f4125278e3 doc: improve wording of PG 12 releaase note partition item 6 years ago
Bruce Momjian 5d971565a7 doc: properly attibute PG 12 pgbench release note item 6 years ago
Michael Paquier 7e19929ea2 Fix duplicated words in comments 6 years ago
Peter Geoghegan ae7291acbc Standardize ItemIdData terminology. 6 years ago
Peter Geoghegan 08ca9d7fec Doc: Refer to line pointers as item identifiers. 6 years ago
Tom Lane 32ebb35128 Fix logical replication's ideas about which type OIDs are built-in. 6 years ago
Tom Lane e34ee993fb Improve commentary about hack in is_publishable_class(). 6 years ago
Peter Geoghegan 9b42e71376 Don't leave behind junk nbtree pages during split. 6 years ago
Robert Haas 221b377f09 Improve comment for att_isnull. 6 years ago
Tom Lane ddf927fb13 Fix misuse of an integer as a bool. 6 years ago
Etsuro Fujita cc866941ad postgres_fdw: Fix typo in comment. 6 years ago
Bruce Momjian f86b0c3c46 doc: PG 12 release notes: normalize attribution names 6 years ago
Bruce Momjian a6927996be doc: adjust PG 12 release note sections 6 years ago
Bruce Momjian fefb6a7538 docs: fix typo in mention of MSVC 6 years ago
Michael Paquier 1171dbde2d Fix incorrect return value in JSON equality function for scalars 6 years ago
Tom Lane 8a29ed0530 Fix misoptimization of "{1,1}" quantifiers in regular expressions. 6 years ago
Noah Misch d02768ddd1 Fail pgwin32_message_to_UTF16() for SQL_ASCII messages. 6 years ago
Tom Lane 85ccb6899c Rearrange pgstat_bestart() to avoid failures within its critical section. 6 years ago
Bruce Momjian 4217d15d91 docs: remove second mention of btree max length reduction 6 years ago
Bruce Momjian 31f11f9647 doc: remove pg_config mention from PG 12 release notes 6 years ago
Bruce Momjian d56fd6357a docs: PG 12 release notes, mention that REINDEX could now fail 6 years ago
Bruce Momjian 1708974485 docs: add links from the PG 12 release notes to the main docs 6 years ago
Bruce Momjian 0edc8fc47b docs: adjust PG 12 floating point item 6 years ago
Noah Misch 54c2ecb567 Honor TEMP_CONFIG in TAP suites. 6 years ago
Michael Paquier e51bad8fb4 Fix error reporting in reindexdb 6 years ago
Andrew Gierth b721e201a0 Fix editing error in floating-point docs. 6 years ago
Bruce Momjian 064df0edfe doc: add Heikki to PG 12 release note btree item 6 years ago
Bruce Momjian 13d258ec0e doc: improve PG 12 item on partitioned tables 6 years ago
Bruce Momjian 05f9eba349 doc: reorder attribution of PG 12 btree item 6 years ago