summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-10-31Added long-standing transaction when restoring BLOBS (uses commit every BLOB_...Philip Warner
2000-10-31Change internal string representation of BitString node to include aPeter Eisentraut
2000-10-31Hashing functions from Marko Kreen <marko@l-t.ee>Peter Eisentraut
2000-10-31Change the parser to convert SQL "position" and "substring" syntax toPeter Eisentraut
2000-10-30Disallow zero-length delimited identifier (per SQL).Peter Eisentraut
2000-10-30Sync preproc.y with gram.y.Michael Meskes
2000-10-30Add -enable-uniconvTatsuo Ishii
2000-10-30Add support for code conversion between Unicode and other encodings.Tatsuo Ishii
2000-10-30Avoid dependency on backend's multibyte module as possible.Tatsuo Ishii
2000-10-30Add new configure option "--enable-uniconv" that enables automaticTatsuo Ishii
2000-10-30include pg_wchar.h to import a fucntion prototype of pg_mbcliplenTatsuo Ishii
2000-10-29WAL fixes.Vadim B. Mikheev
2000-10-29update flags.Bruce Momjian
2000-10-29Automatic dependency tracking for C++ (GCC only)Peter Eisentraut
2000-10-29Remove special treatment of '|' operator, in the spirit of "sane" binaryPeter Eisentraut
2000-10-29USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which arePeter Eisentraut
2000-10-29Omit perl and python interfaces when making temporary installation.Peter Eisentraut
2000-10-29Should be "test =", not "test ==".Peter Eisentraut
2000-10-29Removed multibyte stuff since client does not know about encoding in the back...Michael Meskes
2000-10-28#define JMP_BUF has been unnecessary since the arrival of the sigsetjmpPeter Eisentraut
2000-10-28As we don't use struct dirent, the #define SYSV_DIRENT is useless. If wePeter Eisentraut
2000-10-28Make initdb safe against usingPeter Eisentraut
2000-10-28Back out change to gram.y for parens.Bruce Momjian
2000-10-28beos fixes from Cyril VELTERBruce Momjian
2000-10-28WALVadim B. Mikheev
2000-10-28Okay, here's my attempt at fixing the problems with parentheses inBruce Momjian
2000-10-28Remove compiler warnings (add missing include files). Only link againstPeter Eisentraut
2000-10-28Add --version and --help options to "postgres".Peter Eisentraut
2000-10-27Make use of system-specific linker option to embed shared library searchPeter Eisentraut
2000-10-27Fix java driver example.Bruce Momjian
2000-10-27Use compiler driver, not linker, to link shared libraries on Unixware.Peter Eisentraut
2000-10-27Make regression tests work with VPATH builds.Peter Eisentraut
2000-10-27Fix for drop db message format changesTatsuo Ishii
2000-10-27Remove gcc-only macro definitionTatsuo Ishii
2000-10-27Disallow bits beyond the mask length for CIDR values, per discussionTom Lane
2000-10-26Re-implement LIMIT/OFFSET as a plan node type, instead of a hack inTom Lane
2000-10-26Update TODO list.Bruce Momjian
2000-10-26Fix breakage I introduced yesterday in MULTIBYTE compilations.Tom Lane
2000-10-26Clean up gcc warnings in MULTIBYTE mode.Tom Lane
2000-10-26In flex --version test, redirect stdin to /dev/null, because some lex' hangPeter Eisentraut
2000-10-26Update TODO list.Bruce Momjian
2000-10-25Clean up broken test for whether to wait for input in SSL case.Tom Lane
2000-10-25autoconfBruce Momjian
2000-10-25Ensure clause_selectivity() behaves sanely when examining an uplevel VarTom Lane
2000-10-25Teach psql about new relkind for views.Tom Lane
2000-10-25Support SET/SHOW/RESET client_encoding and server_encoding even whenTom Lane
2000-10-25Minor cleanup.Tom Lane
2000-10-25Synced preproc.y with gram.y.Michael Meskes
2000-10-25Accept CREATE DATABASE WITH ENCODING 'SQL_ASCII' even when MULTIBYTETom Lane
2000-10-25Rearrange handling of -L linker options so that they are always before allPeter Eisentraut