Commit Graph

31 Commits (6ee26c6a4bafabbd22a85f575d2446fd5ec6ad0d)

Author SHA1 Message Date
Peter Eisentraut 1784f278a6 Replace remaining StrNCpy() by strlcpy() 5 years ago
Michael Paquier c74d49d41c Fix many typos and inconsistencies 6 years ago
Andres Freund 0ba99c84e8 Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h. 8 years ago
Peter Eisentraut 17273d059c Remove unnecessary parentheses in return statements 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Peter Eisentraut f97a028d8e Spelling fixes in code comments 9 years ago
Alvaro Herrera 743229a67e Add forgotten CHECK_FOR_INTERRUPT calls in pgcrypto's crypt() 10 years ago
Noah Misch dfa1cddc4c Avoid scan-build warning about uninitialized htonl() arguments. 10 years ago
Noah Misch 1d812c8b05 pgcrypto: Detect and report too-short crypt() salts. 10 years ago
Tom Lane 586dd5d6a5 Replace a bunch more uses of strncpy() with safer coding. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Tom Lane 932ded2ed5 Fix incorrect password transformation in contrib/pgcrypto's DES crypt(). 13 years ago
Robert Haas 5d4b60f2f2 Lots of doc corrections. 14 years ago
Peter Eisentraut 1b81c2fe6e Remove many -Wcast-qual warnings 14 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 14 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Neil Conway 1abf76e82c "Annual" pgcrypto update from Marko Kreen: 19 years ago
Bruce Momjian f3d99d160d Add CVS tag lines to files that were lacking them. 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Tom Lane 8a65b820e2 Suppress signed-vs-unsigned-char warnings in contrib. 20 years ago
Tom Lane f1283ed6cc Fix a bunch of 'old-style parameter declaration' warnings induced by 21 years ago
Tom Lane 78b08584b4 Fix various recent build and regression-test problems in contrib/. 23 years ago
Bruce Momjian 8f73bb4da9 * include <endian.h> is not enough, include sys/types.h too 24 years ago
Bruce Momjian 8aa538cfd5 * When postgres.h does not define BYTE_ENDIAN pgcrypto 24 years ago
Bruce Momjian c78975f845 Include sys/types.h in crypt-des.c. FreeBSD netinet/in.h 24 years ago
Bruce Momjian ea08e6cd55 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 24 years ago
Bruce Momjian c41b6b1b9c Fix small problem Tom Lane found with pgindent run. 24 years ago
Bruce Momjian 6783b2372e Another pgindent run. Fixes enum indenting, and improves #endif 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Tom Lane 77f27d5ec3 Fix some portability problems (get it to compile, at least, on HP's cc) 24 years ago
Bruce Momjian df24cb73f6 Add missing pgcrypto file. 24 years ago