| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove JDBC from the build system and documentation, too. | Tom Lane | 2004-01-19 | 13 | -3497/+15 |
* | Improve discussion of consistent-snapshot backup technique. Haphazard | Tom Lane | 2004-01-19 | 1 | -9/+21 |
* | missed a few files | PostgreSQL Daemon | 2004-01-19 | 12 | -2271/+0 |
* | JDBC is now on GBorg | PostgreSQL Daemon | 2004-01-19 | 147 | -33298/+0 |
* | Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path | Tom Lane | 2004-01-19 | 17 | -144/+183 |
* | Correct type for isalnum | Teodor Sigaev | 2004-01-19 | 1 | -1/+1 |
* | Fix typo. | Peter Eisentraut | 2004-01-19 | 1 | -2/+2 |
* | Don't return an overoptimistic result from join_in_selectivity when | Tom Lane | 2004-01-19 | 1 | -12/+24 |
* | Recognize that IN subqueries return already-unique results if they use | Tom Lane | 2004-01-19 | 1 | -6/+35 |
* | Add a hash table to cache lookups of 'C'-language functions (that is, | Tom Lane | 2004-01-19 | 3 | -30/+165 |
* | Translation update | Peter Eisentraut | 2004-01-18 | 1 | -171/+1369 |
* | Don't use %s-with-precision format spec to truncate data being displayed | Tom Lane | 2004-01-18 | 1 | -12/+48 |
* | When testing whether a sub-plan can do projection, use a general-purpose | Tom Lane | 2004-01-18 | 4 | -91/+81 |
* | Repair misestimation of indexscan CPU costs. When an indexqual contains | Tom Lane | 2004-01-17 | 1 | -9/+26 |
* | Tighten short-circuit tests for deciding whether we need to invoke | Tom Lane | 2004-01-16 | 4 | -31/+26 |
* | Some refinement of XSLT processing: The result now looks just about as good | Peter Eisentraut | 2004-01-15 | 2 | -15/+56 |
* | Adjusted calculation of shared memory requirements to new | Jan Wieck | 2004-01-15 | 3 | -47/+56 |
* | Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time | Tom Lane | 2004-01-14 | 18 | -183/+183 |
* | Translation updates | Dennis Bjorklund | 2004-01-14 | 1 | -3/+3 |
* | pg_settings should have UPDATE privilege allowed to public. | Tom Lane | 2004-01-14 | 1 | -1/+3 |
* | The no-updates-to-system-catalogs-unless-usecatupd restriction should | Tom Lane | 2004-01-14 | 1 | -7/+13 |
* | Revert ill-starred change of 13-Feb-02: it appeared to fix a problem of | Tom Lane | 2004-01-14 | 1 | -24/+22 |
* | Translation update | Peter Eisentraut | 2004-01-13 | 1 | -216/+188 |
* | Make rule and stylesheet to try out XSLT for DocBook processing | Peter Eisentraut | 2004-01-13 | 2 | -1/+85 |
* | Fix ecpg test program to properly access int* null indicator. | Bruce Momjian | 2004-01-13 | 2 | -2/+3 |
* | Fix another place that wasn't maintaining AND/OR flatness of an | Tom Lane | 2004-01-12 | 2 | -15/+65 |
* | Preserve AND/OR flatness during eval_const_expressions(). This seems a | Tom Lane | 2004-01-12 | 1 | -84/+154 |
* | Translation updates | Dennis Bjorklund | 2004-01-11 | 1 | -495/+552 |
* | Mark string for translation. | Dennis Bjorklund | 2004-01-11 | 1 | -2/+2 |
* | Put See Also links back in alphabetical order. | Peter Eisentraut | 2004-01-11 | 1 | -2/+2 |
* | Translation updates | Dennis Bjorklund | 2004-01-11 | 1 | -10/+8 |
* | Translation updates | Dennis Bjorklund | 2004-01-11 | 1 | -73/+99 |
* | 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 | 7 | -31/+155 |
* | Drops in the CreateProcess calls for Win32 (essentially wrapping up the | Bruce Momjian | 2004-01-11 | 6 | -16/+100 |
* | Remove the following unused type definitions: bool8, bool16, bool32, word8, | Neil Conway | 2004-01-10 | 1 | -22/+3 |
* | Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This is | Neil Conway | 2004-01-10 | 14 | -58/+185 |
* | Translation updates | Peter Eisentraut | 2004-01-10 | 2 | -1055/+807 |
* | Improve has_nullable_targetlist() to allow strict functions of simple | Tom Lane | 2004-01-10 | 2 | -28/+36 |
* | Translation updates | Dennis Bjorklund | 2004-01-10 | 1 | -330/+298 |
* | Translation updates | Dennis Bjorklund | 2004-01-10 | 1 | -3125/+3354 |
* | Translation updates | Dennis Bjorklund | 2004-01-10 | 2 | -2/+437 |
* | Make non-wait pg_ctl start/stop message more accurate. | Bruce Momjian | 2004-01-10 | 1 | -3/+9 |
* | Allow BEGIN WORK to specify transaction isolation level, like START | Bruce Momjian | 2004-01-10 | 4 | -11/+41 |
* | Fix subquery pullup logic to not be fooled when a view that appears | Tom Lane | 2004-01-10 | 1 | -5/+33 |
* | Oops, can't do cpp tests inside macros; make two macros instead. | Bruce Momjian | 2004-01-09 | 1 | -4/+7 |
* | Remove ereport() from failed connection; already done, per Tom. | Bruce Momjian | 2004-01-09 | 1 | -5/+1 |
* | Fix for cancel key restarting postmaster, from Claudio | Bruce Momjian | 2004-01-09 | 1 | -2/+2 |
* | Have psql help show \w parameter as requied. | Bruce Momjian | 2004-01-09 | 1 | -2/+2 |
* | Done: | Bruce Momjian | 2004-01-09 | 1 | -3/+3 |