summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-11-02Re-add Win32 files.Bruce Momjian
2002-11-02Update port list.Bruce Momjian
2002-11-02Updates from Giles Lean.Tom Lane
2002-11-02Make it possible to run 'make installcheck' in contrib when buildingTom Lane
outside the source tree.
2002-11-02Add:Bruce Momjian
> * Allow psql to do table completion for SELECT * FROM schema_part and > table completion for SELECT * FROM schema_name.
2002-11-01Fix contrib/rserv to install successfully when built outside source tree.Tom Lane
(Not that it will actually work with 7.3, I fear.)
2002-11-01Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change.Tom Lane
2002-11-01Need -I. to build outside source tree.Tom Lane
2002-11-01Fix incorrect subdir value.Tom Lane
2002-11-01Add:Bruce Momjian
> * Have standalone backend read postgresql.conf
2002-11-01Arrange to compile flex output files as inclusions into other filesTom Lane
(usually bison output files), not as standalone files. This hack works around flex's insistence on including <stdio.h> before we are able to include postgres.h; postgres.h will already be read before the compiler starts to read the flex output file. Needed for largefile support on some platforms.
2002-11-01Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change.Tom 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
from WARNING to NOTICE, since they are expected messages in common cases.
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
core file to be produced for debugging, and avoids trying to run the normal proc-exit cleanup hooks, which are likely to cause additional problems if the system is hosed.
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
this returns NULL, which confuses the code.
2002-11-01Fix some bogus comments.Tom Lane
2002-10-31Add missing #include <errno.h>, per gripe from Alessio Bragadini.Tom Lane
2002-10-31Update description of timestamp types for 7.3 implementation.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
between signal handler and enable/disable code, avoid accumulation of timing error due to trying to maintain remaining-time instead of absolute-end-time, disable timeout before commit not after.
2002-10-31Fix miscalculation of remaining free space during tuple chain moving.Tom Lane
Only affects machines where MAXALIGN > 4, and is a boundary-condition case even there, but still surprising that it's not been identified before. Also reduce tuple chain move give-up messages from WARNING to DEBUG1, since they are not unexpected conditions.
2002-10-31Avoid use of inline functions that are not declared static. Needed toTom Lane
conform to C99's brain-dead notion of how inline functions should work.
2002-10-31Clean up gram.y trailing spaces.Bruce Momjian
2002-10-30Add mention of T on .pot files, from pkuczynski@hypode.plBruce Momjian
2002-10-30Return something meaningful for Statement.getFetchSize(). Previously we wereBarry Lind
returning an exception when this method was called. Modified Files: jdbc/org/postgresql/jdbc2/AbstractJdbc2Statement.java
2002-10-30Clean up Unixware entry for Larry RosenmanBruce Momjian
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 ports list.Bruce Momjian
2002-10-29Update ports list.Bruce Momjian
2002-10-29Update ports list.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-29Clean up markup in ports list.Bruce Momjian
2002-10-29Update ports list.Bruce Momjian
2002-10-29Update regression for FreeBSD 4.7, for Larry RosenmanBruce Momjian
2002-10-29Update Giles email address.Bruce Momjian
2002-10-29Reword:Bruce Momjian
< * Improve concurrency in GIST > * Add concurrency to GIST
2002-10-29Update port list.Bruce Momjian
2002-10-29Update port list.Bruce Momjian
2002-10-29Done:Bruce Momjian
> * -Prevent aggregates from being used in rule WHERE clauses
2002-10-29Update port list.Bruce Momjian
2002-10-29Update port list.Bruce Momjian