summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Brand 7.0.3.Bruce Momjian2000-11-031-2/+2
* Back-patch code to deduce implied equalities from transitivity ofTom Lane2000-09-232-2/+5
* Back-patch fix for bogus plans involving non-mark/restorable planTom Lane2000-09-081-6/+3
* oops, in v7.x its USE_SYSLOG, not ENABLE_SYSLOGMarc G. Fournier2000-08-281-9/+10
* Update for 7.0.2.Bruce Momjian2000-06-051-2/+2
* Fixups for 7.0.1Bruce Momjian2000-06-011-2/+2
* Back-patch tz name length fixes into REL7_0.Tom Lane2000-05-292-5/+5
* Modify raw parsetree representation returned by gram.y for SubLinks:Tom Lane2000-05-251-3/+3
* Update so init displays status with setproctitle too, like the rest of them.Bruce Momjian2000-05-241-0/+1
* Make setproctitle update for every query.Bruce Momjian2000-05-241-4/+3
* Comment out no-op ps updates for setproctitle(), until we figure outBruce Momjian2000-05-231-2/+2
* I am attempting to integrate postgres (v 7.0) with an open sourceBruce Momjian2000-05-221-2/+2
* Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS isTom Lane2000-05-212-2/+4
* Revise FlushRelationBuffers/ReleaseRelationBuffers per discussion withTom Lane2000-05-191-3/+2
* this fixes the bug where setting the entry in he process table no longer worksMarc G. Fournier2000-05-121-1/+21
* Add two checks ... one for setproctitle and one for -lutil ...Marc G. Fournier2000-05-121-1/+4
* Repair list-vs-node confusion that resulted in failure for INNER JOIN ON.Tom Lane2000-05-121-5/+6
* Force initdb because of pg_group index fix.Tom Lane2000-05-051-2/+2
* Clean up const-vs-not-const compiler warning in MULTIBYTE code.Tom Lane2000-04-201-3/+3
* Correct oversight in hashjoin cost estimation: nodeHash sizes its hashTom Lane2000-04-181-1/+4
* Include information for armv4l from Mark Knox <segfault@hardline.org>.Thomas G. Lockhart2000-04-181-0/+5
* Add new selectivity estimation functions for pattern-matching operatorsTom Lane2000-04-162-11/+85
* Fix spelling of "millennium".Thomas G. Lockhart2000-04-141-4/+4
* Fix silly definition order in config.h --- we had prototypes likeTom Lane2000-04-141-43/+36
* Skip setsockopt(SO_REUSEADDR) for the Unix-domain postmaster socket onTom Lane2000-04-141-2/+0
* A few more macro cleanupsBruce Momjian2000-04-121-2/+5
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12116-1172/+1269
* Reverse out macro fix for the time being.Bruce Momjian2000-04-121-9/+5
* Prevent drop database failure from showing.Bruce Momjian2000-04-121-5/+9
* Tweak smgrblindwrt per advice from Vadim: add parameter indicatingTom Lane2000-04-101-4/+7
* Buffer manager modifications to keep a local buffer-dirtied bit as wellTom Lane2000-04-095-23/+51
* Add zpbit and varbit data types from Adrian JoubertThomas G. Lockhart2000-04-085-11/+213
* Add transcendental math functions (sine, cosine, etc)Thomas G. Lockhart2000-04-075-14/+74
* Fix bug noted by Bruce: FETCH in an already-aborted transaction blockTom Lane2000-04-041-6/+9
* Fix extremely nasty little bug observed when a sub-SELECT appears inTom Lane2000-04-042-3/+6
* Get rid of SetBufferWriteMode(), which was an accident waiting to happen.Tom Lane2000-03-311-8/+2
* Add configure checks to see if 'using namespace std' andTom Lane2000-03-301-1/+8
* Fix up comments where had been uglified by the automated reformatter.Thomas G. Lockhart2000-03-271-12/+7
* Improve comment.Tom Lane2000-03-241-2/+2
* Rename bytea functions to not have upper-case letters in their names.Tom Lane2000-03-242-14/+14
* >> 5. empty define that results in an empty but terminated line ( ; )Bruce Momjian2000-03-231-2/+2
* Repair logic flaw in cost estimator: cost_nestloop() was estimating CPUTom Lane2000-03-222-4/+11
* Restructure planning code so that preprocessing of targetlist and qualsTom Lane2000-03-212-5/+4
* Reverse out BYTEA type coersion.Bruce Momjian2000-03-201-8/+1
* Add compatiblity information for bytea.Bruce Momjian2000-03-202-4/+13
* Change MemSet and StrNCpy to evaluate their arguments only once.Tom Lane2000-03-191-65/+64
* Fix incorrect implementation of log(x) for numeric, as well asTom Lane2000-03-191-5/+5
* Update bytea type descriptionBruce Momjian2000-03-181-2/+2
* Clean up minor compiler warnings.Tom Lane2000-03-181-2/+2
* Add safety check on expression nesting depth. Default value is set byTom Lane2000-03-172-32/+32