- 22 Jul, 2000 1 commit
-
-
Bruce Momjian authored
-
- 21 Jul, 2000 1 commit
-
-
Bruce Momjian authored
-
- 22 Jun, 2000 1 commit
-
-
Peter Eisentraut authored
option settings. Sort out SIGHUP vs BACKEND -- there is no total ordering here, so make explicit checks. Add comments explaining all of this. Removed permissions check on SHOW command. Add examine_subclass to the game, rename to SQL_inheritance to fit the official data model better. Adjust documentation. Standalone backend needs to reset all options before it starts. To facilitate that, have IsUnderPostmaster be set by the postmaster itself, don't wait for the magic -p switch. Also make sure that all environment variables and argv's survive init_ps_display(). Use strdup where necessary. Have initdb make configuration files (postgresql.conf, pg_hba.conf) mode 0600 -- having configuration files is no fun if you can't edit them.
-
- 09 Jun, 2000 1 commit
-
-
Bruce Momjian authored
-
- 27 Mar, 2000 1 commit
-
-
Thomas G. Lockhart authored
Use "generic functions" for math and other routines. Use SQL92 "type 'literal'" syntax rather than Postgres "'literal'::type".
-
- 26 Mar, 2000 1 commit
-
-
Peter Eisentraut authored
Fixed bug in createdb/alternative location
-
- 15 Mar, 2000 1 commit
-
-
Tom Lane authored
after trying to resolve the item as an input-column name. This allows us to be compliant with the SQL92 spec for queries that fall within the spec, while still accepting the same out-of-spec queries as 6.5 did. You'll only lose if there is an output column name that is the same as an input column name, but doesn't refer to the same value. 7.0 will interpret such a GROUP BY spec differently than 6.5 did. No way around that, because 6.5 was clearly not spec compliant.
-
- 21 Feb, 2000 1 commit
-
-
Tom Lane authored
of LIMIT, and fix a few other glitches too.
-
- 27 Jan, 2000 1 commit
-
-
Tom Lane authored
SELECT DISTINCT ON (expr [, expr ...]) targetlist ... and there is a check to make sure that the user didn't specify an ORDER BY that's incompatible with the DISTINCT operation. Reimplement nodeUnique and nodeGroup to use the proper datatype-specific equality function for each column being compared --- they used to do bitwise comparisons or convert the data to text strings and strcmp(). (To add insult to injury, they'd look up the conversion functions once for each tuple...) Parse/plan representation of DISTINCT is now a list of SortClause nodes. initdb forced by querytree change...
-
- 13 Dec, 1999 1 commit
-
-
Tom Lane authored
Try to provide a more lucid discussion in 'Using Aggregate Functions' tutorial section.
-
- 06 Aug, 1999 1 commit
-
-
Thomas G. Lockhart authored
Add new pages for programming languages and tcl shells.
-
- 22 Jul, 1999 1 commit
-
-
Thomas G. Lockhart authored
ecpg reference page still needs formatting.
-
- 16 Jul, 1999 1 commit
-
-
Thomas G. Lockhart authored
-
- 15 Jul, 1999 1 commit
-
-
Thomas G. Lockhart authored
-
- 14 Jul, 1999 1 commit
-
-
Thomas G. Lockhart authored
Add some internal cross references to select.sgml.
-
- 14 Jun, 1999 1 commit
-
-
Thomas G. Lockhart authored
Split reference pages for CREATE TABLE AS and SELECT INTO to allow psgml (the emacs parser) to handle parsing.
-
- 03 Jun, 1999 1 commit
-
-
Bruce Momjian authored
-
- 12 May, 1999 1 commit
-
-
Thomas G. Lockhart authored
-
- 10 May, 1999 1 commit
-
-
Bruce Momjian authored
-
- 06 Apr, 1999 1 commit
-
-
Thomas G. Lockhart authored
Required by newest versions of DocBook and style sheets.
-
- 19 Mar, 1999 1 commit
-
-
Bruce Momjian authored
-
- 13 Feb, 1999 1 commit
-
-
Thomas G. Lockhart authored
-
- 02 Feb, 1999 1 commit
-
-
Bruce Momjian authored
-
- 29 Dec, 1998 1 commit
-
-
Thomas G. Lockhart authored
of Norm's Modular Style Sheets and jade/docbook. From Vince Vielhaber <vev@michvhf.com>.
-
- 18 Dec, 1998 1 commit
-
-
Thomas G. Lockhart authored
the FROM clause. e.g. "SELECT table.*".
-
- 30 Oct, 1998 1 commit
-
-
Thomas G. Lockhart authored
-
- 15 Oct, 1998 1 commit
-
-
Bruce Momjian authored
-
- 30 Sep, 1998 1 commit
-
-
Thomas G. Lockhart authored
converted from the man page.
-
- 25 Sep, 1998 1 commit
-
-
Thomas G. Lockhart authored
-
- 07 Sep, 1998 1 commit
-
-
Thomas G. Lockhart authored
-
- 01 Sep, 1998 1 commit
-
-
Thomas G. Lockhart authored
-
- 13 May, 1998 1 commit
-
-
Thomas G. Lockhart authored
-