]> granicus.if.org Git - postgresql/history - src/include
Rename heap_replace to heap_update.
[postgresql] / src / include /
1999-11-24 Bruce MomjianRename heap_replace to heap_update.
1999-11-23 Bruce MomjianTid access method feature from Hiroshi Inoue, Inoue...
1999-11-23 Bruce Momjianecpg ECPGFree fix from Rene Hogendoorn.
1999-11-23 Bruce MomjianUpdate opclass to be non-unique.
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-11-22 Tom LaneClean up some problems in error recovery --- elog(...
1999-11-21 Tom LaneCombine index_info and find_secondary_indexes into...
1999-11-21 Tom LaneClean up comments.
1999-11-21 Tom LaneChange backend-side COPY to write files with permission...
1999-11-21 Tom LaneRepair problem exposed by Jan's new parallel-regression...
1999-11-18 Bruce MomjianFix for arm32 and fix for dbname with dash.
1999-11-18 Jan WieckChanged pg_rewrite attributes ev_qual and ev_action...
1999-11-17 Jan WieckSome minor corrections to the LZ compression. In fact...
1999-11-17 Jan WieckThe new LZ compression and an lztext data type based...
1999-11-16 Tom LaneModify elog() logic so that it won't try to longjmp...
1999-11-16 Bruce MomjianCommit to make clearer distinction for temp names and...
1999-11-15 Tom LaneClean up possible memory leakage in nodeSubplan
1999-11-15 Tom LaneImplement subselects in target lists. Also, relax...
1999-11-12 Tom LaneFix ExecSubPlan to handle nulls per the SQL spec -...
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-11-06 Bruce MomjianAdd Linux ARM.
1999-11-04 Bruce MomjianImprove getopt and readline support, from Peter Eisentraut.
1999-11-04 Hiroshi InoueMake it possible to execute crashed CREATE/DROP command...
1999-11-01 Tom LaneEliminate local inefficiencies in updateTargetListEntry...
1999-11-01 Bruce Momjianformatting cleanup
1999-11-01 Bruce MomjianUpdate version for 7.0.
1999-11-01 Bruce MomjianAllow indexes on system catalogs for use in cache code.
1999-10-30 Tom LaneAvoid duplicate ExecTypeFromTL() call in ExecInitJunkFi...
1999-10-26 Bruce MomjianHello.
1999-10-25 Tom LaneStandardize on MAXPGPATH as the size of a file pathname...
1999-10-24 Tom LaneAdd a notion of a 'catalog version number' that can...
1999-10-24 Tom LaneAdd comment explaining that this table doesn't do what you
1999-10-23 Tom LaneLook Ma, no MAX_PARSE_BUFFER! (At least not in the...
1999-10-18 Bruce MomjianUpdate \dT again.
1999-10-18 Bruce MomjianMore \dT cleanup
1999-10-18 Bruce MomjianClean up \dT display.
1999-10-18 Bruce MomjianMake bpchar == char() clearer in \dT display.
1999-10-17 Tom LaneRemove now-dead sort modules.
1999-10-17 Tom LaneFinal stage of psort reconstruction work: replace psort...
1999-10-16 Tom LaneSecond phase of psort reconstruction project: add bookk...
1999-10-15 Bruce MomjianFix typo in descriptions.
1999-10-15 Bruce MomjianClean up type descriptions.
1999-10-15 Bruce MomjianThis patch implements ORACLE's COMMENT SQL command.
1999-10-13 Tom LaneSplit 'BufFile' routines out of fd.c into a new module...
1999-10-12 Bruce MomjianI have created a small patch that makes possible to...
1999-10-11 Hiroshi InoueThe 1st step to implement new type of scan,TidScan.
1999-10-09 Bruce MomjianMove __alpha to port/alpha.h.
1999-10-08 Bruce MomjianCleanup -is flag to -l for SSL. Another PERL variable...
1999-10-07 Tom LaneFix planner and rewriter to follow SQL semantics for...
1999-10-06 Vadim B. MikheevXLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.
1999-10-06 Bruce MomjianMore more liszt language code, so remove it from pg_lan...
1999-10-03 Tom LaneReimplement parsing and storage of default expressions...
1999-10-02 Tom LaneAllow CREATE FUNCTION's WITH clause to be used for...
1999-10-02 Tom LaneReplace float.c's #ifdef finite check with a proper...
1999-10-01 Tom LaneClean up rewriter routines to use expression_tree_walke...
1999-09-30 Jan WieckAdded utils/adt/ri_triggers with empty shells for the
1999-09-30 Jan WieckRemoved (useless) pg_proc_prosrc_index
1999-09-29 Jan WieckAdded nbtree operator class for NUMERIC
1999-09-29 Jan WieckThis is part #1 for of the DEFERRED CONSTRAINT TRIGGER...
1999-09-28 Vadim B. MikheevMake tree compilable (+WAL).
1999-09-28 Bruce Momjian I have been working with user defined types and...
1999-09-27 Bruce MomjianMassimo's SET FSYNC and SHOW PG_OPTIONS changes, withou...
1999-09-27 Vadim B. MikheevTransaction log manager core code.
1999-09-27 Bruce MomjianLots of patches coming in from me today :-)
1999-09-26 Tom LaneModify nodeAgg.c so that no rows are returned for a...
1999-09-26 Tom LaneImplement constant-expression simplification per Bernard
1999-09-24 Tom LaneSeveral changes here, not very related but touching...
1999-09-23 Bruce MomjianAdd TRUNCATE command, with psql help and sgml additions.
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-09-13 Tom LaneFirst cut at doing something reasonable with OR-of...
1999-09-12 Tom LaneFurther improvements in cnfify: reduce amount of self...
1999-09-11 Tom LaneEliminate query length limitation imposed by pg_client_...
1999-09-11 Tom LaneEliminate elog()'s hardwired limit on length of an...
1999-09-09 Tom LaneRepair incorrect cleanup of heap memory allocation...
1999-09-06 Tom LaneMark bpchareq not hashjoinable, since it strips trailin...
1999-09-06 Tom LaneI finally understood what sinvaladt.c is doing ---...
1999-09-04 Bruce MomjianInvalidate temp entries for aborted transactions.
1999-09-04 Tom LaneModify RelationFlushRelation so that if the relcache...
1999-09-04 Tom LaneModify sinval so that InvalidateSharedInvalid() does...
1999-08-31 Tom LaneCommit the bulk of Mike Ansley's long-query changes...
1999-08-31 Tom LaneMinor improvements to stringinfo package to make it...
1999-08-29 Tom LaneCorrect broken entries for pg_proc OIDs 1364 (time...
1999-08-26 Tom LaneClean up some mistakes in handling of uplevel Vars...
1999-08-25 Tom LaneRevise implementation of SubLinks so that there is...
1999-08-25 Tatsuo IshiiAdd new vpl_num_allocated_pages member to VPageListData.
1999-08-24 Tom LaneAlter AllocSet routines so that requests larger than
1999-08-23 Tom LaneRemove bogus code in oper_exact --- if it didn't find...
1999-08-22 Tom LaneFurther sort-order twiddling in optimizer: be smart...
1999-08-22 Tom LaneFurther planner/optimizer cleanups. Move all set_tlist...
1999-08-21 Tom LaneMajor revision of sort-node handling: push knowledge...
1999-08-16 Tom LaneMajor planner/optimizer revision: get rid of PathOrder...
1999-08-16 Tom LaneAdd get_func_rettype() to general-use lsyscache routines,
1999-08-12 Tom LaneClean up optimizer's handling of indexscan quals that...
1999-08-10 Tom LaneMinor cleanups and code beautification; eliminate some
1999-08-09 Bruce Momjian> > Prevent sorting if result is already sorted
1999-08-09 Tom LaneMove get_attdisbursion to lsyscache. Clean up get_typd...
1999-08-09 Tom LaneUpdate comments about attdisbursion. NO code change.
1999-08-09 Tom LaneClean up routines in setrefs.c by replacing individual...
1999-08-09 Tom LaneCreate a standardized expression_tree_mutator support...
1999-08-08 Tom LaneFix nbtree's failure to clear BTScans list during xact...
next