aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Defend against overrun of ExtraOptions array --- strictly paranoia,Tom Lane2004-07-10
* Check more test points (in fact, every week in 1970..2004) to get a moreTom Lane2004-07-10
* Fix BSD-only coding in port.c (passing a local variable to putenv).Tom Lane2004-07-10
* Test HAVING condition before computing targetlist of an Aggregate node.Tom Lane2004-07-10
* Add comment describing ereport() NOTICE/WARNING distinction.Bruce Momjian2004-07-06
* Fix broken logic for pretty-printing parenthesis-suppression in UNIONTom Lane2004-07-06
* Revert broken rpath addition.Tom Lane2004-07-05
* Fix unchecked mallocs/strdups added by recent placeholder-config-varsTom Lane2004-07-05
* Added free() calls against memory leak in interval.c.Michael Meskes2004-07-05
* - Fixed indicator in SET DESCRIPTOR.Michael Meskes2004-07-05
* Allow plperl to compile with Perl 5.05.Bruce Momjian2004-07-05
* 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
* 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
* Andreas Pflug wrote:Joe Conway2004-07-02
* Translation updatePeter Eisentraut2004-07-02
* More paranoia in AtEOSubXact_SPI: don't assume we can safely use SPI_finishTom Lane2004-07-01
* plperl update from Andrew Dunstan, deriving (I believe) from Command Prompt'sJoe Conway2004-07-01
* Further review of xact.c state machine for nested transactions. FixTom Lane2004-07-01
* Removed unused variable and added a typecast.Michael Meskes2004-07-01
* 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
* Revert mistaken #include change, per Merlin Moncure.Tom Lane2004-06-30
* Added SET DESCRIPTOR command.Michael Meskes2004-06-30
* 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 use typedefs inside their scope.Michael Meskes2004-06-27
* Translation updatesDennis Bjorklund2004-06-27
* Adjust pgstat message definitions so that the target message size isTom Lane2004-06-26
* 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
* Support renaming of tablespaces, and changing the owners ofTom Lane2004-06-25
* Translation updatesDennis Bjorklund2004-06-25
* Add pg_get_serial_sequence() function, and cause pg_dump to use it.Tom Lane2004-06-25
* #ifdef out file permissions check on SSL key file when on Windows, asTom Lane2004-06-25
* Translation updatesDennis Bjorklund2004-06-25
* Swedish translation of pg_ctl.Dennis Bjorklund2004-06-25
* Make pg_ctl possible to translate. Strings marked forDennis Bjorklund2004-06-25
* Translation updatesDennis Bjorklund2004-06-25
* Translation updatesDennis Bjorklund2004-06-25
* Translation updatesDennis Bjorklund2004-06-24
* Translation updatesDennis Bjorklund2004-06-24
* Replace direct fprintf(stderr) calls by write_stderr(), and cause thisTom Lane2004-06-24
* Add --pwfile option to initdb, so that passwords can be set by GUI toolsTom Lane2004-06-24
* Avoid including <sys/time.h> on platforms that don't have it.Tom Lane2004-06-24
* Include c.h instead of postgres.h in files that need to be usable inTom Lane2004-06-24