- 16 Sep, 2006 1 commit
-
-
Bruce Momjian authored
-
- 10 Mar, 2006 1 commit
-
-
Bruce Momjian authored
-
- 09 Apr, 2005 1 commit
-
-
Bruce Momjian authored
we can put words in ulink and the URL will still be printed. per Peter
-
- 31 Mar, 2005 1 commit
-
-
Bruce Momjian authored
-
- 17 Dec, 2004 1 commit
-
-
Tom Lane authored
-
- 15 Nov, 2004 1 commit
-
-
Neil Conway authored
output.
-
- 08 Aug, 2004 2 commits
-
-
Tom Lane authored
and into ddl.sgml. Rewrite for more completeness and (hopefully) clarity.
-
Bruce Momjian authored
David Fetter
-
- 07 Aug, 2004 1 commit
-
-
Tom Lane authored
don't generate constraint names like "$1" anymore.
-
- 01 Aug, 2004 1 commit
-
-
Tom Lane authored
number of active subtransaction XIDs in each backend's PGPROC entry, and use this to avoid expensive probes into pg_subtrans during TransactionIdIsInProgress. Extend EOXactCallback API to allow add-on modules to get control at subxact start/end. (This is deliberately not compatible with the former API, since any uses of that API probably need manual review anyway.) Add basic reference documentation for SAVEPOINT and related commands. Minor other cleanups to check off some of the open issues for subtransactions. Alvaro Herrera and Tom Lane.
-
- 31 Mar, 2004 1 commit
-
-
Bruce Momjian authored
--------------------------------------------------------------------------- 1. In keeping with the recent discussion that there should be more said about views, stored procedures, and triggers, in the tutorial, I have added a bit of verbiage to that end. 2. Some formatting changes to the datetime discussion, as well as addition of a citation of a relevant book on calendars. Christopher Browne
-
- 30 Mar, 2004 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
said about views, stored procedures, and triggers, in the tutorial, I have added a bit of verbiage to that end. 2. Some formatting changes to the datetime discussion, as well as addition of a citation of a relevant book on calendars. Christopher Browne
-
- 29 Nov, 2003 1 commit
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- 30 Sep, 2003 1 commit
-
-
Tom Lane authored
A couple other minor fixes.
-
- 12 Sep, 2003 1 commit
-
-
Tom Lane authored
-
- 31 Aug, 2003 1 commit
-
-
Peter Eisentraut authored
-
- 25 Mar, 2003 1 commit
-
-
Peter Eisentraut authored
vague cross-references with real links.
-
- 13 Mar, 2003 1 commit
-
-
Peter Eisentraut authored
-
- 19 Feb, 2003 1 commit
-
-
Bruce Momjian authored
- more work from the SGML police - some grammar improvements: rewriting a paragraph or two, replacing contractions where (IMHO) appropriate - fix missing utility commands in lock mode docs - improve CLUSTER, REINDEX, SET SESSION AUTHORIZATION ref pages Neil Conway
-
- 11 Nov, 2002 1 commit
-
-
Peter Eisentraut authored
-
- 24 Oct, 2002 1 commit
-
-
Peter Eisentraut authored
statement.
-
- 20 Oct, 2002 1 commit
-
-
Tom Lane authored
Miscellaneous other copy-editing.
-
- 11 Jun, 2002 1 commit
-
-
Thomas G. Lockhart authored
Implement SQL99 SIMILAR TO as a synonym for our existing operator "~". Implement SQL99 regular expression SUBSTRING(string FROM pat FOR escape). Extend the definition to make the FOR clause optional. Define textregexsubstr() to actually implement this feature. Update the regression test to include these new string features. All tests pass. Rename the regular expression support routines from "pg95_xxx" to "pg_xxx". Define CREATE CHARACTER SET in the parser per SQL99. No implementation yet.
-
- 12 Feb, 2002 1 commit
-
-
Bruce Momjian authored
-
- 23 Nov, 2001 1 commit
-
-
Tom Lane authored
-
- 21 Nov, 2001 1 commit
-
-
Thomas G. Lockhart authored
Fix up references to "PostgreSQL" rather than "Postgres". Was roughly evenly split between the two before. ref/ files not yet done.
-
- 19 Nov, 2001 2 commits
- 02 Sep, 2001 1 commit
-
-
Peter Eisentraut authored
-
- 13 Jan, 2001 1 commit
-
-
Peter Eisentraut authored
etc.
-
- 05 Jan, 2001 1 commit
-
-
Tom Lane authored
and revert documentation to describe the existing INHERITS clause instead, per recent discussion in pghackers. Also fix implementation of SQL_inheritance SET variable: it is not cool to look at this var during the initial parsing phase, only during parse_analyze(). See recent bug report concerning misinterpretation of date constants just after a SET TIMEZONE command. gram.y really has to be an invariant transformation of the query string to a raw parsetree; anything that can vary with time must be done during parse analysis.
-
- 30 Dec, 2000 1 commit
-
-
Peter Eisentraut authored
-
- 22 Dec, 2000 1 commit
-
-
Peter Eisentraut authored
-
- 18 Dec, 2000 1 commit
-
-
Tom Lane authored
in the docs for arrays.
-
- 29 Sep, 2000 1 commit
-
-
Peter Eisentraut authored
names for the HTML files (e.g., not x4856.htm).
-
- 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.
-
- 14 Jun, 2000 1 commit
-
-
Thomas G. Lockhart authored
-
- 09 Jun, 2000 1 commit
-
-
Bruce Momjian authored
-
- 02 May, 2000 1 commit
-
-
Thomas G. Lockhart authored
-