]> granicus.if.org Git - postgresql/shortlog
postgresql
2005-09-13 Tom LaneFix make_tuple_from_row to support nested rowtypes...
2005-09-13 Neil ConwayMinor SGML markup fixes.
2005-09-13 Alvaro HerreraDocument the new autovacuum daemon.
2005-09-12 Tom LaneFix cut-and-paste-o in TCP keepalives documentation.
2005-09-12 Neil ConwayMinor documentation tweak: make the capitalization...
2005-09-12 Tom LaneEnsure that any memory leaked during an error inside...
2005-09-12 Neil ConwayMake the documentation of GUC variables a separate...
2005-09-12 Tom LaneUpdate manual's introduction to indexes to reflect...
2005-09-12 Neil ConwayFix a mistake in the documentation for SPI_getbinval...
2005-09-12 Tom LaneForgot to add pg_pltemplate to the list of shared syste...
2005-09-12 Michael MeskesFixed transaction command handling to not ignore savepo...
2005-09-12 Neil ConwayAdd a few items to the release notes, and make a few...
2005-09-12 Tom LaneTweak TCP-keepalive code so that an invalid setting...
2005-09-11 Neil ConwayMany small improvements and copy edits to the release...
2005-09-11 Tom LaneFix some corner-case bugs in _sendSQLLine's parsing...
2005-09-11 Tom LaneAvoid changing stdin/stdout to binary mode on Windows...
2005-09-10 Bruce MomjianUpdate URL for FAQ_MINGW.
2005-09-09 Tom LaneGiven its current definition that depends on time(NULL...
2005-09-09 Tom Lanetimestamptz_izone should return the input, not NULL...
2005-09-09 Tom LaneFix the various forms of AT TIME ZONE to accept either...
2005-09-08 Tom LaneCreate the pg_pltemplate system catalog to hold templat...
2005-09-08 Tom LaneUpdate regression tests for new USA timezone data....
2005-09-07 Tom LaneUpdate timezone data files to release 2005m of the...
2005-09-05 Tom LaneImplement a preliminary 'template' facility for procedu...
2005-09-05 Tom LaneBack out prior patch and instead just suppress Subquery...
2005-09-05 Tom LaneClean up version comparison/display code, per gripe...
2005-09-05 Tom LaneFor non-projecting plan node types such as Limit, set_p...
2005-09-05 Andrew DunstanAdd a note about CSV lines with trailing spaces.
2005-09-05 Bruce MomjianConditionally output the server version number in psql...
2005-09-04 Alvaro HerreraFix typo in Richard's last name.
2005-09-03 Tom Lanelibpgport routines need nonstandard palloc to work...
2005-09-03 Bruce MomjianAdd idea:
2005-09-02 Bruce MomjianAdd log display label for unnamed server-side portals.
2005-09-02 Tom LaneFix the spelling.
2005-09-02 Bruce MomjianUpdate.
2005-09-02 Bruce MomjianUpdate:
2005-09-02 Bruce MomjianUpdate:
2005-09-02 Bruce MomjianUpdate listen_addresses description.
2005-09-02 Bruce MomjianAdd:
2005-09-02 Bruce MomjianUpdate wording:
2005-09-02 Bruce MomjianAdd:
2005-09-02 Tom LaneClean up a couple of ad-hoc computations of the maximum...
2005-09-02 Tom LaneIn copy_file, use a palloc'd buffer instead of just...
2005-09-02 Bruce MomjianAdd text:
2005-09-02 Tom LaneAdd some notes about how pg_dump relates to the practic...
2005-09-02 Tom LaneUpdate performance discussion for 8.1. Add a little...
2005-09-02 Bruce MomjianDuplicate:
2005-09-01 Tom LaneCorrect comment about why contrib/xml2 isn't built...
2005-09-01 Tom LaneUpdate storage.sgml to reflect current reality.
2005-09-01 Tom LaneShort-circuit AllocSetReset if nothing has been palloc...
2005-09-01 Bruce Momjian8.0.3 is now the most recent version.
2005-09-01 Bruce MomjianUpdate disk space computation because oids are now...
2005-09-01 Tom LaneFix unportable uses of <ctype.h> functions. Per Sergey...
2005-08-30 Bruce MomjianAdd:
2005-08-30 Bruce MomjianAdd regression tests for disabling constraints.
2005-08-30 Tom LaneRemove a couple of obsolete statements about how many...
2005-08-30 Tom LaneLog send() failures when sending to statistics process...
2005-08-30 Tom LaneImprove table describing shared memory parameters.
2005-08-30 Tom LaneMention max_prepared_transactions in PREPARE TRANSACTIO...
2005-08-30 Tom LaneDropTableSpace forgot to remove dependency on tablespac...
2005-08-30 Tom LaneFix misleading comment.
2005-08-30 Tom LaneUpdate documentation about shared memory sizing to...
2005-08-29 Tom LaneReduce default value of max_prepared_transactions from...
2005-08-29 Tom LaneFix platform-specific test for path prefix-ness: move...
2005-08-29 Tom LaneFix misspelled error message.
2005-08-29 Bruce MomjianAllow Win32 libpq will use it's minimal pthread impleme...
2005-08-29 Tom LaneSigh, looks like you need '.set mips2' before you can...
2005-08-28 Tom LaneTweak nodeBitmapAnd to stop evaluating sub-plan scans...
2005-08-28 Bruce MomjianFix initdb quoting for Win32 paths in final examples...
2005-08-28 Bruce MomjianUpdate pthread_self() on Win32 to return DWORD.
2005-08-28 Bruce MomjianAdd:
2005-08-28 Bruce MomjianUse GetCurrentThreadId, per Magnus.
2005-08-28 Tom LaneAdd a SYNC instruction to the S_UNLOCK sequence for...
2005-08-28 Bruce MomjianAdd comment about pthread_self() cast.
2005-08-28 Tom LanedumpUserConfig failed (in a pretty harmless way, but...
2005-08-27 Tom Lanecost_agg really ought to charge something per output...
2005-08-27 Tom LaneChange the division of labor between grouping_planner...
2005-08-27 Tom LaneWindows needs WSAStartup() before getaddrinfo() will...
2005-08-27 Tom LaneFix two separate bugs in setrefs.c. set_subqueryscan_r...
2005-08-27 Tom LaneGet the MIPS assembler syntax right. Also add a separa...
2005-08-27 Bruce MomjianFix typo:
2005-08-27 Bruce MomjianAdd:
2005-08-27 Bruce MomjianUpdate:
2005-08-26 Tom LaneAnother try at the inlined MIPS spinlock code. Can...
2005-08-26 Bruce MomjianAdd:
2005-08-26 Bruce MomjianAdd description and item:
2005-08-26 Bruce MomjianUpdate based on user comments:
2005-08-26 Bruce MomjianUpdate constraint_exclusion items:
2005-08-26 Bruce MomjianRemove completed items:
2005-08-26 Bruce MomjianGreat TODO updates from Tom:
2005-08-26 Tom LaneThe idea of using _strncoll() on Windows doesn't work...
2005-08-26 Tom LaneAdjust m68k spinlock code to avoid duplicate in-line...
2005-08-26 Tom LaneSome more mop-up for Windows IPv6 support. Andrew...
2005-08-26 Tom LaneArrange for indexes and toast tables to inherit their...
2005-08-25 Tom LaneFix bogus freeaddrinfo() call in WIN32 code, extend...
2005-08-25 Tom LaneReplace out-of-line tas() assembly code for MIPS with...
2005-08-25 Tom LaneFactor out the common subexpression month_remainder...
2005-08-25 Bruce MomjianBack out pfrees for justify_hour function calls.
2005-08-25 Tom LaneAdd comment explaining that autoconf's failure to find...
2005-08-25 Tom LaneOriginal assumption that our own getaddrinfo routine...
next