aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix insufficiently-parenthesized macro definitions.Tom Lane2000-11-02
* Remove pg_dumpaccounts from 7.1 tree.Bruce Momjian2000-11-02
* Update TODO list.Bruce Momjian2000-11-02
* Add pg_dumpall --accounts-only option.Peter Eisentraut2000-11-02
* Update TODO list.Bruce Momjian2000-11-02
* Allow initdb to handle relative paths for PGDATA, by converting them toPeter Eisentraut2000-11-02
* Change bool to boolean in docs.Bruce Momjian2000-11-02
* Pass on all CPPFLAGS that look like -I* to the PL/Perl build.Peter Eisentraut2000-11-02
* Added utility script pg_dumpaccounts to contrib.Jan Wieck2000-11-02
* autoconfBruce Momjian2000-11-02
* Add runtime configuration options to control permission bits and groupPeter Eisentraut2000-11-01
* Forgot to check page LSN and unlock buffer in btree_xlog_delete - fixed.Vadim B. Mikheev2000-11-01
* Fixed minor bug in ResultSet for jdbc2 reported by Matthew Denner that absolu...Peter Mount2000-11-01
* Fix for PQsetdb port parameter due to the interface change.Tatsuo Ishii2000-11-01
* Fix recovery cache code (thanks to Peter Eisentraut forVadim B. Mikheev2000-10-31
* This is the minimal version of the Darwin support patch fromPeter Eisentraut2000-10-31
* Determine CXXFLAGS after the C++ compiler was detected. Also honorPeter Eisentraut2000-10-31
* Added patch by Christof Petig <christof.petig@wtal.de> that fixes some bugs i...Michael Meskes2000-10-31
* Use $(filter ...), not $(findstring ...).Peter Eisentraut2000-10-31
* Added long-standing transaction when restoring BLOBS (uses commit every BLOB_...Philip Warner2000-10-31
* Change internal string representation of BitString node to include aPeter Eisentraut2000-10-31
* Hashing functions from Marko Kreen <marko@l-t.ee>Peter Eisentraut2000-10-31
* Change the parser to convert SQL "position" and "substring" syntax toPeter Eisentraut2000-10-31
* Disallow zero-length delimited identifier (per SQL).Peter Eisentraut2000-10-30
* Sync preproc.y with gram.y.Michael Meskes2000-10-30
* Add -enable-uniconvTatsuo Ishii2000-10-30
* Add support for code conversion between Unicode and other encodings.Tatsuo Ishii2000-10-30
* Avoid dependency on backend's multibyte module as possible.Tatsuo Ishii2000-10-30
* Add new configure option "--enable-uniconv" that enables automaticTatsuo Ishii2000-10-30
* include pg_wchar.h to import a fucntion prototype of pg_mbcliplenTatsuo Ishii2000-10-30
* WAL fixes.Vadim B. Mikheev2000-10-29
* update flags.Bruce Momjian2000-10-29
* Automatic dependency tracking for C++ (GCC only)Peter Eisentraut2000-10-29
* Remove special treatment of '|' operator, in the spirit of "sane" binaryPeter Eisentraut2000-10-29
* USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which arePeter Eisentraut2000-10-29
* Omit perl and python interfaces when making temporary installation.Peter Eisentraut2000-10-29
* Should be "test =", not "test ==".Peter Eisentraut2000-10-29
* Removed multibyte stuff since client does not know about encoding in the back...Michael Meskes2000-10-29
* #define JMP_BUF has been unnecessary since the arrival of the sigsetjmpPeter Eisentraut2000-10-28
* As we don't use struct dirent, the #define SYSV_DIRENT is useless. If wePeter Eisentraut2000-10-28
* Make initdb safe against usingPeter Eisentraut2000-10-28
* Back out change to gram.y for parens.Bruce Momjian2000-10-28
* beos fixes from Cyril VELTERBruce Momjian2000-10-28
* WALVadim B. Mikheev2000-10-28
* Okay, here's my attempt at fixing the problems with parentheses inBruce Momjian2000-10-28
* Remove compiler warnings (add missing include files). Only link againstPeter Eisentraut2000-10-28
* Add --version and --help options to "postgres".Peter Eisentraut2000-10-28
* Make use of system-specific linker option to embed shared library searchPeter Eisentraut2000-10-27
* Fix java driver example.Bruce Momjian2000-10-27
* Use compiler driver, not linker, to link shared libraries on Unixware.Peter Eisentraut2000-10-27