| Commit message (Expand) | Author | Age | Files | Lines |
| * | Clarify that the 'user' column still applies for 'trust'. | Bruce Momjian | 2004-01-26 | 1 | -3/+4 |
| * | Update datestamp. | Bruce Momjian | 2004-01-26 | 2 | -2/+2 |
| * | *** empty log message *** | Bruce Momjian | 2004-01-25 | 2 | -2/+2 |
| * | Add Joe to TODO: | Bruce Momjian | 2004-01-25 | 1 | -2/+3 |
| * | Fix typo I mistakenly added. | Bruce Momjian | 2004-01-25 | 1 | -2/+2 |
| * | Update null storage description. | Bruce Momjian | 2004-01-25 | 2 | -4/+4 |
| * | Mention that log_statement only prints query on PREPARE, not EXECUTE, | Bruce Momjian | 2004-01-25 | 1 | -3/+6 |
| * | Support named parameters in information_schema.parameters, | Tom Lane | 2004-01-24 | 1 | -5/+5 |
| * | Fix problems with dropped columns in pltcl triggers, per report from Patrick ... | Tom Lane | 2004-01-24 | 1 | -2/+5 |
| * | Example of a function taking a composite type should show how to call it. | Tom Lane | 2004-01-24 | 1 | -1/+3 |
| * | Revise GEQO planner to make use of some heuristic knowledge about SQL, namely | Tom Lane | 2004-01-23 | 1 | -12/+20 |
| * | Add: | Bruce Momjian | 2004-01-23 | 1 | -2/+3 |
| * | Add MySQL mention of licensing difference. | Bruce Momjian | 2004-01-23 | 2 | -5/+7 |
| * | Add: | Bruce Momjian | 2004-01-23 | 1 | -2/+3 |
| * | Minor improvements to the trigger documentation, and a few SGML fixes. | Neil Conway | 2004-01-22 | 2 | -44/+74 |
| * | Repair error apparently introduced in the initial coding of GUC: the | Tom Lane | 2004-01-21 | 1 | -11/+13 |
| * | Implement '\copy from -' to support reading copy data from the same | Tom Lane | 2004-01-20 | 1 | -12/+28 |
| * | Remove no-longer-relevant note about forcing the type of an integer | Tom Lane | 2004-01-20 | 1 | -23/+1 |
| * | This is a patch to support readline prompts which contain non-printing | Tom Lane | 2004-01-20 | 1 | -1/+23 |
| * | Remove JDBC from the build system and documentation, too. | Tom Lane | 2004-01-19 | 4 | -3247/+3 |
| * | Improve discussion of consistent-snapshot backup technique. Haphazard | Tom Lane | 2004-01-19 | 1 | -9/+21 |
| * | Some refinement of XSLT processing: The result now looks just about as good | Peter Eisentraut | 2004-01-15 | 2 | -15/+56 |
| * | Make rule and stylesheet to try out XSLT for DocBook processing | Peter Eisentraut | 2004-01-13 | 2 | -1/+85 |
| * | Put See Also links back in alphabetical order. | Peter Eisentraut | 2004-01-11 | 1 | -2/+2 |
| * | Minor documentation improvements. | Neil Conway | 2004-01-11 | 6 | -27/+28 |
| * | Add CREATE TRIGGER, CREATE INDEX, and CREATE SEQUENCE to the list of | Neil Conway | 2004-01-11 | 1 | -6/+8 |
| * | Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This is | Neil Conway | 2004-01-10 | 2 | -22/+43 |
| * | Allow BEGIN WORK to specify transaction isolation level, like START | Bruce Momjian | 2004-01-10 | 2 | -5/+19 |
| * | Done: | Bruce Momjian | 2004-01-09 | 1 | -3/+3 |
| * | Allow libpq to do thread-safe SIGPIPE handling. This allows it to | Bruce Momjian | 2004-01-09 | 1 | -2/+21 |
| * | German FAQ update. | Bruce Momjian | 2004-01-09 | 2 | -61/+63 |
| * | Update Russian FAQ. | Bruce Momjian | 2004-01-08 | 2 | -19/+17 |
| * | Not done, per Tom: | Bruce Momjian | 2004-01-07 | 1 | -3/+3 |
| * | Completed, I am pretty sure: | Bruce Momjian | 2004-01-07 | 1 | -3/+3 |
| * | Apply the core parts of Dennis Bjorklund's patch to allow function | Tom Lane | 2004-01-06 | 1 | -1/+12 |
| * | Favor Freenode rather than EFnet in IRC listing. Freenode is more popular. | Bruce Momjian | 2004-01-06 | 2 | -4/+4 |
| * | Done: | Bruce Momjian | 2004-01-06 | 1 | -3/+3 |
| * | Make the 'wal_debug' GUC variable a boolean (rather than an integer), and | Neil Conway | 2004-01-06 | 3 | -16/+18 |
| * | Remove an old and out-of-date SGML comment from this file: we already | Neil Conway | 2004-01-05 | 1 | -15/+1 |
| * | Fix (yet another) instance of incorrect markup for a GUC variable. | Neil Conway | 2004-01-05 | 1 | -2/+2 |
| * | Update for 7.4.1 as newest version. | Bruce Momjian | 2004-01-05 | 2 | -4/+4 |
| * | Correct gettext URL. | Peter Eisentraut | 2004-01-04 | 1 | -2/+2 |
| * | Recommend SHOW, instead of pg_controldata, for checking LC_COLLATE and | Tom Lane | 2003-12-30 | 1 | -3/+2 |
| * | Be a little more consistent about which terms are uppercased in | Tom Lane | 2003-12-26 | 1 | -8/+8 |
| * | Fixed docs to clearly note that ecpg is originally a C precompiler and C++ st... | Michael Meskes | 2003-12-26 | 1 | -4/+5 |
| * | > > I have no idea if this in Oracle or not. But it's something I | Bruce Momjian | 2003-12-25 | 1 | -1/+17 |
| * | Supress non-temp schemas from psql \dn display. | Bruce Momjian | 2003-12-23 | 1 | -1/+2 |
| * | Mop-up for HAS_TEST_AND_SET refactoring. Un-break two or three platforms | Tom Lane | 2003-12-23 | 1 | -3/+2 |
| * | Clarification: | Bruce Momjian | 2003-12-22 | 1 | -3/+3 |
| * | Fix broken markup, adjust 7.4.1 release date, re-sync HEAD with branch. | Tom Lane | 2003-12-21 | 1 | -15/+15 |