summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove JDBC from the build system and documentation, too.Tom Lane2004-01-1913-3497/+15
* Improve discussion of consistent-snapshot backup technique. HaphazardTom Lane2004-01-191-9/+21
* missed a few filesPostgreSQL Daemon2004-01-1912-2271/+0
* JDBC is now on GBorgPostgreSQL Daemon2004-01-19147-33298/+0
* Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane2004-01-1917-144/+183
* Correct type for isalnumTeodor Sigaev2004-01-191-1/+1
* Fix typo.Peter Eisentraut2004-01-191-2/+2
* Don't return an overoptimistic result from join_in_selectivity whenTom Lane2004-01-191-12/+24
* Recognize that IN subqueries return already-unique results if they useTom Lane2004-01-191-6/+35
* Add a hash table to cache lookups of 'C'-language functions (that is,Tom Lane2004-01-193-30/+165
* Translation updatePeter Eisentraut2004-01-181-171/+1369
* Don't use %s-with-precision format spec to truncate data being displayedTom Lane2004-01-181-12/+48
* When testing whether a sub-plan can do projection, use a general-purposeTom Lane2004-01-184-91/+81
* Repair misestimation of indexscan CPU costs. When an indexqual containsTom Lane2004-01-171-9/+26
* Tighten short-circuit tests for deciding whether we need to invokeTom Lane2004-01-164-31/+26
* Some refinement of XSLT processing: The result now looks just about as goodPeter Eisentraut2004-01-152-15/+56
* Adjusted calculation of shared memory requirements to newJan Wieck2004-01-153-47/+56
* Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this timeTom Lane2004-01-1418-183/+183
* Translation updatesDennis Bjorklund2004-01-141-3/+3
* pg_settings should have UPDATE privilege allowed to public.Tom Lane2004-01-141-1/+3
* The no-updates-to-system-catalogs-unless-usecatupd restriction shouldTom Lane2004-01-141-7/+13
* Revert ill-starred change of 13-Feb-02: it appeared to fix a problem ofTom Lane2004-01-141-24/+22
* Translation updatePeter Eisentraut2004-01-131-216/+188
* Make rule and stylesheet to try out XSLT for DocBook processingPeter Eisentraut2004-01-132-1/+85
* Fix ecpg test program to properly access int* null indicator.Bruce Momjian2004-01-132-2/+3
* Fix another place that wasn't maintaining AND/OR flatness of anTom Lane2004-01-122-15/+65
* Preserve AND/OR flatness during eval_const_expressions(). This seems aTom Lane2004-01-121-84/+154
* Translation updatesDennis Bjorklund2004-01-111-495/+552
* Mark string for translation.Dennis Bjorklund2004-01-111-2/+2
* Put See Also links back in alphabetical order.Peter Eisentraut2004-01-111-2/+2
* Translation updatesDennis Bjorklund2004-01-111-10/+8
* Translation updatesDennis Bjorklund2004-01-111-73/+99
* Minor documentation improvements.Neil Conway2004-01-116-27/+28
* Add CREATE TRIGGER, CREATE INDEX, and CREATE SEQUENCE to the list ofNeil Conway2004-01-117-31/+155
* Drops in the CreateProcess calls for Win32 (essentially wrapping up theBruce Momjian2004-01-116-16/+100
* Remove the following unused type definitions: bool8, bool16, bool32, word8,Neil Conway2004-01-101-22/+3
* Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This isNeil Conway2004-01-1014-58/+185
* Translation updatesPeter Eisentraut2004-01-102-1055/+807
* Improve has_nullable_targetlist() to allow strict functions of simpleTom Lane2004-01-102-28/+36
* Translation updatesDennis Bjorklund2004-01-101-330/+298
* Translation updatesDennis Bjorklund2004-01-101-3125/+3354
* Translation updatesDennis Bjorklund2004-01-102-2/+437
* Make non-wait pg_ctl start/stop message more accurate.Bruce Momjian2004-01-101-3/+9
* Allow BEGIN WORK to specify transaction isolation level, like STARTBruce Momjian2004-01-104-11/+41
* Fix subquery pullup logic to not be fooled when a view that appearsTom Lane2004-01-101-5/+33
* Oops, can't do cpp tests inside macros; make two macros instead.Bruce Momjian2004-01-091-4/+7
* Remove ereport() from failed connection; already done, per Tom.Bruce Momjian2004-01-091-5/+1
* Fix for cancel key restarting postmaster, from ClaudioBruce Momjian2004-01-091-2/+2
* Have psql help show \w parameter as requied.Bruce Momjian2004-01-091-2/+2
* Done:Bruce Momjian2004-01-091-3/+3