| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove all of the libpgtcl and pgtclsh files, including all references to | PostgreSQL Daemon | 2004-04-20 | 19 | -4038/+4 |
| * | Code review for ARC patch. Eliminate static variables, improve handling | Tom Lane | 2004-04-19 | 7 | -727/+712 |
| * | Prevent doubling of escapes when not in quote mode for CSV. | Bruce Momjian | 2004-04-19 | 1 | -2/+2 |
| * | Remove debug code that acidentally got into CVS from previous commit. | Bruce Momjian | 2004-04-19 | 1 | -3/+1 |
| * | Fix for BEGIN with ISOLATION/READONLY clauses. | Bruce Momjian | 2004-04-19 | 2 | -10/+9 |
| * | * Most changes are to fix warnings issued when compiling win32 | Bruce Momjian | 2004-04-19 | 29 | -91/+98 |
| * | Complete TODO item: | Bruce Momjian | 2004-04-19 | 5 | -54/+621 |
| * | Tweak findTargetlistEntry so that bare names occurring in GROUP BY clauses | Tom Lane | 2004-04-18 | 4 | -12/+21 |
| * | Handle Warn_restart_ready properly in SIGTERM safety patch. | Bruce Momjian | 2004-04-16 | 1 | -1/+5 |
| * | Modify COPY for() loop to use attnum as a variable name, not 'i'. | Bruce Momjian | 2004-04-15 | 1 | -15/+16 |
| * | Improve syntax error messages for invalid-argument cases in RETURN and | Tom Lane | 2004-04-15 | 1 | -7/+17 |
| * | Translation updates | Peter Eisentraut | 2004-04-15 | 6 | -6/+2868 |
| * | Translation updates | Peter Eisentraut | 2004-04-15 | 5 | -970/+730 |
| * | Here's an attempt at new socket and signal code for win32. | Bruce Momjian | 2004-04-12 | 11 | -374/+831 |
| * | Change psql \copy stdin/stdout to read from command input/output. | Bruce Momjian | 2004-04-12 | 1 | -11/+10 |
| * | Exit backend from SIGTERM or FATAL by simulating client EOF, rather than | Bruce Momjian | 2004-04-11 | 3 | -6/+18 |
| * | Please find a small patch to fix the brain damage "century" and | Bruce Momjian | 2004-04-10 | 3 | -3/+153 |
| * | Translation updates | Dennis Bjorklund | 2004-04-09 | 1 | -1213/+1075 |
| * | Translation updates | Dennis Bjorklund | 2004-04-09 | 1 | -64/+68 |
| * | Magnus says new Win32 timezone library will not need special horology: | Bruce Momjian | 2004-04-08 | 1 | -1/+0 |
| * | Push superuser check farther down in the if() statements to fix startup | Bruce Momjian | 2004-04-07 | 1 | -17/+17 |
| * | Still another place to make the world safe for zero-column tables. | Tom Lane | 2004-04-07 | 1 | -7/+1 |
| * | Update Darwin thread compile flags, and OS version info. | Bruce Momjian | 2004-04-07 | 1 | -0/+3 |
| * | Update darwin OS version. | Bruce Momjian | 2004-04-07 | 1 | -1/+1 |
| * | Extend set-operation planning to keep track of the sort ordering induced | Tom Lane | 2004-04-07 | 3 | -29/+63 |
| * | build_subquery_pathkeys() was examining wrong copy of subquery target list, | Tom Lane | 2004-04-07 | 1 | -2/+3 |
| * | Update Darwin as thread-safe. | Bruce Momjian | 2004-04-07 | 1 | -0/+7 |
| * | > >>1. change the type of "log_statement" option from boolean to string, | Bruce Momjian | 2004-04-07 | 5 | -43/+145 |
| * | Support FULL JOIN with no join clauses, such as X FULL JOIN Y ON TRUE. | Tom Lane | 2004-04-06 | 2 | -17/+43 |
| * | ALTER SEQUENCE RESTART did the wrong thing if sequence last_value was | Tom Lane | 2004-04-06 | 1 | -21/+12 |
| * | Add thread program mention of errno thread-safety. | Bruce Momjian | 2004-04-06 | 1 | -1/+3 |
| * | The attached applied patch throws an error if the delimiter appears in | Bruce Momjian | 2004-04-06 | 1 | -1/+9 |
| * | Add CLUSTER tag to psql \d display. | Bruce Momjian | 2004-04-06 | 1 | -8/+14 |
| * | Add comment that sched_yield might be a portability problem. | Bruce Momjian | 2004-04-05 | 1 | -4/+4 |
| * | Change getpid() while loop to use sched_yield(), greatly speeds up test. | Bruce Momjian | 2004-04-05 | 1 | -4/+4 |
| * | New translation | Peter Eisentraut | 2004-04-05 | 2 | -2/+2778 |
| * | Translation updates | Peter Eisentraut | 2004-04-05 | 4 | -636/+1079 |
| * | Have threads wait for parent to test thread-specific pointers before | Bruce Momjian | 2004-04-05 | 1 | -8/+36 |
| * | Corrects issues recently posted by Dann Corbit, allowing libpq/psql to | Bruce Momjian | 2004-04-05 | 6 | -19/+32 |
| * | This is a cleanup patch for access/transam/xact.c. It only removes some | Bruce Momjian | 2004-04-05 | 2 | -144/+119 |
| * | Allow LIKE/ILIKE to appear in more places in a query. | Bruce Momjian | 2004-04-05 | 3 | -7/+83 |
| * | Remove 'syslog' GUC variable, and add more logical 'log_destination' | Bruce Momjian | 2004-04-05 | 6 | -50/+162 |
| * | Improve handling of GUC USERLIMIT variables by reorganizing code. Also, | Bruce Momjian | 2004-04-05 | 1 | -75/+92 |
| * | Add volatile to thread-specific thread variables. | Bruce Momjian | 2004-04-05 | 1 | -3/+3 |
| * | Update thread test to only test for 'localhost' and local machine name. | Bruce Momjian | 2004-04-05 | 1 | -5/+15 |
| * | Update thread test to do getpid() in while loop, also use weather.com | Bruce Momjian | 2004-04-04 | 1 | -7/+7 |
| * | check_sql_fn_retval has always thought that we supported doing | Tom Lane | 2004-04-02 | 4 | -41/+68 |
| * | Fix poor choice of error message in corner cases. | Tom Lane | 2004-04-02 | 1 | -2/+3 |
| * | Clean up some code that had gotten a bit ugly through repeated revisions. | Tom Lane | 2004-04-02 | 1 | -13/+10 |
| * | Get rid of crocky use of RangeVar nodes in parser to represent partially | Tom Lane | 2004-04-02 | 6 | -293/+227 |