2000-08-21 |
Tom Lane | fmgr interface mopup work. Use new DatumGetBool and... |
commit | commitdiff | tree | snapshot |
2000-08-21 |
Tom Lane | First pass at integrating BIT and BIT VARYING code... |
commit | commitdiff | tree | snapshot |
2000-08-20 |
Tom Lane | Standardize on just one spelling of BITSPERBYTE. |
commit | commitdiff | tree | snapshot |
2000-08-20 |
Peter Eisentraut | coupla minor fixes in the `make dist' support code |
commit | commitdiff | tree | snapshot |
2000-08-20 |
Peter Eisentraut | Substitute libdir into createlang as last resort so... |
commit | commitdiff | tree | snapshot |
2000-08-20 |
Peter Eisentraut | Introduce HAVE_UNIX_SOCKETS symbol to replace repeatedl... |
commit | commitdiff | tree | snapshot |
2000-08-20 |
Tom Lane | Make functional indexes accept binary-compatible functi... |
commit | commitdiff | tree | snapshot |
2000-08-19 |
Peter Eisentraut | ./configure --without-CXX errroneously tried to use... |
commit | commitdiff | tree | snapshot |
2000-08-13 |
Tom Lane | Clean up handling of variable-free qual clauses. Syste... |
commit | commitdiff | tree | snapshot |
2000-08-12 |
Tom Lane | Mop-up for removal of ':' and ';' operators ... like... |
commit | commitdiff | tree | snapshot |
2000-08-12 |
Tom Lane | Fix ruleutils to produce correct output for array assig... |
commit | commitdiff | tree | snapshot |
2000-08-11 |
Tom Lane | Update comments for some parse node types. |
commit | commitdiff | tree | snapshot |
2000-08-11 |
Tom Lane | copyObject() and equal() now know about all parse-time... |
commit | commitdiff | tree | snapshot |
2000-08-11 |
Tom Lane | Remove debugging Assert that should never have been... |
commit | commitdiff | tree | snapshot |
2000-08-11 |
Tom Lane | Make debug_assertions default to ON, when compiled... |
commit | commitdiff | tree | snapshot |
2000-08-10 |
Hiroshi Inoue | CREATE btree INDEX takes dead tuples into account when... |
commit | commitdiff | tree | snapshot |
2000-08-09 |
Thomas G. Lockhart | Reimplement MULTIBYTE support (oops). Not tested, but... |
commit | commitdiff | tree | snapshot |
2000-08-08 |
Tom Lane | Remove 'func_tlist' from Func expression nodes, likewis... |
commit | commitdiff | tree | snapshot |
2000-08-08 |
Philip Warner | Buf fix to pg_restire -S option in getopts |
commit | commitdiff | tree | snapshot |
2000-08-07 |
Tom Lane | TOAST mop-up work: update comments for tuple-size-relat... |
commit | commitdiff | tree | snapshot |
2000-08-07 |
Tom Lane | Fix incorrect example of CAST syntax (was missing requi... |
commit | commitdiff | tree | snapshot |
2000-08-07 |
Philip Warner | - version # change in header |
commit | commitdiff | tree | snapshot |
2000-08-07 |
Philip Warner | - Support for iscachable when dumping functions |
commit | commitdiff | tree | snapshot |
2000-08-07 |
Thomas G. Lockhart | Allow LIKE and ILIKE as TokenId (and hence ColId) to... |
commit | commitdiff | tree | snapshot |
2000-08-07 |
Thomas G. Lockhart | Clean up code to remove the explicit backslash cruft. |
commit | commitdiff | tree | snapshot |
2000-08-07 |
Thomas G. Lockhart | Include the case-insensitive LIKE prototypes. |
commit | commitdiff | tree | snapshot |
2000-08-07 |
Thomas G. Lockhart | Forgot to update the regression test output. |
commit | commitdiff | tree | snapshot |
2000-08-07 |
Tom Lane | Clean up bogosities in use of random(3) and srandom... |
commit | commitdiff | tree | snapshot |
2000-08-06 |
Thomas G. Lockhart | Implement LIKE/ESCAPE. Change parser to use like()... |
commit | commitdiff | tree | snapshot |
2000-08-06 |
Thomas G. Lockhart | Implement LIKE/ESCAPE. Change parser to use like()... |
commit | commitdiff | tree | snapshot |
2000-08-06 |
Thomas G. Lockhart | Support SQL99 embedded double-quote syntax for quoted... |
commit | commitdiff | tree | snapshot |
2000-08-06 |
Tom Lane | Toast all the system-table columns that seem to need... |
commit | commitdiff | tree | snapshot |
2000-08-06 |
Tom Lane | Clean up inefficiency in ExecRelCheck, and cause it... |
commit | commitdiff | tree | snapshot |
2000-08-06 |
Tom Lane | Ensure that catcache 'busy' flags are reset at transact... |
commit | commitdiff | tree | snapshot |
2000-08-06 |
Tom Lane | Copy sub-Query nodes to avoid trouble when same sub... |
commit | commitdiff | tree | snapshot |
2000-08-05 |
Bruce Momjian | > I had to back out the patch. It only compiles with... |
commit | commitdiff | tree | snapshot |
2000-08-05 |
Philip Warner | - Minor fix to create temp table for xrefs |
commit | commitdiff | tree | snapshot |
2000-08-05 |
Philip Warner | - Only disable triggers for the table being loaded |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Bruce Momjian | Back out to_ascii patch from Karel. |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Bruce Momjian | Add missing files from Karel, tip from Jan. |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Bruce Momjian | to_ascii( text ) |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Hiroshi Inoue | Subclasses inherit constraints of super classes properly |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Tom Lane | Fix tuptoaster bugs induced by making bytea toastable... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Tom Lane | Convert inet-related functions to new fmgr style. ... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Tom Lane | Modify heap_open()/heap_openr() API per pghackers discu... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Tom Lane | More functions updated to new fmgr style --- money... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Tom Lane | Repair bug noted by Paul Caskey: neqsel() has been... |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Tom Lane | Convert all remaining float4 and float8 functions to... |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Philip Warner | - Added --create, --no-owner, --superuser, --no-reconne... |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Tom Lane | Make acl-related functions safe for TOAST. Mark pg_cla... |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Hiroshi Inoue | Cancel request while waiting for a lock should try... |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Tom Lane | Type lztext is toast. |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Tom Lane | Convert all remaining geometric operators to new fmgr... |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Tom Lane | PATH and POLYGON datatypes are now TOASTable. Associat... |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Tom Lane | bpchar, varchar, bytea, numeric are toastable --- if... |
commit | commitdiff | tree | snapshot |
2000-07-28 |
Thomas G. Lockhart | Fix acceptance of PATH as a type and column name. |
commit | commitdiff | tree | snapshot |
2000-07-28 |
Tom Lane | Add int2-vs-int8 comparison operators. These are now... |
commit | commitdiff | tree | snapshot |
2000-07-28 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-07-28 |
Tom Lane | Remove <values.h> inclusions, no-longer-needed MAXINT... |
commit | commitdiff | tree | snapshot |
2000-07-28 |
Tom Lane | Fix sloppy macro coding (not enough parentheses). |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Tom Lane | Make planner safe for recursive calls --- needed for... |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Bruce Momjian | Some pedantic compile syntax errors to fix with the... |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Bruce Momjian | Here is a bug and patch to fix it. I have tested this... |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Bruce Momjian | Add cidr TODO.detai file. |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Tom Lane | Arrange to free planning memory (or most of it, anyway... |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Tom Lane | Ensure that values stored within arrays are not toasted... |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Tom Lane | When dealing with OR-of-ANDs quals, extract multiple... |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2000-07-25 |
Tom Lane | ExecRestrPos() really needs to raise ERROR, not a wimpy... |
commit | commitdiff | tree | snapshot |
2000-07-25 |
Tom Lane | Ensure that if the OID counter wraps around, we will... |
commit | commitdiff | tree | snapshot |
2000-07-25 |
Tom Lane | Fix confusion between sizeof(long) and sizeof(long... |
commit | commitdiff | tree | snapshot |
2000-07-25 |
Tom Lane | Add commentary about varying usage of scankeys in btree... |
commit | commitdiff | tree | snapshot |
2000-07-25 |
Tom Lane | Clean up and document btree code for ordering keys... |
commit | commitdiff | tree | snapshot |
2000-07-25 |
Tom Lane | Update comments. |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Bruce Momjian | Update bsdi template |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Bruce Momjian | more doc cleanups |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Philip Warner | pg_backup_plain_text.c replaced by pg_backup_null.c |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Philip Warner | - no longer put ACLs at end of dump |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Tom Lane | Deduce equality constraints that are implied by transit... |
commit | commitdiff | tree | snapshot |
2000-07-23 |
Peter Eisentraut | Unset locale variables before running regression tests... |
commit | commitdiff | tree | snapshot |
2000-07-23 |
Tom Lane | Clean up some sloppy casts --- Oid vs. Datum, that... |
commit | commitdiff | tree | snapshot |
2000-07-23 |
Tom Lane | Further cleanup of array behavior. Slice assignments... |
commit | commitdiff | tree | snapshot |
2000-07-22 |
Peter Eisentraut | Shed some light onto SysV IPC configuration. |
commit | commitdiff | tree | snapshot |
2000-07-22 |
Peter Eisentraut | typos |
commit | commitdiff | tree | snapshot |
2000-07-22 |
Jan Wieck | 2nd try for the index tuple toast hack. This time as... |
commit | commitdiff | tree | snapshot |
2000-07-22 |
Tom Lane | Make update lists like 'UPDATE tab SET foo[1] = bar... |
commit | commitdiff | tree | snapshot |
2000-07-22 |
Bruce Momjian | spell cleanups |
commit | commitdiff | tree | snapshot |
2000-07-22 |
Bruce Momjian | spell cleanups |
commit | commitdiff | tree | snapshot |
next |