summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2000-07-14Cleanup of code for creating index entries. Functional indexes withTom Lane
2000-07-14Remove references to symbols that no longer get definedPeter Eisentraut
2000-07-14Implement nested block comments in the backend and in psql.Thomas G. Lockhart
2000-07-12Remove a bunch of unused configure tests, in particular cases wherePeter Eisentraut
2000-07-12Add assert checking to GUC ("debug_assertions")Peter Eisentraut
2000-07-12First stage of reclaiming memory in executor by resetting short-termTom Lane
2000-07-11 Here is the patch with memory leak checker. This checker allow detectBruce Momjian
2000-07-09oidvectortypes: use SQL type names and separate by commasPeter Eisentraut
2000-07-09Another round of those unportable config/build changes :-/Peter Eisentraut
2000-07-08Remove long-dead support for invoking queries from dynamically loadedTom Lane
2000-07-07Fix misuse of StrNCpy to copy and add null to non-null-terminated data.Tom Lane
2000-07-07- format_type function, in use by psqlPeter Eisentraut
2000-07-07Rename cash_words_out to cash_words.Bruce Momjian
2000-07-06Backend makefile cleanup. make maintainer-clean is now completelyPeter Eisentraut
2000-07-06Functions on 'text' type updated to new fmgr style. 'text' isTom Lane
2000-07-05Update textin() and textout() to new fmgr style. This is just phaseTom Lane
2000-07-05add check for libz compression library for pg_dumpMarc G. Fournier
2000-07-05attached to this mail is a patch from a colleague that makesBruce Momjian
2000-07-05Bugfix in ALTER TABLE CREATE TOAST TABLEJan Wieck
2000-07-04Expand secondary password file feature, so that you can use thesePeter Eisentraut
2000-07-04Make toast-table creation and deletion work somewhat reliably.Tom Lane
2000-07-04miscVadim B. Mikheev
2000-07-04tuptoaster.h should surely not #include postgres.h.Tom Lane
2000-07-03TOAST changes to catalogJan Wieck
2000-07-03TOASTJan Wieck
2000-07-03Move PGPORT envar handling to ResetAllOptions(). Improve long optionsPeter Eisentraut
2000-07-03heap' loggingVadim B. Mikheev
2000-07-02Attached is a new patch which addresses this problem. (oids inBruce Momjian
2000-07-02Version number now set in configure, available through Makefile.globalPeter Eisentraut
2000-06-30Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com>Peter Eisentraut
2000-06-30Use a private memory context to store rule information in each relcacheTom Lane
2000-06-29Rearrange config.h entries into a more sensible order, and add someTom Lane
2000-06-28First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane
2000-06-22Second pass over run-time configuration system. Adjust priorities on somePeter Eisentraut
2000-06-20Make renaming a temp table behave sensibly. We don't need to touchTom Lane
2000-06-20Make inheritance planning logic a little simpler and clearer,Tom Lane
2000-06-19Integrated ODBC driver into regular build. No more standalone business,Peter Eisentraut
2000-06-19Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane
2000-06-18Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane
2000-06-18Reinstate BufFileTell().Tom Lane
2000-06-17Get rid of IndexIsUniqueNoCache() kluge by the simple expedient ofTom Lane
2000-06-17Fix performance problems with pg_index lookups (see, for example,Tom Lane
2000-06-17Clean out another pocket of functions called via nonspecific functionTom Lane
2000-06-17Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut
2000-06-16Repair unforgivably brain-dead representation of CaseExpr nodes inTom Lane
2000-06-15Clean up #include's.Bruce Momjian
2000-06-15#include cleanupsBruce Momjian
2000-06-14I had overlooked the fact that some fmgr-callable functions return voidTom Lane
2000-06-13Another batch of fmgr updates. I think I have gotten all old-styleTom Lane
2000-06-12Brand 7.1 release. Also update jdbc version in release branch.Bruce Momjian