summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-04-24pgdb.connect() seems to be broken on Python 2.0.1 (which ships withBruce Momjian
2002-04-24Sorry for the package, but the following patch need to be applied to getBruce Momjian
2002-04-24xlog.c: If possible please add the following patch to better support NetWare.Bruce Momjian
2002-04-24[ Patch comments in three pieces.]Bruce Momjian
2002-04-23Based on this report, I am adding a FUNC_MAX_ARGS define toBruce Momjian
2002-04-23Clean up INT64CONST conflicts. Make the pg_crc code use a macro calledTom Lane
2002-04-231) Fix SQLProcedures().Hiroshi Inoue
2002-04-22Oops, forgot we had a macro to encapsulate test for type toastability.Tom Lane
2002-04-22Fix incorrect Assert; install a more trustworthy check on whetherTom Lane
2002-04-22Synced preproc.y and keywords.c.Michael Meskes
2002-04-22Convert GUC parameters back to strings if input as integers.Thomas G. Lockhart
2002-04-22Check for multiple arguments on parameters which do not allow them.Thomas G. Lockhart
2002-04-21Oops. Remove declaration for set_name_needs_quotes(), since it is now gone.Thomas G. Lockhart
2002-04-21Remove the definition for set_name_needs_quotes() on the assumption thatThomas G. Lockhart
2002-04-21Initialize or set a couple of variables to suppress compiler warnings.Thomas G. Lockhart
2002-04-21Update horology-no-DST-before-1970.out (tested on HPUX), plus an extrapolated...Tom Lane
2002-04-21Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart
2002-04-21Include stdio.h and stdlib.h for completeness.Thomas G. Lockhart
2002-04-21Make WITHOUT TIME ZONE the default for TIMESTAMP and TIME data types.Thomas G. Lockhart
2002-04-21Allow more choices for style of value in various SET commands. Formerly,Thomas G. Lockhart
2002-04-21Add fields in the control file to check for whether the backend wasThomas G. Lockhart
2002-04-21Make pg_dump independent of FUNC_MAX_ARGS.Peter Eisentraut
2002-04-21Fix typo.Tom Lane
2002-04-21Restructure AclItem representation so that we can have more than eightTom Lane
2002-04-21Remove --enable-syslog optionTatsuo Ishii
2002-04-20pq_getstring doesn't go through pq_getbyte anymore, for better performance.Peter Eisentraut
2002-04-20Scanner performance improvementsPeter Eisentraut
2002-04-20Add missing include.Peter Eisentraut
2002-04-19Change naming rule for ON SELECT rules of views: they're all justTom Lane
2002-04-19pg_trigger's index on tgrelid is replaced by a unique index onTom Lane
2002-04-18Make PUBLIC an unreserved word (in fact, not a keyword at all),Tom Lane
2002-04-18Rule names are now unique per-relation, rather than unique globally.Tom Lane
2002-04-18Ant 1.4.1 now requires for jdbc. Mention in HISTORY release notes.Bruce Momjian
2002-04-18Back out python change, needs delay.Bruce Momjian
2002-04-18Change docs to do 20! rather than larger.Bruce Momjian
2002-04-17Opclasses live in namespaces. I also took the opportunity to createTom Lane
2002-04-16Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane
2002-04-16Added some rudimentary table and column testsDave Cramer
2002-04-16fixed getColumns as per Panu Outinen's email. At this point have only repaire...Dave Cramer
2002-04-16Fixed typo in preproc/type.hMichael Meskes
2002-04-15The patch I sent to -patches a little while ago wasn't applied: itBruce Momjian
2002-04-15The attached patch corrects an inaccuracy in src/backend/catalog/READMEBruce Momjian
2002-04-15CATALOG VERSION UPDATED:Bruce Momjian
2002-04-15Disable VACUUM from being called from a function because function memoryBruce Momjian
2002-04-15Fix for NOTIFY when NAMEDATALEN is nonstandard in server. Fix idea fromBruce Momjian
2002-04-15Fix for EINTR returns from Win9X socket operations:Bruce Momjian
2002-04-15Adjust rules for search_path so that pg_catalog is never implicitlyTom Lane
2002-04-15Fix text_substr bug intrduced in 7.3 developmentTatsuo Ishii
2002-04-15Fix oversight in recent change of representation for JOIN aliasTom Lane
2002-04-15The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane