Commit Graph

369 Commits (306798ded52cfd72e4fa7c0923c94de8b07bd739)

Author SHA1 Message Date
Bruce Momjian d4337f6a7c Read getopt() into an int, not char. 24 years ago
Bruce Momjian d7a343d5ce Add port number to pg_dumplo. 24 years ago
Bruce Momjian 149d13de74 When given oversized key, encrypt/decrypt corrupted 24 years ago
Bruce Momjian 62298f60b2 Add mention of another MySQL conversion tool. 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. 25 years ago
Bruce Momjian cd01c32f55 Add trailing semicolon for Joe Conway 25 years ago
Bruce Momjian 6783b2372e Another pgindent run. Fixes enum indenting, and improves #endif 25 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
Bruce Momjian fde8edaf53 Add do { ... } while (0) to more bad macros. 25 years ago
Bruce Momjian b4a57b0648 Add more missing 'do { ... } while (0)' in missing macros. Without it, 25 years ago
Tatsuo Ishii f8aa02eb85 "time" is now a reserved keyword(changed to "mtime"). 25 years ago
Tom Lane 4fec55af6c Fix several problems with simple_prompt() --- the nastiest being that 25 years ago
Tom Lane 77f27d5ec3 Fix some portability problems (get it to compile, at least, on HP's cc) 25 years ago
Tom Lane aa6970efff Fix some portability problems (get it to compile, at least, on HP's cc) 25 years ago
Tom Lane 1e2779117d Fix some portability problems (get it to compile, at least, on HP's cc) 25 years ago
Tom Lane b261cb9fa1 Updated regression test for tsearch, from Teodor Sigaev. 25 years ago
Tom Lane b57705673d txtidx datatype for full text indexing with GiST. 25 years ago
Bruce Momjian 7ff432c9ad 1. Implemented binary search in array 25 years ago
Tom Lane 2d6b1f29fb Update incorrect expected file. Use 'timestamp without time zone' 25 years ago
Tom Lane a5dafa3177 Tweak to test HAVE_GETOPT_H before including <getopt.h>, so as to 25 years ago
Tom Lane 6d18c038b7 Fix a couple of stray // comments. 25 years ago
Bruce Momjian 43cadb9231 Add missing pgcrypto files. 25 years ago
Tatsuo Ishii 9a23885f72 Add pgstattuple 25 years ago
Bruce Momjian 9588084263 * regression tests 25 years ago
Tom Lane 14b0da2ac3 Changes: 25 years ago
Tom Lane 5798ccc4a6 Update required due to recent changes in FigureColname. 25 years ago
Tom Lane 793bcc67b2 Remove mistakenly-included file, per request from John Gray. 25 years ago
Bruce Momjian 7d94ac3b23 Found type mismatch in random.c. Please apply this also. 25 years ago
Bruce Momjian cff23429d6 I noticed that the contrib Makefiles were reorganized. 25 years ago
Bruce Momjian 1bd0b3406a No, file not needed. 25 years ago
Bruce Momjian 9a78cfc13b Add new file. 25 years ago
Bruce Momjian 484a0fa454 please apply attached patch to current CVS. 25 years ago
Bruce Momjian ab56022864 Big thanks to Solar Designer who pointed out a bug in bcrypt 25 years ago
Hiroshi Inoue c6cb8701db Change vacuumlo to take 'lo' type into account. 25 years ago
Peter Eisentraut 264f8f2b6c Install dynamically loadable modules into a private subdirectory 25 years ago
Tatsuo Ishii ba708ea3dc Add -U, -P, -C options. See README.pgbench for more details. 25 years ago
Tom Lane 863aceb54f Get rid of PID entries in shmem hash table; there is no longer any need 25 years ago
Peter Eisentraut 17cc78ef01 To fix the perpetually broken makefiles in the contrib tree, I have 25 years ago
Bruce Momjian 74dde13e2c This makes encrypt() parser more strict. 25 years ago
Tom Lane 29c22eec8c unixdate subdirectory is gone. 25 years ago
Peter Eisentraut 336ce4aa18 This is obsolete and doesn't work anymore. 25 years ago
Tom Lane 29ec29ffac Makefile forgot to install README.btree_gist. 25 years ago
Tom Lane 3563e90a8c Add chkpass. 25 years ago
Tom Lane 0525ddc3e5 Bring chkpass build process into sync with other contrib modules; 25 years ago
Tom Lane 119fd7956a Remove test of 'inf' since it introduces a platform dependency (some 25 years ago
Tom Lane 07f6c02eac tskey_cmp() should use timestamp_cmp() instead of doing its own 25 years ago
Tom Lane a9289708af New contrib module for BTREE emulation in GiST. 25 years ago
Tom Lane a54075a6d6 Update GiST for new pg_opclass arrangement (finally a clean solution 25 years ago
Tom Lane 38a4c35116 Persuade new pgcrypto stuff to compile. 25 years ago