Commit Graph

29 Commits (98b6f37e47a9eb3540493caabf57d0f952ebdc6d)

Author SHA1 Message Date
Bruce Momjian 98b6f37e47 Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in 23 years ago
Tom Lane 86f5fcfeb7 Fix failure when uniq-ifying an array of zero elements. 23 years ago
Tom Lane e4704001ea This patch fixes a bunch of spelling mistakes in comments throughout the 23 years ago
Bruce Momjian 9b12ab6d5d Add new palloc0 call as merge of palloc and MemSet(0). 23 years ago
Bruce Momjian 75fee4535d Back out use of palloc0 in place if palloc/MemSet. Seems constant len 23 years ago
Bruce Momjian 8fee9615cc Merge palloc()/MemSet(0) calls into a single palloc0() call. 23 years ago
Tom Lane b66ba36be9 Clean up mess from duplicate patches. 23 years ago
Bruce Momjian eb5bf51372 > intarray and ltree both seem to be mapping their own declarations onto 23 years ago
Bruce Momjian 5dd74c0f21 The attached small patch fixes the cause of the regression test failure 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Bruce Momjian a12b4e279b I checked all the previous string handling errors and most of them were 23 years ago
Bruce Momjian 181ca96e7a August 6, 2002 23 years ago
Bruce Momjian 74a8af099f Please apply attached patch to contrib/intarray (7.2, 7.3). 24 years ago
Bruce Momjian 92288a1cf9 Change made to elog: 24 years ago
Tom Lane fe1a9c3362 Repair some problems in GIST-index contrib modules. Patch from 24 years ago
Bruce Momjian 7ff432c9ad 1. Implemented binary search in array 24 years ago
Tom Lane 14b0da2ac3 Changes: 24 years ago
Bruce Momjian 484a0fa454 please apply attached patch to current CVS. 24 years ago
Bruce Momjian 0bfc64b387 Looks okay in a quick glance, except error message spelling is poor: 24 years ago
Bruce Momjian f368c94fd6 1. Fixed error with empty array ( '{}' ), 24 years ago
Tom Lane 6f2182fe18 contrib/intarray updates from Oleg Bartunov: 25 years ago
Tom Lane 3043810d97 Updates to make GIST work with multi-key indexes (from Oleg Bartunov 25 years ago
Bruce Momjian 339cd6b9b0 Run pgindent on _int.c, for Tom Lane. I had skipped this file because 25 years ago
Tom Lane 2ef6e7ee18 Repair intarray's problems with TOASTed input, avoid scribbling on 25 years ago
Tom Lane 31b5c05819 Restore include-file updates, and fix some of the more glaring macro 25 years ago
Bruce Momjian 4bcb80a3e3 Update contrib intarray to Jan 25 version. 25 years ago
Bruce Momjian 281b7d84fc Add // -> /* */ mapping to pgindent. 25 years ago
Tom Lane d08741eab5 Restructure the key include files per recent pghackers discussion: there 25 years ago
Marc G. Fournier 1db943b3ca commit Oleg and Teodor's RD-tree implementation ... this provides the 25 years ago