summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
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
2001-05-06Allow 'psql -f -' to read from standard input.Peter Eisentraut
2001-05-06Make prompt customization work with changeable Unix socket location.Peter Eisentraut
2001-05-05UPdate for release tomorrow.Bruce Momjian
2001-05-04COMMIT_DELAY and COMMIT_SIBLINGS were missing from the list of WALTom Lane
2001-05-04Add missing tag.Bruce Momjian
2001-05-03BTW it does not add encodign it just patches existing one (KOI8) toBruce Momjian
2001-05-03pg_dump can dump 7.0 databases.Bruce Momjian
2001-05-03Describe handling of multiply-inherited fields correctly.Tom Lane
2001-05-03Update shared memory docs.Bruce Momjian
2001-05-03Final stamp for 7.1.1. All done.Bruce Momjian
2001-05-03Some updates for 7.1.1.Bruce Momjian
2001-05-02In the outputs section the NOTICE reads:Bruce Momjian
2001-05-02Added mention of SHMALL and removed BSD/OS-specific table.Bruce Momjian
2001-05-02description of the command line option echo should read:Bruce Momjian
2001-05-01Bump version to 7.1.1. Now run over to hub to rebuild documentationPeter Eisentraut
2001-05-01More markup fixesPeter Eisentraut
2001-05-01Fix slightly confused description of debug options.Tom Lane
2001-04-30Document pltcl's return_null command.Tom Lane
2001-04-30Repair freshly-broken markup.Tom Lane