| Commit message (Expand) | Author | Age | Files | Lines |
| * | > Please find enclose a submission to fix these problems. | Bruce Momjian | 2004-08-20 | 3 | -3/+23 |
| * | They are two different problems; the TOC entry is important for any | Bruce Momjian | 2004-08-20 | 3 | -5/+84 |
| * | Attached is the third version of my patch that adds/fixes several things | Bruce Momjian | 2004-08-20 | 1 | -34/+162 |
| * | This patch allows pg_restore to recognize $-quotes in SQL queries. It | Bruce Momjian | 2004-08-20 | 2 | -72/+201 |
| * | Add ALTER INDEX, particularly for moving tablespaces. | Bruce Momjian | 2004-08-20 | 4 | -19/+78 |
| * | > Please find attached a submission to add a "exit on error" option to | Bruce Momjian | 2004-08-20 | 3 | -10/+17 |
| * | > After all that about numbering centuries and millenia correctly, | Bruce Momjian | 2004-08-20 | 3 | -12/+256 |
| * | Repair some issues with column aliases and RowExpr construction in the | Tom Lane | 2004-08-19 | 16 | -356/+464 |
| * | Don't use get_home_path so libpq doesn't pull path.c into the library. | Bruce Momjian | 2004-08-19 | 1 | -5/+12 |
| * | Clean up some random departures from project's standard declaration style. | Tom Lane | 2004-08-18 | 1 | -12/+8 |
| * | Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix. | Bruce Momjian | 2004-08-18 | 6 | -25/+47 |
| * | Fix bug introduced into _bt_getstackbuf() on 2003-Feb-21: the initial | Tom Lane | 2004-08-17 | 1 | -1/+8 |
| * | Standardize on the assumption that the arguments of a RowExpr correspond | Tom Lane | 2004-08-17 | 8 | -61/+237 |
| * | Chain on to SIGPIPE handler rather than just do action on default. | Bruce Momjian | 2004-08-17 | 1 | -21/+17 |
| * | Add comment about portability function name inconsistency. | Bruce Momjian | 2004-08-17 | 1 | -1/+3 |
| * | Fix linking problem when enabling thread safety on Darwin: uninitialized | Tom Lane | 2004-08-17 | 4 | -16/+16 |
| * | Add DLLIMPORT for PostGIS. | Bruce Momjian | 2004-08-17 | 1 | -2/+2 |
| * | Move io.h include higher in the file so it doesn't conflict with | Bruce Momjian | 2004-08-17 | 1 | -7/+15 |
| * | Add trivial NULL statement to plpgsql, for Oracle compatibility. | Tom Lane | 2004-08-16 | 1 | -12/+23 |
| * | Throw error if initdb -L is not an absolute path. | Bruce Momjian | 2004-08-16 | 1 | -2/+7 |
| * | Fix for adding \n for zero-length win32 read_pipe return | Bruce Momjian | 2004-08-16 | 1 | -2/+2 |
| * | Mark server_encoding and integer_datetimes as GUC_REPORT, per previous | Tom Lane | 2004-08-16 | 1 | -3/+3 |
| * | Clarify need for \r\n -> \n translation in version checking code. | Bruce Momjian | 2004-08-16 | 1 | -11/+13 |
| * | Dept. of further reflection: I looked around to see if any other callers | Tom Lane | 2004-08-15 | 3 | -24/+46 |
| * | Xmin calculations should consider only top transaction IDs, and | Tom Lane | 2004-08-15 | 1 | -3/+3 |
| * | Specify SA_NOCLDSTOP when enabling SIGCHLD, per suggestion from | Tom Lane | 2004-08-15 | 2 | -2/+10 |
| * | Quote PERL expansion for Win32 path that might have spaces. | Bruce Momjian | 2004-08-15 | 1 | -2/+2 |
| * | Translation updates | Peter Eisentraut | 2004-08-14 | 3 | -688/+828 |
| * | Fix psql's COPY support to deal with \r\n line endings. | Tom Lane | 2004-08-13 | 1 | -5/+24 |
| * | Fix breakage with PUBLIC schema. Try to untwist the remarkably contorted | Tom Lane | 2004-08-13 | 1 | -64/+72 |
| * | Give a more specific error message for "you can't do that" error cases | Tom Lane | 2004-08-13 | 1 | -3/+40 |
| * | New translations | Peter Eisentraut | 2004-08-13 | 6 | -6/+2696 |
| * | Translation update | Peter Eisentraut | 2004-08-13 | 1 | -1822/+1822 |
| * | Translation updates | Peter Eisentraut | 2004-08-13 | 3 | -93/+105 |
| * | Fix core dumps, inability to count, etc associated with canonicalize_path | Tom Lane | 2004-08-13 | 4 | -10/+13 |
| * | Change order of operations in ALTER TABLE SET TABLESPACE so that we | Tom Lane | 2004-08-13 | 1 | -8/+7 |
| * | Allow commas in BEGIN, START TRANSACTION, and SET TRANSACTION, as required | Tom Lane | 2004-08-12 | 2 | -46/+38 |
| * | Allow optional SAVEPOINT keyword in RELEASE and ROLLBACK TO, for greater | Tom Lane | 2004-08-12 | 4 | -58/+74 |
| * | Cleanup Win32 COPY handling, and move archive examples to SGML. | Bruce Momjian | 2004-08-12 | 4 | -37/+15 |
| * | Add mention of "WIN32" COPY. | Bruce Momjian | 2004-08-12 | 1 | -7/+7 |
| * | Add make_native_path() because Win32 COPY is an internal CMD.EXE command | Bruce Momjian | 2004-08-12 | 4 | -19/+44 |
| * | Cause initdb to actually accept -s as intended, and fix some typos in | Tom Lane | 2004-08-11 | 1 | -4/+4 |
| * | Fix broken parsing of CREATE TABLE AS (looks like a mis-sync with main | Tom Lane | 2004-08-11 | 1 | -3/+3 |
| * | Avoid crashing when restoring a saved GUC session_authorization value | Tom Lane | 2004-08-11 | 2 | -17/+37 |
| * | Add PQserverVersion() to libpq to provide more-convenient access to | Tom Lane | 2004-08-11 | 5 | -117/+135 |
| * | Work around broken strtod() that's present in many Solaris releases. | Tom Lane | 2004-08-11 | 2 | -2/+33 |
| * | Fix function definition that somehow missed being ANSI-fied, and align | Tom Lane | 2004-08-11 | 1 | -19/+2 |
| * | Allow compilation when CODESET is not defined (OpenBSD). | Peter Eisentraut | 2004-08-11 | 1 | -5/+5 |
| * | Translation update | Peter Eisentraut | 2004-08-11 | 1 | -146/+208 |
| * | Add translation from 7.4 branch to head. | Peter Eisentraut | 2004-08-11 | 2 | -2/+8863 |