aboutsummaryrefslogtreecommitdiff
path: root/doc/src
Commit message (Collapse)AuthorAge
...
* Editorial work on descriptions of options.Tom Lane2001-10-23
|
* Move ALL out of UNION|INTERSECT|EXCEPT syntax.Bruce Momjian2001-10-23
| | | | Alvaro Herrera
* Add note explaining that multiple prompts for a password are normalTom Lane2001-10-22
| | | | behavior when password auth is used.
* Make the CREATE TABLE ref page more readable and update some information.Peter Eisentraut2001-10-22
|
* Remove LIMIT #,# and suggest LIMIT # OFFSET #, per mailing list discussion.Bruce Momjian2001-10-20
|
* Typo.Tom Lane2001-10-19
|
* Change error code docs to use colons.Bruce Momjian2001-10-18
|
* Document all the ecpg error codes.Bruce Momjian2001-10-18
|
* Add documentation about statistics collector and stats views & functions.Tom Lane2001-10-16
|
* Add a section about the planner's statistics, including a descriptionTom Lane2001-10-16
| | | | of the new pg_stats view.
* Add note about pg_stats to pg_statistic entry; add sections forTom Lane2001-10-15
| | | | | pg_largeobject, pg_listener, pg_rewrite, pg_trigger; miscellaneous small improvements.
* Suggest placing audit trail on pg_shadow, not its view pg_user.Tom Lane2001-10-15
|
* Update examples of type coercion rules --- some of them no longer workedTom Lane2001-10-15
| | | | as the example claimed, because of changes elsewhere in the system.
* Update FAQ.Bruce Momjian2001-10-14
|
* Update FAQ.Bruce Momjian2001-10-13
|
* More keyword uppercasing.Bruce Momjian2001-10-13
|
* Attached patch for unconditional enabling of pltcl-unknown support.Bruce Momjian2001-10-13
| | | | | | | | Enabling this feature adds very light overhead of 1 select from pg_class on first using of pl/tcl in backend if unknown suppport is really unused. But pl/tcl with this support has very improved functionality. Patch includes changes to documentation.
* Update FAQ.Bruce Momjian2001-10-13
|
* Update FAQ.Bruce Momjian2001-10-13
|
* Update FAQ.Bruce Momjian2001-10-13
|
* More uppercasing.Bruce Momjian2001-10-12
|
* Uppercase keywords where appropriate.Bruce Momjian2001-10-12
|
* Fix reverse FOR loop to work properly, uppercase cleanup in file.Bruce Momjian2001-10-12
|
* Add a new function "pg_client_encoding" which returns the current clientTatsuo Ishii2001-10-12
| | | | | | side encoding name. This is necessary for client API's such as JDBC to perform correct encoding conversions. See my email "[HACKERS] pg_client_encoding" 10 Sep 2001.
* Break transformCreateStmt() into multiple routines and makeTom Lane2001-10-12
| | | | | | | | | transformAlterStmt() use these routines, instead of having lots of duplicate (not to mention should-have-been-duplicate) code. Adding a column with a CHECK constraint actually works now, and the tests to reject unsupported DEFAULT and NOT NULL clauses actually fire now. ALTER TABLE ADD PRIMARY KEY works, modulo having to have created the column(s) NOT NULL already.
* Document use of GEQO param in subquery pullups.Bruce Momjian2001-10-11
|
* Add documention for ecpg -209 error.Bruce Momjian2001-10-11
|
* Remove mention of "pg_result -list" becuase it is not implemented, perBruce Momjian2001-10-11
| | | | Tatsuo.
* Remove gratuitous discrepancy between extract() and date_part(),Peter Eisentraut2001-10-10
| | | | | regarding timezone_hour, timezone_minute vs. tz_hour, tz_minute. Document the former.
* Allow optional () after current_user, session_user, user, current_time,Peter Eisentraut2001-10-09
| | | | | | | | | current_timestamp, current_date for ODBC compatibility. Add more functions to odbc.sql catalog extension, use new CREATE OR REPLACE FUNCTION. Document iODBC/unixODBC build options.
* Bunch of copy fitting and style sheet tweakage to get decent looking printPeter Eisentraut2001-10-09
| | | | | output (from pdfjadetex). Also updated instructions to install documentation processing toolchain.
* Correct some errors in plpgsql examples, as reported by Junichi Kobayasi.Tom Lane2001-10-09
|
* Change plpgsql to depend on main parser's type-declaration grammar,Tom Lane2001-10-09
| | | | | | | rather than having its own somewhat half-baked notion of what a type declaration looks like. This is necessary now to ensure that plpgsql will think a 'timestamp' variable has the same semantics as 'timestamp' does in the main SQL grammar; and it should avoid divergences in future.
* ouput -> outputBruce Momjian2001-10-05
| | | | Oliver Elphick
* Finetuning for legalnotice in print output. Add some "ASCII markup" forPeter Eisentraut2001-10-04
| | | | text output.
* Finetuning for better print formattingPeter Eisentraut2001-10-04
|
* Replace simplelists with itemizedlists for better formattingPeter Eisentraut2001-10-04
|
* RewordingPeter Eisentraut2001-10-04
|
* Fix spacing to get proper URL formatting in print outputPeter Eisentraut2001-10-04
|
* Hack for Jade vs TeX interpretation of "--"Peter Eisentraut2001-10-04
|
* Consider interpreting a function call as a trivial (binary-compatible)Tom Lane2001-10-04
| | | | | | | | | type coercion after failing to find an exact match in pg_proc, but before considering interpretations that involve a function call with one or more argument type coercions. This avoids surprises wherein what looks like a type coercion is interpreted as coercing to some third type and then to the destination type, as in Dave Blasby's bug report of 3-Oct-01. See subsequent discussion in pghackers.
* Change some 7.2 mentions to version macro.Bruce Momjian2001-10-04
|
* DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntaxTom Lane2001-10-03
| | | | | | | 'aggname (aggtype)'. The old syntax 'aggname aggtype' is still accepted for backwards compatibility. Fix pg_dump, which was actually broken for most cases of user-defined aggregates. Clean up error messages associated with these commands.
* Minor fixup in spacing for tabular information.Thomas G. Lockhart2001-10-03
|
* Add CREATE OR REPLACE FUNCTION syntax to allow replacing a functionTom Lane2001-10-02
| | | | | definition without changing the function's OID, thereby not breaking rules, views, triggers, etc that depend on it. From Gavin Sherry.
* Fix typo (block size is 8 kB not 8192 kB).Tom Lane2001-10-01
|
* Fix wording.Bruce Momjian2001-10-01
|
* Update docs for 7.2 mention where appropriate.Bruce Momjian2001-10-01
|
* > > > > > - PostgreSQL requires to be compiled with --enable-multibyteBruce Momjian2001-10-01
| | | | | | | | | | | | | | | | | | | > > > > > and --enable-unicode-convertion if it ought to work correctly > > > > > with Tcl/Tk >= 8.1 (client or server side). > > > > > > > > > > - PL/Tcl needs to be changed to use pg_do_encoding_conversion > > > > > if it runs on a Tcl version >= 8.1 . > > > > > > > I'll do pl/tcl part in the next version of patch. Using this approach we > > > > can eliminate overhead for databases in UNICODE. > > > > > > Any progress on this? I'd prefer to get rid of this --enable-pltcl-utf > > > option before release. > > > > Done > > > > Next version removes --enable-pltcl-utf switch and enables embedded > > utf conversion of pgsql if tcl version >=8.1 and --enable-unicode-conversion
* Allow the postmaster to accept changes in PGC_BACKEND GUC variablesTom Lane2001-09-30
| | | | | | from the config file, so that these changes will propagate to backends started later. Already-started backends continue to ignore changes in these variables.