Commit Graph

8119 Commits (8b0431129309e4a4ddbc91f5a3e58631a07ac13c)
 

Author SHA1 Message Date
Peter Eisentraut 8b04311293 Omit perl and python interfaces when making temporary installation. 25 years ago
Peter Eisentraut 2044bdcca0 Should be "test =", not "test ==". 25 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). 25 years ago
Peter Eisentraut 4f82ab4c97 #define JMP_BUF has been unnecessary since the arrival of the sigsetjmp 25 years ago
Peter Eisentraut 0c0a176370 As we don't use struct dirent, the #define SYSV_DIRENT is useless. If we 25 years ago
Peter Eisentraut 3280cba2ac Make initdb safe against using 25 years ago
Bruce Momjian c44323176e Back out change to gram.y for parens. 25 years ago
Bruce Momjian 88094f2e2b beos fixes from Cyril VELTER 25 years ago
Vadim B. Mikheev 5b0740d3fc WAL 25 years ago
Bruce Momjian 2f4c9d39fe Okay, here's my attempt at fixing the problems with parentheses in 25 years ago
Peter Eisentraut 3eb9b73718 Remove compiler warnings (add missing include files). Only link against 25 years ago
Peter Eisentraut 8df6b2b53f Add --version and --help options to "postgres". 25 years ago
Peter Eisentraut 6707ede813 Make use of system-specific linker option to embed shared library search 25 years ago
Bruce Momjian 81024e7d80 Fix java driver example. 25 years ago
Peter Eisentraut 26d008c62f Use compiler driver, not linker, to link shared libraries on Unixware. 25 years ago
Peter Eisentraut 7e77668e7a Make regression tests work with VPATH builds. 25 years ago
Tatsuo Ishii 29f6c8dff8 Fix for drop db message format changes 25 years ago
Tatsuo Ishii 2969c01d55 Remove gcc-only macro definition 25 years ago
Tom Lane 063c0f6bea Disallow bits beyond the mask length for CIDR values, per discussion 25 years ago
Tom Lane 2f35b4efdb Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in 25 years ago
Bruce Momjian c9476bafdb Update TODO list. 25 years ago
Tom Lane 8cbda7cbd0 Fix breakage I introduced yesterday in MULTIBYTE compilations. 25 years ago
Tom Lane 62cc75c8fd Clean up gcc warnings in MULTIBYTE mode. 25 years ago
Peter Eisentraut 07ac8e94c7 In flex --version test, redirect stdin to /dev/null, because some lex' hang 25 years ago
Bruce Momjian a9adde36ea Update TODO list. 25 years ago
Tom Lane 6afa2ae4d2 Clean up broken test for whether to wait for input in SSL case. 25 years ago
Bruce Momjian 87968e30c6 autoconf 25 years ago
Tom Lane 09a8912f73 Ensure clause_selectivity() behaves sanely when examining an uplevel Var 25 years ago
Tom Lane 4ad9fe4ce5 Teach psql about new relkind for views. 25 years ago
Tom Lane 0a63b6d066 Support SET/SHOW/RESET client_encoding and server_encoding even when 25 years ago
Tom Lane 995ccad699 Minor cleanup. 25 years ago
Michael Meskes b111331d4b Synced preproc.y with gram.y. 25 years ago
Tom Lane f9453f468d Accept CREATE DATABASE WITH ENCODING 'SQL_ASCII' even when MULTIBYTE 25 years ago
Peter Eisentraut 53f300d49e Rearrange handling of -L linker options so that they are always before all 25 years ago
Thomas G. Lockhart c404d91c0b From Zoltan Kovacs back in April (sorry for the delay Zoltan!): 25 years ago
Philip Warner 48f0490809 Final (?) fix for tar (null block at end) 25 years ago
Michael Meskes 03f9e5a5fc Added some more C constructs to the parser. 25 years ago
Vadim B. Mikheev 157ff4e108 WAL utils defs 25 years ago
Tom Lane 612f1b01f8 Check for SIGHUP and process config file updates just after waiting 25 years ago
Tom Lane 4cafef5c08 Do not execute fastpath function calls if in transaction ABORT state. 25 years ago
Peter Eisentraut b0c1c53a43 Integer binary operators, from Marko Kreen <marko@l-t.ee>. Renamed bitxor 25 years ago
Tom Lane fa9357d0b7 Fix AbortOutOfAnyTransaction logic to avoid notice about 25 years ago
Tom Lane f9b2298bb3 Wups, messed up the comment markers on that last change. 25 years ago
Peter Eisentraut 7300a28a67 Ignore missing postmaster.opts.default file. 25 years ago
Bruce Momjian c7fc242a06 Update TODO list. 25 years ago
Peter Eisentraut 0f5169b4af New config.guess and config.sub with Darwin support (from official GNU 25 years ago
Tom Lane 7ab8384543 Create empty file so that CVS sources compile (Vadim can fill in real 25 years ago
Tom Lane c5185e84e8 Update plperl README per suggestions from Edward Bridges. 25 years ago
Peter Eisentraut 3daa17173b Don't call AC_SUBST (in libtool.m4) before AC_INIT. The m4 diversions get 25 years ago
Tom Lane 0fb5db60e6 Enable plperl to be built when --with-perl is selected. Dunno whether 25 years ago