summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-175-11/+11
* Turns out that Mazurkiewicz's gripe about 'function inheritance' isTom Lane2000-03-162-2/+6
* Fix some (more) problems with subselects in rules. Rewriter failed toTom Lane2000-03-161-1/+6
* Cache fmgr lookup data for index's getnext() function in IndexScanDesc,Tom Lane2000-03-141-1/+2
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-1416-811/+610
* Trial implementation of ALTER DROP COLUMN.Hiroshi Inoue2000-03-091-1/+15
* I've made a diff against the 7.0beta1 tree that accomplishes several things:Bruce Momjian2000-03-081-0/+43
* Added configure test for readline's filename_completion_functionPeter Eisentraut2000-03-052-3/+6
* Simplify parsing of column constraints by treating constraint attributesTom Lane2000-03-011-13/+32
* Jan forgot to increment catversion when adding lztext. Naughty naughty.Tom Lane2000-02-271-2/+2
* Reactivated LZTEXT data type and changed rule plan- and qual-stringsJan Wieck2000-02-278-10/+89
* Add Assert() to check for trying to heap_close a relation when theTom Lane2000-02-271-2/+4
* Fix exprTypmod to recognize length-coercion function expressions,Tom Lane2000-02-261-1/+2
* Shared-memory hashtables have non-extensible directories, which meansTom Lane2000-02-261-13/+14
* Add missing files like foreign key regression tests and config.h.win32.Bruce Momjian2000-02-241-0/+16
* Add numeric <-> int8 and numeric <-> int2 conversion functions, as wellTom Lane2000-02-243-91/+115
* 1. miscadmin.h needs to include sys/types.h for a definition of pid_tBruce Momjian2000-02-231-1/+3
* Change cancel while waiting-for-lock stuff.Hiroshi Inoue2000-02-222-3/+4
* Change parse-time representation of float literals (which include oversizeTom Lane2000-02-211-6/+20
* Clean up some really grotty coding in catcache.c, improve hashingTom Lane2000-02-216-20/+16
* fix the TODOHiroshi Inoue2000-02-211-1/+2
* Create a new expression node type RelabelType, which exists solely toTom Lane2000-02-202-2/+27
* Moved psql \eset and \eshow to \encodingPeter Eisentraut2000-02-203-21/+12
* Even after the great date/time consolidation, TypeCategory() was stillTom Lane2000-02-201-1/+2
* Get rid of postgres.c's separate parsing logic for PGDATESTYLE env.Tom Lane2000-02-191-21/+5
* Plug some more memory leaks in the planner. It still leaks like a sieve,Tom Lane2000-02-181-12/+21
* Implement reindex commandHiroshi Inoue2000-02-186-11/+43
* Replace inefficient _bt_invokestrat calls with direct calls to theTom Lane2000-02-181-9/+8
* Finish repairing 6.5's problems with r-tree indexes: create appropriateTom Lane2000-02-175-78/+100
* Implement "date/time grand unification".Thomas G. Lockhart2000-02-1614-745/+954
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-1512-70/+133
* Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart2000-02-156-26/+42
* Fix up tabbing for _int8 entry.Thomas G. Lockhart2000-02-151-2/+2
* contrib-array.patchBruce Momjian2000-02-132-2/+3
* 2. trigger.c fails to compile due to a syntax error. It containsBruce Momjian2000-02-131-2/+2
* Add btree indexing of boolean valuesBruce Momjian2000-02-106-8/+33
* I checked the WinNT port yesterday (a few days old snapshot from CVS) and IBruce Momjian2000-02-091-0/+3
* I'm sending patch with new version of to_char numbers formatting.Bruce Momjian2000-02-082-8/+15
* Repair planning bugs caused by my misguided removal of restrictinfo linkTom Lane2000-02-074-51/+87
* Rename same() to sameseti() to have a slightly less generic name. MoveTom Lane2000-02-062-5/+6
* Further cleanup for OR-of-AND WHERE-clauses. orindxpath can now handleTom Lane2000-02-051-8/+12
* Fixed bug in NO ACTION trigger proc entries.Jan Wieck2000-01-311-3/+3
* Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane2000-01-315-31/+50
* Delete unused and long-dead header file.Tom Lane2000-01-291-24/+0
* Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane2000-01-278-24/+53
* Remove duplicate extern declaration.Tom Lane2000-01-261-4/+1
* Add:Bruce Momjian2000-01-26241-479/+720
* as attache of this mail is patch (to the main tree) with to_char'sBruce Momjian2000-01-252-1/+56
* 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-244-157/+158