Commit Graph

20603 Commits (c19aa704c84e660c73fb45e0d3f38d0840f17823)
 

Author SHA1 Message Date
Tom Lane c19aa704c8 Fix contrib/pgcrypto to autoconfigure for OpenSSL when --with-openssl 21 years ago
Bruce Momjian d22a3727a5 Remove, now have GUC: 21 years ago
Bruce Momjian 3bf4e4120d Add: 21 years ago
Bruce Momjian 2d6c375c5f Back out patch. This should be done like other server-side languages. 21 years ago
Tom Lane 576ac4b8c9 Fix initialization bug in pgcrypto openssl code. Marko Kreen 21 years ago
Bruce Momjian 7e33fae3c1 Add NO_PGPORT defines to fix win32/cygwin builds for new target platform 21 years ago
Bruce Momjian 4f979e8bac Restructure zic #define fprintf checks to use a NO_PGPORT macro instead. 21 years ago
Bruce Momjian 8a79451152 I have to admit that I got the case of the preprocessor symbol on amd64 21 years ago
Bruce Momjian af8756713f This patch allows the PL/Python module to do (SRF) functions. 21 years ago
Bruce Momjian 109f079be6 I made the patch that improved the performance of replace_text(). 21 years ago
Bruce Momjian 4b97d51c0a Fix compile if zic because it now doesn't use libpgport. 21 years ago
Bruce Momjian de5d30069b More TODO list section restructuring. 21 years ago
Bruce Momjian 8ea398513e Restructure TODO sections. 21 years ago
Bruce Momjian b9fe8ee225 Fix date_trunct for December dates that are in the next year, e.g.: 21 years ago
Bruce Momjian e652d2c476 Update 21 years ago
Tom Lane eb5949d190 Arrange for the postmaster (and standalone backends, initdb, etc) to 21 years ago
Bruce Momjian 7504f0bae8 Reverse this patch: 21 years ago
Bruce Momjian 3848532c79 Update wording: 21 years ago
Neil Conway 3f39cbdce1 Fix build break for out of tree (vpath) builds, induced by recent zic 21 years ago
Bruce Momjian a3ff1aad5d Bruce, please apply this additional patch, that fixes the 21 years ago
Tom Lane bee9aef43b Fix memory leak in plperl_hash_from_tuple(), per report from Jean-Max Reymond. 21 years ago
Tom Lane ae9a07bf9e Don't try to constant-fold functions returning RECORD. We were never 21 years ago
Peter Eisentraut 85884cb1de Support cross compilation by compiling "zic" with a native compiler. This 21 years ago
Tom Lane cc9bcbc8a4 Improve outer-join-deduction logic to be able to propagate equalities 21 years ago
Bruce Momjian 76eca0ec98 This patch allows contrib/pgcrypto to build with OpenSSL 0.9.8 21 years ago
Bruce Momjian 16661d60ab > A quick look shows that when you use --with-libraries=/foo/bar the 21 years ago
Tom Lane cc5e80b8d1 Teach planner about some cases where a restriction clause can be 21 years ago
Bruce Momjian ea1e2b948d Remove GIST concurrency limitations section. 21 years ago
Bruce Momjian 9caeace71c Add SGML markup for on/off values in run-time section. 21 years ago
Bruce Momjian 87e01d1eed Improve wrapping of long lines in postgresql.conf. 21 years ago
Bruce Momjian 6aa0fdc4aa Use on/off consistently for GUC variables in postgresql.conf and the 21 years ago
Bruce Momjian 74b49a8129 Add E'' to internally created SQL strings that contain backslashes. 21 years ago
Bruce Momjian 654efe6aaa Update: 21 years ago
Neil Conway c425dcb4ec In PL/PgSQL, allow a block's label to be optionally specified at the 21 years ago
Tom Lane 784b948984 Fix platform-dependency in recently added regression tests. 21 years ago
Bruce Momjian 539bc9fc91 Add code to pg_dump to use E'' strings when backslashes are used in dump 21 years ago
Tom Lane 975368e267 Avoid function name conflict when plpgsql and rangefuncs regression tests 21 years ago
Tom Lane e6a8eba3f2 Remove contrib version of rtree_gist --- now in core system. 21 years ago
Tom Lane e7e1694295 Migrate rtree_gist functionality into the core system, and add some 21 years ago
Peter Eisentraut 875efad481 Update to autoconf 2.59 as well as updates of related scripts 21 years ago
Bruce Momjian 2f7d369a5c Clarify code to double \\ and '. 21 years ago
Bruce Momjian f009248af1 Clarify: 21 years ago
Bruce Momjian fee590c8b1 Update for roles: 21 years ago
Bruce Momjian b00f557dd1 Update for roles: 21 years ago
Bruce Momjian 8ab306e4ea Item superceeded now that groups exist: 21 years ago
Bruce Momjian 16d2699f7f Done: 21 years ago
Teodor Sigaev ef770cbb69 Fixes from Janko Richter <jankorichter@yahoo.de> 21 years ago
Bruce Momjian 8f6e8e8fed Clarify documentation about log_min_duration_statement. 21 years ago
Teodor Sigaev 5350216156 Improve error messages and add comment 21 years ago
Neil Conway 555f5139e0 Adds some missing error handling to PGTYPESnumeric_div() in ecpg's 21 years ago