summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2000-04-18Include information for armv4l from Mark Knox <segfault@hardline.org>.Thomas G. Lockhart
2000-04-16Add new selectivity estimation functions for pattern-matching operatorsTom Lane
2000-04-14Fix spelling of "millennium".Thomas G. Lockhart
2000-04-14Fix silly definition order in config.h --- we had prototypes likeTom Lane
2000-04-14Skip setsockopt(SO_REUSEADDR) for the Unix-domain postmaster socket onTom Lane
2000-04-12A few more macro cleanupsBruce Momjian
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-04-12Reverse out macro fix for the time being.Bruce Momjian
2000-04-12Prevent drop database failure from showing.Bruce Momjian
2000-04-10Tweak smgrblindwrt per advice from Vadim: add parameter indicatingTom Lane
2000-04-09Buffer manager modifications to keep a local buffer-dirtied bit as wellTom Lane
2000-04-08Add zpbit and varbit data types from Adrian JoubertThomas G. Lockhart
2000-04-07Add transcendental math functions (sine, cosine, etc)Thomas G. Lockhart