]> granicus.if.org Git - postgresql/history - src/backend/utils/sort
Message style improvements
[postgresql] / src / backend / utils / sort /
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