]> granicus.if.org Git - postgresql/shortlog
postgresql
2004-10-06 Neil ConwayDocument what the "rep; nop" x86 assembler sequence...
2004-10-06 Neil ConwayCapitalize some SQL keywords the previous commit missed...
2004-10-06 Bruce MomjianSay "history is not supported" and remove "on this...
2004-10-06 Bruce MomjianSuppress psql \s help display for platforms like Win32...
2004-10-06 Bruce MomjianAdd mention of win32ver.rc for update for minor release.
2004-10-06 Bruce MomjianFix improper defines for uid_t and gid_t. Had them...
2004-10-06 Bruce MomjianUppercase SQL keywords in query for clarity.
2004-10-06 Bruce MomjianThis simple patch fixes a typo, ensure pg_config is...
2004-10-06 Bruce MomjianFix pg_dumpall to use double-quote for Win32 arguments.
2004-10-06 Bruce MomjianThe Win32 (mingw) build of libpq seems to have lost...
2004-10-06 Bruce MomjianUse #define instead of typedef for plperl because perl...
2004-10-06 Bruce MomjianUpdate win32ver.rc to 8,0,000,000. Mention it needs...
2004-10-06 Bruce MomjianImprove consistency of win32 version sed script.
2004-10-06 Bruce MomjianFix for Win32 file version sed macro, per report from...
2004-10-06 Bruce MomjianHere is a patch to fix win32 ssl builds. Summary of...
2004-10-06 Bruce MomjianAllow plpython to build on Win32.
2004-10-06 Bruce MomjianAdjustment to test on unix domain socket variable for...
2004-10-06 Bruce MomjianRemove pg_hba.conf 'local' line for Win32 because it...
2004-10-06 Bruce Momjianplease find attached an alternate submission which...
2004-10-06 Neil ConwaySlightly rearrange psql startup code so that we read...
2004-10-05 Bruce MomjianAdd Win32 version info to client binaries.
2004-10-05 Bruce MomjianAdd distclean target to pgevent.
2004-10-05 Bruce MomjianAnother tightening of Win32 typedefs.
2004-10-05 Bruce MomjianFix typo in recent Win32 typedef change.
2004-10-05 Bruce MomjianRemove unused Win32 defines, convert them to typdefs...
2004-10-05 Michael Meskes'::' is no longer interpreted as a variable in a prepar...
2004-10-05 Neil ConwayPickup fix from upstream OpenBSD sources: mark a read...
2004-10-05 Neil ConwayLicense cleanup: crypt.c and qsort.c to latest NetBSD...
2004-10-04 Tom LaneRefer to ll_to_earth() function by its actual name.
2004-10-04 Tom LaneRemove arithmetic operators on the 1-byte-char datatype...
2004-10-04 Tom LaneCorrect the volatility labeling of ten timestamp-relate...
2004-10-04 Tom LanePortalRun must guard against the possibility that the...
2004-10-04 Bruce MomjianMake sure no libs use libpgport by removing it from...
2004-10-04 Bruce MomjianFix MinGW link failure with new libpgport processing.
2004-10-04 Bruce MomjianUpdate comment on int64 printf speciifications for...
2004-10-04 Bruce MomjianReadd -DFRONTEND to client makefiles because it still...
2004-10-04 Bruce MomjianAdd CVS URL for docs.
2004-10-04 Bruce MomjianFix warnings from crypt.c compile.
2004-10-04 Bruce MomjianComment out unused variable.
2004-10-04 Tom LaneSuppress getppid test on WIN32, per Dave Page.
2004-10-04 Tom LaneDetect overflow in integer arithmetic operators (intege...
2004-10-04 Bruce MomjianMake libpgport be front-end only and make libpgport_srv...
2004-10-04 Neil ConwayFix error in setseed() docs: "int32" is not a (SQL...
2004-10-04 Neil ConwayDocument that the semicolon following the final "END...
2004-10-03 Peter EisentrautTranslation update
2004-10-03 Peter EisentrautTranslation updates
2004-10-03 Tom LaneAdd regression test inspired by Sebastian Böck.
2004-10-02 Tom LaneClean up handling of inherited-table update queries...
2004-10-02 Bruce MomjianUpdate Farsi FAQ in ASCII.
2004-10-02 Bruce MomjianUpdate length from 75 to 79.
2004-10-01 Tom LaneConvert pg_stat_get_backend_idset to use the existing...
2004-10-01 Tom Lanefmgr_security_definer had better do a PG_TRY to ensure...
2004-10-01 Tom LaneAdjust postmaster to recognize that a lockfile containi...
2004-10-01 Tom LaneDon't assume PQdb() will return a valid result from...
2004-10-01 Tom LaneDon't assume PQdb() will return a valid result from...
2004-10-01 Tom LaneFallout from changing index locking rules: we can reduc...
2004-10-01 Tom LaneCode review for NOWAIT patch: downgrade NOWAIT from...
2004-10-01 Tom LaneRemove DROPs from contrib object creation scripts,...
2004-10-01 Neil ConwayUse 'override' when appending text to LDFLAGS, so the...
2004-10-01 Neil ConwayRemove more traces of libpgtcl from the source tree...
2004-09-30 Tom LaneAdjust index locking rules as per my proposal of earlie...
2004-09-30 Tom LaneAdd variant regression file to handle machines that...
2004-09-30 Tom LaneRemove unnecessary use of index_open just to get the...
2004-09-30 Tom Laneisinf.c needs <float.h> on some platforms, per Darcy...
2004-09-30 Neil ConwayAdd a note suggesting that users should use the newer...
2004-09-30 Neil ConwayAdd more index entries for reference pages related...
2004-09-30 Bruce MomjianUpdate Brazilian FAQ.
2004-09-30 Neil ConwayAdd an index entry for tablespaces. From Kris Jurka.
2004-09-30 Tom LaneCome to think of it, functions in FROM have the same...
2004-09-29 Tom LaneSplit out everything that looks like a function call...
2004-09-29 Bruce MomjianAdd Farsi version of FAQ.
2004-09-29 Tom LaneMinor adjustments to improve the accuracy of our comput...
2004-09-29 Neil ConwayMinor documentation improvement.
2004-09-28 Tom LaneAdjust obsolete comment about memory needs for lock...
2004-09-28 Tom LaneArrange to preallocate all required space for the buffe...
2004-09-28 Tom LaneCode review for recent dbsize changes. Fix some thinko...
2004-09-28 Bruce Momjian An include path got missed out of the patch - see...
2004-09-28 Neil ConwayFix typo in docs.
2004-09-28 Tom LaneRemove duplicate PQclear(res) operations leading to...
2004-09-28 Bruce MomjianRevert patch that removed BUFSIZ usage. The memory...
2004-09-27 Bruce MomjianSmall WIN32_CLIENT_ONLY cleanup for new build patch.
2004-09-27 Bruce MomjianRemove use of large BUFSIZ for buffers and use the...
2004-09-27 Bruce MomjianAdd new macro as shorthand for MS VC and Borland C++:
2004-09-27 Bruce MomjianMore MS VC and BCC psql compile cleanups.
2004-09-27 Bruce MomjianMore Win32 cleanups for Dave Page.
2004-09-27 Bruce MomjianMake adjustment for MS VC and BCC compile of psql,...
2004-09-27 Bruce MomjianImprove MS VC builds for psql by handlling flex properl...
2004-09-27 Peter EisentrautTranslation update
2004-09-27 Peter EisentrautTranslation updates
2004-09-27 Peter EisentrautTranslation update
2004-09-27 Peter EisentrautNew translations
2004-09-27 Bruce MomjianUpdate docs for Borland CC build.
2004-09-27 Bruce MomjianRemove inclusion of windows.h now that it is included...
2004-09-27 Bruce MomjianAdd:
2004-09-27 Bruce MomjianRemove completed items:
2004-09-27 Michael MeskesSynced parser.
2004-09-27 Neil ConwayAddition to documentation about cvsup. From Andrew...
2004-09-27 Neil ConwayRemove references to the ODBC driver from the main...
2004-09-27 Neil ConwayA few minor list-related cleanups:
2004-09-27 Neil ConwayCode cleanup: don't bother casting the argument to...
next