Tom Lane
69946411d3
Add hooks for type-specific calculation of ANALYZE statistics. Idea and
...
coding by Mark Cave-Ayland, some kibitzing by Tom Lane. initdb forced
due to new column in pg_type.
22 years ago
Bruce Momjian
d27471fe0a
Add from Joe Conway:
...
> o Modify array literal representation to handle array index lower bound
> of other than one
>
183d185
<
22 years ago
Bruce Momjian
e850e30fc8
Jan:
...
someone asked me about the FK deadlock fix, mentioned in the 7.3.3
release notes as 3rd change:
http://www.postgresql.org/docs/current/static/release-7-3-3.html
Actually, that fix was available with 7.4, not 7.3. Don't know if we can
retroactively change the release-notes though.
22 years ago
Bruce Momjian
4a1c29f87e
Improve \? wording, remove 'internal'.
22 years ago
Bruce Momjian
6a13bdd8f3
Add bitmap discussion to performance TODO.detail.
22 years ago
Bruce Momjian
2b721d3d41
Remove TODO.detail files that contained useless or very old information.
...
Update TODO accordingly.
22 years ago
Bruce Momjian
5de02e283f
Done:
...
<
<
< Reporting
< =========
<
< * Show location of syntax error in query [yacc]
22 years ago
Bruce Momjian
b3efb9f037
File not needed:
...
.< * Improve speed with indexes (perhaps recreate index instead) [vacuum]
> * Improve speed with indexes (perhaps recreate index instead)
369c369
< lock and truncate table [vacuum]
> lock and truncate table
371c371
< rather than in /contrib [vacuum]
> rather than in /contrib
22 years ago
Bruce Momjian
b8369db5fc
Mostly done:
...
< * Allow better handling of numeric constants, type conversion [typeconv]
22 years ago
Bruce Momjian
f66f437fac
File not needed:
...
< * Add replication of distributed databases [replication]
> * Add replication of distributed databases
22 years ago
Bruce Momjian
b23d694544
Remove:
...
< o http://gborg.postgresql.org/project/pgreplication/projdisplay.php
22 years ago
Bruce Momjian
db55d7a212
Merge files:
...
< * Allow persistent backends [persistent]
> * Allow persistent backends [pool]
397c397
< connection pooling
> connection pooling [pool]
22 years ago
Bruce Momjian
b4c0b196fb
Not needed:
...
< float4, numeric/decimal too [optimizer]
> float4, numeric/decimal too
422c422
< * Missing optimizer selectivities for date, r-tree, etc. [optimizer]
> * Missing optimizer selectivities for date, r-tree, etc
22 years ago
Bruce Momjian
b3fbb4b801
Not needed:
...
< * Delay fsync() when other backends are about to commit too [fsync]
> * Delay fsync() when other backends are about to commit too
22 years ago
Bruce Momjian
ebf4bb7f2e
Not needed:
...
< * Add MATCH PARTIAL referential integrity [foreign]
> * Add MATCH PARTIAL referential integrity
22 years ago
Bruce Momjian
de4b486eed
Remove crossdb content.
22 years ago
Bruce Momjian
fbfc9dc20b
Add, dblink doesn't do this:
...
> * Allow cross-db queries with transaction sematics
22 years ago
Bruce Momjian
329207e817
Done, mostly by dblink, I think:
...
< * Allow queries across multiple databases [crossdb]
22 years ago
Bruce Momjian
209e866a5a
Fix typo:
...
On Mon, 2004-01-26 at 21:28, Peter Eisentraut wrote:
> Christophe Combelles wrote:
> > At the bottom of this doc file :
> > file:///usr/share/doc/postgresql-doc/html/tutorial-createdb.html
> > "and it also happens that that user always has permission"
> > ---- x2
> The first "that" serves as a conjuction, the second one serves as an
> article. Looks correct to me.
A better workaround for the sentence would be something like:
"and it also happens that the user always has permission"
Looks easier to read, I think.
Enver ALTIN (a.k.a. skyblue)
22 years ago
Bruce Momjian
43d37a81dd
Add:
...
<
> * Allow substring/replace() to get/set bit values
22 years ago
Bruce Momjian
76f02b51b6
Remove URL for specific pljava implementation:
...
< o Allow Java server-side programming, http://pljava.sourceforge.net
< [java]
> o Allow Java server-side programming [java]
22 years ago
Bruce Momjian
3b6bf0c07d
Add:
...
> o Disallow dropping of an inherited constraint
22 years ago
Bruce Momjian
ac4ad7bf2c
Does not apply anymore:
...
< * Make blind writes go through the file descriptor cache
22 years ago
Neil Conway
e29d8f3c34
SGML markup improvements.
22 years ago
Bruce Momjian
fd44e2fb14
Add URL for most current version.
22 years ago
Bruce Momjian
04e82e5008
Add mention of the developer's FAQ.
22 years ago
Bruce Momjian
9534fd73d8
Add mention of PostgreSQL as a community project.
22 years ago
Bruce Momjian
9f361350d7
Add PITR web page:
...
< * Point-in-time data recovery using backup and write-ahead log
< * Create native Win32 port, http://momjian.postgresql.org/main/writings/pgsql/win32.html
> * Point-in-time data recovery using backup and write-ahead log,
> http://momjian.postgresql.org/main/writings/pgsql/project/pitr.html
> * Create native Win32 port, http://momjian.postgresql.org/main/writings/pgsql/project/win32.html
22 years ago
Joe Conway
687d7cf355
Documentation for generate_series() functions committed a few days ago.
22 years ago
Tom Lane
391c3811a2
Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.
...
Make btree index creation and initial validation of foreign-key constraints
use maintenance_work_mem rather than work_mem as their memory limit.
Add some code to guc.c to allow these variables to be referenced by their
old names in SHOW and SET commands, for backwards compatibility.
22 years ago
Bruce Momjian
39d715bee6
Add:
...
> * Make pg_restore continue after errors, so it acts more like pg_dump scripts
22 years ago
Tom Lane
e1826d037a
Update char_length() example for new semantics.
22 years ago
Tom Lane
f27976c85b
Make length() disregard trailing spaces in char(n) values, per discussion
...
some time ago and recent patch from Gavin Sherry. Update documentation
to point out that trailing spaces are insignificant in char(n).
22 years ago
Bruce Momjian
777babeced
Add:
...
<
> * Allow libpq to return information about prepared queries
22 years ago
Neil Conway
45842e6c52
Improve the documentation of the 'join_collapse_limit' GUC var. Thanks to
...
Tom Lane for some editorial suggestions.
22 years ago
Bruce Momjian
af29187f2e
Add Name:
...
> * -Add checks for fclose() failure (Tom)
22 years ago
Bruce Momjian
ee96c82cc2
Done:
...
> * -Add checks for fclose() failure (Tom)
22 years ago
Neil Conway
e0707cbae9
The attached patch clarifies (or, rather, makes explicit) to readers how
...
to handle memory management for char pointers returned by libpq functions.
Original patch by Gavin Sherry, some tweaking and consistency improvements
by Neil Conway.
22 years ago
Bruce Momjian
7a14a72e08
Added:
...
> * Dump large object comments in custom dump format
22 years ago
Neil Conway
f30d39e706
Add usage examples for PREPARE and EXECUTE. Original patch from Gavin
...
Sherry, editorializing by Neil Conway.
22 years ago
Bruce Momjian
ee2f149d30
Clarify that the 'user' column still applies for 'trust'.
22 years ago
Bruce Momjian
3761f968c8
Update datestamp.
22 years ago
Bruce Momjian
34f0a8e72d
*** empty log message ***
22 years ago
Bruce Momjian
ccf3a0440a
Add Joe to TODO:
...
> * Joe is Joe Conway <mail@joeconway.com>
22 years ago
Bruce Momjian
acfa013e81
Fix typo I mistakenly added.
22 years ago
Bruce Momjian
afe7b7b60e
Update null storage description.
22 years ago
Bruce Momjian
8303a3d1ea
Mention that log_statement only prints query on PREPARE, not EXECUTE,
...
and PL/pgSQL only prints queries on first function call.
22 years ago
Tom Lane
9d8888079d
Support named parameters in information_schema.parameters,
...
per Dennis Bjorklund. I did not force initdb for this, but
you'd need to do one to get the improved view.
22 years ago
Tom Lane
c8bcd5ca92
Fix problems with dropped columns in pltcl triggers, per report from Patrick Samson.
22 years ago
Tom Lane
0152f14812
Example of a function taking a composite type should show how to call it.
22 years ago