]> granicus.if.org Git - postgresql/history - src/backend
Message editing: remove gratuitous variations in message wording, standardize
[postgresql] / src / backend /
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-24 Tom LaneRepair some REINDEX problems per recent discussions...
2003-09-23 Tom LaneTweak generic_type_consistency routines to avoid loss...
2003-09-23 Tom Lane_SPI_cursor_operation forgot to check for failure retur...
2003-09-23 Hiroshi InouePutting back the previous change must be the first...
2003-09-22 Tom LaneHeapTupleSatisfiesVacuum() needs to be more careful...
2003-09-21 Tom LaneArrange to align shared disk buffers on at least 32...
2003-09-20 Tom LaneFix a batch of speling misteaks identified by Peter...
2003-09-19 Tom LaneDisallow foreign-key references from temp tables to...
2003-09-19 Tom LaneSeems like a bad idea that REINDEX TABLE supports ...
2003-09-17 Tom LaneDisallow converting a table to a view if it has trigger...
2003-09-16 Tom LaneSince SPI_modifytuple's natts argument is the number...
2003-09-15 Tom LaneFix LISTEN/NOTIFY race condition reported by Gavin...
2003-09-15 Tom LaneImprove a couple of error messages per suggestions...
2003-09-15 Peter EisentrautTranslation updates
2003-09-15 Peter EisentrautOK, some of these syntax errors should be given other...
2003-09-15 Peter EisentrautRemove warnings for operations that have no effect...
2003-09-14 Peter EisentrautRun distprep target before creating list of files that...
2003-09-14 Tom LaneReconsider placement of MemoryContextCheck() call ...
2003-09-13 Tom LaneAvoid corner cases where aset.c would unnecessarily...
2003-09-13 Tom LaneOkay, I've had it with mktime() bugs. While chasing...
2003-09-13 Bruce MomjianWhen I sent in the sslmode patch I forgot to update the
2003-09-12 Tom LaneRevert to our pre-7.4 behavior of identifying Unix...
2003-09-12 Tom LaneSomeone (possibly me) foolishly reduced the response...
2003-09-12 Bruce MomjianFix old mention of exec() in AttachSharedMemoryAndSemap...
2003-09-11 Tom LaneMessage in the other exit from acquire_sample_rows...
2003-09-11 Tom LaneTry to make recently-added analyze log message look...
2003-09-11 Bruce MomjianConsistenly lowercase GUC variable names, in docs and...
2003-09-11 Tom LaneFix missed message update, per Alvaro Herrera.
2003-09-10 Tom LaneImprove error message for cp or rm failur during create...
2003-09-10 Bruce MomjianAdd HINT if CREATE FUNCTION specifies a valid language...
2003-09-09 Peter EisentrautSome "feature not supported" errors are better syntax...
2003-09-09 Tom LaneUpdate comments about how locale settings are handled.
2003-09-08 Tom LaneAvoid using s_addr as a local variable name, to work...
2003-09-07 Tom LaneRemove geqo_random_seed parameter. Having geqo reset...
2003-09-07 Tom LaneRemove check on source address of a statistics packet...
2003-09-07 Tom LaneMake the default pg_hba.conf include an entry for ...
2003-09-07 Tom Laneload_file() has to remove pre-existing shlibs that...
2003-09-06 Peter EisentrautMake all valid uses of the COLLATE clause yield the...
2003-09-05 Tom LaneSecond try at IPv4-to-v6 mapping code; avoid assuming...
2003-09-05 Tom LaneAllow IPv4-format entries in pg_hba.conf to match IPv6...
2003-09-05 Bruce MomjianThis fixes three minor typos in hba.c.
2003-09-04 Tom LaneReimplement hash index locking algorithms, per my recen...
2003-09-04 Tom LaneAvoid consuming unreasonable amounts of memory when...
2003-09-04 Bruce MomjianAllow non-super users to set log_duration to true,...
2003-09-04 Bruce MomjianRe-upper case CHECKPOINT_SEGMENTS.
2003-09-04 Bruce MomjianLowercase CHECKPOINT_SEGMENTS.
2003-09-03 Peter EisentrautPass session_authorization to the client and make psql...
2003-09-03 Tom LaneWork around ENOTEMPTY being an alias for EEXIST on...
2003-09-03 Tom LaneRepair problems with to_char() overrunning its input...
2003-09-02 Tom LaneIn _bt_check_unique() loop, don't bother applying _bt_i...
2003-09-02 Tom LaneCause standalone backend (including bootstrap case...
2003-09-02 Tom LaneSeveral fixes for hash indexes that involve changing...
2003-09-02 Tom LaneFix a couple typos, add some more comments.
2003-09-02 Tom LaneRewrite hashbulkdelete() to make it amenable to new...
2003-09-01 Peter EisentrautDo not pass server_encoding to the client.
2003-09-01 Tom LanePreliminary cleanup for hash index code (doesn't attack...
2003-09-01 Tom LaneAdd some internals documentation for hash indexes,...
2003-09-01 Bruce MomjianRename DoIt to changeVar, for clarity.
2003-08-30 Bruce MomjianGuard against pgindent changing =- to = -.
2003-08-28 Tom LaneFix stupid typo (mine I suppose) in CopyGetData. Per...
2003-08-27 Tom LaneAdjust date/time input parsing code to correctly distin...
2003-08-27 Tom LaneDepartment of second thoughts: can't reorder merge...
2003-08-27 Peter EisentrautShare PG_DIAG_* macros between client and server and...
2003-08-26 Tom LanePush subplan clauses to the back in qual lists for...
2003-08-26 Bruce MomjianCall it Linux, not GNU/Linux.
2003-08-26 Tom LaneUse separate SQLSTATE codes for file not found/file...
2003-08-26 Bruce MomjianAttached is a (very small) patch to make analyze displa...
2003-08-26 Tom LaneMop-up for previous change to determine default shared_...
2003-08-25 Tom LaneAdd the Brazilian time zone abbreviations BRT, BRST...
2003-08-25 Tom LaneAllow parsing of time and timetz inputs to accept the...
2003-08-25 Tom LaneRefactor code so that to_date() does not call to_timest...
2003-08-25 Tatsuo IshiiFix GB18030 to UTF-8 mapping table
2003-08-24 Peter EisentrautTranslation updates
2003-08-24 Peter EisentrautChange warnings for non-existing or pre-existing cursor...
2003-08-24 Tatsuo IshiiFix GB18030 to UTF-8 mapping table
2003-08-23 Peter EisentrautFix uninstall target.
2003-08-22 Tom LaneTweak grammar to use FastAppend rather than lappend...
2003-08-22 Tom LaneTweak processing of multiple-index-scan plans to reduce...
2003-08-19 Tom LaneImprove dynahash.c's API so that caller can specify...
2003-08-17 Tom LaneFix ARRAY[] construct so that in multidimensional case...
2003-08-17 Tom LaneClean up locktable init code per recent gripe from...
2003-08-17 Tom LaneSomebody forgot to include any actual documentation...
2003-08-17 Tom LaneCreate a 'type cache' that keeps track of the data...
2003-08-17 Bruce Momjian(I always forget what the magic numbers 0 through 2...
2003-08-15 Tom LaneRewrite array_cmp to not depend on deconstruct_array...
2003-08-14 Tom LaneHandle double-quotes correctly in user names in ACL...
2003-08-13 Tom Lanelibpq failed to cope with COPY FROM STDIN if the comman...
2003-08-13 Tom LaneMove MemoryContextCheck() call from bottom of PostgresM...
2003-08-12 Tom LaneInclude 'IPv4', 'IPv6', or 'Unix' in socket-creation...
2003-08-12 Tom LaneMarginal hacks to move some processing out of the per...
2003-08-12 Tom LaneChange some frequently-reached elog(DEBUG...) calls...
2003-08-12 Tom LaneAvoid unnecessary work when stats collection is disable...
2003-08-11 Tom LaneRewriter and planner should use only resno, not resname...
2003-08-11 Tom LaneCode cleanup inspired by recent resname bug report...
2003-08-11 Peter EisentrautTranslation updates
2003-08-10 Tom LaneRepair potential deadlock created by recent changes...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-08 Tom LaneFix nasty little order-of-operations bug in _SPI_cursor...
2003-08-08 Tom LaneSuppress unused-variable warnings when building without...
next