| Commit message (Expand) | Author | Age |
* | Tighten selection of equality and ordering operators for grouping | Tom Lane | 2002-11-29 |
* | 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 |
* | Disallow VACUUM, ANALYZE, TRUNCATE on temp tables belonging to other | Tom Lane | 2002-09-23 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Increase WIDTH_THRESHOLD from 256 to 1K. This addresses recent observation | Tom Lane | 2002-08-26 |
* | Modify array operations to include array's element type OID in the | Tom Lane | 2002-08-26 |
* | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane | 2002-08-24 |
* | Now that we allow ANALYZE to run inside a transaction block, the locks | Tom Lane | 2002-08-11 |
* | Restructure system-catalog index updating logic. Instead of having | Tom Lane | 2002-08-05 |
* | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane | 2002-08-02 |
* | Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in | Tom Lane | 2002-07-31 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Fix up memory leakage created by recent changes. | Tom Lane | 2002-06-15 |
* | Allow ANALYZE to run in a transaction. | Bruce Momjian | 2002-06-13 |
* | Mark index entries "killed" when they are no longer visible to any | Tom Lane | 2002-05-24 |
* | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane | 2002-05-21 |
* | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 |
* | Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take | Tom Lane | 2002-04-16 |
* | Checking to decide whether relations are system relations now depends | Tom Lane | 2002-04-12 |
* | Make VACUUM handle schema-qualified relation names properly. | Tom Lane | 2002-04-02 |
* | Change the aclchk.c routines to uniformly use OIDs to identify the | Tom Lane | 2002-03-21 |
* | Change made to elog: | Bruce Momjian | 2002-03-06 |
* | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 |
* | Replace number-of-distinct-values estimator equation, per recent | Tom Lane | 2002-02-18 |
* | Add CHECK_FOR_INTERRUPTS() in various strategic spots, per comments | Tom Lane | 2002-01-06 |
* | Fix a couple of places where lack of parenthesization of a cast | Tom Lane | 2001-10-25 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Don't assume that max offset number stays fixed on a page when we're | Tom Lane | 2001-07-05 |
* | Statistical system views (yet without the config stuff, but | Jan Wieck | 2001-06-22 |
* | Allow a non-superuser database owner to vacuum all tables in his | Tom Lane | 2001-06-13 |
* | Be a little smarter about deciding how many most-common values to save. | Tom Lane | 2001-06-06 |
* | 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 |
* | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Clean up two rather nasty bugs in operator selection code. | Tom Lane | 2001-02-16 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Fix all the places that called heap_update() and heap_delete() without | Tom Lane | 2001-01-23 |
* | Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts | Tom Lane | 2001-01-14 |
* | Avoid repeated detoasting (and possible memory leaks) when processing | Tom Lane | 2000-12-02 |
* | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 |
* | Remove NO_SECURITY define. | Bruce Momjian | 2000-10-16 |
* | Add proofreader's changes to docs. | Bruce Momjian | 2000-10-05 |
* | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut | 2000-09-06 |
* | fmgr interface mopup work. Use new DatumGetBool and BoolGetDatum | Tom Lane | 2000-08-21 |
* | Toast all the system-table columns that seem to need it. It turns out | Tom Lane | 2000-08-06 |
* | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane | 2000-07-05 |
* | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane | 2000-05-30 |