OSDN Git Service

Change error messages to oids come out as %u and not %d. Change has no
[pg-rex/syncrep.git] / src / backend / optimizer / util / plancat.c
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-03-18 Bruce Momjiancleanups
1999-03-08 Bruce MomjianFix OR index selectivity problem.
1999-02-21 Marc G. FournierFrom: Tatsuo Ishii <t-ishii@sra.co.jp>
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...
1998-10-08 Bruce MomjianMake functions static or ifdef NOT_USED. Prevent pg_ve...
1998-09-23 Bruce MomjianAllow 8-key indexes.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-07-27 Vadim B. MikheevUse Snapshot in heap access methods.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-11 Bruce MomjianGoodbye register keyword. Compiler knows better.
1998-01-15 PostgreSQL DaemonThank god for searchable mail archives.
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-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-09-18 Bruce MomjianInline memset() as MemSet().
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-04-24 Vadim B. Mikheev * Hack for non-functional btree npages estimation:
1997-04-09 Vadim B. MikheevFix (hack) IndexSelectivity():
1997-03-12 Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1996-11-06 Marc G. FournierMore files cleaned out
1996-07-31 Marc G. FournierThis prevent gcc from complaining about casting a short...
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources