Commit Graph

33 Commits (c3b011d9918100c6ec2d72297fb51635bce70e80)

Author SHA1 Message Date
Tom Lane 5cbfce562f Initial pgindent and pgperltidy run for v13. 5 years ago
Alexander Korotkov 911e702077 Implement operator class parameters 5 years ago
Amit Kapila 7e735035f2 Make the order of the header file includes consistent in contrib modules. 6 years ago
Peter Eisentraut 2eb4a831e5 Change TRUE/FALSE to true/false 8 years ago
Peter Eisentraut 17273d059c Remove unnecessary parentheses in return statements 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Noah Misch 5976097c0f Prevent stack overflow in query-type functions. 10 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 11 years ago
Peter Eisentraut e7128e8dbb Create function prototype as part of PG_FUNCTION_INFO_V1 macro 11 years ago
Noah Misch 31400a6733 Predict integer overflow to avoid buffer overruns. 12 years ago
Peter Eisentraut dd16f9480a Remove unreachable code 13 years ago
Peter Eisentraut b8b2e3b2de Replace int2/int4 in C code with int16/int32 13 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 14 years ago
Tom Lane 7ccb6dc2d3 Prevent buffer overrun while parsing an integer in a "query_int" value. 15 years ago
Tom Lane fdf2dbda3f Fix assorted corner-case bugs in contrib/intarray. 15 years ago
Tom Lane abc1026269 Fix erroneous parsing of tsquery input "... & !(subexpression) | ..." 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 16 years ago
Andrew Dunstan 53972b460c Add $PostgreSQL$ markers to a lot of files that were missing them. 17 years ago
Alvaro Herrera f8c4d7db60 Restructure some header files a bit, in particular heapam.h, by removing some 17 years ago
Tom Lane 220db7ccd8 Simplify and standardize conversions between TEXT datums and ordinary C 18 years ago
Bruce Momjian f6e8730d11 Re-run pgindent with updated list of typedefs. (Updated README should 18 years ago
Tom Lane 9f652d430f Fix up several contrib modules that were using varlena datatypes in not-so-obvious 19 years ago
Tom Lane 234a02b2a8 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 19 years ago
Peter Eisentraut f11aa82d03 Use memcpy() instead of strncpy() for copying into varlena structures. 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 19 years ago
Teodor Sigaev 5320c6cf6b Make GIN opclass worked with intarray extensions 19 years ago
Tom Lane 8ef289dba1 Defend against nulls-in-arrays in contrib/intarray. I may have put in 20 years ago
Tom Lane 0df7f493f8 Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. 20 years ago
Bruce Momjian b492c3accc Add parentheses to macros when args are used in computations. Without 20 years ago
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Tom Lane 8fd5b3ed67 Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) 22 years ago
Bruce Momjian a237dd2b30 Add missing intarray files. 22 years ago