Commit Graph

19602 Commits (31d1f2330277a91f59fe050cc85ced25ee55f95d)

Author SHA1 Message Date
Peter Eisentraut 4183b10661 Correct grammar in picksplit debug messages 16 years ago
Magnus Hagander c7e42c7ce1 parse_ident_usermap() shuold use ereport(LOG) and not ERROR, and put the 16 years ago
Magnus Hagander a93e7432cf Properly initialize SSL engines when used from libpq. This is required for 16 years ago
Tom Lane b087b018a1 Fix an ancient error in dist_ps (distance from point to line segment), which 16 years ago
Tom Lane 8d355d7bbf Fix the makefiles to fail cleanly if Perl is needed but not present. This 16 years ago
Marc G. Fournier bc00ceb159 bundle RC2 16 years ago
Tom Lane 6382448cf9 For bulk write operations (eg COPY IN), use a ring buffer of 16MB instead 16 years ago
Tom Lane 3f1e529e78 Make to_timestamp and friends skip leading spaces before an integer field, 16 years ago
Tom Lane 1c8f03d4de Revert dubious message wording change. 16 years ago
Peter Eisentraut e8ec0b15a0 Message fixes 16 years ago
Tom Lane 82480e28f5 Fix things so that array_agg_finalfn does not modify or free its input 16 years ago
Peter Eisentraut 12bc87e09b Refine the use of terminology around bound and unbound cursors and cursor 16 years ago
Heikki Linnakangas efa8544fd5 Fix a few errors in comments. Patch by Fujii Masao, plus the one in 16 years ago
Tom Lane f08e5e92e8 Fix the just-reported problem that you can't specify all four trigger event 16 years ago
Tom Lane e8d78d35f4 ExecAgg() failed to finish running out set-returning functions in the last 16 years ago
Peter Eisentraut 33d48d975f Fix typo in error message: tgargv -> tg_argv 16 years ago
Tom Lane f51c9a6665 Change test tables in copy2 regression test to be temporary tables. 17 years ago
Tom Lane 5f6a14077b Fix get_sort_group_operators() so that it doesn't think arrays can be grouped 17 years ago
Peter Eisentraut 215ea9b455 Tweak the display of incoming foreign-key constraints in \d, per discussion 17 years ago
Tom Lane bfd06a713b Fix several places where a function was declared static and then defined 17 years ago
Marc G. Fournier 35daaa91d3 time to tag rc1 ... 17 years ago
Bruce Momjian 838d74d0ce Tighten typedef check for Linux. 17 years ago
Bruce Momjian 1ef4eeef65 Mention BSD/OS find_typedef behavior. 17 years ago
Bruce Momjian 6e8d957d35 Document struct/union problem with pgindent. 17 years ago
Tom Lane 44aa60fa7c Revisit AlterTableCreateToastTable's API once again, hoping to make it what 17 years ago
Tom Lane db16e77349 Remove our inadequate kluge that tried to get AIX's various broken versions 17 years ago
Tom Lane 4c8175278f Update time zone data files to tzdata release 2009i: DST law changes in 17 years ago
Tom Lane 0c19f05803 Fix things so that you can still do "select foo()" where foo is a SQL 17 years ago
Tom Lane 772a074d4a Somebody seems to have thought they could get away without checking for 17 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Bruce Momjian 4e86efb4e5 Add FreeBSD support for find_typedef, per request from Andrew. 17 years ago
Peter Eisentraut 0b7b908882 Translation updates 17 years ago
Peter Eisentraut 0465c52b00 Arrange that the string "syntax error" generated by bison is translated. 17 years ago
Peter Eisentraut 125a5b95d8 Clarify to the translator that plpgsql_yyerror() deals with the translation 17 years ago
Peter Eisentraut 5e29862aa2 Clarify error message 17 years ago
Peter Eisentraut 746c28a8e4 Improve capitalization and punctuation in recently added GiST message. 17 years ago
Tom Lane 61dd4185ff Keep rs_startblock the same during heap_rescan, so that a rescan of a SeqScan 17 years ago
Tom Lane 2ef8c1acfd Fix cash_in() to behave properly in locales where frac_digits is zero, 17 years ago
Bruce Momjian 09cba66235 Fix Linux typedef code. 17 years ago
Peter Eisentraut 208d3a7555 Correct/improve the datetime_precision field in the information schema. 17 years ago
Tom Lane 5cca35a68b Make handling of INTERVAL DAY TO MINUTE and INTERVAL DAY TO SECOND input 17 years ago
Tom Lane 0dcc73fea4 Ensure xmlFree(NULL) is a no-op instead of a core dump. Per report from 17 years ago
Bruce Momjian f371fda397 Fix BSD find_typedef logic. 17 years ago
Bruce Momjian 6c4b3f5f8c Update pgindent instructions. 17 years ago
Bruce Momjian 78f3c3906e Document new location for typedef list. 17 years ago
Peter Eisentraut 9b7304bc25 Fix xmlattribute escaping XML special characters twice (bug #4822). 17 years ago
Tom Lane e343eaafc2 Mark internal_in as not strict, so that the construct "null::internal" 17 years ago
Alvaro Herrera e66576e58c Fix typo, per Tom 17 years ago
Tom Lane 59fb29cac6 Switch order of tests to avoid possible Assert failure for 17 years ago
Alvaro Herrera e8f28cb25d Dynamically set a lower bound on autovacuum nap time so that we don't rebuild 17 years ago