Commit Graph

8139 Commits (b99ee7f37d41803ac643d525c4e700644ddb6030)
 

Author SHA1 Message Date
Peter Eisentraut b99ee7f37d This is the minimal version of the Darwin support patch from 26 years ago
Peter Eisentraut dc0f5cb090 Determine CXXFLAGS after the C++ compiler was detected. Also honor 26 years ago
Michael Meskes fae180f477 Added patch by Christof Petig <christof.petig@wtal.de> that fixes some bugs in preproc.y. 26 years ago
Peter Eisentraut 9cbcbf0fb3 Use $(filter ...), not $(findstring ...). 26 years ago
Philip Warner 44954fae08 Added long-standing transaction when restoring BLOBS (uses commit every BLOB_BATCH_SIZE) 26 years ago
Peter Eisentraut 0babf31640 Change internal string representation of BitString node to include a 26 years ago
Peter Eisentraut 0c0dde6176 Hashing functions from Marko Kreen <marko@l-t.ee> 26 years ago
Peter Eisentraut 73874a06f0 Change the parser to convert SQL "position" and "substring" syntax to 26 years ago
Peter Eisentraut d397c1c8a2 Disallow zero-length delimited identifier (per SQL). 26 years ago
Michael Meskes c7a3e0dfcb Sync preproc.y with gram.y. 26 years ago
Tatsuo Ishii c5873820ca Add -enable-uniconv 26 years ago
Tatsuo Ishii 1acf6f9c8e Add support for code conversion between Unicode and other encodings. 26 years ago
Tatsuo Ishii 0b10d35e2b Avoid dependency on backend's multibyte module as possible. 26 years ago
Tatsuo Ishii e5b6b0ebb9 Add new configure option "--enable-uniconv" that enables automatic 26 years ago
Tatsuo Ishii dd9dcd59cf include pg_wchar.h to import a fucntion prototype of pg_mbcliplen 26 years ago
Vadim B. Mikheev e3ba543525 WAL fixes. 26 years ago
Bruce Momjian 433cd770bc update flags. 26 years ago
Peter Eisentraut 30402ce74a Automatic dependency tracking for C++ (GCC only) 26 years ago
Peter Eisentraut 86f0812520 Remove special treatment of '|' operator, in the spirit of "sane" binary 26 years ago
Peter Eisentraut 525e1c4436 USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which are 26 years ago
Peter Eisentraut 8b04311293 Omit perl and python interfaces when making temporary installation. 26 years ago
Peter Eisentraut 2044bdcca0 Should be "test =", not "test ==". 26 years ago
Michael Meskes dfb12a9850 Removed multibyte stuff since client does not know about encoding in the backendFixed quoting bug reported by Sascha Demetrio (sd@b-comp.de). 26 years ago
Peter Eisentraut 4f82ab4c97 #define JMP_BUF has been unnecessary since the arrival of the sigsetjmp 26 years ago
Peter Eisentraut 0c0a176370 As we don't use struct dirent, the #define SYSV_DIRENT is useless. If we 26 years ago
Peter Eisentraut 3280cba2ac Make initdb safe against using 26 years ago
Bruce Momjian c44323176e Back out change to gram.y for parens. 26 years ago
Bruce Momjian 88094f2e2b beos fixes from Cyril VELTER 26 years ago
Vadim B. Mikheev 5b0740d3fc WAL 26 years ago
Bruce Momjian 2f4c9d39fe Okay, here's my attempt at fixing the problems with parentheses in 26 years ago
Peter Eisentraut 3eb9b73718 Remove compiler warnings (add missing include files). Only link against 26 years ago
Peter Eisentraut 8df6b2b53f Add --version and --help options to "postgres". 26 years ago
Peter Eisentraut 6707ede813 Make use of system-specific linker option to embed shared library search 26 years ago
Bruce Momjian 81024e7d80 Fix java driver example. 26 years ago
Peter Eisentraut 26d008c62f Use compiler driver, not linker, to link shared libraries on Unixware. 26 years ago
Peter Eisentraut 7e77668e7a Make regression tests work with VPATH builds. 26 years ago
Tatsuo Ishii 29f6c8dff8 Fix for drop db message format changes 26 years ago
Tatsuo Ishii 2969c01d55 Remove gcc-only macro definition 26 years ago
Tom Lane 063c0f6bea Disallow bits beyond the mask length for CIDR values, per discussion 26 years ago
Tom Lane 2f35b4efdb Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in 26 years ago
Bruce Momjian c9476bafdb Update TODO list. 26 years ago
Tom Lane 8cbda7cbd0 Fix breakage I introduced yesterday in MULTIBYTE compilations. 26 years ago
Tom Lane 62cc75c8fd Clean up gcc warnings in MULTIBYTE mode. 26 years ago
Peter Eisentraut 07ac8e94c7 In flex --version test, redirect stdin to /dev/null, because some lex' hang 26 years ago
Bruce Momjian a9adde36ea Update TODO list. 26 years ago
Tom Lane 6afa2ae4d2 Clean up broken test for whether to wait for input in SSL case. 26 years ago
Bruce Momjian 87968e30c6 autoconf 26 years ago
Tom Lane 09a8912f73 Ensure clause_selectivity() behaves sanely when examining an uplevel Var 26 years ago
Tom Lane 4ad9fe4ce5 Teach psql about new relkind for views. 26 years ago
Tom Lane 0a63b6d066 Support SET/SHOW/RESET client_encoding and server_encoding even when 26 years ago