summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* // -> /* */, per Tatsuo.Bruce Momjian2001-11-211-1/+1
* Bruce's octet_length change breaks this regression test.Tom Lane2001-11-201-1/+1
* Add mention of template1 usage.Bruce Momjian2001-11-201-0/+3
* Some minor tweaks of REINDEX processing: grab exclusive lock a littleREL7_2_BETA3Tom Lane2001-11-203-20/+48
* Simplify pg_convert() in that it calls pg_convert2 using new fmgr interface.Tatsuo Ishii2001-11-201-46/+11
* Double quotes in ln command to guard against spaces in path.Tom Lane2001-11-201-2/+2
* Change 'return ;' to 'return;'; remove space.Bruce Momjian2001-11-1914-34/+34
* Indent jdbc case labels using pgjindent.Bruce Momjian2001-11-1932-1211/+1236
* More jdbc comment cleanups. Code looks very nice now.Bruce Momjian2001-11-1914-82/+82
* Update pgindent README so it gets *.java.in files.Bruce Momjian2001-11-191-1/+2
* JDBC indenting, comment cleanups.Bruce Momjian2001-11-1975-1880/+1925
* Tweak format_type so that we get good behavior for both column typeTom Lane2001-11-192-49/+78
* Fix arg coerect match text type, per Tom.Bruce Momjian2001-11-191-2/+2
* Make text octet_length() return non-compressed length to be consistentBruce Momjian2001-11-191-10/+3
* Grammatical and spelling fixes.Tom Lane2001-11-193-8/+8
* Fix nasty bugs in pg_convert() and pg_convert2().Tatsuo Ishii2001-11-191-9/+40
* Fix comment at top of file to match file name.Hiroshi Inoue2001-11-191-2/+2
* pg_restore should exit with status 0, not 1, on success.Tom Lane2001-11-191-2/+2
* A bunch of small doco updates motivated by scanning the comments onTom Lane2001-11-191-2/+3
* Add example of using 'sameuser' followed by 'all' pg_hba records toTom Lane2001-11-181-24/+39
* Improve comments about duplicate files.Bruce Momjian2001-11-182-4/+6
* Optimization for bpcharlen, textlen, varcharlen in case of single byteTatsuo Ishii2001-11-182-18/+17
* Fix performance problems in TOAST compressor. The management ofTom Lane2001-11-171-70/+97
* IsSystemRelationName() treats TOAST relations as system relations.Tom Lane2001-11-164-11/+30
* Add missing prototype.Bruce Momjian2001-11-161-0/+1
* Add configure result checks on odbc, per Peter E.Bruce Momjian2001-11-161-2/+3
* plpython security and error handling fixes, fromTom Lane2001-11-164-57/+272
* Once again, Michael has overwritten someone else's patch ...Tom Lane2001-11-161-120/+139
* Make the yacc rules safe for parallel make. See discussion on pgsql-patchesPeter Eisentraut2001-11-164-13/+30
* Remove 'triggered data change violation' error check, per recentTom Lane2001-11-162-229/+119
* Committed again to add the missing files/patches.Michael Meskes2001-11-164-149/+181
* Change SQLDescribeCol so that it returns alias name properly.Hiroshi Inoue2001-11-161-1/+4
* Update keyword lists per suggestions by Peter. There are now fourTom Lane2001-11-162-212/+251
* Fix some problems in new plpgsql cursor operations, found while tryingTom Lane2001-11-154-155/+98
* Well the absolute correct solution would involve all of:Bruce Momjian2001-11-152-8/+10
* Update md5.h because it can't get the value from configure.Bruce Momjian2001-11-151-2/+2
* Fix for AIX compile and unsigned/signed typedefs.Bruce Momjian2001-11-152-8/+21
* Only use RTLD_GLOBAL when available, which it isn't in older releases of the OS.Peter Eisentraut2001-11-151-1/+7
* Fix comment at top of file to match file name.Bruce Momjian2001-11-151-48/+48
* fixes getIndex to work with forte's transparent persistenceDave Cramer2001-11-141-4/+7
* Added Christof's patches.Michael Meskes2001-11-1416-200/+281
* Attached is a patch against the CVS repository that fixes the ResultSet absol...Barry Lind2001-11-143-8/+84
* Update CVS tags.Bruce Momjian2001-11-132-6/+2
* Use better CVS tag.Bruce Momjian2001-11-131-4/+2
* Remove md5.c check, add CVS log stamp. Update comments.Bruce Momjian2001-11-133-13/+32
* Give a more intelligible and useful error message for SELECT with noTom Lane2001-11-131-2/+3
* Tweak parser so that there is a defined representation for datatypesTom Lane2001-11-123-46/+38
* If the alternatives for a CASE construct all have the same typmod,Tom Lane2001-11-121-1/+32
* If the inputs of a UNION/INTERSECT/EXCEPT construct all agree on theTom Lane2001-11-121-30/+92
* fixed bug in ResultSet. Version 1.29 backed out two previous fixes (1.26 and...Barry Lind2001-11-122-3/+46