summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2000-06-12Rename rule CURRENT to OLD in source tree. Add mapping for backwardBruce Momjian
2000-06-12Back out pg_shadow changes to allow create table and locking permissions.Bruce Momjian
2000-06-11Update sequence-related functions to new fmgr style. Remove downcasing,Tom Lane
2000-06-11Substituted new configure test for types of accept()Peter Eisentraut
2000-06-09I have made the couple of mods required to make the odbc driver withBruce Momjian
2000-06-09 I have large database and with this DB work more users and I very needBruce Momjian
2000-06-09Cause inheritance patch to meet minimum coding standards (no gccTom Lane
2000-06-09Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian
2000-06-09Another round of updates for new fmgr, mostly in the datetime code.Tom Lane
2000-06-08Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian
2000-06-08Mark ImmediateSharedRelationCacheInvalidate as NOT_USED.Bruce Momjian
2000-06-07Re-order pg_listener index so it can later be used in an index scan.Bruce Momjian
2000-06-07New system index, initdb everyone.Bruce Momjian
2000-06-07Add index on pg_index.indrelid for Tom Lane.Bruce Momjian
2000-06-06PGPORT envar was erroneously ignored by the backendPeter Eisentraut
2000-06-05Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane
2000-06-04Removed ELOG_TIMESTAMPS #define in favor of two run-timePeter Eisentraut
2000-06-04New ps display code, works on more platforms.Peter Eisentraut
2000-06-03New warning code about auto-created range table entries.Bruce Momjian
2000-06-02More cleanup of c.h binary macrosBruce Momjian
2000-06-02Reverse PG_BINARY definesBruce Momjian
2000-06-02Remove NT-specific file open defines by defining our own open macros forBruce Momjian
2000-06-02heap' xlog recordsVadim B. Mikheev
2000-06-02Create an fd.c entry point that is just like plain open(2) except thatTom Lane
2000-05-31The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut
2000-05-30Third round of fmgr updates: eliminate calls using fmgr() andTom Lane
2000-05-29Convert array_map to use new fmgr interface.Tom Lane
2000-05-29Repair problems with overrun of timezone name length. Increase MAXTZLENTom Lane
2000-05-29Split vacuum and analyze into separate filesBruce Momjian
2000-05-29More vacuum cleanupBruce Momjian
2000-05-29more cleanupBruce Momjian
2000-05-29Allow vacuum to perform analyze with shared lock. Update cvs manual.Bruce Momjian
2000-05-29Second round of fmgr changes: triggers are now invoked in new style,Tom Lane
2000-05-28Miscellaneous cleanups of places that needed to account for newTom Lane
2000-05-28First round of changes for new fmgr interface. fmgr itself and theTom Lane
2000-05-25Modify raw parsetree representation returned by gram.y for SubLinks:Tom Lane
2000-05-24Update so init displays status with setproctitle too, like the rest of them.Bruce Momjian
2000-05-24Make setproctitle update for every query.Bruce Momjian
2000-05-23Comment out no-op ps updates for setproctitle(), until we figure outBruce Momjian
2000-05-22I am attempting to integrate postgres (v 7.0) with an open sourceBruce Momjian
2000-05-21Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS isTom Lane
2000-05-19Revise FlushRelationBuffers/ReleaseRelationBuffers per discussion withTom Lane
2000-05-12this fixes the bug where setting the entry in he process table no longer worksMarc G. Fournier
2000-05-12Add two checks ... one for setproctitle and one for -lutil ...Marc G. Fournier
2000-05-12Repair list-vs-node confusion that resulted in failure for INNER JOIN ON.Tom Lane
2000-05-05Force initdb because of pg_group index fix.Tom Lane
2000-04-20Clean up const-vs-not-const compiler warning in MULTIBYTE code.Tom Lane
2000-04-18Correct oversight in hashjoin cost estimation: nodeHash sizes its hashTom Lane