]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
1997-09-13  Bruce Momjianconfigure cleanup.
1997-09-13  Bruce MomjianFix for copy to stdout for cash.
1997-09-13  Thomas G. LockhartAdd results from Vadim's new tables.
1997-09-13  Thomas G. LockhartAdd tests for unary minus.
1997-09-13  Thomas G. LockhartMake tests match with modified error messages.
1997-09-13  Thomas G. LockhartAdd a few tests for unary minus syntax.
1997-09-13  Thomas G. LockhartRemove backdoor strings from scan.l for DEFAULT and...
1997-09-13  Thomas G. LockhartAdd a few keywords for SQL-92 support.
1997-09-13  Thomas G. LockhartUse exclusive state to help fix unary minus parsing.
1997-09-13  Thomas G. LockhartFix up error messages.
1997-09-13  Thomas G. LockhartFix up error messages to remove extra newline. Use...
1997-09-13  Bruce MomjianSolaris does not have lorder/tsort.
1997-09-12  Bruce Momjianpg_version Makefile was not being processed.
1997-09-12  Bruce MomjianRemove that 5 from MESSAGE SIZE that no one understands.
1997-09-12  Bruce MomjianDec alphaserver patch from Malcolm Beattie
1997-09-12  Bruce MomjianAllow SELECT NULL as EMPTY_FIELD, Patrick.
1997-09-12  Bruce MomjianFix for select null, "fail" from pg_am from Patrick...
1997-09-12  Bruce MomjianNo \\connect with usernames AND passwords.
1997-09-12  Bruce MomjianIncrease default geqo parameter to 8.
1997-09-12  Bruce MomjianFix heap_getattr bug I just added.
1997-09-12  Vadim B. MikheevQuick hack to get CHECK working for incoming betta.
1997-09-12  Vadim B. MikheevAdded: SPI_copytuple() & SPI_modifytuple()
1997-09-12  Vadim B. MikheevRelationBuildRuleLock(): char* --> Datum for ruleaction and
1997-09-12  Bruce MomjianMacro cleanup of heap_getattr.
1997-09-12  Vadim B. MikheevAllow to call utility funcs without SPI_connect.
1997-09-12  Vadim B. Mikheevchar* --> Datum
1997-09-12  Bruce Momjianheapattr functions now return a Datum, not char *.
1997-09-12  Vadim B. MikheevUse strcasecmp in SPI_fnumber(TupleDesc tupdesc, char...
1997-09-12  Vadim B. MikheevREADME for refint.c and example of using.
1997-09-11  Bruce MomjianUpdate pgpatch for GNU.
1997-09-11  Bruce MomjianAdd new pgindent directory and diff file.
1997-09-11  Vadim B. MikheevTests for spi/triggers
1997-09-11  Vadim B. MikheevChanged for regression tests.
1997-09-11  Vadim B. MikheevCleanups.
1997-09-11  Vadim B. MikheevGeneral trigger functions for referential integrity.
1997-09-10  Bruce MomjianCleanup for array fix patch.
1997-09-10  Bruce MomjianFix for arrays.
1997-09-10  Bruce MomjianCleanup.
1997-09-08  Bruce MomjianUsed modified version of indent that understands over...
1997-09-08  Bruce MomjianAdd typdefs to pgindent run.
1997-09-08  Bruce MomjianManual page updates.
1997-09-08  Bruce MomjianDeveloper reorganization.
1997-09-08  Bruce MomjianReorganize developers files.
1997-09-08  Bruce MomjianLex/yacc source cleanup like indent.
1997-09-08  Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-08  Bruce MomjianModifications for indenting.
1997-09-07  Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-09-07  Bruce MomjianCleanup.
1997-09-07  Bruce MomjianCleanup.
1997-09-07  Bruce MomjianCleanup.
1997-09-07  Bruce Momjiancleanup.
1997-09-06  Bruce MomjianCleanup for indent.
1997-09-06  Bruce MomjianMore cleanups for indent.
1997-09-06  Vadim B. MikheevCleanups.
1997-09-06  Bruce MomjianNew entab version.
1997-09-06  Bruce MomjianNew entab version.
1997-09-06  Bruce MomjianUpdate entab version.
1997-09-06  Bruce MomjianFix for entab.
1997-09-06  Bruce MomjianCleanup needed for indent.
1997-09-05  Bruce MomjianCleanups needed for indent.
1997-09-05  Bruce MomjianCleanups needed for indent.
1997-09-05  Bruce MomjianCleanups needed for indent.
1997-09-05  Bruce MomjianCleanups needed for indent.
1997-09-05  Bruce MomjianCleanups needed for indent. Remove };
1997-09-05  Bruce Momjiancleanup.
1997-09-05  Bruce Momjianmissing backslash.
1997-09-05  Vadim B. MikheevRestore CurScanPosition() for flex.
1997-09-05  Bruce MomjianCleanup.
1997-09-05  Bruce MomjianBetter error reporting.
1997-09-05  Bruce MomjianAdd // comments.
1997-09-04  Bruce MomjianMore tab cleanup.
1997-09-04  Thomas G. LockhartAdd comparision routines to support indices on datetime...
1997-09-04  Thomas G. LockhartAdd comparision routines and catalog entries to support...
1997-09-04  Bruce MomjianTabs in comments fix.
1997-09-04  Bruce MomjianFix for dashes in comments.
1997-09-04  Bruce MomjianFix conditional casting.
1997-09-04  Bruce MomjianFix syntax error in psql help.
1997-09-04  Vadim B. Mikheevstruct Trigger changed
1997-09-04  Vadim B. MikheevPrototypes, definitions...
1997-09-04  Vadim B. Mikheevpg_trigger changed
1997-09-04  Vadim B. MikheevCREATE/DROP TRIGGER syntax
1997-09-04  Vadim B. MikheevFixed _copyRangeTblEntry
1997-09-04  Vadim B. MikheevexecMain.c: little changes in trigger interface...
1997-09-04  Vadim B. MikheevBefore row insertion triggers call.
1997-09-04  Vadim B. Mikheevheap_destroy:RelationRemoveTriggers()
1997-09-04  Bruce MomjianUPdate FAQ.
1997-09-03  Bruce MomjianFix syntax error.
1997-09-02  Thomas G. LockhartRemove comment line in rules section. Keith reports...
1997-09-01  Vadim B. MikheevTriggers added to Relation
1997-09-01  Vadim B. Mikheev+ Member for actions in CreateTrigStmt.
1997-09-01  Vadim B. MikheevFunction prototypes.
1997-09-01  Vadim B. Mikheev#define TriggerRelationName "pg_trigger"
1997-09-01  Vadim B. Mikheevtrigger_dynamic()->handle_load() func for loading SPI...
1997-09-01  Vadim B. MikheevCalls of RelationBuildTriggers() & FreeTriggerDesc()
1997-09-01  Vadim B. MikheevBEFORE/AFTER ROW INSERT/DELETE/UPDATE triggers startup.
1997-09-01  Vadim B. MikheevBEFORE/AFTER ROW INSERT triggers startup from CopyFrom()
1997-09-01  Thomas G. LockhartUpdate information and query results for upcoming v6...
1997-09-01  Thomas G. LockhartTest new intersection and closest point operators.
1997-09-01  Thomas G. LockhartTest new intersection and closest point operators.
1997-09-01  Thomas G. LockhartTest for "current" time by comparing against "now".
next