| Commit message (Expand) | Author | Age |
* | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian | 2002-11-13 |
* | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian | 2002-11-11 |
* | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian | 2002-11-10 |
* | Avoid use of inline functions that are not declared static. Needed to | Tom Lane | 2002-10-31 |
* | Tweak a few of the most heavily used function call points to zero out | Tom Lane | 2002-10-04 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane | 2002-08-24 |
* | Change memory-space accounting mechanism in tuplesort.c and tuplestore.c | Tom Lane | 2002-08-12 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 |
* | Add CHECK_FOR_INTERRUPTS() in various strategic spots, per comments | Tom Lane | 2002-01-06 |
* | Defend against brain-dead QNX implementation of qsort(). | Tom Lane | 2001-11-11 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 |
* | Tweak sorting so that nulls appear at the front of a descending sort | Tom Lane | 2001-06-02 |
* | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | 2001-05-07 |
* | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian | 2001-03-23 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Clean up handling of tuple descriptors so that result-tuple descriptors | Tom Lane | 2001-01-29 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 |
* | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane | 2000-05-30 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane | 2000-03-17 |
* | Small performance improvement in comparetup_heap. | Tom Lane | 2000-03-01 |
* | Replace inefficient _bt_invokestrat calls with direct calls to the | Tom Lane | 2000-02-18 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Some changes to prepare for LONG attributes. | Jan Wieck | 1999-12-16 |
* | aggregate(DISTINCT ...) works, per SQL spec. | Tom Lane | 1999-12-13 |
* | Further performance improvements in sorting: reduce number of comparisons | Tom Lane | 1999-10-30 |
* | Final stage of psort reconstruction work: replace psort.c with | Tom Lane | 1999-10-17 |