summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2001-07-03Correct substring() example, found by Thomas T. Thai.Bruce Momjian
2001-06-30Allow default transaction isolation level (a.k.a. set sessionPeter Eisentraut
2001-06-30fix markupPeter Eisentraut
2001-06-30The System V resources discussed here apply to NetBSD as well. In factD'Arcy J.M. Cain
2001-06-27Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane
2001-06-23Add TEMPORARY sequences and have SERIAL on a temp table have a temporaryBruce Momjian
2001-06-23fix markupPeter Eisentraut
2001-06-22updates for new startup sequence, some reformattingPeter Eisentraut
2001-06-22Attached is documentation describing plperlu differences from plperl.Bruce Momjian
2001-06-22Mention that EXPLAIN results on small tables shouldn't be extrapolatedTom Lane
2001-06-19Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing booleanTom Lane
2001-06-18Fix some references to USE_AUSTRALIAN_RULES that Bruce missed;Tom Lane
2001-06-18Add GUC setting for Australian timezones. Uses new GUC boolean callbackBruce Momjian
2001-06-18Improve wording of authentication files.Bruce Momjian
2001-06-15Oops, forgot to commit doco updates for has_table_privilege.Tom Lane
2001-06-13Docs for:Bruce Momjian
2001-06-12Clean up various to-do items associated with system indexes:Tom Lane
2001-06-11Update EXPLAIN discussion and examples to match current sources.Tom Lane
2001-06-10Update or remove mentions of versions where appropriate.Bruce Momjian
2001-06-09Allow GRANT/REVOKE to/from more than one user per invocation. Command tagPeter Eisentraut
2001-06-09Fix a few missed NOIND usages.Tom Lane
2001-06-07reset all: command line and .conf options change defaultsBruce Momjian
2001-06-04This patch adds support for %TYPE in CREATE FUNCTION argument and returnBruce Momjian
2001-06-02Native Language Support (NLS)Peter Eisentraut
2001-06-01Clean up some minor problems exposed by further thought about Panon's bugTom Lane
2001-06-01Update release 1.09 dateBruce Momjian
2001-05-31Forgot SGML section section id tag for 7.1.Bruce Momjian
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