1997-09-20 |
Thomas G. Lockhart | Change ORDER BY to get more consistant results. |
commit | commitdiff | tree | snapshot |
1997-09-20 |
Thomas G. Lockhart | Add tinterval comparison operators. |
commit | commitdiff | tree | snapshot |
1997-09-20 |
Thomas G. Lockhart | Add point_ne() comparison routine. |
commit | commitdiff | tree | snapshot |
1997-09-20 |
Thomas G. Lockhart | Add tinterval comparison routines. |
commit | commitdiff | tree | snapshot |
1997-09-20 |
Thomas G. Lockhart | Add integer/money arithmetic from Darren King. |
commit | commitdiff | tree | snapshot |
1997-09-20 |
Thomas G. Lockhart | Add point_ne() function. |
commit | commitdiff | tree | snapshot |
1997-09-20 |
Thomas G. Lockhart | Fix typo for default units for timespan input. |
commit | commitdiff | tree | snapshot |
1997-09-20 |
Thomas G. Lockhart | Include tinterval comparison functions for span of... |
commit | commitdiff | tree | snapshot |
1997-09-20 |
Thomas G. Lockhart | Include functions for integer/money arithmetic. |
commit | commitdiff | tree | snapshot |
1997-09-20 |
Thomas G. Lockhart | Fix up elog warning messages. |
commit | commitdiff | tree | snapshot |
1997-09-20 |
Thomas G. Lockhart | Add support for FLOAT(p) SQL/92 data type. |
commit | commitdiff | tree | snapshot |
1997-09-20 |
Thomas G. Lockhart | Replace missing directory delimiter for postmaster... |
commit | commitdiff | tree | snapshot |
1997-09-20 |
Marc G. Fournier | Bring in Peter's changes...finally :( |
commit | commitdiff | tree | snapshot |
1997-09-19 |
Bruce Momjian | Update configure. |
commit | commitdiff | tree | snapshot |
1997-09-19 |
Marc G. Fournier | 1997-06-15 Paul Eggert <eggert@twinsun.com> |
commit | commitdiff | tree | snapshot |
1997-09-19 |
Vadim B. Mikheev | + _copyGroup(Group *from) |
commit | commitdiff | tree | snapshot |
1997-09-19 |
Bruce Momjian | Fix \e and \p after query. |
commit | commitdiff | tree | snapshot |
1997-09-18 |
Bruce Momjian | Inline memset() as MemSet(). |
commit | commitdiff | tree | snapshot |
1997-09-18 |
Bruce Momjian | Have to do [[ ]] in configure.in. |
commit | commitdiff | tree | snapshot |
1997-09-18 |
Bruce Momjian | UPdate memset macro. |
commit | commitdiff | tree | snapshot |
1997-09-18 |
Bruce Momjian | Update HISTORY. |
commit | commitdiff | tree | snapshot |
1997-09-18 |
Bruce Momjian | Cleanup for memset macro. |
commit | commitdiff | tree | snapshot |
1997-09-18 |
Marc G. Fournier | Add in srandom() check to configure |
commit | commitdiff | tree | snapshot |
1997-09-18 |
Vadim B. Mikheev | QUERY: SELECT p.name, p.age FROM person* p ORDER BY... |
commit | commitdiff | tree | snapshot |
1997-09-18 |
Vadim B. Mikheev | No more SortTuplesInTree... |
commit | commitdiff | tree | snapshot |
1997-09-18 |
Vadim B. Mikheev | Don't limit number of tuples in leftist trees! |
commit | commitdiff | tree | snapshot |
1997-09-18 |
Vadim B. Mikheev | No more SortTuplesInTree... |
commit | commitdiff | tree | snapshot |
1997-09-18 |
Vadim B. Mikheev | Convert sequence names tolower. |
commit | commitdiff | tree | snapshot |
1997-09-18 |
Vadim B. Mikheev | ALTER TABLE ADD COLUMN: set atthasdef to FALSE. |
commit | commitdiff | tree | snapshot |
1997-09-18 |
Bruce Momjian | Inline frequently called functions. |
commit | commitdiff | tree | snapshot |
1997-09-18 |
Vadim B. Mikheev | Addded to Psortstate: |
commit | commitdiff | tree | snapshot |
1997-09-18 |
Vadim B. Mikheev | + SortTuplesInTree |
commit | commitdiff | tree | snapshot |
1997-09-18 |
Vadim B. Mikheev | 1. Use qsort for first run |
commit | commitdiff | tree | snapshot |
1997-09-18 |
Vadim B. Mikheev | + int SortTuplesInTree = 2560; |
commit | commitdiff | tree | snapshot |
1997-09-18 |
Vadim B. Mikheev | Allow set max number of tuples in leftist tree for... |
commit | commitdiff | tree | snapshot |
1997-09-18 |
Thomas G. Lockhart | Add explicit test for various comment syntaxes. |
commit | commitdiff | tree | snapshot |
1997-09-18 |
Thomas G. Lockhart | Explicitly test various comment syntaxes. |
commit | commitdiff | tree | snapshot |
1997-09-18 |
Thomas G. Lockhart | Add syntax and warnings for unsupported ALTER TABLE... |
commit | commitdiff | tree | snapshot |
1997-09-18 |
Marc G. Fournier | Ack, I missed a template file here :( |
commit | commitdiff | tree | snapshot |
1997-09-17 |
Edmund Mergl | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1997-09-17 |
Edmund Mergl | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1997-09-17 |
Edmund Mergl | adapted to pgsql-v6.2 |
commit | commitdiff | tree | snapshot |
1997-09-17 |
Edmund Mergl | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1997-09-17 |
Bruce Momjian | Remove extra backets in tr test. |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Bruce Momjian | Linux seems to have 3/4/5/686. |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Bruce Momjian | Makefile cleanup. |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Bruce Momjian | Mklinux patch from Tatsuo. |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Thomas G. Lockhart | Modify to match current expected output |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Thomas G. Lockhart | Add explicit, separate test sections for DEFAULT and... |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Thomas G. Lockhart | Remove extraneous blank lines from error messages. |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Thomas G. Lockhart | Remove difftime() calls. |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Thomas G. Lockhart | Fix string conversions for operators in DEFAULT and... |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Bruce Momjian | Remove uint32 from inet_aton file. |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Bruce Momjian | Removed un-needed signal suff from pginterface. |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Bruce Momjian | Add .eo to pgbuiltin. |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Bruce Momjian | Remove NO_MK_LORDER from Solaris. |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Bruce Momjian | Manual cleanup for textcat. |
commit | commitdiff | tree | snapshot |
1997-09-15 |
Vadim B. Mikheev | Fix pfree problem. |
commit | commitdiff | tree | snapshot |
1997-09-15 |
Vadim B. Mikheev | -S need in optarg... |
commit | commitdiff | tree | snapshot |
1997-09-14 |
Bruce Momjian | -Linux configure additoin, libtcl Makefile patch. |
commit | commitdiff | tree | snapshot |
1997-09-14 |
Bruce Momjian | To find uint32 on AIX. |
commit | commitdiff | tree | snapshot |
1997-09-14 |
Bruce Momjian | Add mention of heap_getattr() compiler warning. |
commit | commitdiff | tree | snapshot |
1997-09-14 |
Bruce Momjian | Update README, HISTORY, etc for beta release. |
commit | commitdiff | tree | snapshot |
1997-09-13 |
Marc G. Fournier | Let's hope this fixes the "bug" that was introduced |
commit | commitdiff | tree | snapshot |
1997-09-13 |
Bruce Momjian | Cleanup of use of settings as pointer and structure... |
commit | commitdiff | tree | snapshot |
1997-09-13 |
Bruce Momjian | Cleanup for cash patch . |
commit | commitdiff | tree | snapshot |
1997-09-13 |
Bruce Momjian | Added pgindent/README file. |
commit | commitdiff | tree | snapshot |
1997-09-13 |
Bruce Momjian | Cleanup from patch applied. |
commit | commitdiff | tree | snapshot |
1997-09-13 |
Bruce Momjian | configure cleanup. |
commit | commitdiff | tree | snapshot |
1997-09-13 |
Bruce Momjian | Fix for copy to stdout for cash. |
commit | commitdiff | tree | snapshot |
1997-09-13 |
Thomas G. Lockhart | Add results from Vadim's new tables. |
commit | commitdiff | tree | snapshot |
1997-09-13 |
Thomas G. Lockhart | Add tests for unary minus. |
commit | commitdiff | tree | snapshot |
1997-09-13 |
Thomas G. Lockhart | Make tests match with modified error messages. |
commit | commitdiff | tree | snapshot |
1997-09-13 |
Thomas G. Lockhart | Add a few tests for unary minus syntax. |
commit | commitdiff | tree | snapshot |
1997-09-13 |
Thomas G. Lockhart | Remove backdoor strings from scan.l for DEFAULT and... |
commit | commitdiff | tree | snapshot |
1997-09-13 |
Thomas G. Lockhart | Add a few keywords for SQL-92 support. |
commit | commitdiff | tree | snapshot |
1997-09-13 |
Thomas G. Lockhart | Use exclusive state to help fix unary minus parsing. |
commit | commitdiff | tree | snapshot |
1997-09-13 |
Thomas G. Lockhart | Fix up error messages. |
commit | commitdiff | tree | snapshot |
1997-09-13 |
Thomas G. Lockhart | Fix up error messages to remove extra newline. Use... |
commit | commitdiff | tree | snapshot |
1997-09-13 |
Bruce Momjian | Solaris does not have lorder/tsort. |
commit | commitdiff | tree | snapshot |
1997-09-12 |
Bruce Momjian | pg_version Makefile was not being processed. |
commit | commitdiff | tree | snapshot |
1997-09-12 |
Bruce Momjian | Remove that 5 from MESSAGE SIZE that no one understands. |
commit | commitdiff | tree | snapshot |
1997-09-12 |
Bruce Momjian | Dec alphaserver patch from Malcolm Beattie |
commit | commitdiff | tree | snapshot |
1997-09-12 |
Bruce Momjian | Allow SELECT NULL as EMPTY_FIELD, Patrick. |
commit | commitdiff | tree | snapshot |
1997-09-12 |
Bruce Momjian | Fix for select null, "fail" from pg_am from Patrick... |
commit | commitdiff | tree | snapshot |
1997-09-12 |
Bruce Momjian | No \\connect with usernames AND passwords. |
commit | commitdiff | tree | snapshot |
1997-09-12 |
Bruce Momjian | Increase default geqo parameter to 8. |
commit | commitdiff | tree | snapshot |
1997-09-12 |
Bruce Momjian | Fix heap_getattr bug I just added. |
commit | commitdiff | tree | snapshot |
1997-09-12 |
Vadim B. Mikheev | Quick hack to get CHECK working for incoming betta. |
commit | commitdiff | tree | snapshot |
1997-09-12 |
Vadim B. Mikheev | Added: SPI_copytuple() & SPI_modifytuple() |
commit | commitdiff | tree | snapshot |
1997-09-12 |
Vadim B. Mikheev | RelationBuildRuleLock(): char* --> Datum for ruleaction and |
commit | commitdiff | tree | snapshot |
1997-09-12 |
Bruce Momjian | Macro cleanup of heap_getattr. |
commit | commitdiff | tree | snapshot |
1997-09-12 |
Vadim B. Mikheev | Allow to call utility funcs without SPI_connect. |
commit | commitdiff | tree | snapshot |
1997-09-12 |
Vadim B. Mikheev | char* --> Datum |
commit | commitdiff | tree | snapshot |
1997-09-12 |
Bruce Momjian | heapattr functions now return a Datum, not char *. |
commit | commitdiff | tree | snapshot |
1997-09-12 |
Vadim B. Mikheev | Use strcasecmp in SPI_fnumber(TupleDesc tupdesc, char... |
commit | commitdiff | tree | snapshot |
1997-09-12 |
Vadim B. Mikheev | README for refint.c and example of using. |
commit | commitdiff | tree | snapshot |
1997-09-11 |
Bruce Momjian | Update pgpatch for GNU. |
commit | commitdiff | tree | snapshot |
1997-09-11 |
Bruce Momjian | Add new pgindent directory and diff file. |
commit | commitdiff | tree | snapshot |
1997-09-11 |
Vadim B. Mikheev | Tests for spi/triggers |
commit | commitdiff | tree | snapshot |
next |