summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Attached is a fairly sizeable update to contrib/dblink. I'd love to getBruce Momjian2002-09-025-709/+957
* I checked all the previous string handling errors and most of them wereBruce Momjian2002-09-0216-105/+107
* I guess the intention was to test incomplete SELECT statements, notBruce Momjian2002-09-022-5/+16
* Okay, attached is a patch that moves the alter table regression testBruce Momjian2002-09-022-4/+4
* Here's a doc patch for the new string functions recently committed --Bruce Momjian2002-09-021-29/+64
* Move pg_settings doc into the right section.Bruce Momjian2002-09-022-63/+56
* Here is a documentation patch for the pg_settings virtual table. IfBruce Momjian2002-09-021-1/+62
* Attached is an update to contrib/tablefunc. It introduces a newBruce Momjian2002-09-025-12/+602
* Add GUC variable to print original query to the server logs when thereBruce Momjian2002-09-027-96/+139
* Remove documentation that says debug_query_string is only used byBruce Momjian2002-09-021-8/+8
* Fix ordering regression problem on freebsd/alpha by adding ORDER BY.Bruce Momjian2002-09-022-2/+2
* Removed because we don't use cs() anymore on AIX:Bruce Momjian2002-09-021-2/+1
* I tried to build PostgreSQL with the following step to see backends hungBruce Momjian2002-09-021-2/+3
* JDBC checkin fixing the following bugs:Barry Lind2002-09-0210-40/+243
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-0264-135/+73
* CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.Tom Lane2002-09-0212-70/+290
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-0249-554/+506
* patch from Thomas O'Dowd to ensure that connections are closedDave Cramer2002-09-011-2/+5
* testing for insertRowDave Cramer2002-09-011-70/+71
* Update MEMSET_LOOP_LIMIT to 1024 because it is the best value for mostBruce Momjian2002-09-011-2/+2
* patch to allow insertRow on an empty resultSetDave Cramer2002-09-011-10/+20
* Changed to reflect the current reality, ie we do support updateable resultsetsDave Cramer2002-09-011-5/+6
* Improve footer length computation for psql.Bruce Momjian2002-09-011-3/+4
* Add log_duration to GUC/postgresql.conf.Bruce Momjian2002-09-017-32/+82
* Add:Bruce Momjian2002-09-011-1/+2
* plpgsql functions can return RECORD, per Neil Conway.Tom Lane2002-09-017-17/+123
* Minor copy-editing.Tom Lane2002-09-011-8/+9
* Code cleanups: make non-implicit WITHOUT FUNCTION casts work, avoidTom Lane2002-09-011-299/+266
* Remove mention of wal_files in a SHOW example.Bruce Momjian2002-09-011-2/+1
* Remove code that suggested increasing wal_files.Bruce Momjian2002-09-011-5/+1
* Done:Bruce Momjian2002-09-011-2/+2
* Mark the float8 -> int8 cast as implicit. This resolves the problemTom Lane2002-09-014-24/+22
* Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane2002-08-3119-175/+334
* Wups, didn't mean to commit that just yet.Tom Lane2002-08-311-45/+46
* The UNDEFOID later causes an assertion failure in heap_formtuple whenTom Lane2002-08-312-47/+47
* Code review for pg_locks feature. Make shmemoffset of PROCLOCK structsTom Lane2002-08-317-163/+212
* *** empty log message ***Bruce Momjian2002-08-311-1/+1
* Add expected tuple descriptor to ReturnSetInfo information for tableTom Lane2002-08-306-74/+113
* Updates to reflect availability of autocommit option.Tom Lane2002-08-302-25/+45
* AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane2002-08-3015-53/+126
* Fix for breakage of C-coded SRFs, from Joe Conway.Tom Lane2002-08-304-5/+31
* Add attisinherited column to pg_attribute; use it to guard againstTom Lane2002-08-3018-330/+492
* Back out unintented tab change.Bruce Momjian2002-08-301-4/+3
* Remove pgaccess from Makefile.Bruce Momjian2002-08-302-7/+5
* Run autoconf.Bruce Momjian2002-08-301-1/+1
* Update documentation for --with-perl.Bruce Momjian2002-08-302-15/+9
* Improve wording after wal_files removal.Bruce Momjian2002-08-301-5/+5
* Complete TODO item:Bruce Momjian2002-08-305-56/+18
* Remove pgaccess from CVS. It has its own home now.Bruce Momjian2002-08-30193-23377/+0
* Re-enable perl configure tests for psql help file generation.Bruce Momjian2002-08-302-1/+142