2000-09-01 |
Peter Eisentraut | Change initdb to not delete PGDATA directory unless... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Peter Eisentraut | Fix relative path references so that make knowns which... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Jan Wieck | Added EXECUTE command to PL/pgSQL for execution of |
commit | commitdiff | tree | snapshot |
2000-08-30 |
Tom Lane | AbortOutOfAnyTransaction() just before backend exit... |
commit | commitdiff | tree | snapshot |
2000-08-30 |
Bruce Momjian | SSL patch from Magnus |
commit | commitdiff | tree | snapshot |
2000-08-30 |
Hiroshi Inoue | Improve the following. |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Bruce Momjian | Startup is actually start-up. |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Tom Lane | Include kernel error message in failed-to-open file... |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Peter Eisentraut | Revert removal of signed, volatile, and signal handler... |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Bruce Momjian | * to_char: |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Bruce Momjian | This is mostly the same as an earlier patch I |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Bruce Momjian | Here is a patch against the same cvs tree as the SSL... |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Tom Lane | Update obsolete comments. |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Tom Lane | Remove bogus use of int4out(). |
commit | commitdiff | tree | snapshot |
2000-08-28 |
Peter Eisentraut | Maybe "shared_buffers" is a slightly better name than... |
commit | commitdiff | tree | snapshot |
2000-08-28 |
Peter Eisentraut | New configure test for flex, which recognizes only... |
commit | commitdiff | tree | snapshot |
2000-08-27 |
Tom Lane | Clean up callers of AllocateFile and BasicOpenFile... |
commit | commitdiff | tree | snapshot |
2000-08-27 |
Tom Lane | Change ReleaseLruFile() usage so that if we cannot... |
commit | commitdiff | tree | snapshot |
2000-08-27 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2000-08-27 |
Peter Eisentraut | Remove configure tests for `signed', `volatile', and... |
commit | commitdiff | tree | snapshot |
2000-08-27 |
Tatsuo Ishii | Change pg_mblen and pg_encoding_mblen return types... |
commit | commitdiff | tree | snapshot |
2000-08-27 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2000-08-26 |
Tom Lane | Tired of seeing these warnings ... |
commit | commitdiff | tree | snapshot |
2000-08-26 |
Tom Lane | Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict... |
commit | commitdiff | tree | snapshot |
2000-08-26 |
Peter Eisentraut | Fix AC_FUNC_ACCEPT_ARGTYPES to accept `const struct... |
commit | commitdiff | tree | snapshot |
2000-08-26 |
Tom Lane | This file seems not to have been updated for the most |
commit | commitdiff | tree | snapshot |
2000-08-26 |
Peter Eisentraut | Update platform FAQs |
commit | commitdiff | tree | snapshot |
2000-08-26 |
Bruce Momjian | Remove old FAQ files. |
commit | commitdiff | tree | snapshot |
2000-08-26 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2000-08-26 |
Peter Eisentraut | Add pg-config utility that stores some configuration... |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Tom Lane | Tweak btree insertion to avoid O(N^2) slowdown with... |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Tom Lane | Avoid creating a TOAST table if we can prove that the... |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Thomas G. Lockhart | Fix typos and inconsistancies found by He Weiping |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Tatsuo Ishii | Change return type of: |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Peter Eisentraut | Make the location of the Kerberos server key file run... |
commit | commitdiff | tree | snapshot |
2000-08-24 |
Tom Lane | Documentation updates to reflect TOAST and new-style... |
commit | commitdiff | tree | snapshot |
2000-08-24 |
Tom Lane | Documentation updates to reflect TOAST and new-style... |
commit | commitdiff | tree | snapshot |
2000-08-24 |
Tom Lane | GetAttributeByName and GetAttributeByNum should be... |
commit | commitdiff | tree | snapshot |
2000-08-24 |
Tom Lane | Update funcs tutorial for new function manager. |
commit | commitdiff | tree | snapshot |
2000-08-24 |
Tom Lane | SQL-language functions are now callable in ordinary... |
commit | commitdiff | tree | snapshot |
2000-08-23 |
Thomas G. Lockhart | Comment fixes from Larry Rosenman" <ler@lerctr.org>. |
commit | commitdiff | tree | snapshot |
2000-08-23 |
Thomas G. Lockhart | Add functions to convert to and from text, and to trunc... |
commit | commitdiff | tree | snapshot |
2000-08-23 |
Thomas G. Lockhart | Create and manage information on MAC address OUIs |
commit | commitdiff | tree | snapshot |
2000-08-23 |
Thomas G. Lockhart | Fix several <ulink> tags which refer to e-mail addresses |
commit | commitdiff | tree | snapshot |
2000-08-22 |
Tom Lane | Fix plpgsql lexer to accept Windows-style and Mac-style... |
commit | commitdiff | tree | snapshot |
2000-08-22 |
Tatsuo Ishii | Make scanner multibyte aware. Currently it may produce... |
commit | commitdiff | tree | snapshot |
2000-08-22 |
Tatsuo Ishii | Make makeObjectName multibyte aware. Currently, it... |
commit | commitdiff | tree | snapshot |
2000-08-22 |
Tatsuo Ishii | Add multibyte support for both LIKE and ILIKE |
commit | commitdiff | tree | snapshot |
2000-08-22 |
Tom Lane | Fix a many-legged critter reported by chifungfan@yahoo... |
commit | commitdiff | tree | snapshot |
2000-08-22 |
Tom Lane | Add some more Assert checks. |
commit | commitdiff | tree | snapshot |
2000-08-21 |
Tom Lane | Move pg_checkretval out of the planner (where it never... |
commit | commitdiff | tree | snapshot |
2000-08-21 |
Tom Lane | Fix format_type() to display correct lengths for BIT... |
commit | commitdiff | tree | snapshot |
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 |
next |