aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* up configure to beta5REL7_4_BETA5PostgreSQL Daemon2003-10-22
* Another example-to-documentation difference. Maybe we can find aTom Lane2003-10-22
* Ooops, missed updating this part of the complex-datatype example.Tom Lane2003-10-21
* Update the complex-datatype example to V1 function calling conventions,Tom Lane2003-10-21
* For some reason, the preface mentions just six of the seven major partsTom Lane2003-10-21
* Fix built-in SQL-language functions to ensure that referenced namesTom Lane2003-10-21
* Remove:Bruce Momjian2003-10-21
* Update:Bruce Momjian2003-10-21
* Cope with platforms that offer LONGLONG_MIN in place of the C99-specTom Lane2003-10-21
* Revert to 7.3-and-before practice of only including <fcntl.h> in c.hTom Lane2003-10-21
* Fix findLastBuiltinOid_V70() to deliver correct result when runningTom Lane2003-10-21
* Update per Tom:Bruce Momjian2003-10-21
* Add release info about dollar signs to migration section:Bruce Momjian2003-10-21
* Update catalog version after information schema changes.Peter Eisentraut2003-10-20
* Complain if pg_restore is given both -d and -f options; this suggestsTom Lane2003-10-20
* It is possible for ResolveNew to be used to insert a sublink into aTom Lane2003-10-20
* Improve error reporting in parseTypeString(), motivated by confusingTom Lane2003-10-20
* Install dummy sqlda.h file since this is needed for compatibility.Michael Meskes2003-10-20
* When building shared libraries on HPUX with gcc, forcibly include -lgccTom Lane2003-10-20
* Save_r, Save_t should be static not global variables.Tom Lane2003-10-19
* Update README file to show 7.4 oidjoins relationships. The regressionTom Lane2003-10-19
* Adjust libpq to avoid deadlock when both client and server want to sendTom Lane2003-10-19
* Check for both Informix modes when parsing include files.Michael Meskes2003-10-19
* Cleanup on --help-config: Now called --describe-config, no further options,Peter Eisentraut2003-10-18
* Further work on information_schema. _pg_keyissubset() wasn't quiteTom Lane2003-10-18
* Repair interaction between IN-join processing and subselect pullup thatTom Lane2003-10-18
* Simplify loop test to avoid bug in AIX compiler, per Andreas.Tom Lane2003-10-18
* Information schema fixes:Peter Eisentraut2003-10-18
* Must free the pgParameterStatus chain in freePGconn(). My fault,Tom Lane2003-10-18
* Document all the system views created by initdb (several of these wereTom Lane2003-10-17
* Add a listing of our SQLSTATE error codes to the documentation.Tom Lane2003-10-17
* Fix busted markup.Tom Lane2003-10-17
* Fix elog tab-insertion code to insert tabs only where wanted.Tom Lane2003-10-17
* Remove automatic '()' in other branch of UNION as well.Peter Eisentraut2003-10-17
* Adjust display of actual runtimes in EXPLAIN output to use three fractionalTom Lane2003-10-17
* Use pg_get_constraintdef() rather than pg_constraint.consrc; this isTom Lane2003-10-17
* Add note deprecating use of consrc.Tom Lane2003-10-17
* Fix bugs in referential_constraints view.Peter Eisentraut2003-10-16
* There should not be an automatic '()' after a function name whenPeter Eisentraut2003-10-16
* Set attstattarget to -1 for all system catalog columns. All but a fewTom Lane2003-10-16
* Avoid division by zero in estimate_num_groups() when table has no rows.Tom Lane2003-10-16
* Ensure that all places that are complaining about exhaustion of sharedTom Lane2003-10-16
* Cause tab completion to do something moderately reasonable with mixed-caseTom Lane2003-10-16
* Add mention of SIGHUP on the postmaster manual page.Bruce Momjian2003-10-16
* Fix bad interaction between NOTIFY processing and V3 extended queryTom Lane2003-10-16
* Minor copy-editing.Tom Lane2003-10-16
* Add:Bruce Momjian2003-10-16
* Fix SGML markup.Bruce Momjian2003-10-16
* This patch adds another item to the "migration to 7.4" list in theBruce Momjian2003-10-16
* I have run pg_autovacuum on AIX, so that can, at least loosely, beBruce Momjian2003-10-16