]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2004-07-13  Bruce MomjianChange pg_dump to use ALTER OWNER commands instead...
2004-07-13  Tom LaneCan't have blank lines in resultmap; some versions...
2004-07-13  Bruce MomjianAdd new join file.
2004-07-13  Bruce MomjianMove tablespace name up on to the same line in psql \d.
2004-07-13  Bruce MomjianRename join ordering named join_1.out
2004-07-13  Tom LaneCause libpq and ecpg libraries to be built as proper...
2004-07-12  Peter EisentrautMake installation instructions match reality.
2004-07-12  Bruce MomjianAdd tablespace location display for psql \d.
2004-07-12  Bruce MomjianAdd has_tablespace_privilege().
2004-07-12  Bruce MomjianAdd Win32-specific join ordering.
2004-07-12  Bruce MomjianAdd blank line to new canonicalize_path file, which...
2004-07-12  Bruce Momjiancanonicalization adjustments.
2004-07-12  Bruce MomjianPut back canonicalization of PGDATA environment variable.
2004-07-12  Bruce MomjianUse strdup in pg_ctl for canonicalize_path on environme...
2004-07-12  Bruce MomjianThis patch adds the following options to pg_dumpall...
2004-07-12  Bruce MomjianThe attached patch, which incorporates the previous...
2004-07-12  Bruce Momjian> win32 doesn't support a static initializer for mutexe...
2004-07-12  Bruce MomjianBack out thread fix until I get clarification.
2004-07-12  Bruce Momjianwin32 doesn't support a static initializer for mutexes...
2004-07-12  Tom LaneRemove TABLESPACE option of CREATE SEQUENCE; sequences...
2004-07-12  Bruce MomjianNew text.
2004-07-12  Bruce MomjianFix library_path with canonicalization.
2004-07-12  Bruce MomjianFix username mismatch in initdb. Magnus.
2004-07-12  Bruce MomjianWording improvement.
2004-07-12  Bruce MomjianTablespace examples for CREATE TABLE/INDEX/SCHEMA/DATAB...
2004-07-12  Bruce MomjianMove comma.
2004-07-12  Bruce MomjianThe outer #define was forgotten. Attached patch adds...
2004-07-12  Bruce MomjianAdd:
2004-07-12  Bruce MomjianAdded Matthew:
2004-07-12  Bruce MomjianNew Czech FAQ.
2004-07-12  Bruce MomjianAdd FAQ entry on hardware selection.
2004-07-12  Bruce MomjianCanonicalize preload_libraries after it is split up...
2004-07-11  Bruce MomjianRemove:
2004-07-11  Bruce MomjianCleanup for canonicalization fixes, from Tom.
2004-07-11  Bruce MomjianAdd:
2004-07-11  Bruce MomjianThis patch fixes a small error in the Porting PL/SQL...
2004-07-11  Bruce MomjianExample for create function using argument names
2004-07-11  Tom LaneALTER TABLE SET TABLESPACE. Gavin Sherry, some rework...
2004-07-11  Bruce MomjianUpdate German FAQ>
2004-07-11  Bruce MomjianUpdate URL's for mysql conversion tools.
2004-07-11  Bruce MomjianAdd:
2004-07-11  Bruce MomjianRemove postgresql.conf of 'info' as a valid client_min_...
2004-07-11  Bruce MomjianUse canonicalize_path for -D, GUC paths, and paths...
2004-07-11  Tom LaneMove TablespaceCreateDbspace() call into smgrcreate...
2004-07-11  Tom LaneRename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HE...
2004-07-11  Bruce MomjianUse standard macro for psql binary file open. Add...
2004-07-11  Tom LaneCause the format of BC timestamptz output to be 'dateti...
2004-07-11  Bruce MomjianAdd:
2004-07-11  Bruce MomjianFix trim_trailing_separator() to not trim c:\ nor ...
2004-07-11  Bruce MomjianAdd:
2004-07-11  Bruce MomjianOpen files in binary mode on Win32 so control-z isn...
2004-07-11  Bruce MomjianAdd:
2004-07-11  Bruce MomjianAdd:
2004-07-11  Bruce MomjianAllow configuration files to be placed outside the...
2004-07-11  Bruce MomjianAdd:
2004-07-10  Tom LaneDefend against overrun of ExtraOptions array --- strict...
2004-07-10  Tom LaneCheck more test points (in fact, every week in 1970...
2004-07-10  Tom LaneFix BSD-only coding in port.c (passing a local variable...
2004-07-10  Tom LaneTest HAVING condition before computing targetlist of...
2004-07-10  Bruce MomjianClarify schema meanings in pg_dump manual page by refer...
2004-07-10  Bruce MomjianAdd --enable-thread-safety-force to force a thread...
2004-07-07  Bruce MomjianAdd OSX thread support for next 7.4.X
2004-07-07  Bruce MomjianFormatting improvements:
2004-07-07  Bruce MomjianRegenerate:
2004-07-07  Bruce Momjianregenerate.
2004-07-07  Bruce MomjianBold dash line.
2004-07-07  Bruce MomjianUpdate highlighting of dash.
2004-07-06  Bruce MomjianMove section:
2004-07-06  Bruce MomjianAdd comment describing ereport() NOTICE/WARNING distinc...
2004-07-06  Bruce MomjianReorder dash mention to be more prominient.
2004-07-06  Tom LaneFix broken logic for pretty-printing parenthesis-suppre...
2004-07-06  Bruce MomjianDone:
2004-07-05  Tom LaneRevert broken rpath addition.
2004-07-05  Tom LaneFix unchecked mallocs/strdups added by recent placehold...
2004-07-05  Michael MeskesAdded free() calls against memory leak in interval.c.
2004-07-05  Michael Meskes- Fixed indicator in SET DESCRIPTOR.
2004-07-05  Bruce MomjianFix paragraph mention in ALTER DATABASE manual page.
2004-07-05  Bruce MomjianAllow plperl to compile with Perl 5.05.
2004-07-04  Tom LaneFix misspellings: langauge -> language.
2004-07-04  Michael MeskesMade sure SET DESCRIPTOR accepts all data types includi...
2004-07-04  Tom LaneOkay, I've had it with answering newbie questions about...
2004-07-03  Tom LaneFix no-longer-correct bit-pushing in TransactionIdSetSt...
2004-07-02  Tom LaneAdd missing operators of the form interval-plus-datetim...
2004-07-02  Joe ConwayAndreas Pflug wrote:
2004-07-02  Peter EisentrautTranslation update
2004-07-02  Joe ConwayAttached is a 1 line bug fix for dbmirror that was...
2004-07-01  Tom LaneMore paranoia in AtEOSubXact_SPI: don't assume we can...
2004-07-01  Joe Conwayplperl update from Andrew Dunstan, deriving (I believe...
2004-07-01  Tom LaneFurther review of xact.c state machine for nested trans...
2004-07-01  Michael MeskesRemoved unused variable and added a typecast.
2004-07-01  Joe ConwayAdd double metaphone code from Andrew Dunstan. Also...
2004-07-01  Tom LaneFix seriously nasty memory leak in new TransactionIdIsI...
2004-07-01  Tom LaneNested transactions. There is still much left to do...
2004-06-30  Tom LaneRevert mistaken #include change, per Merlin Moncure.
2004-06-30  Michael MeskesAdded SET DESCRIPTOR command.
2004-06-29  Peter EisentrautOverride upstream DSSSL style sheet formatting changes
2004-06-29  Peter EisentrautComma splice police
2004-06-28  Teodor Sigaev1 Eliminate duplicate field HLWORD->skip
2004-06-28  Michael MeskesArrays can be read as arrays or as character strings...
2004-06-28  Tom LaneRemove some no-longer-needed #includes.
next