- 01 Jul, 2004 6 commits
-
-
Joe Conway authored
plperlNG. Review and minor cleanup/improvements by Joe Conway. Summary of new functionality: - Shared data space and namespace. There is a new global variable %_SHARED that functions can use to store and save data between invocations of a function, or between different functions. Also, all trusted plperl function now share a common Safe container (this is an optimization, also), which they can use for storing non-lexical variables, functions, etc. - Triggers are now supported - Records can now be returned (as a hash reference) - Sets of records can now be returned (as a reference to an array of hash references). - New function spi_exec_query() provided for performing db functions or getting data from db. - Optimization for counting hash keys (Abhijit Menon-Sen) - Allow return of 'record' and 'setof record'
-
Tom Lane authored
problems with starting subtransactions inside already-failed transactions. Clean up some comments.
-
Michael Meskes authored
-
Joe Conway authored
an empty input string causes an empty output string to be returned, instead of throwing an ERROR -- per complaint from Aaron Hillegass, and consistent with double metaphone. Fix examples in README.soundex pointed out by James Robinson.
-
Tom Lane authored
-
Tom Lane authored
performance front, but with feature freeze upon us I think it's time to drive a stake in the ground and say that this will be in 7.5. Alvaro Herrera, with some help from Tom Lane.
-
- 30 Jun, 2004 2 commits
-
-
Tom Lane authored
-
Michael Meskes authored
Note that this still has some bugs. The functionality is there though, it's just a matter of fixing the bugs now. Cleaned up error handling in preprocessor.
-
- 29 Jun, 2004 2 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
- 28 Jun, 2004 4 commits
-
-
Teodor Sigaev authored
2 Rework support for html tags in parser 3 add HighlightAll to headline function for generating highlighted whole text with saved html tags
-
Michael Meskes authored
-
Tom Lane authored
-
Tom Lane authored
only because 14627 still contained the same node that BitWithoutLength had just produced. Make it more transparent. Also adjust ConstCharacter to be coded the same way for consistency.
-
- 27 Jun, 2004 3 commits
-
-
Tom Lane authored
-
Michael Meskes authored
- Variables that are out of scope, were not removed all the time. - Make a varchar NULL set everything to 0 when not using indicators. - Synced parser.
-
Dennis Bjorklund authored
-
- 26 Jun, 2004 4 commits
-
-
Tom Lane authored
specified in just one place and adhered to exactly, rather than just more or less. A side effect is to increase PGSTAT_ACTIVITY_SIZE (maximum reported query length) from 256 to nearly 1000.
-
Dennis Bjorklund authored
-
Dennis Bjorklund authored
-
Dennis Bjorklund authored
-
- 25 Jun, 2004 11 commits
-
-
Tom Lane authored
Gavin Sherry
-
Tom Lane authored
aggregates, conversions, functions, operators, operator classes, schemas, types, and tablespaces. Fold the existing implementations of alter domain owner and alter database owner in with these. Christopher Kings-Lynne
-
Dennis Bjorklund authored
-
Tom Lane authored
This eliminates the assumption that a serial column's sequence will have the same name on reload that it was given in the original database. Christopher Kings-Lynne
-
Tom Lane authored
we also have done for the data directory permissions check. Dave Page
-
Dennis Bjorklund authored
-
Dennis Bjorklund authored
-
Dennis Bjorklund authored
translation has to be complete sentences.
-
Dennis Bjorklund authored
-
Dennis Bjorklund authored
-
Dennis Bjorklund authored
-
- 24 Jun, 2004 8 commits
-
-
Dennis Bjorklund authored
-
Dennis Bjorklund authored
-
Tom Lane authored
routine to do something appropriate on Win32. Also, add a security check on Win32 that parallels the can't-run-as-root check on Unix. Magnus Hagander
-
Tom Lane authored
Magnus Hagander
-
Tom Lane authored
that aren't able to feed the password to initdb's /dev/tty. Magnus Hagander
-
Tom Lane authored
Per trouble report from Andreas Pflug.
-
Tom Lane authored
both frontend and backend. Per Andreas Pflug.
-
Tom Lane authored
Claudio Natoli and Magnus Hagander
-