]> granicus.if.org Git - postgresql/shortlog
postgresql
2004-08-21 Tom LaneFix typo (extraneous comma).
2004-08-21 Bruce MomjianMention that to_char(interval) will be removed in 8.1.
2004-08-21 Bruce MomjianRemove Solaris bug mention in pg_hba.conf.
2004-08-21 Bruce MomjianFix pg_ctl -w to properly wait on server startup.
2004-08-21 Tom LaneRecent tightening of allowed array-literal syntax broke...
2004-08-21 Tom LaneWhack btree_gist code around until it has some small...
2004-08-20 Tom LaneRecognize plpgsql EXCEPTION condition names at function...
2004-08-20 Bruce Momjian>>At this stage of the game I would just change pg_hba...
2004-08-20 Bruce MomjianAllow psql to use 7.4.X database by not referencing...
2004-08-20 Bruce Momjian> Please find enclose a submission to fix these problems.
2004-08-20 Bruce MomjianAdd ALTER SCHEMA item detail:
2004-08-20 Bruce MomjianThey are two different problems; the TOC entry is impor...
2004-08-20 Bruce MomjianI notice that contrib/fuzzystrmatch/dmetaphone.c doesn...
2004-08-20 Bruce MomjianAdd psql tab completion TODO:
2004-08-20 Bruce MomjianAttached is the third version of my patch that adds...
2004-08-20 Bruce MomjianThis patch allows pg_restore to recognize $-quotes...
2004-08-20 Bruce MomjianAdd mention of environment variable conflict with uncom...
2004-08-20 Bruce MomjianFix typo in new ALTER INDEX manual page.
2004-08-20 Bruce MomjianAdd ALTER INDEX, particularly for moving tablespaces.
2004-08-20 Bruce Momjian> Please find attached a submission to add a "exit...
2004-08-20 Bruce Momjian> After all that about numbering centuries and millenia...
2004-08-20 Bruce MomjianAdd:
2004-08-19 Bruce MomjianUpdate wording on commented postgresql.conf values:
2004-08-19 Tom LaneRepair some issues with column aliases and RowExpr...
2004-08-19 Bruce MomjianUse backslash in %USERPROFILE%\.pgpass.
2004-08-19 Bruce MomjianAdd:
2004-08-19 Bruce MomjianDon't use get_home_path so libpq doesn't pull path...
2004-08-18 Tom LaneClean up some random departures from project's standard...
2004-08-18 Bruce MomjianRemove NT4 mention in release notes.
2004-08-18 Bruce MomjianRemove as duplicate:
2004-08-18 Bruce MomjianAdd:
2004-08-18 Bruce MomjianThe enclose patch clarifies and makes a more useful...
2004-08-18 Bruce MomjianAdd pg_dump section:
2004-08-18 Bruce MomjianReplace incorrect example for quote_ident
2004-08-18 Tom LaneUpdate release history for 7.4.5.
2004-08-18 Bruce MomjianAdd get_home_path() to use USERPROFILE on Win32 and...
2004-08-17 Tom LaneFix bug introduced into _bt_getstackbuf() on 2003-Feb...
2004-08-17 Tom LaneStandardize on the assumption that the arguments of...
2004-08-17 Bruce MomjianAdd:
2004-08-17 Bruce MomjianRemove transactions TODO.detail.
2004-08-17 Bruce MomjianChain on to SIGPIPE handler rather than just do action...
2004-08-17 Bruce MomjianFix agressive collection of thread flags.
2004-08-17 Bruce MomjianAdd comment about portability function name inconsistency.
2004-08-17 Tom LaneFix linking problem when enabling thread safety on...
2004-08-17 Bruce MomjianAdd DLLIMPORT for PostGIS.
2004-08-17 Bruce MomjianMove io.h include higher in the file so it doesn't...
2004-08-16 Bruce MomjianFix syntax error just introduced.
2004-08-16 Bruce Momjianautoconf for recent thread check changes.
2004-08-16 Tom LaneAdd trivial NULL statement to plpgsql, for Oracle compa...
2004-08-16 Bruce MomjianAdd:
2004-08-16 Bruce MomjianThrow error if initdb -L is not an absolute path.
2004-08-16 Bruce MomjianAdd:
2004-08-16 Bruce MomjianFix for adding \n for zero-length win32 read_pipe return
2004-08-16 Tom LaneMark server_encoding and integer_datetimes as GUC_REPOR...
2004-08-16 Bruce MomjianClarify need for \r\n -> \n translation in version...
2004-08-15 Tom LaneDept. of further reflection: I looked around to see...
2004-08-15 Tom LaneXmin calculations should consider only top transaction...
2004-08-15 Tom LaneSpecify SA_NOCLDSTOP when enabling SIGCHLD, per suggest...
2004-08-15 Bruce MomjianQuote PERL expansion for Win32 path that might have...
2004-08-15 Tom LaneFix trivial typo.
2004-08-15 Tom LaneMinor copy-editing for 7.4.4, 7.3.7, 7.2.5 release...
2004-08-14 Tom LaneFix typo, per Andreas Seltenreich.
2004-08-14 Tom LaneAdd discussion and example about predicate locking...
2004-08-14 Tom LaneMinor editorializing.
2004-08-14 Peter EisentrautTranslation updates
2004-08-14 Bruce MomjianAdd:
2004-08-13 Tom LaneFix psql's COPY support to deal with \r\n line endings.
2004-08-13 Tom LaneFix breakage with PUBLIC schema. Try to untwist the...
2004-08-13 Tom LaneGive a more specific error message for "you can't do...
2004-08-13 Tom LanePreliminary release notes for 7.4.4, 7.3.7, 7.2.5....
2004-08-13 Peter EisentrautNew translations
2004-08-13 Peter EisentrautTranslation update
2004-08-13 Peter EisentrautTranslation updates
2004-08-13 Bruce MomjianMention log_statement_stats can not be enabled with...
2004-08-13 Tom LaneClarify trigger function return convention, per Thomas...
2004-08-13 Tom LaneFix core dumps, inability to count, etc associated...
2004-08-13 Tom LaneChange order of operations in ALTER TABLE SET TABLESPAC...
2004-08-13 Bruce MomjianMention the installer doesn't run on NT4.
2004-08-13 Bruce MomjianAdd:
2004-08-12 Tom LaneAllow commas in BEGIN, START TRANSACTION, and SET TRANS...
2004-08-12 Bruce MomjianAdd:
2004-08-12 Bruce Momjiandbsize modification to support tablespaces
2004-08-12 Tom LaneAllow optional SAVEPOINT keyword in RELEASE and ROLLBAC...
2004-08-12 Bruce MomjianCleanup Win32 COPY handling, and move archive examples...
2004-08-12 Bruce MomjianAdd mention of "WIN32" COPY.
2004-08-12 Bruce MomjianAdd make_native_path() because Win32 COPY is an interna...
2004-08-12 Bruce MomjianBe more aggressive about adding flags to thread compile...
2004-08-12 Bruce MomjianMinor style cleanup of thread test script.
2004-08-11 Tom LaneCause initdb to actually accept -s as intended, and...
2004-08-11 Tom LaneFix broken parsing of CREATE TABLE AS (looks like a...
2004-08-11 Tom LaneAvoid crashing when restoring a saved GUC session_autho...
2004-08-11 Tom LaneAdd PQserverVersion() to libpq to provide more-convenie...
2004-08-11 Tom LaneWork around broken strtod() that's present in many...
2004-08-11 Tom LaneFix function definition that somehow missed being ANSI...
2004-08-11 Peter EisentrautAllow compilation when CODESET is not defined (OpenBSD).
2004-08-11 Peter EisentrautTranslation update
2004-08-11 Peter EisentrautAdd translation from 7.4 branch to head.
2004-08-11 Tom LaneFix failure to guarantee that a checkpoint will write...
2004-08-11 Joe ConwayHashed crosstab was dying with an SPI_finish error...
2004-08-10 Tom LaneSet DYLD_LIBRARY_PATH so that 'make check' works withou...
next