Commit Graph

4531 Commits (3b6728910ace14c64ffa43b538a84508f4fe6408)

Author SHA1 Message Date
Thomas G. Lockhart d8231344f7 Utility to convert MySQL schema dumps to SQL92 and PostgreSQL conventions. 25 years ago
Tom Lane c4e3b0c3aa Links to CUBE, SEG contrib items 25 years ago
Tom Lane a3694b420f Gene Selkov's SEG datatype (GiST example code) 25 years ago
Tom Lane 9892ddf5ee Gene Selkov's CUBE datatype (GiST example code) 25 years ago
Bruce Momjian 457f0b8919 Add fulltextindex TODO list. 25 years ago
Tom Lane d9466046c0 Fix bogus makefiles ... these didn't build on platforms that are sticky 25 years ago
Tom Lane 74b8fe1717 Seems to have been missed in GetPgUserName updates. 25 years ago
Tom Lane 7a4cc54e58 Eliminate some of the more blatant platform-dependencies ... it builds here now, anyway ... 25 years ago
Tom Lane a27b691e29 Ensure that all uses of <ctype.h> functions are applied to unsigned-char 25 years ago
Peter Eisentraut e5ba2fc5b5 Make all commands that link a program look like 25 years ago
Tom Lane 89345945d9 Remove old, broken code for query_limit(), assert_enable(), 25 years ago
Tom Lane 106710946c This file now redundant with README.pg_dumplo; remove it. 25 years ago
Tom Lane c2d1b3919b Code review: minor cleanups, make the world safe for unsigned OIDs. 25 years ago
Tom Lane 66d276aab8 Mention pgcrypto. 25 years ago
Tom Lane cfbcb6bb21 Make the world safe for unsigned OIDs. 25 years ago
Tom Lane 280a77d3ee Code review and cleanup. 25 years ago
Tom Lane 5bb2300b59 Revise handling of oldstyle/newstyle functions per recent discussions 25 years ago
Tom Lane a933ee38bb Change SearchSysCache coding conventions so that a reference count is 25 years ago
Bruce Momjian b83047eee2 Remove pg_dumpaccounts from 7.1 tree. 25 years ago
Jan Wieck 94b8640cd9 Added utility script pg_dumpaccounts to contrib. 25 years ago
Tatsuo Ishii 6d7f1d3300 Fix for PQsetdb port parameter due to the interface change. 25 years ago
Peter Eisentraut 0c0dde6176 Hashing functions from Marko Kreen <marko@l-t.ee> 25 years ago
Tom Lane 4f44aa04b5 Major overhaul of large-object implementation, by Denis Perchine with 25 years ago
Peter Eisentraut 805e431a38 Add support for VPATH builds, that is, building somewhere else than in the 25 years ago
Peter Eisentraut 18d99bc264 Update soundex to new fmgr interface and fix algorithm 25 years ago
Peter Eisentraut 2a7da3f564 Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matter 25 years ago
Peter Eisentraut 2acdef186d Move contrib/odbc/odbc.sql together with odbc driver, remove old files; 25 years ago
Peter Eisentraut 424f0edcb8 Fix relative path references so that make knowns which dependencies refer 25 years ago
Thomas G. Lockhart 87523ab8db Comment fixes from Larry Rosenman" <ler@lerctr.org>. 25 years ago
Thomas G. Lockhart aa2a3bfd48 Create and manage information on MAC address OUIs 25 years ago
Tom Lane c298d74d49 More functions updated to new fmgr style --- money, name, tid datatypes. 25 years ago
Tom Lane 87cdaf5491 Remove <values.h> inclusions, no-longer-needed MAXINT definitions. 25 years ago
Tom Lane d0e17e2112 Arrays are toastable. (At least if you initdb, which I didn't force.) 26 years ago
Tom Lane 436d04435d Stat functions now in main system, contrib code no longer needed. 26 years ago
Peter Eisentraut 0d59dad770 Automatic dependency tracking 26 years ago
Peter Eisentraut cb292206c5 Remove a bunch of unused configure tests, in particular cases where 26 years ago
Peter Eisentraut 74618e2b82 Another round of those unportable config/build changes :-/ 26 years ago
Tom Lane 65da0d66b4 Fix misuse of StrNCpy to copy and add null to non-null-terminated data. 26 years ago
Tom Lane 40f64064ff Update textin() and textout() to new fmgr style. This is just phase 26 years ago
Bruce Momjian 5c603943ef Makefile cleanup from Karel. 26 years ago
Jan Wieck 31a020f6eb Added CVS header 26 years ago
Jan Wieck 92010434d4 New contrib module for statistical mathematics 26 years ago
Tom Lane 4e71240dbb Now that I look at it, is_stopword() is broken and always has been. 26 years ago
Tom Lane 6d87107b0e Result of strcmp() is a signed int. Per bug report 26 years ago
Bruce Momjian d66a8c7c47 Very small changes in the contrib's pg_dumplo in the attache. 26 years ago
Bruce Momjian e3b37462c2 Remove old README files. 26 years ago
Bruce Momjian bad9ce7099 Add missing /contrib files 26 years ago
Bruce Momjian 6de7d4fe91 Update to /contrib from Karel. 26 years ago
Bruce Momjian b36d31030b Cleanup README Makefile installs. 26 years ago
Bruce Momjian fca9295fab Remove old doc files, now README. 26 years ago