summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-01-14Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this timeTom Lane
2004-01-14Translation updatesDennis Bjorklund
2004-01-14pg_settings should have UPDATE privilege allowed to public.Tom Lane
2004-01-14The no-updates-to-system-catalogs-unless-usecatupd restriction shouldTom Lane
2004-01-14Revert ill-starred change of 13-Feb-02: it appeared to fix a problem ofTom Lane
2004-01-13Translation updatePeter Eisentraut
2004-01-13Make rule and stylesheet to try out XSLT for DocBook processingPeter Eisentraut
2004-01-13Fix ecpg test program to properly access int* null indicator.Bruce Momjian
2004-01-12Fix another place that wasn't maintaining AND/OR flatness of anTom Lane
2004-01-12Preserve AND/OR flatness during eval_const_expressions(). This seems aTom Lane
2004-01-11Translation updatesDennis Bjorklund
2004-01-11Mark string for translation.Dennis Bjorklund
2004-01-11Put See Also links back in alphabetical order.Peter Eisentraut
2004-01-11Translation updatesDennis Bjorklund
2004-01-11Translation updatesDennis Bjorklund
2004-01-11Minor documentation improvements.Neil Conway
2004-01-11Add CREATE TRIGGER, CREATE INDEX, and CREATE SEQUENCE to the list ofNeil Conway
2004-01-11Drops in the CreateProcess calls for Win32 (essentially wrapping up theBruce Momjian
2004-01-10Remove the following unused type definitions: bool8, bool16, bool32, word8,Neil Conway
2004-01-10Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This isNeil Conway
2004-01-10Translation updatesPeter Eisentraut
2004-01-10Improve has_nullable_targetlist() to allow strict functions of simpleTom Lane
2004-01-10Translation updatesDennis Bjorklund
2004-01-10Translation updatesDennis Bjorklund
2004-01-10Translation updatesDennis Bjorklund
2004-01-10Make non-wait pg_ctl start/stop message more accurate.Bruce Momjian
2004-01-10Allow BEGIN WORK to specify transaction isolation level, like STARTBruce Momjian
2004-01-10Fix subquery pullup logic to not be fooled when a view that appearsTom Lane
2004-01-09Oops, can't do cpp tests inside macros; make two macros instead.Bruce Momjian
2004-01-09Remove ereport() from failed connection; already done, per Tom.Bruce Momjian
2004-01-09Fix for cancel key restarting postmaster, from ClaudioBruce Momjian
2004-01-09Have psql help show \w parameter as requied.Bruce Momjian
2004-01-09Done:Bruce Momjian
2004-01-09Allow psql to handle tilde user expansion for file names.Bruce Momjian
2004-01-09Change PG_DELAY from msec to usec and use it consistenly rather thanBruce Momjian
2004-01-09Translation updatesDennis Bjorklund
2004-01-09Add WIN32 pipe implementation that uses sockets.Bruce Momjian
2004-01-09Remove duplicate include of value.h. I think it got in because Tom and I bot...Bruce Momjian
2004-01-09Add comment about synchronous signals.Bruce Momjian
2004-01-09Allow libpq to do thread-safe SIGPIPE handling. This allows it toBruce Momjian
2004-01-09German FAQ update.Bruce Momjian
2004-01-09Fix incorrect SQL syntax emitted when -E is given without -P.Tom Lane
2004-01-08Remove broken (and unnecessary) definition of operator <> for _int4Tom Lane
2004-01-08Fix a spelling mistake in a comment.Neil Conway
2004-01-08Throw compile error if our non-thread-safe snprintf is used.Bruce Momjian
2004-01-08Update Russian FAQ.Bruce Momjian
2004-01-08Update OSF thread flags for non-gcc compiles.Bruce Momjian
2004-01-08Translation updatesDennis Bjorklund
2004-01-08Translation updatesDennis Bjorklund
2004-01-08[Forced commit to add log message that I fat-fingered last time]Tom Lane