summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Translation updatesDennis Bjorklund2004-01-111-10/+8
* Translation updatesDennis Bjorklund2004-01-111-73/+99
* Add CREATE TRIGGER, CREATE INDEX, and CREATE SEQUENCE to the list ofNeil Conway2004-01-116-25/+147
* 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-1012-36/+142
* 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-102-6/+22
* 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
* Allow psql to handle tilde user expansion for file names.Bruce Momjian2004-01-094-4/+83
* Change PG_DELAY from msec to usec and use it consistenly rather thanBruce Momjian2004-01-094-37/+32
* Translation updatesDennis Bjorklund2004-01-091-650/+413
* Add WIN32 pipe implementation that uses sockets.Bruce Momjian2004-01-092-4/+72
* Remove duplicate include of value.h. I think it got in because Tom and I bot...Bruce Momjian2004-01-091-2/+1
* Add comment about synchronous signals.Bruce Momjian2004-01-091-2/+6
* Allow libpq to do thread-safe SIGPIPE handling. This allows it toBruce Momjian2004-01-098-10/+146
* Fix incorrect SQL syntax emitted when -E is given without -P.Tom Lane2004-01-091-5/+5
* Fix a spelling mistake in a comment.Neil Conway2004-01-081-2/+2
* Throw compile error if our non-thread-safe snprintf is used.Bruce Momjian2004-01-081-1/+6
* Update OSF thread flags for non-gcc compiles.Bruce Momjian2004-01-081-1/+5
* Translation updatesDennis Bjorklund2004-01-081-385/+456
* Translation updatesDennis Bjorklund2004-01-081-4/+4
* [Forced commit to add log message that I fat-fingered last time]Tom Lane2004-01-081-2/+1
* Fix Solaris thread build settings for non-gcc compilers.Bruce Momjian2004-01-081-3/+4
* makeTom Lane2004-01-071-3/+3
* Make some improvements in the intelligence of the partial-indexTom Lane2004-01-071-52/+190
* Translation updatesDennis Bjorklund2004-01-071-23/+266
* Add missing inclusion of nodes/value.h.Tom Lane2004-01-071-1/+2
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-0771-436/+424
* Cleanup: move the 'Value' node into a separate file, rather than puttingNeil Conway2004-01-077-128/+146