| Commit message (Expand) | Author | Age |
* | Fix LMGR for MVCC. | Vadim B. Mikheev | 1999-05-07 |
* | Fix some nasty coredump bugs in hashjoin. This code was just | Tom Lane | 1999-05-06 |
* | Correct declaration of array_map() so that it doesn't make | Tom Lane | 1999-05-03 |
* | here are some patches for 6.5.0 which I already submitted but have never | Bruce Momjian | 1999-05-03 |
* | Revise union_planner and associated routines to clean up breakage | Tom Lane | 1999-05-03 |
* | Clean up cost_sort some more: most callers were double-counting | Tom Lane | 1999-05-01 |
* | Arrange for VACUUM to delete the init file that relcache.c uses | Tom Lane | 1999-05-01 |
* | Fix from Yutaka Tanida <yutaka@marin.or.jp> | Tatsuo Ishii | 1999-04-26 |
* | Still had a few MULTIBYTE problems when client encoding was | Tom Lane | 1999-04-25 |
* | My first cut at libpq revision didn't handle MULTIBYTE correctly, | Tom Lane | 1999-04-25 |
* | Revise backend libpq interfaces so that messages to the frontend | Tom Lane | 1999-04-25 |
* | Un-break CREATE TYPE. Fix some other inconsistencies in the | Tom Lane | 1999-04-20 |
* | Change elog(ERROR) to get back to main loop via a plain sigsetjmp, | Tom Lane | 1999-04-20 |
* | Repair some problems in planner's handling of HAVING clauses. | Tom Lane | 1999-04-19 |
* | Add missing function prototypes to stifle gcc warnings. | Tom Lane | 1999-04-16 |
* | Move some useful date/time test macros to here to allow | Thomas G. Lockhart | 1999-04-15 |
* | Declare hashint8(). | Thomas G. Lockhart | 1999-04-15 |
* | Add ARM32 support by Andrew McMurry | Bruce Momjian | 1999-04-13 |
* | array_in is defined in the system catalog as taking two arguments while it | Bruce Momjian | 1999-04-13 |
* | Fix another batch of bogosities in pg_operator table. | Tom Lane | 1999-04-10 |
* | Fix CREATE OPERATOR ... LANGUAGE 'internal', which I broke while | Tom Lane | 1999-04-09 |
* | Fix some more hashjoin-related bugs in pg_operator. Fix | Tom Lane | 1999-04-07 |
* | Unmark 'hashable' operators that can't really be used for | Tom Lane | 1999-04-07 |
* | On reflection, filesize limit ought to be an exact power | Tom Lane | 1999-04-06 |
* | Reduce default file size limit to 1Gb, and move the | Tom Lane | 1999-04-05 |
* | Fix bogus pg_amop entries for int8 hash, cidr btree, | Tom Lane | 1999-04-03 |
* | Fix nasty bug in optimization of multiway joins: optimizer | Tom Lane | 1999-04-03 |
* | Remove overly presumptuous use of __STDC__ in c.h, replacing | Tom Lane | 1999-04-02 |
* | Clean up compile errors and warnings, cf Billy Allie's | Tom Lane | 1999-04-02 |
* | Small cleanups. | Bruce Momjian | 1999-03-30 |
* | Modify fmgr so that internal name (compiler name) of a built-in | Tom Lane | 1999-03-29 |
* | 1. Vacuum is updated for MVCC. | Vadim B. Mikheev | 1999-03-28 |
* | Clean up various minor irregularities detected by type_sanity | Tom Lane | 1999-03-28 |
* | Remove pg_attribute_check.sql: these checks merged into new | Tom Lane | 1999-03-28 |
* | Fix bogus function signature for areajoinsel. | Tom Lane | 1999-03-28 |
* | Delete unused system table pg_parg. | Tom Lane | 1999-03-27 |
* | No longer need this file here; superseded by oidjoins regress test. | Tom Lane | 1999-03-26 |
* | Remove a bunch of dead entries exposed by findoidjoins crosschecks. | Tom Lane | 1999-03-26 |
* | Revise memutils.h to use alignment information gathered by | Tom Lane | 1999-03-25 |
* | Clean up att_align calculations so that XXXALIGN macros | Tom Lane | 1999-03-25 |
* | Add KOI8/WIN/ALT to the multi-byte encoding selections | Tatsuo Ishii | 1999-03-24 |
* | Remove Tee code, move to _deadcode. | Bruce Momjian | 1999-03-23 |
* | Hi, | Bruce Momjian | 1999-03-22 |
* | I suggest the following portability patch, which does not | Bruce Momjian | 1999-03-19 |
* | Add new postgres -O option to allow system table structure changes. | Bruce Momjian | 1999-03-17 |
* | Here is a patch. | Bruce Momjian | 1999-03-16 |
* | Fix brain death in !!= operator ... it's still pretty bogus | Tom Lane | 1999-03-15 |
* | Fix int8 configure one more time ... prior version didn't | Tom Lane | 1999-03-15 |
* | Attempting to insert a value of 'now' into a datetime type | Bruce Momjian | 1999-03-14 |
* | Cleanup of hash functions in pg_proc. | Bruce Momjian | 1999-03-14 |