summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-09-02I checked all the previous string handling errors and most of them wereBruce Momjian
2002-09-02I guess the intention was to test incomplete SELECT statements, notBruce Momjian
2002-09-02Okay, attached is a patch that moves the alter table regression testBruce Momjian
2002-09-02Here's a doc patch for the new string functions recently committed --Bruce Momjian
2002-09-02Move pg_settings doc into the right section.Bruce Momjian
2002-09-02Here is a documentation patch for the pg_settings virtual table. IfBruce Momjian
2002-09-02Attached is an update to contrib/tablefunc. It introduces a newBruce Momjian
2002-09-02Add GUC variable to print original query to the server logs when thereBruce Momjian
2002-09-02Remove documentation that says debug_query_string is only used byBruce Momjian
2002-09-02Fix ordering regression problem on freebsd/alpha by adding ORDER BY.Bruce Momjian
2002-09-02Removed because we don't use cs() anymore on AIX:Bruce Momjian
2002-09-02I tried to build PostgreSQL with the following step to see backends hungBruce Momjian
2002-09-02JDBC checkin fixing the following bugs:Barry Lind
2002-09-02Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian
2002-09-02CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.Tom Lane
2002-09-02Code review for HeapTupleHeader changes. Add version number to page headersTom Lane
2002-09-01patch from Thomas O'Dowd to ensure that connections are closedDave Cramer
2002-09-01testing for insertRowDave Cramer
2002-09-01Update MEMSET_LOOP_LIMIT to 1024 because it is the best value for mostBruce Momjian
2002-09-01patch to allow insertRow on an empty resultSetDave Cramer
2002-09-01Changed to reflect the current reality, ie we do support updateable resultsetsDave Cramer
2002-09-01Improve footer length computation for psql.Bruce Momjian
2002-09-01Add log_duration to GUC/postgresql.conf.Bruce Momjian
2002-09-01Add:Bruce Momjian
2002-09-01plpgsql functions can return RECORD, per Neil Conway.Tom Lane
2002-09-01Minor copy-editing.Tom Lane
2002-09-01Code cleanups: make non-implicit WITHOUT FUNCTION casts work, avoidTom Lane
2002-09-01Remove mention of wal_files in a SHOW example.Bruce Momjian
2002-09-01Remove code that suggested increasing wal_files.Bruce Momjian
2002-09-01Done:Bruce Momjian
2002-09-01Mark the float8 -> int8 cast as implicit. This resolves the problemTom Lane
2002-08-31Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane
2002-08-31Wups, didn't mean to commit that just yet.Tom Lane
2002-08-31The UNDEFOID later causes an assertion failure in heap_formtuple whenTom Lane
2002-08-31Code review for pg_locks feature. Make shmemoffset of PROCLOCK structsTom Lane
2002-08-31*** empty log message ***Bruce Momjian
2002-08-30Add expected tuple descriptor to ReturnSetInfo information for tableTom Lane
2002-08-30Updates to reflect availability of autocommit option.Tom Lane
2002-08-30AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane
2002-08-30Fix for breakage of C-coded SRFs, from Joe Conway.Tom Lane
2002-08-30Add attisinherited column to pg_attribute; use it to guard againstTom Lane
2002-08-30Back out unintented tab change.Bruce Momjian
2002-08-30Remove pgaccess from Makefile.Bruce Momjian
2002-08-30Run autoconf.Bruce Momjian
2002-08-30Update documentation for --with-perl.Bruce Momjian
2002-08-30Improve wording after wal_files removal.Bruce Momjian
2002-08-30Complete TODO item:Bruce Momjian
2002-08-30Remove pgaccess from CVS. It has its own home now.Bruce Momjian
2002-08-30Re-enable perl configure tests for psql help file generation.Bruce Momjian
2002-08-30Back out password packet length check.Bruce Momjian