Commit Graph

6308 Commits (27fee810ff9968a1034fea4bba4cd8d078c5d2d1)
 

Author SHA1 Message Date
Tom Lane 27fee810ff Replace SearchSysCacheGetAttribute with SysCacheGetAttr, which fetches 26 years ago
Bruce Momjian 1161077e97 Update TODO list. 26 years ago
Bruce Momjian 0daf852b32 Update TODO list. 26 years ago
Tom Lane 8449df8a67 First cut at unifying regular selectivity estimation with indexscan 26 years ago
Peter Eisentraut 49581f9848 updated install file 26 years ago
Tom Lane 978d2385a8 Update regress tests for change of pg_am/pg_amop. 26 years ago
Tom Lane 71ed7eb494 Revise handling of index-type-specific indexscan cost estimation, per 26 years ago
Tom Lane 78845177bb findoidjoins was suffering from bit rot (pginterface no 26 years ago
Peter Eisentraut fa5400c0a4 added ALTER TABLE DROP COLUMN, early version 26 years ago
Bruce Momjian 3f51bdafdc Update TODO list. 26 years ago
Tom Lane 5c33b3c658 Change a few routines into macros to improve speed of COPY IN inner loop. 26 years ago
Tom Lane d32cd1bb25 Forgot to handle column length defaults in ALTER TABLE ADD COLUMN. 26 years ago
Tom Lane 7cc0d6ae9d Fix tab-complete so it works with old versions of readline that don't 26 years ago
Tom Lane e33f550bc0 Fix handleCopyIn's response to EOF seen mid-line, that is, input file 26 years ago
Bruce Momjian 5b7bc48391 Update TODO list. 26 years ago
Tom Lane de56d999cd Simplify match patterns a little. 26 years ago
Tom Lane 68ba9835cb Bruce, you forgot to rename these files... 26 years ago
Bruce Momjian 901aaf34bd Update TODO list. 26 years ago
Bruce Momjian 481a7439fb plperl Makefile cleanup. Doesn't work on BSDI yet. 26 years ago
Bruce Momjian 22e7c06506 Update plperl makefile. 26 years ago
Bruce Momjian e3415aa834 Rename 7.0.0 to 7.0 to be consistent with prior release numbering. 26 years ago
Bruce Momjian 7f99680c6d Update install file for 7.0 to match new SGML version. 26 years ago
Peter Eisentraut 13f8875017 Added new pg_id to fix initdb problems 26 years ago
Bruce Momjian a959e3f7c0 Cleanup vacuum names. 26 years ago
Bruce Momjian e6ed9f2c75 Fix typo in \z. 26 years ago
Bruce Momjian 8792af75f6 I have noticed that the geometry test's output for hppa1 and hppa2 are in 26 years ago
Bruce Momjian e474dd182a Bruce, 26 years ago
Tom Lane 8cfb8c68ea Clean up longstanding warnings. I think the remaining 26 years ago
Tom Lane 3888c62d5d Clean up longstanding gcc warnings by adding missing extern 26 years ago
Tom Lane 1c15186747 Clean up longstanding gcc warnings by adding missing extern 26 years ago
Tom Lane b6fdd14765 ecpg shouldn't depend on parser/gramparse.h. Also, eliminate some 26 years ago
Bruce Momjian c02f1ead48 Well, I finally solved the linking problem 26 years ago
Tom Lane d242b64ba2 Tweak includes to avoid compiler warning on HPUX. 26 years ago
Tom Lane 7476e3718b Assign a typmod of -1 to unadorned CHAR and NUMERIC type specs. This 26 years ago
Tom Lane 08195a43f3 Fix bugs in NUMERIC ceil() and floor() functions. ceil(0) returned 1, 26 years ago
Tom Lane 6d1efd76fb Fix handling of NULL constraint conditions: per SQL92 spec, a NULL result 26 years ago
Bruce Momjian 08fb7375e3 Update vacuum comments. 26 years ago
Bruce Momjian 2317e714c8 Update pg_dumpall. 26 years ago
Peter Eisentraut 65e0051843 another round of user interface cleanups 26 years ago
Bruce Momjian ea1f6e00e6 autoconf 26 years ago
Bruce Momjian 0679a2c30e Fix >& csh-ism 26 years ago
Bruce Momjian 560e196bdd The latest source does not compile on Solaris 7 due to 26 years ago
Peter Eisentraut 533d516629 Removed MBFLAGS from makefiles since it's now done in include/config.h. 26 years ago
Tatsuo Ishii d4aab2c000 Revert back Makefile.global 26 years ago
Tatsuo Ishii 8ff9f85bd5 Fix for multibyte support. Since some function declarations 26 years ago
Peter Eisentraut f565cf41ab another set of cleanups 26 years ago
Bruce Momjian 80c5fea99d Since this patch is not big I send it here instead. I do not have the 26 years ago
Bruce Momjian 0cb6bc70ce Hi! 26 years ago
Bruce Momjian 2eebcddeaa Bruce, 26 years ago
Tatsuo Ishii 6c25ea2342 Fix minor comple error 26 years ago