| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename MAP_FILE to USERMAP_FILE for Digital Unix. | Bruce Momjian | 1999-05-10 | 1 | -2/+2 |
* | Fix initdb problem introduced by recent patch. | Bruce Momjian | 1999-05-10 | 1 | -2/+2 |
* | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 | 1 | -2/+2 |
* | Repair incorrect pg_proc entry for numeric_in. | Tom Lane | 1999-05-09 | 1 | -2/+2 |
* | Update hash and join routines to use fd.c's new temp-file | Tom Lane | 1999-05-09 | 2 | -11/+6 |
* | Add 'temporary file' facility to fd.c, and arrange for temp | Tom Lane | 1999-05-09 | 1 | -11/+37 |
* | Fix LMGR for MVCC. | Vadim B. Mikheev | 1999-05-07 | 3 | -10/+10 |
* | Fix some nasty coredump bugs in hashjoin. This code was just | Tom Lane | 1999-05-06 | 1 | -8/+11 |
* | Correct declaration of array_map() so that it doesn't make | Tom Lane | 1999-05-03 | 1 | -2/+3 |
* | here are some patches for 6.5.0 which I already submitted but have never | Bruce Momjian | 1999-05-03 | 7 | -9/+28 |
* | Revise union_planner and associated routines to clean up breakage | Tom Lane | 1999-05-03 | 1 | -2/+7 |
* | Clean up cost_sort some more: most callers were double-counting | Tom Lane | 1999-05-01 | 1 | -2/+2 |
* | Arrange for VACUUM to delete the init file that relcache.c uses | Tom Lane | 1999-05-01 | 1 | -1/+7 |
* | Fix from Yutaka Tanida <yutaka@marin.or.jp> | Tatsuo Ishii | 1999-04-26 | 1 | -0/+4 |
* | Still had a few MULTIBYTE problems when client encoding was | Tom Lane | 1999-04-25 | 1 | -1/+3 |
* | My first cut at libpq revision didn't handle MULTIBYTE correctly, | Tom Lane | 1999-04-25 | 1 | -4/+3 |
* | Revise backend libpq interfaces so that messages to the frontend | Tom Lane | 1999-04-25 | 4 | -92/+119 |
* | Un-break CREATE TYPE. Fix some other inconsistencies in the | Tom Lane | 1999-04-20 | 1 | -5/+5 |
* | Change elog(ERROR) to get back to main loop via a plain sigsetjmp, | Tom Lane | 1999-04-20 | 1 | -5/+23 |
* | Repair some problems in planner's handling of HAVING clauses. | Tom Lane | 1999-04-19 | 1 | -5/+3 |
* | Add missing function prototypes to stifle gcc warnings. | Tom Lane | 1999-04-16 | 1 | -2/+4 |
* | Move some useful date/time test macros to here to allow | Thomas G. Lockhart | 1999-04-15 | 1 | -1/+15 |
* | Declare hashint8(). | Thomas G. Lockhart | 1999-04-15 | 1 | -1/+3 |
* | Add ARM32 support by Andrew McMurry | Bruce Momjian | 1999-04-13 | 2 | -1/+21 |
* | array_in is defined in the system catalog as taking two arguments while it | Bruce Momjian | 1999-04-13 | 1 | -2/+2 |
* | Fix another batch of bogosities in pg_operator table. | Tom Lane | 1999-04-10 | 1 | -99/+99 |
* | Fix CREATE OPERATOR ... LANGUAGE 'internal', which I broke while | Tom Lane | 1999-04-09 | 1 | -3/+3 |
* | Fix some more hashjoin-related bugs in pg_operator. Fix | Tom Lane | 1999-04-07 | 1 | -42/+42 |
* | Unmark 'hashable' operators that can't really be used for | Tom Lane | 1999-04-07 | 1 | -11/+11 |
* | On reflection, filesize limit ought to be an exact power | Tom Lane | 1999-04-06 | 1 | -6/+7 |
* | Reduce default file size limit to 1Gb, and move the | Tom Lane | 1999-04-05 | 1 | -0/+17 |
* | Fix bogus pg_amop entries for int8 hash, cidr btree, | Tom Lane | 1999-04-03 | 1 | -19/+19 |
* | Fix nasty bug in optimization of multiway joins: optimizer | Tom Lane | 1999-04-03 | 1 | -4/+4 |
* | Remove overly presumptuous use of __STDC__ in c.h, replacing | Tom Lane | 1999-04-02 | 3 | -100/+50 |
* | Clean up compile errors and warnings, cf Billy Allie's | Tom Lane | 1999-04-02 | 1 | -1/+2 |
* | Small cleanups. | Bruce Momjian | 1999-03-30 | 1 | -5/+1 |
* | Modify fmgr so that internal name (compiler name) of a built-in | Tom Lane | 1999-03-29 | 2 | -994/+992 |
* | 1. Vacuum is updated for MVCC. | Vadim B. Mikheev | 1999-03-28 | 3 | -20/+36 |
* | Clean up various minor irregularities detected by type_sanity | Tom Lane | 1999-03-28 | 7 | -53/+64 |
* | Remove pg_attribute_check.sql: these checks merged into new | Tom Lane | 1999-03-28 | 1 | -26/+0 |
* | Fix bogus function signature for areajoinsel. | Tom Lane | 1999-03-28 | 1 | -3/+3 |
* | Delete unused system table pg_parg. | Tom Lane | 1999-03-27 | 1 | -117/+0 |
* | No longer need this file here; superseded by oidjoins regress test. | Tom Lane | 1999-03-26 | 1 | -179/+0 |
* | Remove a bunch of dead entries exposed by findoidjoins crosschecks. | Tom Lane | 1999-03-26 | 5 | -29/+9 |
* | Revise memutils.h to use alignment information gathered by | Tom Lane | 1999-03-25 | 2 | -41/+24 |
* | Clean up att_align calculations so that XXXALIGN macros | Tom Lane | 1999-03-25 | 4 | -133/+94 |
* | Add KOI8/WIN/ALT to the multi-byte encoding selections | Tatsuo Ishii | 1999-03-24 | 1 | -2/+6 |
* | Remove Tee code, move to _deadcode. | Bruce Momjian | 1999-03-23 | 4 | -35/+12 |
* | Hi, | Bruce Momjian | 1999-03-22 | 1 | -2/+2 |
* | I suggest the following portability patch, which does not | Bruce Momjian | 1999-03-19 | 1 | -2/+2 |