| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in | Tom Lane | 2000-10-26 | 6 | -7/+70 |
* | Fix breakage I introduced yesterday in MULTIBYTE compilations. | Tom Lane | 2000-10-26 | 1 | -1/+2 |
* | Support SET/SHOW/RESET client_encoding and server_encoding even when | Tom Lane | 2000-10-25 | 1 | -7/+1 |
* | WAL utils defs | Vadim B. Mikheev | 2000-10-25 | 1 | -0/+16 |
* | Integer binary operators, from Marko Kreen <marko@l-t.ee>. Renamed bitxor | Peter Eisentraut | 2000-10-24 | 4 | -5/+84 |
* | Create empty file so that CVS sources compile (Vadim can fill in real | Tom Lane | 2000-10-24 | 1 | -0/+0 |
* | WAL misc | Vadim B. Mikheev | 2000-10-24 | 1 | -11/+3 |
* | Reconsider page size for large objects: rather than stuffing disk pages | Tom Lane | 2000-10-24 | 2 | -9/+14 |
* | Major overhaul of large-object implementation, by Denis Perchine with | Tom Lane | 2000-10-24 | 6 | -26/+105 |
* | Back out xti.h portion of the patch. | Bruce Momjian | 2000-10-23 | 1 | -4/+1 |
* | New relcache hash table with RelFileNode as key to be used | Vadim B. Mikheev | 2000-10-23 | 2 | -18/+3 |
* | Some small polishing of Mark Hollomon's cleanup of DROP command: might | Tom Lane | 2000-10-22 | 1 | -2/+2 |
* | Makeover for Unixware 7.1.1 | Peter Eisentraut | 2000-10-22 | 2 | -3/+5 |
* | datlastsysoid is an Oid, not an int4 ... | Tom Lane | 2000-10-22 | 1 | -2/+2 |
* | Add new datlastsysoid to pg_database. | Philip Warner | 2000-10-22 | 4 | -10/+13 |
* | BACKED OUT. | Bruce Momjian | 2000-10-22 | 4 | -77/+16 |
* | Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template to | Peter Eisentraut | 2000-10-21 | 2 | -5/+2 |
* | here it is as requested by Bruce. | Bruce Momjian | 2000-10-21 | 4 | -16/+77 |
* | WAL | Vadim B. Mikheev | 2000-10-21 | 5 | -22/+21 |
* | Add support for VPATH builds, that is, building somewhere else than in the | Peter Eisentraut | 2000-10-20 | 1 | -5/+12 |
* | redo/undo support functions and cleanups. | Vadim B. Mikheev | 2000-10-20 | 8 | -10/+93 |
* | The following patch was sent to the patches list: | Bruce Momjian | 2000-10-18 | 1 | -15/+13 |
* | I had to change buffer tag: now RelFileNode is used instead of | Vadim B. Mikheev | 2000-10-18 | 2 | -21/+30 |
* | Remove NO_SECURITY define. | Bruce Momjian | 2000-10-16 | 1 | -2/+1 |
* | Fix typo in code. | Bruce Momjian | 2000-10-16 | 1 | -2/+2 |
* | New file naming. Database OID is used as "tablespace" id and | Vadim B. Mikheev | 2000-10-16 | 7 | -78/+127 |
* | The configure script fails to find <netinet/tcp.h>. | Bruce Momjian | 2000-10-14 | 1 | -1/+4 |
* | WAL | Vadim B. Mikheev | 2000-10-13 | 1 | -5/+6 |
* | WAL | Vadim B. Mikheev | 2000-10-13 | 1 | -7/+24 |
* | Make setval(text,int32,bool) visible | Philip Warner | 2000-10-13 | 1 | -2/+2 |
* | Disable elog when linked with frontend. | Tatsuo Ishii | 2000-10-12 | 1 | -1/+8 |
* | Support for automatic code conversion between UNICODE and other | Tatsuo Ishii | 2000-10-12 | 1 | -1/+19 |
* | Fix temp relation handling for indexes, cleanup | Bruce Momjian | 2000-10-11 | 1 | -3/+3 |
* | Added new SQL function setval(seq,val,bool) to restore is_called as well as v... | Philip Warner | 2000-10-11 | 2 | -1/+4 |
* | Unify solaris_i386 and solaris_sparc templates. They were almost identical | Peter Eisentraut | 2000-10-10 | 3 | -59/+64 |
* | Add runtime configuration option "silent_mode". | Tatsuo Ishii | 2000-10-08 | 1 | -1/+2 |
* | Tom Lane wrote: | Bruce Momjian | 2000-10-08 | 2 | -3/+10 |
* | Back out: | Bruce Momjian | 2000-10-08 | 4 | -73/+16 |
* | Hello, | Bruce Momjian | 2000-10-08 | 4 | -16/+73 |
* | The beos port in the source tree doesn't even compile. and even | Bruce Momjian | 2000-10-07 | 3 | -8/+67 |
* | Arrange that no database accesses are attempted during parser() --- this | Tom Lane | 2000-10-07 | 6 | -19/+21 |
* | Add proofreader's changes to docs. | Bruce Momjian | 2000-10-05 | 4 | -14/+14 |
* | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane | 2000-10-05 | 13 | -56/+160 |
* | Btree WAL logging. | Vadim B. Mikheev | 2000-10-04 | 1 | -18/+46 |
* | Better coding of readline tests | Peter Eisentraut | 2000-10-03 | 1 | -7/+4 |
* | New diff that now covers the entire tree. Applying this gets postgresql | Bruce Momjian | 2000-10-03 | 4 | -19/+39 |
* | Banish caddr_t (mostly), use Datum where appropriate. | Peter Eisentraut | 2000-10-02 | 1 | -5/+5 |
* | Here is the first batch of files and diffs for the BeOS port. I've run into | Bruce Momjian | 2000-10-02 | 4 | -3/+32 |
* | Make default ACL be consistent --- ie, starting point for ChangeAcl | Tom Lane | 2000-10-02 | 1 | -14/+12 |
* | Please apply the following patch to fix problems with the AIX port | Bruce Momjian | 2000-09-29 | 1 | -1/+4 |