| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2004-03-23 | Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and | Tom Lane | |
| remove separate implementation of ALTER TABLE SET WITHOUT OIDS in favor of doing a regular DROP. Also, cause CREATE TABLE to account completely correctly for the inheritance status of the OID column. This fixes problems with dropping OID columns that have dependencies, as noted by Christopher Kings-Lynne, as well as making sure that you can't drop an OID column that was inherited from a parent. | |||
| 2004-03-23 | Minor SGML improvements. | Neil Conway | |
| 2004-03-23 | Fix typo in postmaster reference page: from Tom. | Neil Conway | |
| 2004-03-23 | Improve the locale and character set docs, add some <xref>s pointing | Neil Conway | |
| to the character set docs where appropriate, and improve the postmaster reference page. Character set cross-refs suggested by Gavin Kistner. | |||
| 2004-03-23 | Replace the virtual_host and tcpip_socket parameters with a unified | Tom Lane | |
| listen_addresses parameter, as per recent discussion. The default behavior is now to listen on localhost, which eliminates the need for the -i postmaster switch in many scenarios. Andrew Dunstan | |||
| 2004-03-22 | Clean up rather poor description of the difference between INHERITS and | Tom Lane | |
| LIKE. Per gripe from Patrick Samson. | |||
| 2004-03-22 | I just noticed that \dp outputs "Table" to indicate relations (tables, | Bruce Momjian | |
| sequences and views). This patch allows it to handle views and sequences. Euler Taveira de Oliveira | |||
| 2004-03-21 | Revise syntax-error reporting behavior to give pleasant results for | Tom Lane | |
| errors in internally-generated queries, such as those submitted by plpgsql functions. Per recent discussions with Fabien Coelho. | |||
| 2004-03-19 | Add a usage example for has_function_privilege(). | Tom Lane | |
| 2004-03-17 | Document SPI_push() and SPI_pop(). | Bruce Momjian | |
| 2004-03-15 | log_statement was not removed by the previous patch. It only updated | Bruce Momjian | |
| its description. | |||
| 2004-03-15 | Update random regression test text to be clearer. | Bruce Momjian | |
| 2004-03-15 | Update random test description because it fails less frequently now. | Bruce Momjian | |
| 2004-03-15 | Remove GUC log_statement, log_pid, log_timestamp, log_source_port. | Bruce Momjian | |
| Functionality superceeded by log_line_prefix. Andrew Dunstan | |||
| 2004-03-15 | Fix typo. | Bruce Momjian | |
| 2004-03-15 | Mention Linux syslog will sync lines to disk, and describe how to | Bruce Momjian | |
| disable it. | |||
| 2004-03-12 | Update FAQ with current release version. | Bruce Momjian | |
| 2004-03-12 | Update Russian FAQ, Viktor Vislobokov | Bruce Momjian | |
| 2004-03-12 | Fix a typo in the documentation for geqo_effort. | Neil Conway | |
| 2004-03-12 | Improve documentation for the newly-added NOWAIT clause of LOCK TABLE. | Neil Conway | |
| 2004-03-12 | Allow 'Infinity' and '-Infinity' as input to the float4 and float8 | Neil Conway | |
| types. Update the regression tests and the documentation to reflect this. Remove the UNSAFE_FLOATS #ifdef. This is only half the story: we still unconditionally reject floating point operations that result in +/- infinity. See recent thread on -hackers for more information. | |||
| 2004-03-11 | Document the SSL and Kerberos are not thread-safe. | Bruce Momjian | |
| 2004-03-11 | Add NOWAIT option to LOCK command | Tatsuo Ishii | |
| 2004-03-10 | Fix a typo. | Neil Conway | |
| 2004-03-09 | Tweak some text to avoid using <command>SET</command> as a verb, per | Neil Conway | |
| suggestion from Peter E. | |||
| 2004-03-09 | Remove blank line in Makefile. | Bruce Momjian | |
| 2004-03-09 | Add HISTORY/INSTALL clean target to 7.4.X. | Bruce Momjian | |
| 2004-03-09 | Add documentation for the recent 'ALSO' patch for CREATE RULE. Along | Neil Conway | |
| the way, fix a typo and make a few SGML cleanups. | |||
| 2004-03-09 | Refer to GUC variables using <xref> tags rather than <varname> tags, | Neil Conway | |
| where appropriate. Add "id" and "xreflabel" tags to the descriptions of the GUC variables to facilitate this. Also make a few minor docs cleanups. | |||
| 2004-03-09 | Add ALSO keyword to CREATE RULE. | Bruce Momjian | |
| Fabien COELHO | |||
| 2004-03-09 | Add: | Bruce Momjian | |
| #log_line_prefix = '' # e.g. '<%u%%%d> ' # %u=user name %d=database name # %r=remote host and port # %p=PID %t=timestamp %i=command tag # %c=session id %l=session line number # %s=session start timestamp # %x=stop here in non-session processes # %%='%' Andrew Dunstan | |||
| 2004-03-08 | Have SGML make clean remove text files output as well | Bruce Momjian | |
| 2004-03-08 | Update German FAQ. | Bruce Momjian | |
| Ian Barwick | |||
| 2004-03-07 | Some editorial work on 7.4.2 release notes. | Tom Lane | |
| 2004-03-07 | Improve discussion of using OIDs for identifying rows, fix an instance of | Neil Conway | |
| incorrect SGML markup. | |||
| 2004-03-07 | Explicitely mention that some GUC variables cannot be changed at | Neil Conway | |
| runtime. | |||
| 2004-03-07 | Editorialization of some text discussing 'IS NULL' vs. '= NULL'. | Neil Conway | |
| 2004-03-06 | Use lynx -stdin and regenerate HISTORY | Bruce Momjian | |
| 2004-03-05 | Improve documentation of virtual_host parameter: old text failed to | Tom Lane | |
| indicate that you could specify multiple listen addresses. | |||
| 2004-03-05 | First update of release notes for 7.4.2. Still needs work. | Bruce Momjian | |
| 2004-03-05 | Oops, '-' doesn't work for my lynx either. | Bruce Momjian | |
| Change back to /dev/stdin, even though it isn't portable. Let's wait for someone to complain they don't have /dev/stdin. | |||
| 2004-03-05 | Use '-' for stdin on lynx, my lynx version doesn't support -stdin. | Bruce Momjian | |
| 2004-03-05 | Update Polish FAQ, from Marcin Mazurek. | Bruce Momjian | |
| 2004-03-05 | Per a brief conversation with Tom, I've created a patch for adding | Bruce Momjian | |
| support for 'week' within the date_trunc function. Within the patch I added a couple of test cases and associated target output, and changed the documentation to add 'week' appropriately. Robert Creager | |||
| 2004-03-05 | Fix for underscore in ID sgml markup. | Bruce Momjian | |
| 2004-03-05 | Add new SPI functions for use by PL/Java: | Bruce Momjian | |
| +extern Oid SPI_getargtypeid(void *plan, int argIndex); +extern int SPI_getargcount(void *plan); +extern bool SPI_is_cursor_plan(void *plan); Thomas Hallgren | |||
| 2004-03-04 | Emit a warning when an empty string is input to the oid, float4, and | Neil Conway | |
| float8 types. This begins the deprecation of this feature: in 7.6, this input will be rejected. Also added a new error code for warnings about deprecated features, and updated the regression tests. | |||
| 2004-03-04 | The trim function doc did not say that the second argument could be | Dennis Bjorklund | |
| be omitted. This patch fixes that. It also fixes a bug where the type text was not wrapped as <type>text</type>. | |||
| 2004-03-04 | Better document INSTEAD behavior for rules. | Bruce Momjian | |
| 2004-03-03 | Add a few more cross-references where appropriate, add more text about | Neil Conway | |
| the FROM clause and an example to the UPDATE reference page, and make a few other SGML tweaks. | |||
