aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Another round of those unportable config/build changes :-/Peter Eisentraut2000-07-09
* Remove long-dead support for invoking queries from dynamically loadedTom Lane2000-07-08
* Fix misuse of StrNCpy to copy and add null to non-null-terminated data.Tom Lane2000-07-07
* - format_type function, in use by psqlPeter Eisentraut2000-07-07
* Rename cash_words_out to cash_words.Bruce Momjian2000-07-07
* Backend makefile cleanup. make maintainer-clean is now completelyPeter Eisentraut2000-07-06
* Functions on 'text' type updated to new fmgr style. 'text' isTom Lane2000-07-06
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-05
* add check for libz compression library for pg_dumpMarc G. Fournier2000-07-05
* attached to this mail is a patch from a colleague that makesBruce Momjian2000-07-05
* Bugfix in ALTER TABLE CREATE TOAST TABLEJan Wieck2000-07-05
* Expand secondary password file feature, so that you can use thesePeter Eisentraut2000-07-04
* Make toast-table creation and deletion work somewhat reliably.Tom Lane2000-07-04
* miscVadim B. Mikheev2000-07-04
* tuptoaster.h should surely not #include postgres.h.Tom Lane2000-07-04
* TOAST changes to catalogJan Wieck2000-07-03
* TOASTJan Wieck2000-07-03
* Move PGPORT envar handling to ResetAllOptions(). Improve long optionsPeter Eisentraut2000-07-03
* heap' loggingVadim B. Mikheev2000-07-03
* Attached is a new patch which addresses this problem. (oids inBruce Momjian2000-07-02
* Version number now set in configure, available through Makefile.globalPeter Eisentraut2000-07-02
* Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com>Peter Eisentraut2000-06-30
* Use a private memory context to store rule information in each relcacheTom Lane2000-06-30
* Rearrange config.h entries into a more sensible order, and add someTom Lane2000-06-29
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Second pass over run-time configuration system. Adjust priorities on somePeter Eisentraut2000-06-22
* Make renaming a temp table behave sensibly. We don't need to touchTom Lane2000-06-20
* Make inheritance planning logic a little simpler and clearer,Tom Lane2000-06-20
* Integrated ODBC driver into regular build. No more standalone business,Peter Eisentraut2000-06-19
* Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane2000-06-19
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-18
* Reinstate BufFileTell().Tom Lane2000-06-18
* Get rid of IndexIsUniqueNoCache() kluge by the simple expedient ofTom Lane2000-06-17
* Fix performance problems with pg_index lookups (see, for example,Tom Lane2000-06-17
* Clean out another pocket of functions called via nonspecific functionTom Lane2000-06-17
* Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut2000-06-17
* Repair unforgivably brain-dead representation of CaseExpr nodes inTom Lane2000-06-16
* Clean up #include's.Bruce Momjian2000-06-15
* #include cleanupsBruce Momjian2000-06-15
* I had overlooked the fact that some fmgr-callable functions return voidTom Lane2000-06-14
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-13
* Brand 7.1 release. Also update jdbc version in release branch.Bruce Momjian2000-06-12
* Rename rule CURRENT to OLD in source tree. Add mapping for backwardBruce Momjian2000-06-12
* Back out pg_shadow changes to allow create table and locking permissions.Bruce Momjian2000-06-12
* Update sequence-related functions to new fmgr style. Remove downcasing,Tom Lane2000-06-11
* Substituted new configure test for types of accept()Peter Eisentraut2000-06-11
* I have made the couple of mods required to make the odbc driver withBruce Momjian2000-06-09
* I have large database and with this DB work more users and I very needBruce Momjian2000-06-09
* Cause inheritance patch to meet minimum coding standards (no gccTom Lane2000-06-09
* Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian2000-06-09