OSDN Git Service

pg-rex/syncrep.git
1997-12-20 Marc G. FournierGet it so that everything else *should* work with my...
1997-12-20 Marc G. FournierMajor cleanout of PORTNAME variables from Makefiles...
1997-12-20 Marc G. FournierFirst clean compile without a "PORTNAME" variable being...
1997-12-19 Marc G. Fournierremoved the port-protos.h from bsd a little too quick...
1997-12-19 Marc G. FournierIf this doesn't break something, nothing will *muhahaha*
1997-12-19 Marc G. FournierThese files will get link'd to 'dynloader.[ch]', from...
1997-12-19 Marc G. FournierMore removal of port dependent stuff
1997-12-19 Marc G. FournierMore cleanups. Move alot of the prototype definitions...
1997-12-19 Marc G. FournierGet rid of PORTNAME from Makefile.global.in...
1997-12-19 Marc G. FournierAdd regression output from FreeBSD
1997-12-19 Bruce MomjianReplace foo/bar to l1/l2.
1997-12-19 Marc G. FournierHere is the difference between expected->results of...
1997-12-19 Marc G. FournierMore cleanups...only need one rusagestub.h
1997-12-19 Marc G. Fournierremove port from OBJS line...
1997-12-19 Marc G. FournierNice clean compile...still need to run regression tests...
1997-12-19 Marc G. FournierUpdate configure so that it auto-detects and configures...
1997-12-19 Marc G. FournierOkay, that's it for tonight...broke a few ports, most...
1997-12-19 Marc G. FournierMore cleanups
1997-12-19 Marc G. FournierMore cleanups...several ports are major redundancies...
1997-12-19 Marc G. Fournierport.c no longer required...individual functions that...
1997-12-19 Marc G. FournierMore cleanups. I can now compile without PORTNAME...
1997-12-18 Bruce Momjiancopy query cleanup.
1997-12-18 Bruce MomjianRemove init_query_planner(), merged into planner().
1997-12-18 Bruce MomjianFix copy for no aggregates.
1997-12-18 Bruce MomjianRemove Existential, and ifdef out generate_fjoin. ...
1997-12-18 Bruce MomjianCost cleanup.
1997-12-18 Bruce MomjianCost cleanup.
1997-12-18 Bruce MomjianCleanup of agg copy.
1997-12-18 Bruce MomjianCleanup of agg copy.
1997-12-18 Bruce MomjianFix Query handling for inheritance, and cost computations.
1997-12-17 Thomas G. LockhartEnable timespan_finite() and text_timespan() routines...
1997-12-17 Thomas G. LockhartMove declarations for timespan2tm() and tm2timespan...
1997-12-17 Bruce MomjianRename Query label so ctags finds real structure.
1997-12-17 Bruce MomjianAdd optimizer README file.
1997-12-17 Marc G. FournierFirst pass through, of many to come, towards making...
1997-12-17 Marc G. FournierMakefile cleaned up
1997-12-17 Marc G. FournierClean up the Makefiles
1997-12-17 Marc G. FournierMake it entirely possible for PORTNAME to be undefined
1997-12-17 Marc G. FournierAdd recognition for 'machten'
1997-12-16 Thomas G. LockhartMention PST8PDT explicitly in the banner message (rathe...
1997-12-16 Thomas G. LockhartDefine text, varchar, and bpchar string length functions.
1997-12-16 Thomas G. LockhartUse MAXPGPATH to declare size of socket name storage.
1997-12-16 Thomas G. LockhartUse environment variable PGDATESTYLE on backend startup...
1997-12-16 Thomas G. LockhartAdd declarations for text, bpchar, and varchar length...
1997-12-16 Thomas G. LockhartAdd declarations for text, bpchar, and varchar length...
1997-12-16 Thomas G. LockhartAllow multiple-argument functions in constraint clauses.
1997-12-16 Thomas G. LockhartImprove (well, ok, fix) generated constraint name for...
1997-12-16 Bruce MomjianFix order of keywords, must be alphabetical.
1997-12-15 Bruce MomjianFix for user password packet processing, from Goran...
1997-12-12 Bruce MomjianMake password null on startup.
1997-12-11 Bruce MomjianRename pg_plan and pg_eval to be more meaningful.
1997-12-11 Bruce MomjianRemove PGDATA setting and use DataDir.
1997-12-09 Bruce MomjianSpark/Linux patch for locking, from Tom Szybist
1997-12-09 Marc G. FournierMajor code cleanup following the pg_password insertion...
1997-12-09 Thomas G. LockhartInclude informational messages added for implicit index...
1997-12-09 Thomas G. LockhartAdd information message about implicitly created indices.
1997-12-09 Thomas G. LockhartRemove trailing period from an elog message.
1997-12-08 Bruce MomjianMore VARHDRSZ additions.
1997-12-07 Marc G. FournierAdd error check on getenv("DATADIR")
1997-12-06 Bruce MomjianAdd VARHDRSZ where needed. Many places just used 4.
1997-12-06 Thomas G. LockhartAllow logging of output to syslog or /tmp/postgres...
1997-12-05 Thomas G. LockhartAdd test for multi-character char().
1997-12-05 Bruce MomjianFix tolower loops to go in proper direction for cache.
1997-12-05 Marc G. FournierI found one other change that I would like to make...
1997-12-05 Thomas G. LockhartChange constraint syntax to SQL92 style.
1997-12-04 Thomas G. LockhartDefine USE_GERMAN_DATES for use in date/time I/O functions.
1997-12-04 Thomas G. LockhartChange Constraint structure to be a full node structure.
1997-12-04 Thomas G. LockhartAdd Constraint node type.
1997-12-04 Thomas G. LockhartAdd 'GERMAN' style to date/time output.
1997-12-04 Thomas G. LockhartRun through toupper() conversion in the forward direction.
1997-12-04 Thomas G. LockhartAdd some printing capability for a few more node types...
1997-12-04 Thomas G. LockhartAdd 'GERMAN' option to DateStyle.
1997-12-04 Thomas G. LockhartChange Constraint structure name from ConstraintDef...
1997-12-04 Thomas G. LockhartAdd SQL92-compliant syntax for constraints.
1997-12-04 Thomas G. LockhartBackend code redefinitions to allow read/write
1997-12-04 Bruce MomjianUpdate description for PGHOST and unix domain sockets...
1997-12-04 Bruce MomjianUpdate description for PGHOST and unix domain sockets...
1997-12-04 Marc G. FournierIncorporate patch from Matt(maycock@intelliquest.com...
1997-12-04 Marc G. FournierMissed a few files from Todd's patch...oops :)
1997-12-04 Marc G. FournierFrom: todd brandys <brandys@eng3.hep.uiuc.edu>
1997-12-02 Bruce MomjianFix vacuum analyze syntax problem.
1997-12-02 Marc G. Fournierthe -l option doesn't take a port option, so the man...
1997-12-02 Marc G. Fourniergmake distclean wasn't removing the configure generated...
1997-12-02 Thomas G. LockhartRemove premature code in constraint parsing.
1997-12-02 Marc G. FournierLinux related change to .similar to handle 'a.out'...
1997-12-01 Bruce MomjianFix pg_dump, and libpq changes.
1997-12-01 Bruce MomjianDocument pg_dump -z, clean up option list. Fix problem...
1997-12-01 Thomas G. LockhartDeep-six tests using time travel, which has been remove...
1997-12-01 Thomas G. LockhartAdd tests for varchar() and combinations of string...
1997-12-01 Thomas G. LockhartAdjust tests to reflect removal of time travel.
1997-12-01 Thomas G. LockhartAdjust output to reflect changes in tests.
1997-11-30 Thomas G. LockhartChange elog WARN messages for UNIQUE and PRIMARY, FOREI...
1997-11-30 Thomas G. LockhartAdd comments and move a few declaration blocks to help...
1997-11-30 Thomas G. LockhartSpecify hash table support functions for float8 and...
1997-11-30 Thomas G. LockhartAdd datetime and timespan hash index declarations....
1997-11-30 Thomas G. LockhartRemove duplicate block of declarations. Must have been...
1997-11-30 Thomas G. LockhartChange hash field for a few equality operators so all...
1997-11-30 Thomas G. LockhartAdd pg_type.h to include list to regain declaration...
1997-11-30 Bruce MomjianFix for \dd on types.
1997-11-28 Bruce MomjianRename heap_destroyr to heap_destroy, heap_destroy...
next