Commit Graph

28482 Commits (c30446b9c901b357f9a7b859c51bee5740ac313f)
 

Author SHA1 Message Date
Tom Lane c30446b9c9 Proofreading for Bruce's recent round of documentation proofreading. 16 years ago
Tom Lane e8d78d35f4 ExecAgg() failed to finish running out set-returning functions in the last 16 years ago
Peter Eisentraut 5126826c52 Add another link of a GUC variable to where it is explained. 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. 16 years ago
Tom Lane 5f6a14077b Fix get_sort_group_operators() so that it doesn't think arrays can be grouped 16 years ago
Peter Eisentraut 215ea9b455 Tweak the display of incoming foreign-key constraints in \d, per discussion 16 years ago
Tom Lane a0a3883dd9 Improve documentation about GiST opclass support functions. 16 years ago
Tom Lane bfd06a713b Fix several places where a function was declared static and then defined 16 years ago
Tom Lane 63e183ca46 Add info about minimum recommended AIX fix levels, per Laurenz Albe. 16 years ago
Marc G. Fournier 35daaa91d3 time to tag rc1 ... 16 years ago
Bruce Momjian 838d74d0ce Tighten typedef check for Linux. 16 years ago
Bruce Momjian 1ef4eeef65 Mention BSD/OS find_typedef behavior. 16 years ago
Bruce Momjian 6e8d957d35 Document struct/union problem with pgindent. 16 years ago
Tom Lane ae8a2d1a3a Update release notes to today. 16 years ago
Tom Lane 44aa60fa7c Revisit AlterTableCreateToastTable's API once again, hoping to make it what 16 years ago
Tom Lane db16e77349 Remove our inadequate kluge that tried to get AIX's various broken versions 16 years ago
Tom Lane d94582f4f8 Mark contrib's GiST and GIN opclass support functions as STRICT, for safety. 16 years ago
Tom Lane 4c8175278f Update time zone data files to tzdata release 2009i: DST law changes in 16 years ago
Tom Lane 0c19f05803 Fix things so that you can still do "select foo()" where foo is a SQL 16 years ago
Tom Lane 772a074d4a Somebody seems to have thought they could get away without checking for 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 16 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
Tom Lane 14ba9fdef6 Fix ill-advised whitespace prettification, per buildfarm. 17 years ago
Peter Eisentraut 125a5b95d8 Clarify to the translator that plpgsql_yyerror() deals with the translation 17 years ago
Tom Lane 15a3fe6d63 Properly mark pg_freespace() function as strict. Also update 17 years ago
Peter Eisentraut 5e29862aa2 Clarify error message 17 years ago
Tom Lane cb10e3af3a Support Kerberos on platforms where libcom_err depends on OpenSSL, as 17 years ago
Tom Lane 14180f9214 Add warning that xpath() doesn't work with non-UTF8 data. 17 years ago
Peter Eisentraut 746c28a8e4 Improve capitalization and punctuation in recently added GiST message. 17 years ago
Tom Lane 661b3e79c4 Add a warning about possible strange behavior of volatile functions 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
Tom Lane f3e122fcdf Restore dblink_current_query() to being a C-language function, so as to not 17 years ago
Alvaro Herrera e8f28cb25d Dynamically set a lower bound on autovacuum nap time so that we don't rebuild 17 years ago
Joe Conway e5de601267 Default client encoding to server encoding for dblink connections. Addresses 17 years ago
Tom Lane adaf60131f Fix failure to double-quote function argument names when needed, in 17 years ago