aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Add missing mention of 'log' option for client_min_messages.Bruce Momjian2002-04-04
* Authentication improvements:Bruce Momjian2002-04-04
* Fix a bug in multibyte_strchr().Hiroshi Inoue2002-04-04
* Locale support is on by default. The choice of locale is done in initdbPeter Eisentraut2002-04-03
* Replace perror() calls by elog()s, so that messages can be routed toTom Lane2002-04-03
* Allow postmaster to start up anyway when PGSTAT code fails to initialize,Tom Lane2002-04-03
* Fix compiler warnings.Hiroshi Inoue2002-04-02
* [HACKERS] Proposed patch for ODBC driver w/ C-a-n-c-e-lHiroshi Inoue2002-04-02
* Removed obsolete DROP_COLUMN_HACK stuff.Hiroshi Inoue2002-04-02
* Tweak SERIAL column creation to emit a fully qualified sequence nameTom Lane2002-04-02
* Removed error message that was incorectly being issued. This fixes a problem...Barry Lind2002-04-02
* Fix CLOG truncation code to not do the Wrong Thing when there are alreadyTom Lane2002-04-02
* Make VACUUM handle schema-qualified relation names properly.Tom Lane2002-04-02
* Add tgconstrrelid to stored Trigger structures, make RI trigger functionsTom Lane2002-04-01
* Attached is a patch which adds 2 missing semi-colons toBruce Momjian2002-04-01
* ALTER TABLE SET/DROP NOT NULL, from Christopher Kings-Lynne.Tom Lane2002-04-01
* Create a new GUC variable search_path to control the namespace searchTom Lane2002-04-01
* 1) Add rollback functionality to updatable cursors.Hiroshi Inoue2002-04-01
* Temporary kluge to let RI triggers work on tables outside the systemTom Lane2002-04-01
* Make renamerel take an OID, not a RangeVar, to identify the relationTom Lane2002-03-31
* Reimplement temp tables using schemas. The temp table map is history;Tom Lane2002-03-31
* Further cleanups for relations in schemas: teach nextval and otherTom Lane2002-03-30
* Mop-up some infelicities in new relation lookup handling.Tom Lane2002-03-29
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-29
* Upgrade to Autoconf version 2.53. Replaced many custom macroPeter Eisentraut2002-03-29
* Fix ODBC warnings about missing parens and pg_ismb not used (addedBruce Momjian2002-03-29
* Fox for old python PyMem_DEL, was PyMem_Del,Bruce Momjian2002-03-29
* Fix '#' commant to be proper C comment.Bruce Momjian2002-03-29
* [2002-03-28]Hiroshi Inoue2002-03-28
* Reset parenthesis level counter upon \r.Peter Eisentraut2002-03-27
* applied patch from Liam Stewart fixing a message in the properties fileBarry Lind2002-03-27
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-26
* applied patch submitted by Florian (mailing-list@urbanet.ch) for BigDecimal s...Barry Lind2002-03-26
* Changed QueryExecutor.java to correctly read responses from the backend.Barry Lind2002-03-26
* Update release list.Bruce Momjian2002-03-26
* Update sgml version properly.Bruce Momjian2002-03-26
* Further changes following discussion on INTERFACES mailing list:D'Arcy J.M. Cain2002-03-26
* Re-allow CREATE AS (but not SELECT INTO) in EXECUTE.Tom Lane2002-03-25
* Fix for ODBC compile warnings.Bruce Momjian2002-03-25
* Indenting #if commands is not portable, is it?Tom Lane2002-03-24
* Tweak labeling of plan qual conditions for more consistency.Tom Lane2002-03-24
* EXPLAIN output now comes out as a query result, not a NOTICE message.Tom Lane2002-03-24
* Create the pg_namespace system catalog. Doesn't do much yet, but it'sTom Lane2002-03-22
* Improve catalog commentary.Tom Lane2002-03-22
* A little further progress on schemas: push down RangeVars intoTom Lane2002-03-22
* Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane2002-03-21
* Fix minor syntax error.Tom Lane2002-03-21
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-21
* Remove -mips2 flag, which breaks the build on some MIPS systems.Peter Eisentraut2002-03-21
* Added typedef patches and a new option '-c' to automatically create C typedef...Michael Meskes2002-03-21