summaryrefslogtreecommitdiff
path: root/src/include/config.h.in
AgeCommit message (Expand)Author
2000-07-02Version number now set in configure, available through Makefile.globalPeter Eisentraut
2000-06-29Rearrange config.h entries into a more sensible order, and add someTom Lane
2000-06-19Integrated ODBC driver into regular build. No more standalone business,Peter Eisentraut
2000-06-17Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut
2000-06-11Substituted new configure test for types of accept()Peter Eisentraut
2000-06-09I have made the couple of mods required to make the odbc driver withBruce Momjian
2000-06-04Removed ELOG_TIMESTAMPS #define in favor of two run-timePeter Eisentraut
2000-06-04New ps display code, works on more platforms.Peter Eisentraut
2000-05-31The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut
2000-05-12Add two checks ... one for setproctitle and one for -lutil ...Marc G. Fournier
2000-04-14Fix silly definition order in config.h --- we had prototypes likeTom Lane
2000-03-30Add configure checks to see if 'using namespace std' andTom Lane
2000-03-17Add safety check on expression nesting depth. Default value is set byTom Lane
2000-03-05Added configure test for readline's filename_completion_functionPeter Eisentraut
2000-02-20Moved psql \eset and \eshow to \encodingPeter Eisentraut
2000-01-21Fix tab-complete so it works with old versions of readline that don'tTom Lane
2000-01-15- Allow array on int8Peter Eisentraut
2000-01-11Make FUNC_MAX_ARGS equal INDEX_MAX_KEYS, as it should.Tom Lane
2000-01-11More fixes, but still need +1 for FUNC_MAX_ARGSBruce Momjian
2000-01-10Fix initdb so it works, but still only for 8.Bruce Momjian
2000-01-10Cleanup for func args > 8.Bruce Momjian
2000-01-10Update fmgr to allow 32 arguments.Bruce Momjian
2000-01-10Make number of args to a function configurable.Bruce Momjian
2000-01-10Move fixes for >8 indexed fields.Bruce Momjian
1999-12-20Avoid compiler warnings on systems that have snprintf and/or vsnprintfTom Lane
1999-11-04Improve getopt and readline support, from Peter Eisentraut.Bruce Momjian
1999-10-25Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane
1999-10-02Replace float.c's #ifdef finite check with a proper autoconf check, so itTom Lane
1999-09-11Eliminate query length limitation imposed by pg_client_to_serverTom Lane
1999-07-19Re-add getopt.h check, remove NT-specific tests for it.Bruce Momjian
1999-07-19Remove getopt configure check.Bruce Momjian
1999-07-19Put back mistakenly removed configure test for HAVE_NETINET_IN_H.Tom Lane
1999-07-18Add getopt test.Bruce Momjian
1999-07-18Fix configure problem.Bruce Momjian
1999-07-18configure cleanupBruce Momjian
1999-07-18configure cleanupBruce Momjian
1999-07-18Update configure include checks.Bruce Momjian
1999-07-18Update includes from configureBruce Momjian
1999-07-09Add mention block size <= 32k.Bruce Momjian
1999-06-12Move default NBuffers setting into config.h, and rename itTom Lane
1999-06-04Add configurable option controlling security checks in LO functions.Tom Lane
1999-05-25Get rid of page-level locking in btree-s.Vadim B. Mikheev
1999-05-15I've got 2 pretty small patches.Bruce Momjian
1999-04-06On reflection, filesize limit ought to be an exact powerTom Lane
1999-04-05Reduce default file size limit to 1Gb, and move theTom Lane
1999-04-02Remove overly presumptuous use of __STDC__ in c.h, replacingTom Lane
1999-03-25Revise memutils.h to use alignment information gathered byTom Lane
1999-03-15Fix int8 configure one more time ... prior version didn'tTom Lane
1999-03-08Have configure check for use of %lld for int64, and if that fails, check forMarc G. Fournier
1999-02-21Rearrange handling of MAXBACKENDS a little bit. The default settingTom Lane