Commit Graph

4209 Commits (REL_14_STABLE)

Author SHA1 Message Date
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
Bruce Momjian 5683e704d0 Add missing /contrib files to CVS. 26 years ago
Bruce Momjian f7f177d372 /contrib patch from Karel. 26 years ago
Bruce Momjian aaf19c0e25 Well, pg_dumplo is in attache. It is really simple program and now is not 26 years ago
Tom Lane 3477957b44 Update sequence-related functions to new fmgr style. Remove downcasing, 26 years ago
Tom Lane ae526b4070 Another round of updates for new fmgr, mostly in the datetime code. 26 years ago
Tom Lane 8a098f2f5d Update array_iterator to use new fmgr interface. 26 years ago
Tom Lane 091126fa28 Generated header files parse.h and fmgroids.h are now copied into 26 years ago
Tom Lane 18952f6744 Second round of fmgr changes: triggers are now invoked in new style, 26 years ago
Bruce Momjian f63ba5cd6a Fix WARN->NOTICE in docs. Change libpgeasy connection parameters to use 26 years ago
Bruce Momjian 21517e5960 The old init file won't run under bash on my box. 26 years ago
Tom Lane 0471eb1681 Because we ended up forcing an initdb for 7.0 final, we aren't going 26 years ago
Bruce Momjian 0ccf3c8877 Update pgeasy examples 26 years ago
Bruce Momjian 96d643e5d5 More libpgeasy update of connectdb() parameter ordering 26 years ago
Tom Lane bfabd4f052 Add scripts to enable/disable use of new LIKE/regexp selectivity 26 years ago
Tom Lane bec82a8571 Print OIDs as %u not %d. 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Thomas G. Lockhart 9f2a07d891 Internal functions to support newest ODBC driver {fn ...} conventions. 26 years ago
Tom Lane 7ecf7eea63 Modify pgbench.c not to depend on configure, since it's not shipped with one. 26 years ago
Thomas G. Lockhart b2096a5512 Clean up directory to compile and run on my Linux box at least. 26 years ago
Bruce Momjian 51cfdae50f Hi, 26 years ago
Tom Lane fdd7f59820 Since PORTNAME is no longer used at the level of C code (it's only in 26 years ago
Bruce Momjian a2226ad237 contrib-array.patch 26 years ago