Commit Graph

8891 Commits (604f54cd2728d01cd4716664644fd466d64e9e5d)

Author SHA1 Message Date
Tom Lane 604f54cd27 Some minor tweaks of REINDEX processing: grab exclusive lock a little 24 years ago
Tatsuo Ishii 933761e7b1 Simplify pg_convert() in that it calls pg_convert2 using new fmgr interface. 24 years ago
Tom Lane 1436b212cc Double quotes in ln command to guard against spaces in path. 24 years ago
Bruce Momjian 28e92b89f4 Change 'return ;' to 'return;'; remove space. 24 years ago
Bruce Momjian 09634eafe1 Indent jdbc case labels using pgjindent. 24 years ago
Bruce Momjian 6c8120d68c More jdbc comment cleanups. Code looks very nice now. 24 years ago
Bruce Momjian 46d50783bf Update pgindent README so it gets *.java.in files. 24 years ago
Bruce Momjian f3148bef9f JDBC indenting, comment cleanups. 24 years ago
Tom Lane ed1ff84750 Tweak format_type so that we get good behavior for both column type 24 years ago
Bruce Momjian 40015cdaae Fix arg coerect match text type, per Tom. 24 years ago
Bruce Momjian 6f6567812e Make text octet_length() return non-compressed length to be consistent 24 years ago
Tom Lane 5e86d226e4 Grammatical and spelling fixes. 24 years ago
Tatsuo Ishii 5590d5fe99 Fix nasty bugs in pg_convert() and pg_convert2(). 24 years ago
Hiroshi Inoue 09a2b4f423 Fix comment at top of file to match file name. 24 years ago
Tom Lane abd6014de9 pg_restore should exit with status 0, not 1, on success. 24 years ago
Tom Lane 9b03776ff2 A bunch of small doco updates motivated by scanning the comments on 24 years ago
Tom Lane 9f07cb70db Add example of using 'sameuser' followed by 'all' pg_hba records to 24 years ago
Bruce Momjian 09bf48cf79 Improve comments about duplicate files. 24 years ago
Tatsuo Ishii 226211f0af Optimization for bpcharlen, textlen, varcharlen in case of single byte 24 years ago
Tom Lane 6b516f5951 Fix performance problems in TOAST compressor. The management of 24 years ago
Tom Lane c845b4272c IsSystemRelationName() treats TOAST relations as system relations. 24 years ago
Bruce Momjian aea081bb27 Add missing prototype. 24 years ago
Bruce Momjian 07de4cbbbb Add configure result checks on odbc, per Peter E. 24 years ago
Tom Lane 1ca717f377 plpython security and error handling fixes, from 24 years ago
Tom Lane 100e7f0c9d Once again, Michael has overwritten someone else's patch ... 24 years ago
Peter Eisentraut aff53b27f0 Make the yacc rules safe for parallel make. See discussion on pgsql-patches 24 years ago
Tom Lane 7c50767f08 Remove 'triggered data change violation' error check, per recent 24 years ago
Michael Meskes 7845954e49 Committed again to add the missing files/patches. 24 years ago
Hiroshi Inoue 949af991fc Change SQLDescribeCol so that it returns alias name properly. 24 years ago
Tom Lane 2a4660f5aa Update keyword lists per suggestions by Peter. There are now four 24 years ago
Tom Lane 4be20187ab Fix some problems in new plpgsql cursor operations, found while trying 24 years ago
Bruce Momjian ea436f9fcf Well the absolute correct solution would involve all of: 24 years ago
Bruce Momjian 2c1784a9c7 Update md5.h because it can't get the value from configure. 24 years ago
Bruce Momjian 6c9b11b35e Fix for AIX compile and unsigned/signed typedefs. 24 years ago
Peter Eisentraut a6348ae332 Only use RTLD_GLOBAL when available, which it isn't in older releases of the OS. 24 years ago
Bruce Momjian 1edbd62cac Fix comment at top of file to match file name. 24 years ago
Dave Cramer 80c029190f fixes getIndex to work with forte's transparent persistence 24 years ago
Michael Meskes 32a4c3008f Added Christof's patches. 24 years ago
Barry Lind ebb93323bb Attached is a patch against the CVS repository that fixes the ResultSet absolute() problem. 24 years ago
Bruce Momjian c97a787e85 Update CVS tags. 24 years ago
Bruce Momjian e735112b51 Use better CVS tag. 24 years ago
Bruce Momjian 2ca65f716a Remove md5.c check, add CVS log stamp. Update comments. 24 years ago
Tom Lane 1c2d2dbb67 Give a more intelligible and useful error message for SELECT with no 24 years ago
Tom Lane a585c20d12 Tweak parser so that there is a defined representation for datatypes 24 years ago
Tom Lane d4d23852c1 If the alternatives for a CASE construct all have the same typmod, 24 years ago
Tom Lane e433bf5a5e If the inputs of a UNION/INTERSECT/EXCEPT construct all agree on the 24 years ago
Barry Lind 7a9ef7ee09 fixed bug in ResultSet. Version 1.29 backed out two previous fixes (1.26 and 1.25). This checkin add back those two previous fixes. Problem reported by Daniel Germain 24 years ago
Barry Lind 3a306eefe9 Commit to support MD5 passwords as per the backend for 7.2. This patch was submitted by Jeremy Wohl jeremyw-pgjdbc@igmus.org 24 years ago
Tom Lane 611afd9f4b Repair crash in EvalPlanQual of query involving nestloop with inner 24 years ago
Tom Lane 0f214edeb1 Remove duplicate extern declaration. 24 years ago