aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian2003-01-06
| | | | | | | if the OS supports it. Code will still compile on non-IPv6-aware machines (feature added by Bruce). Nigel Kukard
* Add note explaining that a mergejoinable equality operator is nowTom Lane2003-01-06
| | | | | | required if a datatype is to be accepted by GROUP BY, DISTINCT, or ORDER BY. This is documentation for code changes made pursuant to pgsql-hackers discussion around 29-Nov-02.
* ALTER DOMAIN OWNER, from Rod Taylor.Tom Lane2003-01-06
|
* Update:Bruce Momjian2003-01-01
| | | | | < * Have DEFAULT dependency track use of sequence, for DROP DEFAULT check > * Disallow changing default expression of a SERIAL column
* Add:Bruce Momjian2002-12-31
| | | | > * Have DEFAULT dependency track use of sequence, for DROP DEFAULT check
* Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers asTom Lane2002-12-30
| | | | needed). Some desultory const-ification of SPI interface to support this.
* Code review for transaction-safe-TRUNCATE patch: minor cleanups.Tom Lane2002-12-30
|
* Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transactionTom Lane2002-12-30
| | | | stop/start nesting, other infelicities.
* Cause FETCH 1 to return the current cursor row, or zero if atBruce Momjian2002-12-30
| | | | | | | | | | | | beginning/end of cursor. Have MOVE return 0/1 depending on cursor position. Matches SQL spec. Pass cursor counter from parser as a long rather than int. Doc updates.
* Add:Bruce Momjian2002-12-30
| | | | > * Allow infinite dates just like infinite timestamps
* Trivial patch to increase max_fsm_pages as per earlier discussion.Bruce Momjian2002-12-27
| | | | Philip Warner
* Added:Bruce Momjian2002-12-27
| | | | > * Two-phase commit to implement distributed transactions
* Add developer organizations:Bruce Momjian2002-12-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | < * Bruce is Bruce Momjian <pgman@candle.pha.pa.us> < * Christopher is Christopher Kings-Lynne <chriskl@familyhealth.com.au> < * D'Arcy is D'Arcy J.M. Cain <darcy@druid.net> > * Bruce is Bruce Momjian <pgman@candle.pha.pa.us> of Software Research Assoc. > * Christopher is Christopher Kings-Lynne <chriskl@familyhealth.com.au> of > Family Health Network > * D'Arcy is D'Arcy J.M. Cain <darcy@druid.net> of The Cain Gang Ltd. 460,461c461,462 < * Fernando Nasser <fnasser@redhat.com> < * Gavin Sherry <swm@linuxworld.com.au> > * Fernando Nasser <fnasser@redhat.com> of Red Hat > * Gavin Sherry <swm@linuxworld.com.au> of Alcove Systems Engineering 464,466c465,467 < * Jan is Jan Wieck <wieck@sapserv.debis.de> < * Liam is Liam Stewart <liams@redhat.com> < * Marc is Marc Fournier <scrappy@hub.org> > * Jan is Jan Wieck <JanWieck@Yahoo.com> of PeerDirect Corp. > * Liam is Liam Stewart <liams@redhat.com> of Red Hat > * Marc is Marc Fournier <scrappy@hub.org> of PostgreSQL, Inc. 468,469c469 < * Marko is Marko Kreen <marko@l-t.ee> < * Michael is Michael Meskes <meskes@postgresql.org> > * Michael is Michael Meskes <meskes@postgresql.org> of Credativ 472c472 < * Peter M is Peter T Mount <peter@retep.org.uk> > * Peter M is Peter T Mount <peter@retep.org.uk> of Retep Software 474c474 < * Philip is Philip Warner <pjw@rhyme.com.au> > * Philip is Philip Warner <pjw@rhyme.com.au> of Albatross Consulting Pty. Ltd. 477d476 < * Ryan is Ryan Bradetich <rbrad@hpb50023.boi.hp.com> 479,483c478,481 < * Tatsuo is Tatsuo Ishii <t-ishii@sra.co.jp> < * Thomas is Thomas Lockhart <lockhart@fourpalms.org> < * Tom is Tom Lane <tgl@sss.pgh.pa.us> < * TomH is Tom I Helbekkmo <tih@Hamartun.Priv.no> < * Vadim is Vadim B. Mikheev <vadim4o@email.com> > * Tatsuo is Tatsuo Ishii <t-ishii@sra.co.jp> of Software Research Assoc. > * Thomas is Thomas Lockhart <lockhart@fourpalms.org> of Jet Propulsion Labratory > * Tom is Tom Lane <tgl@sss.pgh.pa.us> of Red Hat > * Vadim is Vadim B. Mikheev <vadim4o@email.com> of Sector Data
* Update 7.3.1 to give proper attribution to pg_dump item.Bruce Momjian2002-12-20
|
* MVCC doc improvements:Bruce Momjian2002-12-18
| | | | | | | | | | > I'm not objecting to improving the text. I am objecting to deleting it > outright... Ok, fair enough. I've attached a revised version of the patch -- let me know you think it needs further improvements. Neil Conway
* Update Russian FAQ. Update all FAQ's for 7.3.X branch.Bruce Momjian2002-12-18
|
* Add some items to development-branch release notes.Tom Lane2002-12-18
|
* *** empty log message ***Bruce Momjian2002-12-18
|
* incorporates latest changes in the English original.Bruce Momjian2002-12-18
| | | | Ian Barwick
* Stamp 7.3.1Bruce Momjian2002-12-18
|
* Stamp 7.3.1.Bruce Momjian2002-12-18
|
* Improvement to CREATE TRIGGER and catalog documentation.Bruce Momjian2002-12-17
| | | | Neil Conway
* Document that zero-column tables are allowed (and non-standard).Tom Lane2002-12-16
|
* Update release to mark 7.3.Bruce Momjian2002-12-16
|
* Initial version of the SQL information schemaPeter Eisentraut2002-12-14
|
* This patch fixes a few typos in the documentation for the '~/.pgpass'Bruce Momjian2002-12-13
| | | | | | libpq feature. Neil Conway
* > There is an ugly little problem with the DB wrapper class.Bruce Momjian2002-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > > In pg.py the attributes of DB are defined as being the same as > the attributes of the corresponding pgobject "db", using the following ... > The problem is that the attributes of db (which are read only) > are not static (they are actually function calls to PostgreSQL), > especially "status" and "error", but those attributes are copied > and this is done only once when initializing the DB object. > > So, in effect, only the attribute "db.error" of a DB instance > will be updated, but not the attribute "error". Same with "status". > Don't copy the (read only) attributes of the pgobject to the > DB object, but only the methods, and all of them, like this: > > --------------- change in pg.py ------------------ > # Create convience methods, in a way that is still overridable. > for e in self.db.__methods__: > setattr(self, e, getattr(self.db, e)) > ---------------------------------------------------- > > Furthermore, make an addition to the documentation of the > DB wrapper class (i.e. in pygresql-pg-db.html): > After the sentence "All pgobject methods are included in this class also." > add the following sentence "The pgobject read-only attributes can be > accessed py adding the prefix 'db.' to them." Christoph Zwerschke
* TODO marked as done:Bruce Momjian2002-12-12
| | | | | | | | | | | | | | | | | | | | | * Add schema, cast, and conversion backslash commands to psql I had to create a new publically available function, pg_conversion_is_visible, as it seemed to be missing from the catalogs. This required me to do no small amount of hacking around in namespace.c I have updated the \? help and sgml docs. \dc - list conversions [PATTERN] \dC - list casts \dn list schemas I didn't support patterns with casts as there's nothing obvious to match against. Catalog version incremented --- initdb required. Christopher Kings-Lynne
* Done:Bruce Momjian2002-12-12
| | | | > * -Add schema, cast, and conversion backslash commands to psql (Christopher)
* Preliminary code review for domain CHECK constraints patch: add documentation,Tom Lane2002-12-12
| | | | | | | | make VALUE a non-reserved word again, use less invasive method of passing ConstraintTestValue into transformExpr, fix problems with nested constraint testing, do correct thing with NULL result from a constraint expression, remove memory leak. Domain checks still need much more work if we are going to allow ALTER DOMAIN, however.
* Add for protocol changes:Bruce Momjian2002-12-12
| | | | > o Compression?
* Mark SCO Openserver 5.0.4. supported by 7.3.1 as per chat report from user.Bruce Momjian2002-12-11
| | | | template/sco updated.
* Add:Bruce Momjian2002-12-10
| | | | | | | | | | | | | | | | | > > * Wire Protocol Changes > o Show transaction status in psql > o Allow binding of query parameters, support for prepared queries > o Add optional textual message to NOTIFY > o Remove hard-coded limits on user/db/password names > o Remove unused elements of startup packet (unused, tty, passlength) > o Fix COPY/fastpath protocol? > o Replication support? > o Error codes > o Dynamic character set handling > o Special passing of binary values in platform-neutral format (bytea?) > o ecpg improvements? > o Add decoded type, length, precision
* More minor improvements to the SGML docs, namelyBruce Momjian2002-12-10
| | | | | | doc/src/sgml/runtime.sgml Neil Conway
* This patch updates doc/src/sgml/runtime.sgml to refer to "MacOS X", notBruce Momjian2002-12-09
| | | | | | "OS/X". Neil Conway
* Add:Bruce Momjian2002-12-09
| | | | > * Add ROLLUP, CUBE, GROUPING SETS options to GROUP BY
* In the examples, I missed changing a few 'column' and 'table' mentionsBruce Momjian2002-12-06
| | | | | | to domain when copying alter table docs. -- Rod Taylor <rbt@rbt.ca>
* Attached are two small patches to expose md5 as a user function -- includingBruce Momjian2002-12-06
| | | | | | | | documentation and regression test mods. It seemed small and unobtrusive enough to not require a specific proposal on the hackers list -- but if not, let me know and I'll make a pitch. Otherwise, if there are no objections please apply. Joe Conway
* Mention of DEFAULT_STATISTICS_TARGET default.Bruce Momjian2002-12-06
| | | | Jeff Davis
* This patch improves the documentation for SERIAL columns a little bit.Bruce Momjian2002-12-06
| | | | Neil Conway
* RANDOM_PAGE_COST clarification of docs.Bruce Momjian2002-12-06
| | | | Joseph Shraibman
* Mark ALTER DOMAIN as supported, fix typo in header.Bruce Momjian2002-12-06
|
* Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian2002-12-06
|
* Add file.Bruce Momjian2002-12-06
|
* Add SGML file.Bruce Momjian2002-12-06
|
* Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian2002-12-06
|
* ALTER DOMAIN .. SET / DROP NOT NULLBruce Momjian2002-12-06
| | | | | | | | | | ALTER DOMAIN .. SET / DROP DEFAULT ALTER DOMAIN .. ADD / DROP CONSTRAINT New files: - doc/src/sgml/ref/alter_domain.sgml Rod Taylor
* With a recent commit truncate is transaction safe in 7.4.Bruce Momjian2002-12-06
| | | | Rod Taylor
* Add:Bruce Momjian2002-12-05
| | | | | | | > * Add SQL99 WITH clause to SELECT (Tom, Fernando) > * Add SQL99 WITH RECURSIVE to SELECT (Tom, Fernando) 443a444 > * Fernando Nasser <fnasser@redhat.com>
* Improvements from Neil Conway.Bruce Momjian2002-12-05
|