summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-11-01Arrange to compile flex output files as inclusions into other filesTom Lane
2002-11-01Reduce a couple of debugging messages from LOG to DEBUG1 category.Tom Lane
2002-11-01Reduce messages associated with shell-type function arguments/resultsTom Lane
2002-11-01Update to match expected results on OS X 10.2.Tom Lane
2002-11-01After elog(PANIC), exit with abort() not proc_exit(). This allows aTom Lane
2002-11-01Correct ordering of geometry/freebsd entries, add one for freebsd5.Tom Lane
2002-11-01Update for test changes.Tom Lane
2002-11-01Avoid malloc(0) when printing a table of no columns. On some platformsTom Lane
2002-11-01Fix some bogus comments.Tom Lane
2002-10-31Add missing #include <errno.h>, per gripe from Alessio Bragadini.Tom Lane
2002-10-31Got tired of explaining why this Assert is not wrong.Tom Lane
2002-10-31Code review for statement_timeout patch. Fix some race conditionsTom Lane
2002-10-31Fix miscalculation of remaining free space during tuple chain moving.Tom Lane
2002-10-31Avoid use of inline functions that are not declared static. Needed toTom Lane
2002-10-31Clean up gram.y trailing spaces.Bruce Momjian
2002-10-30Return something meaningful for Statement.getFetchSize(). Previously we wereBarry Lind
2002-10-30Add additional ORDER BY to join regression test, per Tatsuo.Bruce Momjian
2002-10-30Remove /src/utils. Is final cleanup of getopt.c resurection.Bruce Momjian
2002-10-29Add popen/pclose -> _popen/_pclose() mapping for Win32.Bruce Momjian
2002-10-29Update comments.Bruce Momjian
2002-10-29getopt.c now in /port, for MS Win.Bruce Momjian
2002-10-29Re-add getopt.c for MSWin psql.Bruce Momjian
2002-10-29Re-add getopt.c.Bruce Momjian
2002-10-29Update regression for FreeBSD 4.7, for Larry RosenmanBruce Momjian
2002-10-28Add ORDER BY to join regression test.Bruce Momjian
2002-10-28fseeko NetBSD fix.Bruce Momjian
2002-10-27Suppress compile warnings on OS X.Tom Lane
2002-10-26Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls.Tom Lane
2002-10-25Add dummy variable declaration to PG_FUNCTION_INFO_V1() to preventTom Lane
2002-10-25Remove #warning directive, which is nonstandard and isn't reallyTom Lane
2002-10-25Change to fseeko(), per Philip.Bruce Momjian
2002-10-25Patch submitted by Kris Jurka to fix arrayindexoutofbounds exception causedBarry Lind
2002-10-25Allow fseeko in pg_dump only if fseeko() will work for all supported fileBruce Momjian
2002-10-24Code review for connection timeout patch. Avoid unportable assumptionTom Lane
2002-10-24Fix some places that were unportably assuming struct timeval's tv_secTom Lane
2002-10-24Function-call-style type coercions should be treated as explicitTom Lane
2002-10-24Fix include for NetBSD.Bruce Momjian
2002-10-24Add prototype include to fseeko.c.Bruce Momjian
2002-10-24Add fseeko for NetBSD.Bruce Momjian
2002-10-24Fix include files for new PageOutput call.Bruce Momjian
2002-10-23Add fseeko/ftello prototypes for BSD/OS only to c.h.Bruce Momjian
2002-10-23Improve coding style of new function.Bruce Momjian
2002-10-23Make BSD/OS fseeko thread-safe.Bruce Momjian
2002-10-23Add fseeko/ftello using fsetpos/fgetpos for BSD/OS.Bruce Momjian
2002-10-23Page \h output and centralize psql paging code in PageOutput().Bruce Momjian
2002-10-22Perform transaction cleanup operations in a less ad-hoc, moreTom Lane
2002-10-22create_index test must run after create_misc test.Tom Lane
2002-10-22Update for test changes.Peter Eisentraut
2002-10-22Add DLLIMPORT declarations required by contrib with asserts enabled.Peter Eisentraut
2002-10-22Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce.Bruce Momjian