Commit Graph

10767 Commits (e19a5adaf71466efccbe1be92842e209ff6099a6)
 

Author SHA1 Message Date
Bruce Momjian e19a5adaf7 Update regress tests for new LIMIT x,y behavior. 24 years ago
Bruce Momjian 1bd0b3406a No, file not needed. 24 years ago
Bruce Momjian 9a78cfc13b Add new file. 24 years ago
Bruce Momjian 484a0fa454 please apply attached patch to current CVS. 24 years ago
Bruce Momjian 296011d87e Update TODO list. 24 years ago
Bruce Momjian 1ea5d1b161 Update TODO list. 24 years ago
Bruce Momjian ab56022864 Big thanks to Solar Designer who pointed out a bug in bcrypt 24 years ago
Bruce Momjian b75814aee3 The attached patch is my first run-through of the JDBC test suite. A 24 years ago
Bruce Momjian c7bc0ddf76 Update TODO list. 24 years ago
Bruce Momjian 0a24c70a8f Add mention of log file rotation with mention of syslog SIGHUP capability. 24 years ago
Bruce Momjian 75a8d118d0 Mention LIMIT change in HISTORY file. 24 years ago
Bruce Momjian 1aab783b59 Implement TODO item: 24 years ago
Bruce Momjian ddfdb1e3f1 Update anoncvs info, per Marc. 24 years ago
Bruce Momjian c36e2b2d0d Update FAQ. 24 years ago
Peter Eisentraut 364a7ebe26 Provide some initial support for building the ODBC driver for 24 years ago
Bruce Momjian 39ceaa19f0 Fix 6.4.* release dates, pointed out by Tom Lane. 24 years ago
Tatsuo Ishii 67c26c12af Fix expected files. 24 years ago
Tatsuo Ishii 8ebdac0ed5 Remove test drivers 24 years ago
Bruce Momjian 6bbdd7a9e2 sbasename $0 is now basename "$0" 24 years ago
Bruce Momjian f5ab01ada7 WAL file numbers: Sequenatial -> ever-increasing 24 years ago
Tatsuo Ishii 3c177edc88 Make trim/ltrim/rtrim/btrim multibyte aware 24 years ago
Tatsuo Ishii 3e90401c7c *** empty log message *** 24 years ago
Peter Eisentraut 91778e890d Suggest running ldconfig after installation if available. 24 years ago
Peter Eisentraut fdf07fe14f For consistency with the rest of PostgreSQL, rename BLOBs to large objects 24 years ago
Tom Lane 196700c372 Add 'reload' option to pg_ctl to send SIGHUP to the postmaster. 24 years ago
Tom Lane c1c888a9de Code review for MD5 authorization patch. Clean up some breakage 24 years ago
Peter Eisentraut 4e77b4a548 Readd test/regress/README file, this time with a well-defined and simple 24 years ago
Tom Lane 35b7601b04 Add an overall timeout on the client authentication cycle, so that 24 years ago
Tom Lane e3f5bc3492 Fix type_maximum_size() to give the right answer in MULTIBYTE cases. 24 years ago
Hiroshi Inoue 39dc8ff64f 1) Avoid an overflow of connection string for Access(Microsoft Jet). 24 years ago
Tom Lane 6f33c179b9 Produce slightly saner-looking EXPLAIN output for a Result node. 24 years ago
Tom Lane c969fed7ec Give VACUUM its own GUC parameter for memory usage, rather than 24 years ago
Tom Lane ae3129fd03 Quick-and-dirty fix for recursive plpgsql functions, per bug report from 24 years ago
Tom Lane ac0c234c16 Suppress gcc warning. 24 years ago
Tom Lane 272b914a45 Remove some dead code and obsolete, misleading comments. 24 years ago
Peter Eisentraut 14ac04710a Document the sign() function. 24 years ago
Peter Eisentraut a1ee06625c Provide tunable knob for x = NULL -> x IS NULL transformation, default to off. 24 years ago
Peter Eisentraut fd5e95971e Remove old file. 24 years ago
D'Arcy J.M. Cain ae64196acb Change the version. We are moving towards the next release. 24 years ago
Peter Eisentraut 9e774ca45e Avoid unnecessary strcasecmp -- replace by strcmp. Fixes reported bug 24 years ago
Michael Meskes f0212ced68 - Synced preproc.y with gram.y. 24 years ago
Peter Eisentraut 3baf7400d9 Replace useless strcasecmp's by strcmp's. 24 years ago
Peter Eisentraut 4a4abd4232 Generate index.html as the root file name of the documentation set, 24 years ago
Tom Lane 89fa551808 EXPLAIN ANALYZE feature to measure and show actual runtimes and tuple 24 years ago
Peter Eisentraut 27d2890b87 Unify the zip rules and variables. 24 years ago
Tom Lane a839258db5 Fix bogus failure-return value from lo_create, per report from Gavin 24 years ago
Bruce Momjian 4f63a0e101 Attached is a patch that fixes ResultSetMetaData.isNullable() in 24 years ago
Bruce Momjian 6e63468f3a I'm attaching a patch which fixes the corruption in strings caused 24 years ago
Hiroshi Inoue c6cb8701db Change vacuumlo to take 'lo' type into account. 24 years ago
Hiroshi Inoue 29481e170f Change FixupBlobXrefs() to take 'lo' type into account. 24 years ago