]> granicus.if.org Git - postgresql/history - src/backend
Pgindent run for 8.0.
[postgresql] / src / backend /
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-29 Bruce MomjianFix for postmaster.c function win32_waitpid(int *exitst...
2004-08-29 Bruce MomjianAdd hint about using GRANT with non-trusted languages.
2004-08-29 Bruce MomjianSeveral Cygwin fixes pointed out by Reini Urban.
2004-08-29 Bruce Momjian>>> I understand your disliking of non-posix stuff...
2004-08-28 Tom LaneNow that TransactionIdDidAbort doesn't think it should...
2004-08-28 Tom LaneAdd missing Assert to make TransactionIdDidAbort more...
2004-08-28 Tom LaneRearrange order of operations in heap_drop_with_catalog...
2004-08-28 Bruce MomjianUse dynamic buffer for token buffer in win32 admin...
2004-08-28 Tom LaneFix relcache to account properly for subtransaction...
2004-08-28 Joe ConwayFurther tightening of the array literal parser. Prevent...
2004-08-28 Tom LaneCan't truncate pg_subtrans during a recovery checkpoint...
2004-08-27 Tom LaneFix Windows emulation of kill(pid, 0). This will now...
2004-08-27 Tom LaneIntroduce local hash table for lock state, as per recen...
2004-08-26 Tom LaneFix user locks. Broken some time ago for all platforms...
2004-08-26 Bruce MomjianUpdate documentation to prefer CIDR format for pg_hba...
2004-08-26 Bruce MomjianUpdate Win32 wording.
2004-08-25 Tom LaneRevise ResourceOwner code to avoid accumulating Resourc...
2004-08-24 Peter EisentrautTranslation update
2004-08-24 Tom LaneAllow second and subsequent names in a qualified (dotte...
2004-08-23 Tom LaneRearrange pg_subtrans handling as per recent discussion...
2004-08-22 Tom LaneTweak code so that pg_subtrans is never consulted for...
2004-08-22 Tom LaneCode review for ALTER INDEX patch.
2004-08-21 Bruce MomjianRemove Solaris bug mention in pg_hba.conf.
2004-08-20 Bruce Momjian>>At this stage of the game I would just change pg_hba...
2004-08-20 Bruce MomjianAdd ALTER INDEX, particularly for moving tablespaces.
2004-08-20 Bruce Momjian> After all that about numbering centuries and millenia...
2004-08-19 Tom LaneRepair some issues with column aliases and RowExpr...
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-16 Tom LaneMark server_encoding and integer_datetimes as GUC_REPOR...
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-14 Peter EisentrautTranslation updates
2004-08-13 Peter EisentrautTranslation update
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-12 Tom LaneAllow commas in BEGIN, START TRANSACTION, and SET TRANS...
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-11 Tom LaneAvoid crashing when restoring a saved GUC session_autho...
2004-08-11 Tom LaneWork around broken strtod() that's present in many...
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-10 Peter EisentrautNew translation
2004-08-10 Peter EisentrautTranslation update
2004-08-09 Tom Lanesyslogger.c needs <sys/time.h> on some platforms, per...
2004-08-09 Tom LaneWhen expanding %p in archive_command or restore_command...
2004-08-08 Tom LaneMake listen_addresses be a comma-separated list instead...
2004-08-08 Tom LaneDocument background writer control parameters, do some...
2004-08-08 Bruce MomjianDisable vacuum delay, as discussed on hackers.
2004-08-08 Bruce MomjianAllow libpgport to call memory allocation routines...
2004-08-08 Joe ConwayTighened up syntax checking of array input processing...
2004-08-08 Tom LaneAdd a comment about why we always replay backup blocks...
2004-08-08 Bruce MomjianFixups for Win32 symlinks.
2004-08-07 Tom LaneDon't try to rewrite NEW references in a utility statem...
2004-08-07 Jan WieckVacuum delay activated by default.
2004-08-07 Bruce MomjianDocument delay as 0, per Matthew T. O'Connor
2004-08-06 Tom LaneArrange for proper newline termination of syslogger...
2004-08-06 Tom LaneUse one, not zero, as the default lower bound for array...
2004-08-06 Tom LaneAdd _O_TEXT option to dup2 call on Windows, to ensure...
2004-08-06 Tom LaneFix several small Windows compatibility issues, per...
2004-08-06 Bruce MomjianRename vacuum_cost_naptime to vacuum_cost_delay, with...
2004-08-05 Tom LaneCreate a built-in log rotation program, so that we...
2004-08-05 Joe ConwayRequire that array literals produce "rectangular" array...
2004-08-04 Dennis BjorklundUse gettext_noop() to mark strings. errmsg() perform the
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-08-04 Tom LaneAdd LOG_NOWAIT flag to openlog() call, per my note...
2004-08-04 Tom LaneFix silly thinko in ALTER COLUMN TYPE. Check for findi...
2004-08-04 Tom LaneTweak postmaster code to avoid double reporting when...
2004-08-04 Tom Lanerecord_out and friends need to cope with dropped column...
2004-08-04 Tom LaneMake use of backup label/history files to control recov...
2004-08-04 Tom LaneFix typo in comment.
2004-08-04 Dennis BjorklundAdd some strings for translation and remove some cut...
2004-08-03 Tom LaneAdd functions pg_start_backup, pg_stop_backup to create...
2004-08-03 Tom LaneFix misplacement of savepointLevel test, per report...
2004-08-03 Peter EisentrautTranslation update
2004-08-02 Tom LaneFix not-quite-right Assertion. Did not work at all...
2004-08-02 Tom LaneWhile perusing SQL92 I realized that we are delivering...
2004-08-02 Peter EisentrautTranslation update
2004-08-02 Bruce MomjianMark savepoints as supported.
2004-08-02 Tom LaneSupport USING INDEX TABLESPACE clause for PRIMARY KEY...
2004-08-02 Tom LaneAllow DECLARE CURSOR to take parameters from the portal...
2004-08-01 Tom LaneUpdate the in-code documentation about the transaction...
2004-08-01 Tom LaneCause ALTER OWNER commands to update the object's ACL...
2004-08-01 Tom LaneAdd libpgport to postgres.def for Windows build. Per...
2004-08-01 Tom LaneError message style adjustments, per Alvaro Herrera.
2004-08-01 Tom LaneSome mop-up work for savepoints (nested transactions...
2004-08-01 Bruce MomjianAdd docs for initdb --auth.
2004-08-01 Bruce Momjian>I got a new idea on this. I think we should add an...
2004-07-31 Tom LaneBe more consistent about reporting SPI errors in the...
2004-07-31 Tom LaneFor EXEC_BACKEND case, BootstrapMain needs to recompute...
2004-07-31 Tom Laneplpgsql does exceptions.
2004-07-31 Tom LaneRestructure error handling as recently discussed. ...
2004-07-28 Tom LaneRevert ill-conceived patch that made elog(FATAL) the...
2004-07-28 Tom LaneFix subtransaction behavior for large objects, temp...
next