aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix the various forms of AT TIME ZONE to accept either timezones foundTom Lane2005-09-09
* Create the pg_pltemplate system catalog to hold template informationTom Lane2005-09-08
* Update regression tests for new USA timezone data. Mea culpa for notTom Lane2005-09-08
* Update timezone data files to release 2005m of the zic database.Tom Lane2005-09-07
* Implement a preliminary 'template' facility for procedural languages,Tom Lane2005-09-05
* Back out prior patch and instead just suppress SubqueryScan eliminationTom Lane2005-09-05
* Clean up version comparison/display code, per gripe from Michael Fuhr.Tom Lane2005-09-05
* For non-projecting plan node types such as Limit, set_plan_referencesTom Lane2005-09-05
* Add a note about CSV lines with trailing spaces.Andrew Dunstan2005-09-05
* Conditionally output the server version number in psql if it doesn'tBruce Momjian2005-09-05
* Fix typo in Richard's last name.Alvaro Herrera2005-09-04
* libpgport routines need nonstandard palloc to work on Windows.Tom Lane2005-09-03
* Add idea:Bruce Momjian2005-09-03
* Add log display label for unnamed server-side portals.Bruce Momjian2005-09-02
* Fix the spelling.Tom Lane2005-09-02
* Update.Bruce Momjian2005-09-02
* Update:Bruce Momjian2005-09-02
* Update:Bruce Momjian2005-09-02
* Update listen_addresses description.Bruce Momjian2005-09-02
* Add:Bruce Momjian2005-09-02
* Update wording:Bruce Momjian2005-09-02
* Add:Bruce Momjian2005-09-02
* Clean up a couple of ad-hoc computations of the maximum number of tuplesTom Lane2005-09-02
* In copy_file, use a palloc'd buffer instead of just a local char array;Tom Lane2005-09-02
* Add text:Bruce Momjian2005-09-02
* Add some notes about how pg_dump relates to the practices recommendedTom Lane2005-09-02
* Update performance discussion for 8.1. Add a little more explanatoryTom Lane2005-09-02
* Duplicate:Bruce Momjian2005-09-02
* Correct comment about why contrib/xml2 isn't built automatically.Tom Lane2005-09-01
* Update storage.sgml to reflect current reality.Tom Lane2005-09-01
* Short-circuit AllocSetReset if nothing has been palloc'd in the memoryTom Lane2005-09-01
* 8.0.3 is now the most recent version.Bruce Momjian2005-09-01
* Update disk space computation because oids are now optional.Bruce Momjian2005-09-01
* Fix unportable uses of <ctype.h> functions. Per Sergey Koposov.Tom Lane2005-09-01
* Add:Bruce Momjian2005-08-30
* Add regression tests for disabling constraints.Bruce Momjian2005-08-30
* Remove a couple of obsolete statements about how many buffers you canTom Lane2005-08-30
* Log send() failures when sending to statistics process (but only inTom Lane2005-08-30
* Improve table describing shared memory parameters.Tom Lane2005-08-30
* Mention max_prepared_transactions in PREPARE TRANSACTION reference page,Tom Lane2005-08-30
* DropTableSpace forgot to remove dependency on tablespace's owner.Tom Lane2005-08-30
* Fix misleading comment.Tom Lane2005-08-30
* Update documentation about shared memory sizing to reflect currentTom Lane2005-08-30
* Reduce default value of max_prepared_transactions from 50 to 5. ThisTom Lane2005-08-29
* Fix platform-specific test for path prefix-ness: move it into path.c whereTom Lane2005-08-29
* Fix misspelled error message.Tom Lane2005-08-29
* Allow Win32 libpq will use it's minimal pthread implementation, and ecpgBruce Momjian2005-08-29
* Sigh, looks like you need '.set mips2' before you can access MIPSTom Lane2005-08-29
* Tweak nodeBitmapAnd to stop evaluating sub-plan scans if it finds it'sTom Lane2005-08-28
* Fix initdb quoting for Win32 paths in final examples, per Dave Page.Bruce Momjian2005-08-28