aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Doug Fields patch to prevent exception being thrown on zero length arraysDave Cramer2002-03-05
* patch from Zhenbang WeiDave Cramer2002-03-05
* Add:Bruce Momjian2002-03-05
* Patch from Ryouichi MatsudaDave Cramer2002-03-05
* patch from Mitchel Friedman to fix getTablesDave Cramer2002-03-05
* Showing index details with \d on psql.Bruce Momjian2002-03-05
* patch from Vicktor to fix Numeric decimal digits in getColumnsDave Cramer2002-03-05
* Back out python patch:Bruce Momjian2002-03-05
* This patch to the python bindings adds C versions of the often-usedBruce Momjian2002-03-05
* Add \timing patch to psql. Times all queries.Bruce Momjian2002-03-05
* Add PQunescapeBytea libpq function.Bruce Momjian2002-03-04
* Improve libpgeasy API for multiple result sets, add example.Bruce Momjian2002-03-04
* Add Assert check to catch vsnprintf overrunning its buffer. (Seen toTom Lane2002-03-04
* Update FAQ_Solaris with info about gcc 2.95.1 problems and how to workTom Lane2002-03-04
* Make port makefile slightly less crufty.Tom Lane2002-03-04
* Modify:Bruce Momjian2002-03-04
* Add:Bruce Momjian2002-03-04
* Fix very ancient breakage in alter-table tests: apparently, there was aTom Lane2002-03-04
* If presented db path has a trailing slash, remove it to avoid generatingTom Lane2002-03-04
* Fix bug in extract/date_part for milliseconds/miscroseconds andTatsuo Ishii2002-03-04
* Fix bogus error check in pg_execute, per report from lbayuk@mindspring.com.Tom Lane2002-03-04
* Further work on elog cleanup: fix some bogosities in elog's logic aboutTom Lane2002-03-04
* Update FAQ.Bruce Momjian2002-03-03
* Catcaches can now store negative entries as well as positive ones, toTom Lane2002-03-03
* Update FAQ.Bruce Momjian2002-03-03
* 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