summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2001-05-15Re-add pg_index.indhaskeytype.Bruce Momjian
2001-05-15Re-add pg_index.indisclustered in a minimalist way. Also fix BSDiBruce Momjian
2001-05-15EvalPlanQual was thoroughly broken for concurrent update/delete on inheritanceTom Lane
2001-05-15Let's stick to the documented number of digits in CATVERSION, shall we?Tom Lane
2001-05-14Small include file fix for pg_variabie.hBruce Momjian
2001-05-14Update catalog version for fix.Bruce Momjian
2001-05-14Pg_varaiable removal cleanup found from regression.Bruce Momjian
2001-05-14Remove columns pg_index.haskeytype and pg_index.indisclustered. Not used.Bruce Momjian
2001-05-14Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. InitdbBruce Momjian
2001-05-12Modify RelationGetBufferForTuple() so that we only do lseek and lockTom Lane
2001-05-12Make bootstrap debug messages more readable. Clean up some clutter.Peter Eisentraut
2001-05-11Cleanups of pltcl unknown thingy.Peter Eisentraut
2001-05-11Stamp CVS as 7.2. Update all interface version numbers. This is theBruce Momjian
2001-05-10Up version to force initdb to fix regression problems.Bruce Momjian
2001-05-10Avoid unnecessary lseek() calls by cleanups in md.c. mdfd_lstbcnt wasTom Lane
2001-05-09First cut at making indexscan cost estimates depend on correlationTom Lane
2001-05-09Cause planner to make use of average-column-width statistic that is nowTom Lane
2001-05-08Add SET SESSION AUTHORIZATION command.Peter Eisentraut
2001-05-07Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane
2001-05-03Consolidate several near-identical uses of mktime() into a singleTom Lane
2001-05-03BTW it does not add encodign it just patches existing one (KOI8) toBruce Momjian
2001-05-03Ensure that btree sort ordering functions and boolean comparison operatorsTom Lane
2001-05-03Updates for 7.1.1. Not done yet.Bruce Momjian
2001-05-03Correct pg_description entry for type macaddr.Tom Lane
2001-04-24Undo pgindent brain damage, so that node type numbers can once again beTom Lane
2001-04-18Make the world safe for passing whole rows of views to functions. ThisTom Lane
2001-04-14Work with Readline 4.2.Peter Eisentraut
2001-04-13Suppress compiler warnings in Vax and NS32K assembly code: 'register foo'Tom Lane
2001-03-30Add appropriately ifdef'd hack to make ARM compiler allocate ItemPointerDataTom Lane
2001-03-26Add #define HAVE_ATEXIT, per report from Magnus.Tom Lane
2001-03-25Improve comments for xlog item size #defines.Tom Lane
2001-03-25Re-order declarations to un-break the non-HAS_TEST_AND_SET case.Tom Lane
2001-03-23When using 'long long int' for int64 type, check to see if the compilerTom Lane
2001-03-23Mark exception and assert global variables as DLLIMPORT, so that plpgsqlTom Lane
2001-03-23Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian
2001-03-22Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-03-18Remove NEXTXID xlog record type to avoid three-way deadlock risk.Tom Lane
2001-03-18Patches from Cyril Velter to make shared-memory-conflict-detection codeTom Lane
2001-03-16Support syncing WAL log to disk using either fsync(), fdatasync(),Tom Lane
2001-03-14Reduce amount of memory used per tuple for after-event triggers. ThisTom Lane
2001-03-14Remove obsolete PowerPC-specific hack for comparisons to DBL_MINTom Lane
2001-03-13Change xlog page-header format to include StartUpID. Use the SUI toTom Lane
2001-03-13XLOG (and related) changes:Tom Lane
2001-03-09Don't choke on superuser names containing random punctuation.Tom Lane
2001-03-04Update mysql converter, new version released.Bruce Momjian
2001-03-01Add missing semicolon required by QNX shell.Peter Eisentraut
2001-03-01Remove HAVE_OPTARG per discussion in hackers list.Tatsuo Ishii
2001-02-27Tweak portal (cursor) code so that it will not call the executor againTom Lane
2001-02-27Mark new text<->date, text<->time, text<->timetz conversion functions asTom Lane