| Commit message (Expand) | Author | Age |
* | Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. | Tom Lane | 1999-10-23 |
* | XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. | Vadim B. Mikheev | 1999-10-06 |
* | Lots of patches coming in from me today :-) | Bruce Momjian | 1999-09-27 |
* | Commit the bulk of Mike Ansley's long-query changes in the | Tom Lane | 1999-08-31 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 |
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 |
* | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | 1999-07-14 |
* | Allow port numbers 32k - 64k. | Bruce Momjian | 1999-07-07 |
* | Clean up memory leaks in LO operations by freeing LO's private | Tom Lane | 1999-05-31 |
* | Make functions static or NOT_USED as appropriate. | Bruce Momjian | 1999-05-26 |
* | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Rename MAP_FILE to USERMAP_FILE for Digital Unix. | Bruce Momjian | 1999-05-10 |
* | here are some patches for 6.5.0 which I already submitted but have never | Bruce Momjian | 1999-05-03 |
* | Still had a few MULTIBYTE problems when client encoding was | Tom Lane | 1999-04-25 |
* | My first cut at libpq revision didn't handle MULTIBYTE correctly, | Tom Lane | 1999-04-25 |
* | Revise backend libpq interfaces so that messages to the frontend | Tom Lane | 1999-04-25 |
* | From: Tatsuo Ishii <t-ishii@sra.co.jp> | Marc G. Fournier | 1999-02-21 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Another SELECT speedup: extract OIDs of column print functions | Tom Lane | 1999-01-27 |
* | Fix a couple little problems with signed vs. unsigned | Tom Lane | 1999-01-24 |
* | Add explicit buffering in backend libpq, to compensate for | Tom Lane | 1999-01-23 |
* | Replace direct inclusions of c.h with inclusion of postgres.h, | Tom Lane | 1999-01-17 |
* | Apply Magnus Hagander's followup patch to correct | Tom Lane | 1999-01-17 |
* | From: Magnus Hagander <mha@sollentuna.net> | Marc G. Fournier | 1999-01-12 |
* | From: Magnus Hagander <mha@sollentuna.net> | Marc G. Fournier | 1999-01-11 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | Hello! | Bruce Momjian | 1998-08-29 |
* | Here are additional patches for the UnixWare 7 port. | Bruce Momjian | 1998-08-22 |
* | Theses buffer leaks are caused by indexes that are kept open between | Bruce Momjian | 1998-07-21 |
* | Cleanup use of 16 that should be NAMEDATALEN. | Bruce Momjian | 1998-07-20 |
* | Add auto-size to screen to \d? commands. Use UNION to show all | Bruce Momjian | 1998-07-18 |
* | Inline function, rename libpq variablees, change lrel to lockrel. | Bruce Momjian | 1998-07-13 |
* | From: Tom Lane <tgl@sss.pgh.pa.us> | Marc G. Fournier | 1998-07-09 |
* | Hi, here are the patches to enhance existing MB handling. This time | Bruce Momjian | 1998-06-16 |
* | > I needed to do that for the web database that I'm setting up. We | Bruce Momjian | 1998-06-13 |
* | Remove fork()/exec() and only do fork(). Small cleanups. | Bruce Momjian | 1998-05-29 |
* | Allow cancel from client of backend query. Change some int variables | Bruce Momjian | 1998-05-19 |
* | What I've done: | Bruce Momjian | 1998-05-06 |
* | Last minute clean up for SunOS... | Marc G. Fournier | 1998-03-02 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | 1. "#ifdef 0" is bad C. ifdef is for checking a macro and 0 is | Marc G. Fournier | 1998-02-01 |
* | More deadlock code to check for escallation locks. | Bruce Momjian | 1998-01-28 |
* | Deadlock ceallnup. | Bruce Momjian | 1998-01-27 |
* | Fix local domain structure size computation. | Bruce Momjian | 1998-01-27 |
* | #include <sys/types.h> required for u_long | Marc G. Fournier | 1998-01-26 |
* | From: Phil Thompson <phil@river-bank.demon.co.uk> | Marc G. Fournier | 1998-01-26 |
* | Fix prototypes so they don't look like function definitions. | Bruce Momjian | 1998-01-24 |