aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update:Bruce Momjian2005-10-07
* Add:Bruce Momjian2005-10-07
* Minor dbf2pg fixes from Martin Pitt: check for failure when issuingTom Lane2005-10-06
* Marginal speedup in RelationIsVisible and TypeIsVisible: avoid a redundantTom Lane2005-10-06
* Minor API cleanup for async notifications: we can only register theNeil Conway2005-10-06
* Minor tweaks for PL/PgSQL documentation.Neil Conway2005-10-06
* When a function not returning RECORD has a single OUT parameter, useTom Lane2005-10-06
* Fix oversight in indexscan plan creation. I recently added code to useTom Lane2005-10-06
* pg_config should print an error message to stderr and exit if anPeter Eisentraut2005-10-06
* Revise pgstats stuff to fix the problems with not counting accessesTom Lane2005-10-06
* Code cleanup for log_disconnections(). Patch from Qingqing Zhou,Neil Conway2005-10-05
* Improve wording of entry.Bruce Momjian2005-10-05
* Make set_function_size_estimates() marginally smarter: per originalTom Lane2005-10-05
* Add -Winline to the default CFLAGS for gcc, and removeTom Lane2005-10-05
* Also synced the ecpg lexer with the backend lexer.Michael Meskes2005-10-05
* Fix pgxs for spaces in file names on Win32Bruce Momjian2005-10-05
* Update Japanese FAQ.Bruce Momjian2005-10-05
* Update FAQ for version number.Bruce Momjian2005-10-05
* Clean up some messages and fix missing translation support. Option --logPeter Eisentraut2005-10-04
* Fix compile errorTeodor Sigaev2005-10-04
* Oops. Partially saved file was committed.Tatsuo Ishii2005-10-04
* Allow multiple -f options.Tatsuo Ishii2005-10-04
* Somehow I missed some parser changes, so this commit comes pretty late. I jus...Michael Meskes2005-10-04
* Add _ to gettext triggers. Must have been forgotten here when it was introduced.Peter Eisentraut2005-10-04
* Add an expected case to cover error message as spelled by python 2.2.3.Tom Lane2005-10-04
* COPY's test for read-only transaction was backward; it prohibited COPY TOTom Lane2005-10-03
* Add a trace_sort option to help with measuring resource usage of externalTom Lane2005-10-03
* Separate out the VacRUsage stuff as an independent module, in preparationTom Lane2005-10-03
* Fix procedure for updating nextval() defaults so that it actually works.Tom Lane2005-10-03
* Optimize benchmark query and update benchmark's results.Teodor Sigaev2005-10-03
* Fix font of sequence header.Bruce Momjian2005-10-03
* Fix null bytes at end of file (weird).Bruce Momjian2005-10-03
* Update sequence docs.Bruce Momjian2005-10-03
* Preserve tuple OIDs during ATRewriteTable. Per gripe from Duncan Crombie.Tom Lane2005-10-03
* Merge Tom and my descriptions of new sequence behavior into one entry.Bruce Momjian2005-10-03
* Update release notes to show how to upgrade a database to use the newBruce Momjian2005-10-03
* Remove, 8.1 completed items already removed:Bruce Momjian2005-10-03
* Done:Bruce Momjian2005-10-03
* Expand pg_control information so that we can verify that the databaseTom Lane2005-10-03
* Change nextval and other sequence functions to specify their sequenceTom Lane2005-10-02
* _SPI_execute_plan failed to return result tuple table to caller inTom Lane2005-10-01
* Adjust wording.Bruce Momjian2005-10-01
* One of the web pages mentioned in dmetaphone.c has moved. Also fixBruce Momjian2005-09-30
* Equalize wordings to avoid redundant translation work.Peter Eisentraut2005-09-30
* Clean up the help displays.Peter Eisentraut2005-09-30
* Change the option spelling to --connection-limit to be consistent with thePeter Eisentraut2005-09-30
* Fix confusion between relfilenode and Oid.Alvaro Herrera2005-09-29
* Fix unportable usages in new pgbench code (strndup, ctype macros)Tom Lane2005-09-29
* Add -f option which enables to read SQL commands from a file.Tatsuo Ishii2005-09-29
* Correct spellingPeter Eisentraut2005-09-29