2002-01-11 |
Hiroshi Inoue | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2002-01-11 |
Bruce Momjian | More updates for int8 sequence restoration. Old dump... |
commit | commitdiff | tree | snapshot |
2002-01-11 |
Bruce Momjian | Handle int4-int8 sequence migration without full data... |
commit | commitdiff | tree | snapshot |
2002-01-11 |
Hiroshi Inoue | Add a directory to save the changes until 7.3-tree... |
commit | commitdiff | tree | snapshot |
2002-01-11 |
Bruce Momjian | More improvements using pg_resetxlog. still disabled. |
commit | commitdiff | tree | snapshot |
2002-01-10 |
Bruce Momjian | Have pg_resetxlog -n return zero exit status. |
commit | commitdiff | tree | snapshot |
2002-01-10 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2002-01-10 |
Bruce Momjian | Remove 7.1beta WAL handling from /contrib/pg_resetxlog. |
commit | commitdiff | tree | snapshot |
2002-01-10 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2002-01-10 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2002-01-10 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2002-01-10 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2002-01-10 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2002-01-10 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2002-01-10 |
Bruce Momjian | Add new -l flag to set checkpoint location for /contrib... |
commit | commitdiff | tree | snapshot |
2002-01-10 |
Peter Eisentraut | Temporary workaround for links within bibliography... |
commit | commitdiff | tree | snapshot |
2002-01-10 |
Bruce Momjian | Per Tom, do full reset on -x flag. |
commit | commitdiff | tree | snapshot |
2002-01-10 |
Bruce Momjian | Add new -x XID option to /contrib/pg_resetxlog for... |
commit | commitdiff | tree | snapshot |
2002-01-10 |
Michael Meskes | Include sqlca.h automatically. |
commit | commitdiff | tree | snapshot |
2002-01-10 |
Bruce Momjian | More pg_upgrade improvements. Almost done, except... |
commit | commitdiff | tree | snapshot |
2002-01-10 |
Bruce Momjian | More improvements; still disabled. (Don't panic.) |
commit | commitdiff | tree | snapshot |
2002-01-10 |
Tom Lane | The result of getopt() should be compared to -1, not... |
commit | commitdiff | tree | snapshot |
2002-01-09 |
Tom Lane | Describe type casts under the heading of Value Expressi... |
commit | commitdiff | tree | snapshot |
2002-01-09 |
Bruce Momjian | Update with new features. Still disabled. |
commit | commitdiff | tree | snapshot |
2002-01-09 |
Tom Lane | Fix use of 'char' to hold result of getc, per bug repor... |
commit | commitdiff | tree | snapshot |
2002-01-09 |
Tom Lane | Fix portability problem (result of getopt is int, not... |
commit | commitdiff | tree | snapshot |
2002-01-09 |
Bruce Momjian | Remove clog copy. |
commit | commitdiff | tree | snapshot |
2002-01-09 |
Bruce Momjian | Make improvements to pg_upgrade; is still disabled. |
commit | commitdiff | tree | snapshot |
2002-01-09 |
Bruce Momjian | Add quotes around $bindir. |
commit | commitdiff | tree | snapshot |
2002-01-09 |
Peter Eisentraut | Make spelling of operating system names match official... |
commit | commitdiff | tree | snapshot |
2002-01-09 |
Tom Lane | Fix include paths for case of VPATH build. |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Peter Eisentraut | Adjust spelling of article titles to match the original... |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Tom Lane | make install failed in VPATH build. |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Tom Lane | Fix copy-and-paste mistake exposed by gcc warning. |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Tom Lane | In a VPATH build, resultmap must be one of the symlinke... |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Peter Eisentraut | Revert last change (CFLAGS+=-g). Probably was a mistake... |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Bruce Momjian | Update Lockhart's email address. |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Bruce Momjian | Update Thomas Lockhart's email address to lockhart... |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Tom Lane | Remove shift/reduce conflicts introduced by last change. |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Peter Eisentraut | Repair the GEQO bibliography. It was marked up all... |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Tom Lane | Fix lpad() and rpad() to produce correct results in... |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Peter Eisentraut | Point to main CPAN site, and reword a little. |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Tom Lane | Minor wordsmithing. |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Peter Eisentraut | Make FreeBSD URL point to the right chapter again. |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Michael Meskes | Fixed array pointers, no longer using void * in arithme... |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Bruce Momjian | Email address no longer valid. |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Bruce Momjian | Update bad URL's with good ones. |
commit | commitdiff | tree | snapshot |
2002-01-07 |
Bruce Momjian | Update my2pg to version 1.22. |
commit | commitdiff | tree | snapshot |
2002-01-07 |
Tom Lane | Add variants of digest() and hmac() that accept text... |
commit | commitdiff | tree | snapshot |
2002-01-07 |
Tom Lane | Tweak LWLock algorithms so that an awakened waiter... |
commit | commitdiff | tree | snapshot |
2002-01-07 |
Michael Meskes | Fixed parser to accept initializing expressions startin... |
commit | commitdiff | tree | snapshot |
2002-01-07 |
Peter Eisentraut | Editorial review |
commit | commitdiff | tree | snapshot |
2002-01-06 |
Tom Lane | If we fail to fork a new backend process, (try to)... |
commit | commitdiff | tree | snapshot |
2002-01-06 |
Bruce Momjian | Fix ecpg wording to be consistent. |
commit | commitdiff | tree | snapshot |
2002-01-06 |
Bruce Momjian | Remove ecpg TODO section: |
commit | commitdiff | tree | snapshot |
2002-01-06 |
Tom Lane | Fix copy-and-paste brain damage. (These commands do... |
commit | commitdiff | tree | snapshot |
2002-01-06 |
Tom Lane | Add CHECK_FOR_INTERRUPTS() in various strategic spots... |
commit | commitdiff | tree | snapshot |
2002-01-05 |
Barry Lind | Bugfix for bug reported by Marcus Better (marcus@dactyl... |
commit | commitdiff | tree | snapshot |
2002-01-05 |
Bruce Momjian | Spelling fix: |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Bruce Momjian | Re-order items: |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Bruce Momjian | Added: |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Bruce Momjian | ecpg.sgml manual page updated to ON. |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Bruce Momjian | Change: |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Bruce Momjian | Add from Vadim: |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Tom Lane | Fix some incorrect and obsolete commentary. |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Thomas G. Lockhart | Add more complete details on date/time keywords and... |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Thomas G. Lockhart | Have to_date() call timestamptz_date() per Karel's... |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Bruce Momjian | Replace #ifdef, #endif with # requires comment. |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Bruce Momjian | Give attribution: |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Bruce Momjian | Remove: |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Tom Lane | Require ownership permission for CREATE INDEX, per... |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Tom Lane | Instead of waiting a fixed amount of time for the test... |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Bruce Momjian | Prefer savepoints term: |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Tom Lane | SPI_cursor_open must copy by-reference parameter values... |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Bruce Momjian | Added: |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Tom Lane | Shouldn't try to copy null datums with datumCopy. |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Bruce Momjian | Added: |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Bruce Momjian | Updated: |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Bruce Momjian | Add to java mention of pl/j. |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Bruce Momjian | Droplang didn't have test for -l, list. This was reall... |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Bruce Momjian | Add mention that createlang.sh indirection not needed... |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Bruce Momjian | Update FAQ_DEV. |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Bruce Momjian | Update FAQ_DEV. |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Bruce Momjian | Added |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Bruce Momjian | Added suggested syntax: |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Bruce Momjian | > > On Fri, Dec 21, 2001 at 11:43:21AM +0800, Christoph... |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Bruce Momjian | Add mention of index on foreign key for frequently... |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Bruce Momjian | droplang had same problem as createlang; default are... |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Bruce Momjian | Add to pool discussion. |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Bruce Momjian | Added |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Bruce Momjian | Add mention of PRIMARY in ALTER TABLE ... [ UNIQUE... |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Bruce Momjian | In createlang, make dbname optional, not langname,... |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Bruce Momjian | Remove: |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Bruce Momjian | Added: |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Tom Lane | Guard against roundoff errors in new selectivity-estima... |
commit | commitdiff | tree | snapshot |
2002-01-02 |
Tom Lane | Fix to_timestamp/to_date so that zero year input for... |
commit | commitdiff | tree | snapshot |
next |