Commit Graph

14660 Commits (c19aa704c84e660c73fb45e0d3f38d0840f17823)

Author SHA1 Message Date
Tom Lane c19aa704c8 Fix contrib/pgcrypto to autoconfigure for OpenSSL when --with-openssl 21 years ago
Bruce Momjian 2d6c375c5f Back out patch. This should be done like other server-side languages. 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 b9fe8ee225 Fix date_trunct for December dates that are in the next year, e.g.: 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
Neil Conway 3f39cbdce1 Fix build break for out of tree (vpath) builds, induced by recent zic 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 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 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
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 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 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
Neil Conway 9fad4cb604 Fix some minor infelicities in ecpg's pgtypeslib: (1) `pstr' must be 21 years ago
Teodor Sigaev 898a7bd13b Bug fixes for GiST crash recovery. 21 years ago
Peter Eisentraut 7a30b1fb96 Issue fatal error if no TCP/IP sockets could be created 21 years ago
Neil Conway 117fde2d17 Minor ecpg tweak: the return value of calloc() is guaranteed to be NULL 21 years ago
Neil Conway 4802bb57a6 Warning cleanups for ecpg tests. Avoid doing pointer arithmetic on void *, 21 years ago
Neil Conway 175c25a404 Fix ecpg's test/ Makefile for out-of-tree (vpath) builds. 21 years ago
Neil Conway dd4eea257b Fix build break on BSD, OSX, and other systems: add missing <sys/time.h> 21 years ago
Tom Lane 51c58812d9 Dump comments for large objects. 21 years ago
Neil Conway 4714984149 Fix a theoretical memory leak in pg_password_sendauth(). If the first 21 years ago
Tom Lane 401de9c8be Improve the checkpoint signaling mechanism so that the bgwriter can tell 21 years ago
Tom Lane b5f7cff84f Clean up the rather historically encumbered interface to now() and 21 years ago
Tom Lane c33d575899 More cleanup on roles patch. Allow admin option to be inherited through 21 years ago
Teodor Sigaev 4523e0b63a Cleanup, remove unneeded pallocs 21 years ago
Bruce Momjian b3d06e5a95 Update typedefs for pgindent. 21 years ago
Bruce Momjian 249802725d Change awk ~ pattern from "" to //. 21 years ago
Tom Lane 6561372c57 Fix up problems in write_auth_file and parsing of the auth file. 21 years ago
Tom Lane 0eaa36a16a Bring syntax of role-related commands into SQL compliance. To avoid 21 years ago
Teodor Sigaev 88b49cdc95 Code cleanup. gistfillbuffer accepts InvalidOffsetNumber. 21 years ago
Tom Lane 365205dd2a Fix broken initdb -W option, per Michael Fuhr. 21 years ago