Commit Graph

24 Commits (b206958d13d29d2ab2ebd8f0dbd94674402ec4cf)

Author SHA1 Message Date
Bruce Momjian 212c905e2c Remove fork()/exec() and only do fork(). Small cleanups. 27 years ago
Bruce Momjian 07140ee024 Allow cancel from client of backend query. Change some int variables 28 years ago
Bruce Momjian 4b6fcc4459 Remove GetDatabaseName/Path and use globals. Make consts later. 28 years ago
Bruce Momjian 03a7cd1788 Fix for memory leak. 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Bruce Momjian c16ebb0f67 getpid/pid cleanup 28 years ago
Thomas G. Lockhart 5d7c9119fa Define USE_GERMAN_DATES for use in date/time I/O functions. 28 years ago
Thomas G. Lockhart 7d1f2f8a27 Support alternate database locations. 28 years ago
Vadim B. Mikheev a6e0803a7f No more SortTuplesInTree... 28 years ago
Vadim B. Mikheev 7ffd2c09c8 + SortTuplesInTree 28 years ago
Bruce Momjian 59f6a57e59 Used modified version of indent that understands over 100 typedefs. 28 years ago
Bruce Momjian 319dbfa736 Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 28 years ago
Bruce Momjian 1ccd423235 Massive commit to run PGINDENT on all *.c and *.h files. 28 years ago
Bruce Momjian 1d8bbfd2e7 Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 28 years ago
Bruce Momjian fd86ae151a Cleanup global variables, remove stable memory stuff. 28 years ago
Thomas G. Lockhart d831e9ce19 Change mixed-case routines to lower-case if referenced in pg_proc.h 29 years ago
Marc G. Fournier dfe0475362 From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> 29 years ago
Marc G. Fournier 812a6c2b54 - Move most of the I/O in both libpq and the backend to a set 29 years ago
Marc G. Fournier b5e16b1869 Resync the source tree, commit some things that were missing (pqcomprim.c) and 29 years ago
Marc G. Fournier 632c44d829 Bring in a patch from Keith Parks to move the use of European dates 29 years ago
Bryan Henderson f64b840387 Remove most compile-time options, add a few runtime options to make up for it. 29 years ago
Bryan Henderson 17befd6c69 Use new utils/version.c instead of backend/utils/init/magic.c. 29 years ago
Marc G. Fournier 1d0dd471fa Okay...this pretty much cleans out the include files. 29 years ago
Marc G. Fournier 83311355d7 Add these files to ${SRCDIR}/include 29 years ago