Commit Graph

1517 Commits (2fc04874a61b9d62555d2118cb15e48bc448d0e1)
 

Author SHA1 Message Date
Bruce Momjian 2fc04874a6 Allow pg_dumpall to preserve database ownership. 29 years ago
Bruce Momjian 029873a109 Remove README.flex and make lextest point to INSTALL. 29 years ago
Bruce Momjian bb50eeb740 lextest Makefile cleanup 29 years ago
Thomas G. Lockhart 9fd868d16a Rename new float and int conversion routines to avoid conflicts with 29 years ago
Bruce Momjian d906936e0e Add test for flex bug as part of make, and point them to README.flex. 29 years ago
Bruce Momjian 650638c43f Update FAQ and TODO 29 years ago
Vadim B. Mikheev 073adc5a25 Added: 29 years ago
Marc G. Fournier 45165538c5 From: "Brian E. Gallew" <geek+@cmu.edu> 29 years ago
Bruce Momjian f22f57ca35 Update manual pages for vacuum and create index for Vadim. 29 years ago
Thomas G. Lockhart 1e790e207f Fix return value for tm2datetime to properly indicate failure. 29 years ago
Bruce Momjian b6b41172f6 fix for sizeof pointed out by Ed Buddington 29 years ago
Vadim B. Mikheev 3e248edf43 Added _readAggreg() to work with T_Aggreg type. 29 years ago
Thomas G. Lockhart 8ce8d6550f Update to current information for upcoming v6.1 production release. 29 years ago
Thomas G. Lockhart cc25efef92 More tables are listed in the user-defined relations from other regression 29 years ago
Thomas G. Lockhart 83b8cf5b6b Add inter-type regression tests for geometry, date/time, and numbers. 29 years ago
Thomas G. Lockhart 57f55032ff Add type conversion functions between floats and integers. 29 years ago
Thomas G. Lockhart 407cd4ee24 Add a few type conversion functions. 29 years ago
Thomas G. Lockhart 64d9b50893 Fix timezone manipulation code to avoid crashes on some machines. 29 years ago
Marc G. Fournier 9190a80ef9 Oops, one of DAvid's patches didn't quite make it in cleanly, so a little 29 years ago
Marc G. Fournier b12241b2aa From: David Friend <dfriend@atlsci.atlsci.com> 29 years ago
Marc G. Fournier 498d2d1edc From: Edmund Mergl <E.Mergl@bawue.de> 29 years ago
Marc G. Fournier 6ef382c621 From: Keith Parks <emkxp01@mtcc.demon.co.uk> 29 years ago
Bruce Momjian 91f4df2f2c Fix typechecking problem pointed out by Thomas. 29 years ago
Bruce Momjian ffb38bd3ae Update for bsdi 29 years ago
Marc G. Fournier 217e50d73c From: David Friend <dfriend@atlsci.atlsci.com> 29 years ago
Marc G. Fournier 8217202134 From: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at> 29 years ago
Marc G. Fournier 9f2d714620 From: "Paul M. Aoki" <aoki@CS.Berkeley.EDU> 29 years ago
Marc G. Fournier a5d7eb90a8 From: Keith Parks <emkxp01@mtcc.demon.co.uk> 29 years ago
Marc G. Fournier 505a4709e2 From: Erich Stamberger <eberger@gewi.kfunigraz.ac.at> 29 years ago
Thomas G. Lockhart d464e31593 Remove valid pointer checks for returns from palloc() since palloc() will not 29 years ago
Thomas G. Lockhart 36d18351aa Change dummy array dimensions from [0] to [1] to keep non-gcc compilers happy. 29 years ago
Thomas G. Lockhart 6e27af13eb Rename LOread() and LOwrite() to loread() and lowrite() to allow use by 29 years ago
Thomas G. Lockhart ef2821d0d6 Change LOread() and LOwrite() to loread() and lowrite() to allow use 29 years ago
Thomas G. Lockhart fad56c5211 Change LOread() and LOwrite() to loread() and lowrite() to allow use 29 years ago
Thomas G. Lockhart 94123219bf Rename LOread() and LOwrite() to be lower case to allow use 29 years ago
Vadim B. Mikheev a65dd5290e 1. Multi-column indices support. 29 years ago
Vadim B. Mikheev 13f41aa90b mdcreate(): 29 years ago
Vadim B. Mikheev b45128f1c3 Kill re-incarnated bug arround 29 years ago
Vadim B. Mikheev 3e1933bc05 There is no more _CWD_ tag in sources... 29 years ago
Vadim B. Mikheev 7cbfb19c46 WARN:parser: parser error ... 29 years ago
Vadim B. Mikheev 62d1d23b6b If SELECT uses index (btree) then ordered results are returned. 29 years ago
Vadim B. Mikheev fb100e6bf2 There is no partial index onek2_u1_prtl in tests... 29 years ago
Vadim B. Mikheev c3b51e0d67 Bug: backend crashes in btbeginscan()->btrescan()->_bt_orderkeys() 29 years ago
Thomas G. Lockhart 917abdd140 Add substitution from output/.. to input/.. to match templates from inputs. 29 years ago
Thomas G. Lockhart 50f058e26f Update to work with new regression tests and directory structure. 29 years ago
Thomas G. Lockhart f550efa237 New test data for aggregate functions. 29 years ago
Vadim B. Mikheev fe91ceb62b Fix old bug in _hash_first() for scan without keys: 29 years ago
Vadim B. Mikheev 3055eeff93 More informative NOTICEs in tuple checks. 29 years ago
Edmund Mergl 0aba92a2c5 creation for postgresql-6.1 29 years ago
Thomas G. Lockhart a2fd844c3b Reorder tests and move aggregate table data to data/. 29 years ago