2003-09-27 |
Tom Lane | Fix typo in message. |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Bruce Momjian | Add compile step to instructions. |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Bruce Momjian | Make dump files created by initdb have consistent EOL... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Bruce Momjian | Finalize configuration of thread_test program. |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Jan Wieck | Changed the logic when a CAST is dumped according to... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Bruce Momjian | Rename thread compile flag. Move thread test program... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Bruce Momjian | Small SGML cleanup from Jeroen Ruigrok/asmodai |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Peter Eisentraut | You can't NLS-enable a program component by just puttin... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Peter Eisentraut | The formatting of the display of the locale names assum... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Bruce Momjian | Document that functions are checked independently of... |
commit | commitdiff | tree | snapshot |
2003-09-26 |
Bruce Momjian | Add "tuning" section to install instructions. |
commit | commitdiff | tree | snapshot |
2003-09-26 |
Tom Lane | Move -D_GNU_SOURCE hack from port header to template... |
commit | commitdiff | tree | snapshot |
2003-09-26 |
Peter Eisentraut | Various message fixes, among those fixes for the previo... |
commit | commitdiff | tree | snapshot |
2003-09-26 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree | snapshot |
2003-09-26 |
Michael Meskes | Fixed segfault after error in parsing precision argument. |
commit | commitdiff | tree | snapshot |
2003-09-26 |
Tom Lane | Fix tid scan evaluation of non-constant TID values... |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Tom Lane | Make the world safe (more or less) for dropped columns... |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Tom Lane | tlist_matches_tupdesc() needs to defend itself against... |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Tom Lane | Get rid of ReferentialIntegritySnapshotOverride by... |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Tom Lane | Fix regression error messages for platforms Peter doesn... |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Tom Lane | Fix grammatical error introduced into error message. |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Peter Eisentraut | Forget to update the real source of the regression... |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Peter Eisentraut | Message editing: remove gratuitous variations in messag... |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Bruce Momjian | Update Japanese FAQ, from Jun Kuwamura |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Bruce Momjian | Fix creation of temporary sequences in ecpg, per report... |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Tom Lane | Repair some REINDEX problems per recent discussions... |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Marc G. Fournier | another totally benign, test commit |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Marc G. Fournier | test 2, benign, no change |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Marc G. Fournier | not change, just added a space to test something |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Tom Lane | Add positive defense against dropped columns, per sugge... |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Tom Lane | Issue CREATE SCHEMA as the originally connecting user... |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Tom Lane | pg_dump/pg_restore now always use SET SESSION AUTHORIZA... |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Tom Lane | Minor copy-editing for plpgsql chapter. |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Tom Lane | Tweak generic_type_consistency routines to avoid loss... |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Tom Lane | _SPI_cursor_operation forgot to check for failure retur... |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Michael Meskes | - Changed struct definition handling so "struct foo... |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Barry Lind | Fix to properly handle timezone offsets that are partia... |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Barry Lind | A fix for jdbc regression test submitted yesterday... |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Hiroshi Inoue | Putting back the previous change must be the first... |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Teodor Sigaev | fix hlfinditem function. Thanks to "Stphane Bidoul... |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Michael Meskes | - Fixed order mismatch in processing "using" arguments. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Barry Lind | Additional jdbc regression tests submitted by Oliver... |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Barry Lind | Applied jdbc patch from Kim Ho at RedHat to improve... |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Tom Lane | HeapTupleSatisfiesVacuum() needs to be more careful... |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Peter Eisentraut | Message wording improvements |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Peter Eisentraut | Make the SQL command synopses appear less random. |
commit | commitdiff | tree | snapshot |
2003-09-21 |
Tom Lane | Arrange to align shared disk buffers on at least 32... |
commit | commitdiff | tree | snapshot |
2003-09-21 |
Tom Lane | Fix some ill-considered ifdefs, per report from Hans... |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Tom Lane | Apply ranlib(1) after installing a static (.a) library... |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Tom Lane | Attaching -lpq to LDFLAGS doesn't work, because the... |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Tom Lane | Fix a batch of speling misteaks identified by Peter... |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Michael Meskes | - Renamed my own strndup() function because of a name... |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Michael Meskes | - Applied some bug fixing patches by Dave Cramer <dave... |
commit | commitdiff | tree | snapshot |
2003-09-19 |
Tom Lane | pg_dump missed comments attached to primary key or... |
commit | commitdiff | tree | snapshot |
2003-09-19 |
Tom Lane | Document that TRUNCATE ignores user-defined ON DELETE... |
commit | commitdiff | tree | snapshot |
2003-09-19 |
Tom Lane | Disallow foreign-key references from temp tables to... |
commit | commitdiff | tree | snapshot |
2003-09-19 |
Tom Lane | Latest version of gcc from Apple does not work well... |
commit | commitdiff | tree | snapshot |
2003-09-19 |
Tom Lane | Seems like a bad idea that REINDEX TABLE supports ... |
commit | commitdiff | tree | snapshot |
2003-09-19 |
Michael Meskes | One small typo in preprocessor. |
commit | commitdiff | tree | snapshot |
2003-09-19 |
Michael Meskes | Removed superfluous return statement in get_data. |
commit | commitdiff | tree | snapshot |
2003-09-18 |
Tom Lane | Put a tad more detail in the discussion of postmaster... |
commit | commitdiff | tree | snapshot |
2003-09-18 |
Michael Meskes | - Accept output variables for FETCH in DECLARE statement. |
commit | commitdiff | tree | snapshot |
2003-09-18 |
Barry Lind | Applied patch from Oliver Jowett to clean up some insta... |
commit | commitdiff | tree | snapshot |
2003-09-18 |
Barry Lind | Small jdbc patch from Kim Ho at RedHat to fix some... |
commit | commitdiff | tree | snapshot |
2003-09-18 |
Barry Lind | A minor fix to jdbc regression tests |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Tom Lane | Disallow converting a table to a view if it has trigger... |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Barry Lind | Applied patch to jdbc from Kim Ho at RedHat, fixing... |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Barry Lind | Applied patch for jdbc from Kim Ho at RedHat to more... |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Barry Lind | Fixed jdbc to correctly report that constraints are... |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Barry Lind | Applied patch from Fernando Nasser of RedHat to fix... |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Barry Lind | Applied patch from Kim Ho at redhat to improve boolean... |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Tatsuo Ishii | Fix typo in comment |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Tom Lane | Make psql correctly track the effects of SET CLIENT_ENC... |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Tatsuo Ishii | fix typo in a comment |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Tom Lane | I don't care whether it's informix-compatible or not... |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Tom Lane | Fix some problems with dropped columns in plpython... |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Tom Lane | Since SPI_modifytuple's natts argument is the number... |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Tom Lane | Fix LISTEN/NOTIFY race condition reported by Gavin... |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Tom Lane | Update regression test for message change. |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Tom Lane | Improve a couple of error messages per suggestions... |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Peter Eisentraut | OK, some of these syntax errors should be given other... |
commit | commitdiff | tree | snapshot |
2003-09-15 |
PostgreSQL... | tag her for beta3, as announced on Friday ... REL7_4_BETA3 |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Tom Lane | Okay, who left off the id= here? |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Tom Lane | LISTEN doesn't issue a warning for redundant listens... |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Bruce Momjian | Add errno value for thread *_r function call buffer... |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Bruce Momjian | NetBSD needs reentrant funcs. |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Peter Eisentraut | Remove warnings for operations that have no effect... |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Peter Eisentraut | Run distprep target before creating list of files that... |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Peter Eisentraut | Allow translation of SQL help in psql. |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Tom Lane | Add missing support for Opteron (__x86_64__). |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Tom Lane | Persuade tsearch/tsearch2 to work (or at least pass... |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Tom Lane | Make pltcl create separate function objects when the... |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Tom Lane | Fix plpython to generate separate cached procedure... |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Bruce Momjian | Since I haven't gotten a reply, can someone REVERT... |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Tom Lane | expected results for dblink test seem to be out of... |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Tom Lane | Make contrib/seg work with flex 2.5.31. Fix it up... |
commit | commitdiff | tree | snapshot |
next |