aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Default server_min_messages is NOTICE.Bruce Momjian2002-03-03
* Cause regression tests to pass again after elog changes.Tom Lane2002-03-03
* Some kibitzing about appropriate elog levels for sinval messages.Tom Lane2002-03-02
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* Add code to allow profiling of backends on Linux: save and restore theTom Lane2002-03-02
* Don't bother to request SSL connection over a Unix socket, since theTom Lane2002-03-02
* Array slice extraction should produce a result array with index lowerTom Lane2002-03-02
* User and database-specific session defaults for run-time configurationPeter Eisentraut2002-03-01
* array_ref() should set isNull to false explicitly if it's not going toPeter Eisentraut2002-03-01
* Fix thinko: cost_mergejoin must pay attention to which side of theTom Lane2002-03-01
* Revert quotes, 7.2 doesn't need them for CREATE FUNCTION.Bruce Momjian2002-03-01
* Oops, we didn't have single quotes around 'langname' in CREATE FUNCTIONBruce Momjian2002-03-01
* Add files for Unicode support.Hiroshi Inoue2002-03-01
* Second thoughts dept: arrange to cache mergejoin scan selectivityTom Lane2002-03-01
* Teach planner about the idea that a mergejoin won't necessarily readTom Lane2002-03-01
* Tweak pg_exec_query_string so that we close down transaction commandTom Lane2002-02-27
* Some cleanups in CREATE/ALTER/DROP USER ref pages.Peter Eisentraut2002-02-27
* #ifdef out pg_dump's check on whether a sequence's sequence_name fieldTom Lane2002-02-27
* Paranoia about data structure lifetime ...Tom Lane2002-02-27
* Clean up BeginCommand and related routines. BeginCommand and EndCommandTom Lane2002-02-27
* Update FAQ.Bruce Momjian2002-02-27
* Improve the handling of ODBC escape(a request from Marcelo Aceto).Hiroshi Inoue2002-02-27
* Fix bug in COPY FROM when DELIMITER is not in ASCII range.Tatsuo Ishii2002-02-27
* Restructure command-completion-report code so that there is just oneTom Lane2002-02-26
* Correct typo noticed by Christopher Kings-Lynne.Tom Lane2002-02-26
* Implementation for cancelQuery by Grant Finnemore <grantf@guruhut.co.za>Dave Cramer2002-02-26
* Use quote-marks to try to clarify a plpgsql error message, perTom Lane2002-02-26
* Tweak psql's \connect command to not downcase unquoted database and userTom Lane2002-02-25
* Added:Bruce Momjian2002-02-25
* Update FAQ_DEV.Bruce Momjian2002-02-25
* Update FAQ.Bruce Momjian2002-02-25
* Fix for PAM error message display:Bruce Momjian2002-02-25
* Add items and JDBC maintainers:Bruce Momjian2002-02-25
* Add note that BLCKSZ must be a power of 2.Tom Lane2002-02-25
* Add a large number of time zones to the lookup table.Thomas G. Lockhart2002-02-25
* Update completed items:Bruce Momjian2002-02-25
* This patch will allow arbitrary levels of analyze / rewritingBruce Momjian2002-02-25
* Try to make makefile actually work ...Tom Lane2002-02-25
* Fix typo in Makefile.Bruce Momjian2002-02-25
* I've attached a simple patch which should improve the performance ofBruce Momjian2002-02-25
* Fix typo in filename.Bruce Momjian2002-02-25
* Add integer aggregator to /contrib.Bruce Momjian2002-02-25
* *** empty log message ***Bruce Momjian2002-02-25
* Re-add equals documentation with CREATE DATABASE.Bruce Momjian2002-02-25
* Remove documentation of equals in CREATE DATABASE. Mention removal ofBruce Momjian2002-02-25
* Fix bogus createdb option syntax recommended by initlocation message.Tom Lane2002-02-24
* Fix copy-and-paste typo.Tom Lane2002-02-24
* Add -O/--owner switch to createdb script, in support of new OWNER optionTom Lane2002-02-24
* Modify pg_dumpall so that output script uses new OWNER option of CREATETom Lane2002-02-24
* Add OWNER option to CREATE DATABASE, so superusers can create databasesTom Lane2002-02-24