aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Regenerate:Bruce Momjian2004-07-07
| | | | > #A dash (-) marks changes that will appear in the upcoming 7.5 release.#
* regenerate.Bruce Momjian2004-07-07
|
* Bold dash line.Bruce Momjian2004-07-07
| | | | > \#A dash (-) marks changes that will appear in the upcoming 7.5 release.#
* Update highlighting of dash.Bruce Momjian2004-07-07
|
* Move section:Bruce Momjian2004-07-06
| | | | | | | | | | | | | | | | | | | | < * Add replication of distributed databases < o Automatic failover < o Load balancing < o Master/slave replication < o Multi-master replication < o Partition data across servers < o Queries across databases or servers (two-phase commit) < o Allow replication over unreliable or non-persistent links 55a48,55 > * Improve replication solutions > o Automatic failover > o Load balancing > o Master/slave replication > o Multi-master replication > o Partition data across servers > o Queries across databases or servers (two-phase commit) > o Allow replication over unreliable or non-persistent links
* Add comment describing ereport() NOTICE/WARNING distinction.Bruce Momjian2004-07-06
|
* Reorder dash mention to be more prominient.Bruce Momjian2004-07-06
| | | | | | | | | | | > A dash (-) marks changes that will appear in the upcoming 7.5 release. > > Bracketed items "[]" have more detail. 9,12d12 < < A dash (-) marks changes that will appear in the upcoming 7.5 release. < < Bracketed items "[]" have more detail.
* Fix broken logic for pretty-printing parenthesis-suppression in UNIONTom Lane2004-07-06
| | | | et al.
* Done:Bruce Momjian2004-07-06
| | | | > * -Fix upper()/lower() to work for multibyte encodings
* Revert broken rpath addition.Tom Lane2004-07-05
|
* Fix unchecked mallocs/strdups added by recent placeholder-config-varsTom Lane2004-07-05
| | | | | | patch. Thomas Hallgren
* Added free() calls against memory leak in interval.c.Michael Meskes2004-07-05
|
* - Fixed indicator in SET DESCRIPTOR.Michael Meskes2004-07-05
| | | | | - Added special handling of descriptor header information. - Some code cleanup.
* Fix paragraph mention in ALTER DATABASE manual page.Bruce Momjian2004-07-05
| | | | Christopher Kings-Lynne
* Allow plperl to compile with Perl 5.05.Bruce Momjian2004-07-05
| | | | Andrew Dunstan
* Fix misspellings: langauge -> language.Tom Lane2004-07-04
|
* Made sure SET DESCRIPTOR accepts all data types including constants.Michael Meskes2004-07-04
|
* Okay, I've had it with answering newbie questions about why plpgsqlTom Lane2004-07-04
| | | | | | | | FOR loops are giving weird syntax errors. Restructure parsing of FOR loops so that the integer-loop-vs-query-loop decision is driven off the presence of '..' between IN and LOOP, rather than the presence of a matching record/row variable name. Hopefully this will make the behavior a bit more transparent.
* Fix no-longer-correct bit-pushing in TransactionIdSetStatus, per Alvaro.Tom Lane2004-07-03
|
* Add missing operators of the form interval-plus-datetime, as required forTom Lane2004-07-02
| | | | | | | | | | | | | better SQL compliance in this area, per recent discussion. Mark related operators as commutators where possible. (The system doesn't actually care about commutator marking for operators not returning boolean, at the moment, but this seems forward-thinking and besides it made it easier to verify that we hadn't missed any.) Also, remove interval-minus-time and interval-minus-timetz operators. I'm not sure how these got in, but they are nonstandard and had very obviously broken behavior. (minus is not commutative in anyone's book.) I doubt anyone had ever used 'em, because we'd surely have gotten a bug report about it if so.
* Andreas Pflug wrote:Joe Conway2004-07-02
| | | | | | | | | | From an idea of Bruce, the attached patch implements the function pg_tablespace_databases(oid) RETURNS SETOF oid which delivers as set of database oids having objects in the selected tablespace, enabling an admin to examine only the databases affecting the tablespace for objects instead of scanning all of them. initdb forced
* Translation updatePeter Eisentraut2004-07-02
|
* Attached is a 1 line bug fix for dbmirror that was submitted.Joe Conway2004-07-02
| | | | | | It fixes a bug where some transactions could be dropped when writing mirrored SQL statements to files. -- Steven Singer
* More paranoia in AtEOSubXact_SPI: don't assume we can safely use SPI_finishTom Lane2004-07-01
| | | | | | | for cleaning up. It seems possible that the memory contexts SPI_finish would try to touch are already gone; and there's no need for SPI itself to delete them, since the containing contexts will surely be going away anyway at transaction end.
* plperl update from Andrew Dunstan, deriving (I believe) from Command Prompt'sJoe Conway2004-07-01
| | | | | | | | | | | | | | | | | | | 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'
* Further review of xact.c state machine for nested transactions. FixTom Lane2004-07-01
| | | | | problems with starting subtransactions inside already-failed transactions. Clean up some comments.
* Removed unused variable and added a typecast.Michael Meskes2004-07-01
|
* Add double metaphone code from Andrew Dunstan. Also change metaphone so thatJoe Conway2004-07-01
| | | | | | 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.
* Fix seriously nasty memory leak in new TransactionIdIsInProgress code.Tom Lane2004-07-01
|
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
| | | | | | | 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.
* Revert mistaken #include change, per Merlin Moncure.Tom Lane2004-06-30
|
* Added SET DESCRIPTOR command.Michael Meskes2004-06-30
| | | | | 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.
* Override upstream DSSSL style sheet formatting changesPeter Eisentraut2004-06-29
|
* Comma splice policePeter Eisentraut2004-06-29
|
* 1 Eliminate duplicate field HLWORD->skipTeodor Sigaev2004-06-28
| | | | | | 2 Rework support for html tags in parser 3 add HighlightAll to headline function for generating highlighted whole text with saved html tags
* Arrays can be read as arrays or as character strings now.Michael Meskes2004-06-28
|
* Remove some no-longer-needed #includes.Tom Lane2004-06-28
|
* Fix some bogus code in ConstBit production --- it managed to work, butTom Lane2004-06-28
| | | | | | 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.
* Fix bogus line break within a file name, as noted by Alvaro.Tom Lane2004-06-27
|
* - Only use typedefs inside their scope.Michael Meskes2004-06-27
| | | | | | - 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.
* Translation updatesDennis Bjorklund2004-06-27
|
* Adjust pgstat message definitions so that the target message size isTom Lane2004-06-26
| | | | | | 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.
* Translation updatesDennis Bjorklund2004-06-26
|
* Translation updates: update-poDennis Bjorklund2004-06-26
|
* Translation updatesDennis Bjorklund2004-06-26
|
* Fix to work better with Exuberant's version of ctags.Tom Lane2004-06-25
| | | | Gavin Sherry
* Support renaming of tablespaces, and changing the owners ofTom Lane2004-06-25
| | | | | | | | 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
* Translation updatesDennis Bjorklund2004-06-25
|
* Add pg_get_serial_sequence() function, and cause pg_dump to use it.Tom Lane2004-06-25
| | | | | | | 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
* #ifdef out file permissions check on SSL key file when on Windows, asTom Lane2004-06-25
| | | | | | we also have done for the data directory permissions check. Dave Page