2002-09-24 |
Tom Lane | Update some obsolete comments and column descriptions. |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Peter Eisentraut | Remove useless O_DIROPEN stuff. |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Peter Eisentraut | Tweak conversion names to follow the established naming... |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Bruce Momjian | Add earthdistance regression file. |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Tom Lane | Add missing correction of sublevelsup when pulling... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Tom Lane | Fix broken markup. |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Tom Lane | Further thinking about heap_mark4update: in HeapTupleSe... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Peter Eisentraut | Move PyGreSQL usage documentation from README into... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Tom Lane | Disallow VACUUM, ANALYZE, TRUNCATE on temp tables belon... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Tom Lane | Tweak dblink functions to use int4 arguments instead... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Bruce Momjian | Update HISTORY for 7.3beta2. |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Bruce Momjian | Add win32 rename discussion to archives. |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Bruce Momjian | The valid return value should be MODIFY instead of... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Bruce Momjian | Obviously noone has ever tested the doubling of availia... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Bruce Momjian | Nothing. |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Tom Lane | Get rid of bogus use of heap_mark4update in reindex... |
commit | commitdiff | tree | snapshot |
2002-09-22 |
Tom Lane | In UpdateStats(), don't bother to update the pg_class... |
commit | commitdiff | tree | snapshot |
2002-09-22 |
Tom Lane | Remove commas for compatibility with newer releases... |
commit | commitdiff | tree | snapshot |
2002-09-22 |
Tom Lane | Remove commas for compatibility with newer bisons. |
commit | commitdiff | tree | snapshot |
2002-09-22 |
Tom Lane | Remove extraneous | ... while bison 1.28 doesn't object... |
commit | commitdiff | tree | snapshot |
2002-09-22 |
Tom Lane | Remove commas from %type and %token lists, for compatib... |
commit | commitdiff | tree | snapshot |
2002-09-22 |
Peter Eisentraut | Translation updates, some messages tweaked. |
commit | commitdiff | tree | snapshot |
2002-09-22 |
Tom Lane | RelationClearRelation must reset rd_targblock and updat... |
commit | commitdiff | tree | snapshot |
2002-09-22 |
Tom Lane | Make \dS work more like it used to, viz, show only... |
commit | commitdiff | tree | snapshot |
2002-09-22 |
Tom Lane | I haven't seen any objections, so here is a patch.... |
commit | commitdiff | tree | snapshot |
2002-09-22 |
Tom Lane | server_min_messages and friends should have valid value... |
commit | commitdiff | tree | snapshot |
2002-09-22 |
Tom Lane | Replace pg_attribute.attisinherited with attislocal... |
commit | commitdiff | tree | snapshot |
2002-09-22 |
Tom Lane | Fix busted markup. |
commit | commitdiff | tree | snapshot |
2002-09-22 |
Tom Lane | Bring SIMILAR TO and SUBSTRING into some semblance... |
commit | commitdiff | tree | snapshot |
2002-09-22 |
Tom Lane | Move most of the error checking for foreign-key constra... |
commit | commitdiff | tree | snapshot |
2002-09-21 |
Tom Lane | Add last-ditch defense against attempts to compile... |
commit | commitdiff | tree | snapshot |
2002-09-21 |
Tom Lane | Provide an upgrade strategy for dump files containing... |
commit | commitdiff | tree | snapshot |
2002-09-21 |
Peter Eisentraut | Add more appropriate markup. |
commit | commitdiff | tree | snapshot |
2002-09-21 |
Tom Lane | Fix PPC s_lock operations to work correctly on multi... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Tom Lane | Performance improvement for MultiRecordFreeSpace on... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Peter Eisentraut | Revision |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Peter Eisentraut | Put in defense against gcc -ffast-math. |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Tom Lane | Code review for check-domain-constraints-in-COPY patch... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Tom Lane | Update regression expected results for to_char() change. |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Bruce Momjian | Change domain patch to COERCE_IMPLICIT_CAST, per Tom. |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Bruce Momjian | Fix compile error from Rod's patch. |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Bruce Momjian | The patch fix bug described in TODO: |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Bruce Momjian | Tom Lane wrote: |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Bruce Momjian | This patch cleans up some of the code in src/util/adt... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Bruce Momjian | Tiny patch fixing small documentation typo. |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Bruce Momjian | This patch fixes two typos in src/backend/storage/ipc... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Bruce Momjian | Fixed this problem and added regression tests in domain... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Bruce Momjian | I have included fixes to declare some floating point... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Bruce Momjian | > I'm not sure why NDirectFileRead/NDirectFileWrite... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Bruce Momjian | Mention that pg_get_viewdef(name) is deprecated. |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Bruce Momjian | This grants execute privileges to public for the fti... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Bruce Momjian | This patch corrects a minor mis-statement in the CREATE... |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Tom Lane | Tweak heap.c to refuse attempts to create table columns... |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Tom Lane | Department of second thoughts: suppressing implicit... |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Tom Lane | Extend pg_cast castimplicit column to a three-way value... |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Bruce Momjian | Add mention of /contrib/adddepend to HISTORY. |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Bruce Momjian | Add 'adddepend' script to handle pre-7.3 object depende... |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Peter Eisentraut | Update installation instructions and put mostly everyth... |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Peter Eisentraut | Remove pgeasy and odbc. |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Bruce Momjian | Rename help file upgrade_7.3 to upgrade_tips_7.3. |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Tatsuo Ishii | Add GRANT EXECUTE ON FUNCTION |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Bruce Momjian | Add mention of Tom's client change summary email to... |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Tatsuo Ishii | Fix bug in encoding conversion map. |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Tatsuo Ishii | Update Japanese README so that it reflects the changes... |
commit | commitdiff | tree | snapshot |
2002-09-17 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-09-17 |
Bruce Momjian | Point out that CREATE INDEX uses sorts and hence sort_m... |
commit | commitdiff | tree | snapshot |
2002-09-17 |
Bruce Momjian | Fix pgaccess URL, from Justin. |
commit | commitdiff | tree | snapshot |
2002-09-17 |
Bruce Momjian | Remove src/test/regress/sql: plpgsql-nsp-testing.sql... |
commit | commitdiff | tree | snapshot |
2002-09-17 |
Tom Lane | Un-break duplicate_oids script. |
commit | commitdiff | tree | snapshot |
2002-09-16 |
Bruce Momjian | Remove retest Makefile entry because it does not compile. |
commit | commitdiff | tree | snapshot |
2002-09-16 |
Bruce Momjian | Add mention of removed -enable-multibyte/locale in... |
commit | commitdiff | tree | snapshot |
2002-09-16 |
Bruce Momjian | Add to link() thread. |
commit | commitdiff | tree | snapshot |
2002-09-16 |
Bruce Momjian | Add link() info to TODO.detail. |
commit | commitdiff | tree | snapshot |
2002-09-16 |
Tom Lane | Fix for rare race-condition-like failure: if a backend... |
commit | commitdiff | tree | snapshot |
2002-09-15 |
Peter Eisentraut | Cast functions can be immutable or stable. |
commit | commitdiff | tree | snapshot |
2002-09-14 |
Tom Lane | Update obsolete comment. |
commit | commitdiff | tree | snapshot |
2002-09-14 |
Tom Lane | Simplify handling of second database for dblink tests. |
commit | commitdiff | tree | snapshot |
2002-09-14 |
Tom Lane | Clean up mess from duplicate patches. |
commit | commitdiff | tree | snapshot |
2002-09-14 |
Tom Lane | The attached adds GRANTs to PUBLIC for dblink functions... |
commit | commitdiff | tree | snapshot |
2002-09-14 |
Tom Lane | Some PL/PgSQL documentation improvements from Neil... |
commit | commitdiff | tree | snapshot |
2002-09-14 |
Tom Lane | Cosmetic fixes from Neil Conway. |
commit | commitdiff | tree | snapshot |
2002-09-14 |
Tom Lane | The attached adds GRANTs to PUBLIC for contrib/fuzzystr... |
commit | commitdiff | tree | snapshot |
2002-09-14 |
Tom Lane | Attached is a patch to fix some recently raised issues... |
commit | commitdiff | tree | snapshot |
2002-09-14 |
Tom Lane | Avoid overflow for large elapsed times in \timing outpu... |
commit | commitdiff | tree | snapshot |
2002-09-14 |
Tom Lane | Fix portability bug in get_normal_pair (RAND_MAX !... |
commit | commitdiff | tree | snapshot |
2002-09-14 |
Peter Eisentraut | Shrink the pg_hba.conf and pg_ident.conf default files... |
commit | commitdiff | tree | snapshot |
2002-09-14 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2002-09-14 |
Barry Lind | Added regression test for using server side prepared... |
commit | commitdiff | tree | snapshot |
2002-09-13 |
Tatsuo Ishii | Change Assert(len > 0) to Assert(len >= 0) |
commit | commitdiff | tree | snapshot |
2002-09-12 |
Peter Eisentraut | Add more information about schemas. Combines some... |
commit | commitdiff | tree | snapshot |
2002-09-12 |
Tom Lane | Fix likely cause of rare ALTER TABLE ADD FOREIGN KEY... |
commit | commitdiff | tree | snapshot |
2002-09-12 |
Tom Lane | Avoid misleading error message when SET/RESET target... |
commit | commitdiff | tree | snapshot |
2002-09-12 |
Bruce Momjian | The small context diff below corrects what seems to... |
commit | commitdiff | tree | snapshot |
2002-09-12 |
Bruce Momjian | This is a comprehensive set of diffs (versus current... |
commit | commitdiff | tree | snapshot |
2002-09-12 |
Bruce Momjian | > intarray and ltree both seem to be mapping their... |
commit | commitdiff | tree | snapshot |
2002-09-12 |
Bruce Momjian | > Sean Chittenden <sean@chittenden.org> writes: |
commit | commitdiff | tree | snapshot |
2002-09-12 |
Bruce Momjian | Joe Conway wrote: |
commit | commitdiff | tree | snapshot |
next |