OSDN Git Service

Tweak SERIAL column creation to emit a fully qualified sequence name
[pg-rex/syncrep.git] / src /
2002-04-02 Tom LaneTweak SERIAL column creation to emit a fully qualified...
2002-04-02 Barry LindRemoved error message that was incorectly being issued...
2002-04-02 Tom LaneFix CLOG truncation code to not do the Wrong Thing...
2002-04-02 Tom LaneMake VACUUM handle schema-qualified relation names...
2002-04-01 Tom LaneAdd tgconstrrelid to stored Trigger structures, make...
2002-04-01 Bruce MomjianAttached is a patch which adds 2 missing semi-colons to
2002-04-01 Tom LaneALTER TABLE SET/DROP NOT NULL, from Christopher Kings...
2002-04-01 Tom LaneCreate a new GUC variable search_path to control the...
2002-04-01 Hiroshi Inoue1) Add rollback functionality to updatable cursors.
2002-04-01 Tom LaneTemporary kluge to let RI triggers work on tables outsi...
2002-03-31 Tom LaneMake renamerel take an OID, not a RangeVar, to identify...
2002-03-31 Tom LaneReimplement temp tables using schemas. The temp table...
2002-03-30 Tom LaneFurther cleanups for relations in schemas: teach nextva...
2002-03-29 Tom LaneMop-up some infelicities in new relation lookup handling.
2002-03-29 Tom Lanepg_type has a typnamespace column; system now supports...
2002-03-29 Peter EisentrautUpgrade to Autoconf version 2.53. Replaced many custom...
2002-03-29 Bruce MomjianFix ODBC warnings about missing parens and pg_ismb...
2002-03-29 Bruce MomjianFox for old python PyMem_DEL, was PyMem_Del,
2002-03-29 Bruce MomjianFix '#' commant to be proper C comment.
2002-03-28 Hiroshi Inoue[2002-03-28]
2002-03-27 Peter EisentrautReset parenthesis level counter upon \r.
2002-03-27 Barry Lindapplied patch from Liam Stewart fixing a message in...
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
2002-03-26 Barry Lindapplied patch submitted by Florian (mailing-list@urbane...
2002-03-26 Barry LindChanged QueryExecutor.java to correctly read responses...
2002-03-26 Bruce MomjianUpdate release list.
2002-03-26 Bruce MomjianUpdate sgml version properly.
2002-03-26 D'Arcy J.M. CainFurther changes following discussion on INTERFACES...
2002-03-25 Tom LaneRe-allow CREATE AS (but not SELECT INTO) in EXECUTE.
2002-03-25 Bruce MomjianFix for ODBC compile warnings.
2002-03-24 Tom LaneIndenting #if commands is not portable, is it?
2002-03-24 Tom LaneTweak labeling of plan qual conditions for more consist...
2002-03-24 Tom LaneEXPLAIN output now comes out as a query result, not...
2002-03-22 Tom LaneCreate the pg_namespace system catalog. Doesn't do...
2002-03-22 Tom LaneImprove catalog commentary.
2002-03-22 Tom LaneA little further progress on schemas: push down RangeVa...
2002-03-21 Tom LaneChange the aclchk.c routines to uniformly use OIDs...
2002-03-21 Tom LaneFix minor syntax error.
2002-03-21 Tom LaneFirst phase of SCHEMA changes, concentrating on fixing...
2002-03-21 Peter EisentrautRemove -mips2 flag, which breaks the build on some...
2002-03-21 Michael MeskesAdded typedef patches and a new option '-c' to automati...
2002-03-21 Tom LaneRemove long-dead 'fix for SELECT NULL' to stop current...
2002-03-21 Bruce MomjianFix pg_dump help option alignment.
2002-03-21 Dave CramerTwo versions of QueryExecutor, currently only version...
2002-03-21 Dave Cramermodifications to the way the protocol is handled to...
2002-03-21 Dave CramerPart of Anders Bengtsson's patch to clean up Connection...
2002-03-21 Dave CramerApplied Anders patch to move the startup code out of...
2002-03-20 Michael MeskesJust one more test case.
2002-03-20 Tom LaneCode review for DOMAIN patch.
2002-03-20 Tom LaneTweak behavior of array slicing operations: seems like...
2002-03-20 D'Arcy J.M. CainPyGreSQL causes a segfault when used with a Python...
2002-03-19 Bruce MomjianMake CREATE DOMAIN emit CREATE DOMAIN on completion...
2002-03-19 D'Arcy J.M. CainBump version number to match tree.
2002-03-19 D'Arcy J.M. CainFix name in comments and add info about this module...
2002-03-19 Bruce MomjianJust adds a regressions test suite for the ALTER TABLE...
2002-03-19 Bruce MomjianAdd missing trailing semicolons to ecpg rules.
2002-03-19 Bruce MomjianFix DOMAIN breakage.
2002-03-19 Bruce Momjianpsql \? cleanups by Ian Barwick
2002-03-19 Bruce MomjianThe attached patch cleans up the implementation of...
2002-03-19 Bruce MomjianFix for trigger handling:
2002-03-19 Bruce Momjian>Added ServerEncoding
2002-03-19 Bruce Momjian> I am backing out this patch. Please resubmit with...
2002-03-19 Bruce MomjianAdd psql \dD listing of domains, from Jonathan Eisler.
2002-03-19 Bruce MomjianAdd DOMAIN support. Includes manual pages and regressi...
2002-03-19 Dave Cramerapplied patch from Liam Stewart
2002-03-19 Bruce MomjianComment patch:
2002-03-18 Bruce MomjianUpdate for 7.2.1.
2002-03-18 Dave CramerFixes bug where query hangs if there is an error in...
2002-03-16 Tom LaneTry to make array_in's behavior a tad less bizarre...
2002-03-16 Dave Cramerfixed QueryExecuter to deal with multiple errors
2002-03-15 Bruce MomjianManually clean up indenting of ecpg lex/yacc files...
2002-03-15 Tom LaneRepair two problems with WAL logging of sequence nextva...
2002-03-15 Dave Cramerpatch from Alexey Slynko
2002-03-14 Bruce MomjianThe attached patch changes ALTER TABLE OWNER to also...
2002-03-14 Hiroshi Inoue1) Internal improvements to handle updatable cursors...
2002-03-13 Peter EisentrautMove
2002-03-12 Tom LaneRestructure representation of join alias variables...
2002-03-11 Bruce MomjianMore pgsql \? cleanup for Peter E.
2002-03-11 Bruce MomjianCorrect optional args in psql \? as pointed out by...
2002-03-11 Bruce MomjianInlined a patch to add the libpq setNoticeProcessor...
2002-03-11 Michael MeskesChanged the version numbers, but did not commit the...
2002-03-11 Hiroshi InoueBug fixes for the 2002-03-08 change.
2002-03-10 Michael MeskesFixed two bugs in define command in pgc.l
2002-03-10 Bruce MomjianAdd DEFAULT_INDEX_TYPE == "btree", for clarity.
2002-03-10 Bruce MomjianDisable brackets in multi-statement rules, as discussed.
2002-03-09 Thomas G. LockhartGuard against NULL strings in SET key=val constructs.
2002-03-09 Dave CramerAdded a check for not calling next() before getting...
2002-03-09 Tom LaneCode review for improved-hashing patch. Fix some porta...
2002-03-09 Dave CramerHere is a small patch that cleans up some error reporti...
2002-03-09 Bruce MomjianWording improvements to runtime.sgml. Add mention...
2002-03-08 Bruce MomjianImprove wording of pg_hba.conf file.
2002-03-08 Hiroshi InoueRemove compile errors.
2002-03-08 Hiroshi Inoue1) Implement SQLParamOptions().
2002-03-08 Tom Laneanalyze.o need not depend on parser.h.
2002-03-08 Tom LaneRemove unnecessary inclusion.
2002-03-08 Tom LaneFix copying/equality-check bugs in GrantStmt and Constr...
2002-03-08 Bruce MomjianTODO item done:
2002-03-08 Tom LaneAdd missing colon to getopt() arg.
2002-03-07 Bruce MomjianAdd FULL in VACUUM psql completion.
2002-03-07 Bruce MomjianAdjust elog() tags so source and regression tests match.
next