summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-11-08Replace imprecise value of PI with a better one, and tweak circle_polyTom Lane
2002-11-08Add extra_float_digits GUC parameter to allow adjustment of displayedTom Lane
2002-11-08The "Allow easy display of usernames in a group (pg_hba.conf uses groupsBruce Momjian
2002-11-07Add #define _GNU_SOURCE to work around what seems to be Perl 5.8.0'sTom Lane
2002-11-07Move substitute extern declarations to end of file, so that they areTom Lane
2002-11-07Remove inappropriate inclusions of OpenSSL internal header e_os.h,Tom Lane
2002-11-07Synced parser one more time.Michael Meskes
2002-11-07Remove no-longer-needed inclusions to improve backward compatibilityTom Lane
2002-11-06Phase 2 of hashed-aggregation project. nodeAgg.c now knows how to doTom Lane
2002-11-06First phase of implementing hash-based grouping/aggregation. An AGG planTom Lane
2002-11-04Fix inclusion order, per Andreas.Tom Lane
2002-11-04Remove unnecessary inclusion, per Andreas.Tom Lane
2002-11-04Remove no-longer-needed inclusion of bootstrap_tokens.h, per patchTom Lane
2002-11-04Applied two patches from Kris Jurka.Barry Lind
2002-11-02Code review for recent patch to allow ALTER TABLE ADD COLUMN whenTom Lane
2002-11-02During swap_relfilenodes, swap relation size statistic fields along withTom Lane
2002-11-02Remove encoding lookups from grammar stage, push them back to placesTom Lane
2002-11-02Clean up a few fprintf(stderr)'s that should be elog's.Tom Lane
2002-11-02Fix permissions-checking bugs and namespace-search-path bugs inTom Lane
2002-11-02Re-add Win32 missing files, I think.Bruce Momjian
2002-11-02Re-add Win32 files.Bruce Momjian
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