Commit Graph

19163 Commits (28c8c99ac6ca92e98050b3bf54dfb18f2d882afc)
 

Author SHA1 Message Date
Bruce Momjian 0548046e12 Add: 21 years ago
Bruce Momjian 72cf815c0a Add: 21 years ago
Neil Conway 16c46870b7 Fix a few typos in comments. 21 years ago
Bruce Momjian 844cb60f1a Add: 21 years ago
Tom Lane af434fcdf4 Update plperl to use ereport() not elog() for user-facing messages, 21 years ago
Bruce Momjian 71929165e8 Add: 21 years ago
Tom Lane 66cd815063 Clean up initdb's error handling so that it prints something more 21 years ago
Bruce Momjian b2fcef64af Update Turkish FAQ. 21 years ago
Bruce Momjian 5548122829 Add comment explaining possible compiler warning: 21 years ago
Bruce Momjian eeed2274e5 Add: 21 years ago
Bruce Momjian 86c8cc6d22 Typo fixes. 21 years ago
Bruce Momjian ee814b4511 Have initdb display relative paths to start postmaster if used to invoke 21 years ago
Tom Lane db086aa962 Make pg_dumplo schema-aware. Karel Zak 21 years ago
Tom Lane 839484f9f5 Avoid scribbling on original parsetree during DECLARE CURSOR. This 21 years ago
Bruce Momjian 3ad9f45c89 Add description: 21 years ago
Bruce Momjian 2ba6cbc358 Mega-clarifications from Joachim Wieland. 21 years ago
Peter Eisentraut 99b735cc03 Work around lack of NLS support in libpgport by making those components 21 years ago
Peter Eisentraut a420b76ca5 Correctly name the Windows operating systems 21 years ago
Peter Eisentraut 49cbef7947 Update of conformance information to SQL:2003 21 years ago
Tom Lane 90c3ebe4d7 Fix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spotted by Lorne Sunley. 21 years ago
Bruce Momjian 77ab4761ad Add web development faq item. 21 years ago
Bruce Momjian df21a52950 Add mention of Cygwin. Update version number. 21 years ago
Bruce Momjian 3aa9776d95 Add to CPPFLAGS/CFLAGS in template files, don't over-ride them. 21 years ago
Tom Lane b82323e05e This adds mention of my latest tweak to the tsearch2/pg_trgm 21 years ago
Tom Lane c2e5631760 RelOptInfo.pages should really be declared as BlockNumber, not long. 21 years ago
Tom Lane d4c4d28427 Install Tcl regex fixes to sync our regex engine with Tcl 8.4.8 (up from 21 years ago
Tom Lane 236404fcd1 Our interface code for Spencer's regexp package was checking for regexp 21 years ago
Tom Lane cf796cc702 A client_encoding specification coming from the connection request has 21 years ago
Tom Lane 5597fee8d7 Avoid getting bit by roundoff error while checking $Safe::VERSION. 21 years ago
Neil Conway e17766c12e Trivial fix for a bug introduced in r1.94 of help.c: we want to only 21 years ago
Neil Conway 4acc97d7e4 Assert that BufferIsPinned() in IncrBufferRefCount(), rather than using 21 years ago
Neil Conway dec2c77c1f Prevent pgcrypto from successfully compiling if no valid random source 21 years ago
Peter Eisentraut 2663e0c2e9 New translations 21 years ago
Peter Eisentraut 98f5efe774 Translation updates 21 years ago
Peter Eisentraut fab33917f4 Clean files generated by htmlhelp target. 21 years ago
Peter Eisentraut a4cf1ba6a1 Add htmlhelp stylesheet and build target. 21 years ago
Tom Lane 28e9b26f4d Further plperl cleanup: be more paranoid about checking the type of 21 years ago
Tom Lane 25fcfdf6f4 The beginnings of a regression test for plperl. Right now it only 21 years ago
Tom Lane f5206262c8 Try to instill some sanity in plperl's function result processing. 21 years ago
Neil Conway 90f6f4b4b4 Fix typo in release notes. Michael Fuhr. 21 years ago
PostgreSQL Daemon 5776feab0a update us to beta5 21 years ago
Tom Lane de8113fcdb Update release notes for recent changes; also minor editorialization. 21 years ago
Tom Lane 294c34bb9d Fix rounding problem in dynahash.c's decision about when the target 21 years ago
Tom Lane 7f1711f29d Reduce the default size of the PortalHashTable in order to save a 21 years ago
Tom Lane 183e8b911c While fixing plperl and pltcl, I realized plpgsql wasn't doing 21 years ago
Tom Lane 32c97fd58f Suppress remaining compile warnings, and add a comment about why 21 years ago
Tom Lane 35f4994133 Fix plperl and pltcl error handling per my previous proposal. SPI 21 years ago
Bruce Momjian a3b663dfea Fix typo. 21 years ago
Tom Lane c584103f56 Patch of 2004-03-30 corrected date_part(timestamp) for extracting 21 years ago
Tom Lane 19dacd4492 Fix typo, per Bruno Wolff. 21 years ago