]> granicus.if.org Git - postgresql/shortlog
postgresql
2006-03-10 Tom LaneFix order of linking of libxslt and libxml2, per Dave...
2006-03-10 Tom LaneAdd a CHECK_FOR_INTERRUPTS() to the loop in ExecMakeTab...
2006-03-09 Bruce MomjianRemove Jan Wieck's name from copyrights, and put in...
2006-03-08 Tom LaneRemove somebody's flight of fancy about an UPDATE with...
2006-03-08 Bruce MomjianRemove Christof Petig copyright on include file, per...
2006-03-08 Tom LaneTweak trace_sort code to show the merge order (number...
2006-03-08 Bruce MomjianUpdate pltcl expected file for E''.
2006-03-08 Bruce MomjianAdjust plpython for escape_string_warning.
2006-03-08 Bruce MomjianAdjust PL regression tests for escape_string_warning.
2006-03-08 Bruce MomjianUpdate /contrib regression tests for escape_string_warning.
2006-03-07 Tom LaneFurther examination of ltsReleaseBlock usage shows...
2006-03-07 Tom LaneRepair old performance bug in tuplesort.c/logtape.c...
2006-03-07 Tom LaneTurn off zero_damaged_pages in the right place (ie...
2006-03-07 Bruce MomjianUse SetConfigOption() to turn off "zero_damaged_pages...
2006-03-07 Bruce MomjianBack out comment update about sighup, original was...
2006-03-07 Bruce MomjianProperly set "escape_string_warning" to default to...
2006-03-07 Tom LaneMake all our flex and bison files use %option prefix...
2006-03-07 Tom LaneRemove the stub support we had for UNION JOIN; per...
2006-03-07 Tom Lane'make clean' should NOT remove *~ files.
2006-03-06 Bruce MomjianSGML typo fix.
2006-03-06 Bruce MomjianDefault to ON for 8.2, as announced in the release...
2006-03-06 Bruce MomjianDone though the second is default so off in 8.2:
2006-03-06 Bruce MomjianAttached is the new patch. To summarize:
2006-03-06 Bruce MomjianEnable standard_conforming_strings to be turned on.
2006-03-06 Bruce MomjianUpdate comment on how sighup signal affects postgresql...
2006-03-06 Bruce Momjian* Stephen Frost (sfrost@snowman.net) wrote:
2006-03-06 Bruce MomjianThis patch adds native LDAP auth, for those platforms...
2006-03-06 Bruce MomjianAdd:
2006-03-06 Bruce MomjianUpdate item.
2006-03-06 Bruce MomjianAdd for Win32:
2006-03-06 Bruce MomjianAdd WSACancelBlockingCall TODO.detail item.
2006-03-06 Bruce MomjianAdd for ecpg:
2006-03-06 Bruce MomjianFix psql history handling so 'execute' backslash comman...
2006-03-06 Bruce MomjianUpdate:
2006-03-06 Bruce MomjianAdd:
2006-03-06 Bruce MomjianPrevent autovacuum from zeroing damaged pages.
2006-03-06 Bruce Momjianin the docs, the function "ascii(text)" is described as
2006-03-06 Bruce MomjianIn psql, save history of backslash commands used in...
2006-03-05 Neil ConwayPer recent discussion on -hackers, we should sometimes...
2006-03-05 Bruce MomjianAdd:
2006-03-05 Andrew DunstanPrepared queries for PLPerl, plus fixing a small plperl...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-05 Bruce MomjianUpdate to 2006.
2006-03-05 Bruce MomjianDone:
2006-03-05 Bruce MomjianCheck for "msys" so it doesn't use 'con' by checking...
2006-03-05 Bruce MomjianImprove STRINGS_H macro test for MSVC extensions.
2006-03-05 Tom LaneImprove OS X shared-memory documentation: fix typos...
2006-03-04 Tom LaneSupport include directives in postgresql.conf.
2006-03-04 Tom LaneDeclare the arguments of AllocateFile() as const char...
2006-03-04 Tom LaneIncorporate a couple of recent tuplesort.c improvements...
2006-03-04 Tom LanePrevent lazy_space_alloc from making requests that...
2006-03-04 Tom LanePrevent sorting from requesting a SortTuple array that...
2006-03-04 Tatsuo IshiiTighten up SJIS byte sequence check. Now we reject...
2006-03-04 Bruce MomjianAdd:
2006-03-04 Bruce Momjian> gettimeofday.c:35: warning: integer constant is too...
2006-03-04 Bruce Momjian> It doesn't say that only the listed commands acquire...
2006-03-04 Bruce MomjianUse DEVTTY as 'con' on Win32 as a replacement for ...
2006-03-04 Bruce MomjianThat was a typo in my comment before the code (the...
2006-03-03 Bruce MomjianThis patch fixes this warning.
2006-03-03 Bruce MomjianAvoid trying to open /dev/tty on Win32. Some Win32...
2006-03-03 Tom LaneImprove pg_dump and psql to use libpq's newer COPY...
2006-03-03 Bruce MomjianFixes for Win32-client only compiles.
2006-03-03 Bruce MomjianRename Online Backup to Continuous Archiving.
2006-03-03 Bruce MomjianUpdate ipcclean to use try 'id' first for root check.
2006-03-03 Bruce MomjianAdd workaround so MSVC doesn't try to load strings...
2006-03-03 Tom LaneTeach PQcmdTuples() that a COPY command tag might conta...
2006-03-03 Bruce MomjianClarify macro layout for win32 IMPORT.
2006-03-03 Bruce MomjianDone:
2006-03-03 Bruce MomjianDone:
2006-03-03 Tom LaneMake the COPY command return a command tag that include...
2006-03-03 Tom LaneDept. of second thoughts: rejigger the TRUNCATE .....
2006-03-03 Bruce MomjianIn ipcclean, check LOGNAME only if USER is not set.
2006-03-03 Neil ConwayFix a typo.
2006-03-03 Tom LaneAdd CASCADE option to TRUNCATE. Joachim Wieland
2006-03-03 Bruce MomjianAdd:
2006-03-03 Bruce MomjianAppended is a small documentation patch that adds a...
2006-03-03 Bruce MomjianAdd:
2006-03-03 Bruce MomjianAdd:
2006-03-03 Bruce MomjianAdd comment about localized month names for to_date...
2006-03-03 Tom LaneArrange to call AbsorbFsyncRequests every so often...
2006-03-02 Tom LaneRemove unnecessary lo_lseek call in lo_open. Apparentl...
2006-03-02 Tom LaneFix ancient error in large objects usage example: overw...
2006-03-02 Tom LaneRepair oidvectorrecv and int2vectorrecv, which I broke...
2006-03-02 Bruce MomjianUpdate OS X shared memory documentation for 10.3.9...
2006-03-02 Bruce MomjianMark tsearch2 item as Tom's, not Teodor's.
2006-03-02 Bruce MomjianUpdate TODO.detail/qsort.
2006-03-02 Bruce MomjianUpdate TODO.detail/qsort.
2006-03-02 Teodor SigaevSignificantly improve ranking:
2006-03-02 Bruce MomjianUpdate TODO.detail/qsort.
2006-03-02 Bruce MomjianAdd to TODO.detail for qsort.
2006-03-02 Bruce MomjianAdd:
2006-03-02 Tom LaneFix possible crash at transaction end when a plpgsql...
2006-03-02 Tom LaneFix up pg_dump to emit shell-type definitions at the...
2006-03-01 Neil ConwayWoops: also update the alternative "expected" files...
2006-03-01 Bruce MomjianUpdate text file.
2006-03-01 Bruce MomjianUpdate patch generation instructions.
2006-03-01 Neil ConwayUpdate the expected regression test results to account...
2006-03-01 Bruce MomjianUpdate Japanese FAQ, backpatched to 8.1.X.
2006-03-01 Neil ConwayAttached is a patch that replaces a bunch of places...
2006-03-01 Neil ConwayThis patch makes the error message strings throughout...
next