summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2001-09-04Bring references to ipcclean in sync with reality.Peter Eisentraut
2001-09-04Fix typo.Peter Eisentraut
2001-09-03Put some kind of grammatical uniformity in the <refpurpose> lines.Peter Eisentraut
2001-09-02New blood and fresh air for tutorialPeter Eisentraut
2001-08-31The actual execution results are different from examples.Tatsuo Ishii
2001-08-31Actual results are different from examplesTatsuo Ishii
2001-08-31Add ; to the create operator.Tatsuo Ishii
2001-08-31Since 7.1 the data type size of TIME has been increased.Tatsuo Ishii
2001-08-30Fix typo.Tatsuo Ishii
2001-08-29Install the SQL command man pages into a section appropriate for eachPeter Eisentraut
2001-08-29Remove useless xreflabel.Peter Eisentraut
2001-08-28Include directory rearrangementPeter Eisentraut
2001-08-27Fix some typos.Tom Lane
2001-08-26Documentation for transaction-ID-wraparound changes. Add a chapter toTom Lane
2001-08-26Back out "Remove outdated documentation section of ecpg." for Michael.Bruce Momjian
2001-08-26Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane
2001-08-26Document single-letter createuser encryption options.Bruce Momjian
2001-08-25Replace implementation of pg_log as a relation accessed through theTom Lane
2001-08-25Add ENCRYPTED/UNENCRYPTED control in createuser script.Bruce Momjian
2001-08-24Add ecpg --help and --version. Renumber the exit status codes, which werePeter Eisentraut
2001-08-24Start adding some more documentation about the number types. MakePeter Eisentraut
2001-08-24Remove outdated documentation section of ecpg.Bruce Momjian
2001-08-24Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut
2001-08-22Add option to output SET SESSION AUTHORIZATION commands rather thanPeter Eisentraut
2001-08-21Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane
2001-08-21Update FAQ.Bruce Momjian
2001-08-21Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems.Bruce Momjian
2001-08-20Update FAQ.Bruce Momjian
2001-08-16Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-typeTom Lane
2001-08-16Add new MD5 pg_hba.conf keyword. Prevent fallback to crypt.Bruce Momjian
2001-08-16Fix typo. pg_dump -B --> pg_dump -bTatsuo Ishii
2001-08-15Use MD5 for wire protocol encryption for >= 7.2 client/server.Bruce Momjian
2001-08-15Add convert.Tatsuo Ishii
2001-08-14Put back changes I overwrote in packaging 7.1.3.Bruce Momjian
2001-08-14sum() on int2 and int4 columns now uses an int8, not numeric, accumulatorTom Lane
2001-08-14Add HISTORY for 7.1.3. Packaging done.Bruce Momjian
2001-08-13Make LANCOMPILER clause in CREATE LANGUAGE optional. Allow "identifier"Peter Eisentraut
2001-08-13Patch NAME section of reference pages.Bruce Momjian
2001-08-12Make pg_dump handle the new privileges.Peter Eisentraut
2001-08-10Document column-name-list option of CREATE VIEW ... which has been thereTom Lane
2001-08-10Mention that COPY cannot be used on a view (per recent suggestion).Tom Lane
2001-08-10Since PQoidStatus is deprecated, we should probably stop using it inTom Lane
2001-08-10Cleanup some minor oversights in optional-OIDs stuff.Tom Lane
2001-08-10Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane
2001-08-10The portion about the PQgetssl() function in the libpq documentationBruce Momjian
2001-08-10Patch to LOCK multiple tables in one LOCK command.Bruce Momjian
2001-08-09corrections from the DocNotesPeter Eisentraut
2001-08-07some clarifications inspired by the DocNotesPeter Eisentraut
2001-08-06Update now-obsolete example of platform-specific regression comparisonTom Lane
2001-08-06Modify partial-index-predicate applicability tester to test whetherTom Lane