- Apr 25, 2004
-
-
Neil Conway authored
-
Neil Conway authored
when the command that generated the PGresult was an EXECUTE of an appropriate prepared statement.
-
- Apr 24, 2004
-
-
Bruce Momjian authored
with threaded applications.
-
- Apr 23, 2004
-
-
Neil Conway authored
Regression tests and documentation have both been updated. SQL2003 requires that both ceiling() and ceil() be present, so I have documented both spellings. SQL2003 doesn't mention pow() as far as I can see, so I decided to replace pow() with power() in the documentation: there is little reason to encourage the continued usage of a function that isn't compliant with the standard, given a standard-compliant alternative. RELEASE NOTES: should state that pow() is considered deprecated (although I don't see the need to ever remove it.)
-
- Apr 22, 2004
-
-
Neil Conway authored
contains OIDs. Also, minor documentation improvements to the psql reference page.
-
Bruce Momjian authored
-
Tom Lane authored
-
Peter Eisentraut authored
-
Neil Conway authored
-
Bruce Momjian authored
Update log_statement to more clearly state it doesn't filter based on the statement type of the prepared statement.
-
Bruce Momjian authored
-
- Apr 21, 2004
-
-
Neil Conway authored
builtin aggregate functions.
-
Peter Eisentraut authored
-
Bruce Momjian authored
FORCE QUOTE to force quotes FORCE NOT NULL to quote null input values
-
- Apr 20, 2004
-
-
Bruce Momjian authored
< * Add NO WAIT option to various SQL commands > * -Add NO WAIT LOCKs
-
Bruce Momjian authored
process directly. Some parameters can only be set at server start; any changes to their entries in the configuration file will be ignored until the server is restarted.
-
Bruce Momjian authored
> * Allow AFTER triggers on system tables
-
Bruce Momjian authored
-
Bruce Momjian authored
> * -Exit postmaster if postgresql.conf can not be opened
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
> >> have to accept a full table scan when locating records. > > > > It indexes them, but "is null" is not an indexable operator, so you > > can't directly solve the above with a 3-column index. What you can do > > instead is use a partial index, for instance > > > > create index i on CUSTOMER.WCCustOrderStatusLog (WCOrderStatusID) > > where Acknowledged is null and Processing is null; > > That's a very nifty trick and exactly the sort of answer I was after! Add CREATE INDEX doc mention of using partial indexes for IS NULL indexing; idea from Tom.
-
Bruce Momjian authored
reference DEALLOCATE in any way. It points to EXECUTE, but not to DEALLOCATE. Suggested fix: ... This also means that a single prepared statement cannot be used by multiple simultaneous database clients; however, each client can create their own prepared statement to use. The prepared statement can be manually cleaned up using the DEALLOCATE command. James Robinson
-
- Apr 19, 2004
-
-
Bruce Momjian authored
o -Allow dump/load of CSV format This adds new keywords to COPY and \copy: CSV - enable CSV mode (comma separated variable) QUOTE - specify quote character ESCAPE - specify escape character FORCE - force quoting of specified column LITERAL - suppress null comparison for columns Doc changes included. Regression updates coming from Andrew.
-
Bruce Momjian authored
> o -Allow dump/load of CSV format
-
Bruce Momjian authored
< * -Allow psql \du to show groups, and add \dg for groups > * -Allow psql \du to show users, and add \dg for groups
-
- Apr 15, 2004
-
-
Bruce Momjian authored
-
- Apr 14, 2004
-
-
Bruce Momjian authored
< * Alvaro Herrera <alvherre@dcc.uchile.cl> > * Alvaro is Alvaro Herrera <alvherre@dcc.uchile.cl>
-
Bruce Momjian authored
< * Add the concept of dataspaces/tablespaces [tablespaces] > * Add the concept of dataspaces/tablespaces [tablespaces] (Gavin) 167c167 < * Allow savepoints / nested transactions [transactions] (Bruce) > * Allow savepoints / nested transactions [transactions] (Alvaro) 240c240 < o Allow Java server-side programming [java] > o Allow Java server-side programming [java] (Dave) 496a497 > * Alvaro Herrera <alvherre@dcc.uchile.cl>
-
- Apr 12, 2004
-
-
Bruce Momjian authored
Add pstdin/pstdout to read from psql's stdin/stdout. BACKWARD INCOMPATIBLE CHANGE
-
Bruce Momjian authored
> > pronouns and formatting in the Russian FAQ. Serguei Mokhov
-
- Apr 10, 2004
-
-
Bruce Momjian authored
"millennium" date part implementation in postgresql, both in the code and the documentation, so that it conforms to the official definition. If you do not agree with the official definition, please send your complaint to "pope@vatican.org". I'm not responsible for them;-) With the previous version, the centuries and millenniums had a wrong number and started the wrong year. Moreover century number 0, which does not exist in reality, lasted 200 years. Also, millennium number 0 lasted 2000 years. If you want postgresql to have it's own definition of "century" and "millennium" that does not conform to the one of the society, just give them another name. I would suggest "pgCENTURY" and "pgMILLENNIUM";-) IMO, if someone may use the options, it means that postgresql is used for historical data, so it make sense to have an historical definition. Also, I just want to divide the year by 100 or 1000, I can do that quite easily. BACKWARD INCOMPATIBLE CHANGE Fabien Coelho - coelho@cri.ensmp.fr
-
- Apr 09, 2004
-
-
Bruce Momjian authored
gborg.
-
- Apr 08, 2004
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Apr 07, 2004
-
-
Bruce Momjian authored
< * Allow LOCALE on a per-column basis, default to ASCII > * Allow locale to be set at database creation > * Allow locale on a per-column basis, default to ASCII > * Optimize locale to have minimal performance impact when not used (Peter E) 105d106 < * Optimize locale to have minimal performance impact when not used (Peter E) 111d111 < * Allow locale to be set at database creation
-
Bruce Momjian authored
> * Allow locale to be set at database creation
-
Bruce Momjian authored
> * -Allow logging of only data definition(DDL), or DDL and modification statements Add: > * Add a session mode to warn about non-standard SQL usage
-
Bruce Momjian authored
-