| Commit message (Expand) | Author | Age | Files | Lines |
| * | Hello. | Bruce Momjian | 1999-10-26 | 1 | -10/+5 |
| * | Standardize on MAXPGPATH as the size of a file pathname buffer, | Tom Lane | 1999-10-25 | 1 | -8/+8 |
| * | Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. | Tom Lane | 1999-10-23 | 1 | -9/+3 |
| * | This patch implements ORACLE's COMMENT SQL command. | Bruce Momjian | 1999-10-15 | 1 | -1/+23 |
| * | Update display of debug levels. | Bruce Momjian | 1999-10-08 | 1 | -3/+3 |
| * | clean up debug flags. | Bruce Momjian | 1999-10-08 | 1 | -11/+3 |
| * | Cleanup -is flag to -l for SSL. Another PERL variable name fix. Clean | Bruce Momjian | 1999-10-08 | 1 | -10/+10 |
| * | XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. | Vadim B. Mikheev | 1999-10-06 | 1 | -100/+126 |
| * | Hmm, guess I forgot to commit this file the other day ... | Tom Lane | 1999-09-30 | 1 | -24/+19 |
| * | This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support. | Jan Wieck | 1999-09-29 | 2 | -3/+24 |
| * | Transaction log manager core code. | Vadim B. Mikheev | 1999-09-27 | 1 | -3/+3 |
| * | Several changes here, not very related but touching some of the same files. | Tom Lane | 1999-09-24 | 2 | -9/+20 |
| * | Add TRUNCATE command, with psql help and sgml additions. | Bruce Momjian | 1999-09-23 | 1 | -1/+33 |
| * | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 | 1 | -16/+17 |
| * | Commit the bulk of Mike Ansley's long-query changes in the | Tom Lane | 1999-08-31 | 1 | -65/+40 |
| * | Plug several holes in backend's ability to cope with | Tom Lane | 1999-07-22 | 2 | -36/+56 |
| * | Re-add getopt.h check, remove NT-specific tests for it. | Bruce Momjian | 1999-07-19 | 1 | -3/+3 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 4 | -11/+5 |
| * | Final cleanup | Bruce Momjian | 1999-07-16 | 1 | -3/+5 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 5 | -51/+31 |
| * | Update #include cleanups | Bruce Momjian | 1999-07-16 | 3 | -11/+11 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 5 | -52/+6 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 5 | -17/+6 |
| * | Fix for removal of temp tables if last transaction was aborted. | Bruce Momjian | 1999-07-02 | 1 | -13/+2 |
| * | 1. Run all pg_dump queries in single serializable transaction. | Vadim B. Mikheev | 1999-05-29 | 1 | -2/+11 |
| * | Make functions static or NOT_USED as appropriate. | Bruce Momjian | 1999-05-26 | 1 | -3/+4 |
| * | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 | 1 | -4/+4 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 4 | -65/+90 |
| * | Improve error message from failed LOAD command (include | Tom Lane | 1999-05-22 | 1 | -13/+3 |
| * | Modify backend switch parsing to prevent 'insecure' switches | Tom Lane | 1999-05-22 | 1 | -106/+122 |
| * | Make postgres prompt backend>, and remove PARSEDEBUG. | Bruce Momjian | 1999-05-22 | 1 | -3/+3 |
| * | Rip out QueryTreeList structure, root and branch. Querytree | Tom Lane | 1999-05-13 | 1 | -114/+55 |
| * | Changed debug options: | Jan Wieck | 1999-05-11 | 1 | -19/+53 |
| * | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 | 1 | -4/+4 |
| * | Rearrange top-level rewrite operations so that EXPLAIN works | Tom Lane | 1999-05-09 | 1 | -86/+57 |
| * | here are some patches for 6.5.0 which I already submitted but have never | Bruce Momjian | 1999-05-03 | 1 | -4/+4 |
| * | -T was omitted from getopt() call. | Tom Lane | 1999-05-01 | 1 | -19/+24 |
| * | Fix stupid typo that broke empty-query response... odd that | Tom Lane | 1999-04-28 | 1 | -2/+2 |
| * | Still had a few MULTIBYTE problems when client encoding was | Tom Lane | 1999-04-25 | 1 | -3/+3 |
| * | My first cut at libpq revision didn't handle MULTIBYTE correctly, | Tom Lane | 1999-04-25 | 1 | -3/+2 |
| * | Revise backend libpq interfaces so that messages to the frontend | Tom Lane | 1999-04-25 | 3 | -44/+63 |
| * | Change elog(ERROR) to get back to main loop via a plain sigsetjmp, | Tom Lane | 1999-04-20 | 1 | -15/+13 |
| * | cleanups | Bruce Momjian | 1999-03-23 | 1 | -3/+2 |
| * | Hi, | Bruce Momjian | 1999-03-22 | 1 | -3/+3 |
| * | Add new postgres -O option to allow system table structure changes. | Bruce Momjian | 1999-03-17 | 2 | -8/+17 |
| * | Here is a patch. | Bruce Momjian | 1999-03-16 | 1 | -9/+9 |
| * | Remove reference to recipe.h. | Bruce Momjian | 1999-02-25 | 1 | -2/+1 |
| * | Fix problem with selectivity error in added columns with ALTER TABLE. | Bruce Momjian | 1999-02-24 | 1 | -1/+3 |
| * | From: Tatsuo Ishii <t-ishii@sra.co.jp> | Marc G. Fournier | 1999-02-21 | 1 | -7/+7 |
| * | Enable bushy and right-hand queries by default. | Bruce Momjian | 1999-02-18 | 1 | -4/+4 |