summaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAgeFilesLines
* Back-patch tz name length fixes into REL7_0.Tom Lane2000-05-291-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
* Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS isTom Lane2000-05-212-2/+4
* this fixes the bug where setting the entry in he process table no longer worksMarc G. Fournier2000-05-121-1/+21
* Add new selectivity estimation functions for pattern-matching operatorsTom Lane2000-04-161-10/+58
* Fix spelling of "millennium".Thomas G. Lockhart2000-04-141-4/+4
* A few more macro cleanupsBruce Momjian2000-04-121-2/+5
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-1229-377/+394
* Add zpbit and varbit data types from Adrian JoubertThomas G. Lockhart2000-04-082-1/+89
* Add transcendental math functions (sine, cosine, etc)Thomas G. Lockhart2000-04-072-3/+23
* Fix up comments where had been uglified by the automated reformatter.Thomas G. Lockhart2000-03-271-12/+7
* Rename bytea functions to not have upper-case letters in their names.Tom Lane2000-03-241-8/+8
* >> 5. empty define that results in an empty but terminated line ( ; )Bruce Momjian2000-03-231-2/+2
* Clean up minor compiler warnings.Tom Lane2000-03-181-2/+2
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-146-227/+55
* Reactivated LZTEXT data type and changed rule plan- and qual-stringsJan Wieck2000-02-271-1/+17
* Add Assert() to check for trying to heap_close a relation when theTom Lane2000-02-271-2/+4
* Shared-memory hashtables have non-extensible directories, which meansTom Lane2000-02-261-13/+14
* Add numeric <-> int8 and numeric <-> int2 conversion functions, as wellTom Lane2000-02-241-83/+88
* Clean up some really grotty coding in catcache.c, improve hashingTom Lane2000-02-213-8/+8
* Implement reindex commandHiroshi Inoue2000-02-181-1/+5
* Finish repairing 6.5's problems with r-tree indexes: create appropriateTom Lane2000-02-171-3/+12
* Implement "date/time grand unification".Thomas G. Lockhart2000-02-167-490/+742
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-151-5/+9
* contrib-array.patchBruce Momjian2000-02-131-1/+1
* Add btree indexing of boolean valuesBruce Momjian2000-02-101-1/+4
* I'm sending patch with new version of to_char numbers formatting.Bruce Momjian2000-02-082-8/+15
* Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane2000-01-312-25/+33
* Delete unused and long-dead header file.Tom Lane2000-01-291-24/+0
* Add:Bruce Momjian2000-01-2637-74/+111
* as attache of this mail is patch (to the main tree) with to_char'sBruce Momjian2000-01-251-0/+31
* Made abstime/reltime use int4 instead of time_t (TODO item)Peter Eisentraut2000-01-241-7/+8
* First cut at making useful selectivity estimates for range queriesTom Lane2000-01-241-5/+6
* Replace SearchSysCacheGetAttribute with SysCacheGetAttr, which fetchesTom Lane2000-01-231-6/+4
* Revise handling of index-type-specific indexscan cost estimation, perTom Lane2000-01-221-10/+20
* added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut2000-01-224-19/+19
* setheapoverride() is history. Uses replaced with CommandCounterIncrement()Tom Lane2000-01-171-38/+19
* Included all yacc and lex files into the distribution.Peter Eisentraut2000-01-161-2/+2
* Clean up problems with rounding/overflow code in NUMERIC, particularlyTom Lane2000-01-151-7/+17
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-151-2/+2
* Fixed everything in and surrounding createdb and dropdb to make it morePeter Eisentraut2000-01-132-3/+9
* Make number of args to a function configurable.Bruce Momjian2000-01-101-2/+2
* Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian2000-01-102-15/+15
* Improve cache invalidation handling. EespeciallyHiroshi Inoue2000-01-101-1/+9
* Sorry, that I send this letter/patch again, but previous sending isBruce Momjian2000-01-071-0/+46
* Changed "triggered data change violation" detection codeJan Wieck2000-01-061-1/+3
* Fix it's and its to be correct.Bruce Momjian2000-01-051-2/+2
* Update length of timestamp to 30.Bruce Momjian2000-01-021-1/+1