| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-09-03 | Update German FAQ. | Bruce Momjian | |
| Ian Barwick | |||
| 2003-09-01 | Do not pass server_encoding to the client. | Peter Eisentraut | |
| libpq, talking to an old server, should assume SQL_ASCII as the default client encoding, because that is what the server will actually use (not the server encoding). | |||
| 2003-09-01 | Clean up after pygresql removal: adjust/remove documentation and remove | Peter Eisentraut | |
| unneeded configure work. | |||
| 2003-09-01 | Add mention of OID wraparound. | Bruce Momjian | |
| 2003-08-31 | Add/edit index entries. | Peter Eisentraut | |
| 2003-08-31 | Set LC_ALL=C when running collateindex.pl to get predictable sort order. | Peter Eisentraut | |
| 2003-08-30 | Fix unixware template --- had spaces around equals. | Bruce Momjian | |
| 2003-08-28 | Make documentation of pg_restore's -N, -o, -r switches bear some | Tom Lane | |
| slight resemblance to their actual behavior. | |||
| 2003-08-27 | Add "override" for make variable JADEFLAGS, since upper directory passes | Peter Eisentraut | |
| this variable on the command line. | |||
| 2003-08-27 | Major cleanup of SPI chapter | Peter Eisentraut | |
| 2003-08-27 | Update URL for 7.3 changes: | Bruce Momjian | |
| http://developer.postgresql.org/~momjian/upgrade_tips_7.3 | |||
| 2003-08-25 | Add the Brazilian time zone abbreviations BRT, BRST, FNT, FNST. | Tom Lane | |
| ACT and ACST were already present. AMT and AMST conflict with the existing entries for Armenia; no change there for the moment. | |||
| 2003-08-24 | Change warnings for non-existing or pre-existing cursors to errors. | Peter Eisentraut | |
| 2003-08-24 | Add macros for error result fields to libpq. | Peter Eisentraut | |
| 2003-08-19 | Updates for array documentation, from Joe Conway. | Tom Lane | |
| 2003-08-17 | Somebody forgot to include any actual documentation for ADD_MISSING_FROM. | Tom Lane | |
| 2003-08-17 | Update documentation to reflect the fact that ORDER BY, GROUP BY, etc | Tom Lane | |
| are now driven by the default btree opclass, rather than assuming that particular operator names have the needed semantics. | |||
| 2003-08-17 | Fix broken markup. | Tom Lane | |
| 2003-08-17 | I almost forgot mark in docs "to_char(interval)" as deprecated function. | Bruce Momjian | |
| This useless routine will removed in 7.5. It's already discussed (see hackers list archive). Karel Zak | |||
| 2003-08-17 | This patch makes two minor fixes to the docs: (1) fixes a | Bruce Momjian | |
| spelling mistake in the PREPARE ref page (2) Makes some English more consistent, in the ref pages for some of the client apps (3) Adds a link to the libpq docs in the vacuumdb ref page. Neil Conway | |||
| 2003-08-17 | There is a misstatement in the CLOSE reference page, now that we | Bruce Momjian | |
| have cursors that might outlive their creating transactions. A patch is attached that fixes this (suggestions on better wording are welcome). Neil Conway | |||
| 2003-08-17 | I just noticed that the sample pg_hba.conf in the docs doesn't contain | Bruce Momjian | |
| any use of CIDR masks - here's a patch that adds a couple of sample lines and associated comments. Andrew Dunstan | |||
| 2003-08-17 | The attached patch adds some clarification to the documentation of the | Bruce Momjian | |
| binary format read/created by COPY BINARY. It also mentions the contrib/binarycopy module. Lee Kindness. | |||
| 2003-08-17 | Add mention of sort_mem in the restore docs. | Bruce Momjian | |
| 2003-08-17 | Update for 7.3 tips URL. | Bruce Momjian | |
| 2003-08-16 | Add mention that Kerberos 4 isn't recommended. | Bruce Momjian | |
| 2003-08-14 | Minor copy-editing. | Tom Lane | |
| 2003-08-14 | Fix longstanding thinko in SSL protocol documentation: the server's | Tom Lane | |
| initial response is 'S', not 'Y', when it is willing to do SSL. | |||
| 2003-08-13 | libpq failed to cope with COPY FROM STDIN if the command was issued | Tom Lane | |
| via extended query protocol, because it sends Sync right after Execute without realizing that the command to be executed is COPY. There seems to be no reasonable way for it to realize that, either, so the best fix seems to be to make the backend ignore Sync during copy-in mode. Bit of a wart on the protocol, but little alternative. Also, libpq must send another Sync after terminating the COPY, if the command was issued via Execute. | |||
| 2003-08-13 | Add PQexecPrepared() and PQsendQueryPrepared() functions, to allow | Tom Lane | |
| libpq users to perform Bind/Execute of previously prepared statements. Per yesterday's discussion, this offers enough performance improvement to justify bending the 'no new features during beta' rule. | |||
| 2003-08-10 | Make various links point to specific places instead of entire parts | Tom Lane | |
| (doubtless these are hangovers from the old separate-books days). | |||
| 2003-08-10 | Request verbose error message output in bug reports. | Tom Lane | |
| 2003-08-09 | Update docs for 7.4 array features and polymorphic functions. | Tom Lane | |
| This is Joe Conway's patch of 7-Aug plus further editorializing of my own. | |||
| 2003-08-07 | markup fixes | Barry Lind | |
| 2003-08-07 | Noticed broken markup in ecpg.sgml. Attached patch fixes it. Please | Bruce Momjian | |
| apply. Joe Conway | |||
| 2003-08-06 | Applied doc patch for the jdbc docs submitted by Nic Ferrier for functionality | Barry Lind | |
| he supplied a few months ago, but didn't get around to docing until now. And he also added some doc for calling stored functions in general from jdbc that was missing. Modified Files: sgml/jdbc.sgml | |||
| 2003-08-04 | Add a note that AND and OR are commutative. Apparently, they are not in | Peter Eisentraut | |
| certain other products. | |||
| 2003-08-04 | Remove --enable-recode feature, since it's been broken by IPv6 changes, | Tom Lane | |
| and seems to have too few users to justify maintaining. | |||
| 2003-08-02 | Remove docs that say psql \encoding doesn't track SET client_encoding. | Bruce Momjian | |
| 2003-08-01 | Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs, | Peter Eisentraut | |
| rather than parsing the message. Add some documentation about embedded SQL. | |||
| 2003-08-01 | --enable-thread-safeness -> --enable-thread-safety | Bruce Momjian | |
| 2003-08-01 | Improve description of restoring pg_dumpall backups, per gripe from | Tom Lane | |
| Havard Eidnes. | |||
| 2003-07-31 | Very minor editing. | Tom Lane | |
| 2003-07-31 | Cause library-preload feature to report error if specified initialization | Tom Lane | |
| function is not found. Also, make all the PL libraries have initialization functions with standard names. Patch from Joe Conway. | |||
| 2003-07-31 | contraints -> constraints | Bruce Momjian | |
| Rod Taylor | |||
| 2003-07-31 | Update Turkish FAQ, Devrim GUNDUZ | Bruce Momjian | |
| 2003-07-30 | Add pretty-printing variants of pg_get_viewdef and related functions. | Tom Lane | |
| Patch from Andreas Pflug. | |||
| 2003-07-29 | Apply (a somewhat revised version of) Greg Mullane's patch to eliminate | Tom Lane | |
| heuristic determination of day vs month in date/time input. Add the ability to specify that input is interpreted as yy-mm-dd order (which formerly worked, but only for yy greater than 31). DateStyle's input component now has the preferred spellings DMY, MDY, or YMD; the older keywords European and US are now aliases for the first two of these. Per recent discussions on pgsql-general. | |||
| 2003-07-28 | Rename psql's VERBOSE variable to VERBOSITY, per suggestion from Bruce. | Tom Lane | |
| 2003-07-27 | Move ERRCODE_XXX macros into their own header file. | Tom Lane | |
