summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2001-05-30Oops, had 0.2 release date wrong.Bruce Momjian
2001-05-30This is a docs patch to go with my DROP CONSTRAINT patch.Bruce Momjian
2001-05-30Correct obsolete example of FROM-less query.Tom Lane
2001-05-30In chapter:Bruce Momjian
2001-05-28Cause plpgsql's PERFORM to behave according to its documentation,Tom Lane
2001-05-28markup fixPeter Eisentraut
2001-05-28Sample output that appears below the table attributes for \d:Bruce Momjian
2001-05-27Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut
2001-05-25Oops, only wanted python change in the last commit. Backing out.Bruce Momjian
2001-05-25While changing Cygwin Python to build its core as a DLL (like Win32Bruce Momjian
2001-05-24SQL function bit_lengthPeter Eisentraut
2001-05-22Make bit and bit varying types reject too long input. (They already triedPeter Eisentraut
2001-05-22more indices -> indexesPeter Eisentraut
2001-05-22ELSEIF PL/PgSQL doc patch.Bruce Momjian
2001-05-21Make char(n) and varchar(n) types raise an error if the inserted string isPeter Eisentraut
2001-05-19Allow special '$libdir' macro to show up in object file path in CREATEPeter Eisentraut
2001-05-17Change "indices" to "indexes", per OED.Peter Eisentraut
2001-05-17Add -U and -W options to pg_dump and friends to support non-interactivePeter Eisentraut
2001-05-17Add dynamic_library_path parameter and automatic appending of sharedPeter Eisentraut
2001-05-17Add HISTORY items for 7.1.2.Bruce Momjian
2001-05-15redo record -> undo record, Tom Lane.Bruce Momjian
2001-05-14Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. InitdbBruce Momjian
2001-05-14Fix 'set path' for csh.Bruce Momjian
2001-05-12Add index. Only some parts of the manual set have index entries so far...Peter Eisentraut
2001-05-12Add command '\pset footer' to psql to turn off default "(x rows)" footer.Peter Eisentraut
2001-05-12PL/Python should build portably now, if you can get over the fact thatPeter Eisentraut
2001-05-11Improve discussion of %TYPE and %ROWTYPE.Tom Lane
2001-05-11Stamp CVS as 7.2. Update all interface version numbers. This is theBruce Momjian
2001-05-11Stamp for 7.1.2. Ready when you are...Bruce Momjian
2001-05-09First cut at making indexscan cost estimates depend on correlationTom Lane
2001-05-09Add --echo option to createlang and droplang.Peter Eisentraut
2001-05-09Change --with-pltcl-unknown to --enable-pltcl-unknownBruce Momjian
2001-05-09This patch adds a new configure option --with-pltcl-unknown whichBruce Momjian
2001-05-09Fix libpq++'s FieldSize to return int, not short.Bruce Momjian
2001-05-09Here's a version of my suggested diffs transplanted to 7.1 beta 5. I'mBruce Momjian
2001-05-09If it's true that the ALTER TABLE x ADD CONSTRAINT x CHECK (x) syntax isBruce Momjian
2001-05-09Cause planner to make use of average-column-width statistic that is nowTom Lane
2001-05-08Update runtime shared memory computations.Bruce Momjian
2001-05-08Add SET SESSION AUTHORIZATION command.Peter Eisentraut
2001-05-08Remove pgadmin.sgml file.Bruce Momjian
2001-05-08Remove LISP manual reference. Added to web "interfaces" page.Bruce Momjian
2001-05-08drop_function.sgml:Bruce Momjian
2001-05-08drop_function.sgml:Bruce Momjian
2001-05-08Further cleanup of RAISE discussion; in particular, remove exampleTom Lane
2001-05-08Fix raise mention that %% output as %.Bruce Momjian
2001-05-08Update RAISE manual concerning % format symbols.Bruce Momjian
2001-05-08Update RAISE mention in manual to take string/variable not format/identifier.Bruce Momjian
2001-05-07Add \cd command to psql.Peter Eisentraut
2001-05-07Solaris startup cleanup from Justin CliftBruce Momjian
2001-05-07Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane