]> granicus.if.org Git - postgresql/history - src/backend/utils/sort
Rewrite of planner statistics-gathering code. ANALYZE is now available as
[postgresql] / src / backend / utils / sort /
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-03-23 Bruce MomjianFix comments that were mis-wrapped, for Tom Lane.
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-29 Tom LaneClean up handling of tuple descriptors so that result...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-08-31 Peter EisentrautFix relative path references so that make knowns which...
2000-06-18 Tom LaneReimplement nodeMaterial to use a temporary BufFile...
2000-05-30 Tom LaneThird round of fmgr updates: eliminate calls using...
2000-05-29 Tom LaneGenerated header files parse.h and fmgroids.h are now...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-17 Tom LaneFix a bunch of minor portability problems and maybe...
2000-03-01 Tom LaneSmall performance improvement in comparetup_heap.
2000-02-18 Tom LaneReplace inefficient _bt_invokestrat calls with direct...
2000-01-26 Bruce MomjianAdd:
1999-12-16 Jan WieckSome changes to prepare for LONG attributes.
1999-12-13 Bruce MomjianNew LDOUT makefile variable for QNX os.
1999-12-13 Tom Laneaggregate(DISTINCT ...) works, per SQL spec.
1999-12-09 Bruce MomjianMake LD -r as macros that can be changed for QNX.
1999-10-30 Tom LaneFurther performance improvements in sorting: reduce...
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-13 Tom LaneSplit 'BufFile' routines out of fd.c into a new module...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-10 Tom LaneFix tuplecmp() to ensure repeatable sort ordering of...
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-09 Tom LaneUpdate hash and join routines to use fd.c's new temp...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1999-02-02 Bruce MomjianAdd TEMP tables/indexes. Add COPY pfree(). Other...
1999-01-17 Bruce MomjianApply Win32 patch from Horak Daniel.
1999-01-01 Bruce Momjian Some security, since we now have vsnprintf, I remade...
1998-12-14 Marc G. Fourniermore cleanups...of note, appendStringInfo now performs...
1998-12-14 Marc G. FournierInitial attempt to clean up the code...
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-06-15 Bruce MomjianFix macros that were not properly surrounded by parens...
1998-04-06 Bruce MomjianHi,
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-23 Vadim B. MikheevExecReScan for Unique & Sort nodes.
1998-02-11 Bruce MomjianGoodbye register keyword. Compiler knows better.
1998-02-01 Bruce MomjianFix for psort. fixes regression tests.
1998-01-31 Bruce MomjianInline fastgetattr and others so data access does not...
1998-01-25 Marc G. FournierFrom: Jeroen van Vianen <jeroenv@design.nl>
1998-01-25 Bruce Momjiangetpid/pid cleanup
1998-01-15 PostgreSQL DaemonThank god for searchable mail archives.
1998-01-13 Marc G. FournierSome *very* major changes by darrenk@insightdist.com...
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-20 Marc G. FournierMajor cleanout of PORTNAME variables from Makefiles...
1997-12-19 Marc G. FournierMore cleanups. I can now compile without PORTNAME...
1997-11-24 Bruce MomjianRemove tqual.h includes not needed.
1997-10-25 Bruce MomjianRename strNcpy to StrNCpy, and change third parameter.
1997-10-15 Vadim B. MikheevFix for backward cursors with ORDER BY.
1997-09-26 Bruce MomjianFix for psort temp file names, from Vadim.
1997-09-18 Vadim B. MikheevDon't limit number of tuples in leftist trees!
1997-09-18 Vadim B. Mikheev1. Use qsort for first run
1997-09-15 Vadim B. MikheevFix pfree problem.
1997-09-12 Bruce Momjianheapattr functions now return a Datum, not char *.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-09-05 Bruce MomjianAdd // comments.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-18 Bruce MomjianReduce open() calls. Replace fopen() calls with calls...
1997-08-14 Bruce MomjianCleanup global variables, remove stable memory stuff.
1997-08-14 Vadim B. Mikheevsprintf "...%d...", ... (int)getpid(), ...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-08-12 Bruce MomjianFix pgproc names over 15 chars in output. Add strNcpy...
1997-08-06 Bruce MomjianFix for psort again.
1997-08-06 Bruce MomjianAnother psort fix.
1997-08-06 Bruce MomjianI think I finally got psort working for all cases.
1997-08-06 Bruce Momjianpsort cleanups.
1997-08-06 Bruce MomjianFix for palloc(0) in new code
1997-08-06 Bruce MomjianAllow internal sorts to be stored in memory rather...
1997-07-24 Bruce MomjianVarious compile errors concerning overflow due to shift...
1997-05-20 Vadim B. MikheevShouldn't we use palloc instead of malloc ?
1996-11-09 Bruce MomjianMakefile cleanup after reorganization
1996-11-06 Marc G. FournierAnother directory that compiles with no errors, and...
1996-11-03 Marc G. FournierProduce a clean compile of backend...
1996-10-27 Bryan HendersonSimplify make files, add full dependencies.
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01