aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Guard against transaction control statements in SQL functions. ThisTom Lane2004-09-06
* Fix incorrect ordering of smgr cleanup relative to buffer pin cleanupTom Lane2004-09-06
* I can't see any good reason for DropRelFileNodeBuffers to be issuingTom Lane2004-09-06
* Downgrade LOG messages to DEBUG1 for normal recycling of xlog, clog,Tom Lane2004-09-06
* On further consideration, there's another problem here: the existingTom Lane2004-09-05
* Tweak elog.c's logic for promoting errors into more severe errors.Tom Lane2004-09-05
* Yet another place where someone was being careless about the argumentsTom Lane2004-09-02
* Cope with recent HPUX versions providing isfinite() instead of finite().Tom Lane2004-09-02
* Remove obsolete comment.Tom Lane2004-09-02
* Tweak prettyprinting rules for saner indenting of UNION, INTERSECT,Tom Lane2004-09-01
* Fix mistaken comment.Tom Lane2004-09-01
* needs_toast_table() should ignore dropped columns.Tom Lane2004-08-31
* Code review for recent changes in guc-file.l. Avoid multiple frees,Tom Lane2004-08-31
* Code review for various recent GUC hacking. Don't elog(ERROR) whenTom Lane2004-08-31
* Fix unintended assignment of sequences to the containing schema'sTom Lane2004-08-31
* FlushRelationBuffers was also being a bit cavalier about whether theTom Lane2004-08-31
* copy_relation_data was mistakenly assuming that the source relationTom Lane2004-08-31
* Replace log_filename_prefix with more general log_filename parameter,Tom Lane2004-08-31
* Improve spinlock selftest to make it able to detect misdeclaration ofTom Lane2004-08-30
* Ensure that the remainder of the current pg_clog page is zeroed duringTom Lane2004-08-30
* Fix failure to advance nextXID beyond subtransactions whose XIDs appearTom Lane2004-08-30
* Tweak md.c logic to cope with the situation where WAL replay tries toTom Lane2004-08-30
* Dept. of second thoughts: it'd be a good idea to flush buffersTom Lane2004-08-30
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE.Tom Lane2004-08-29
* Widen xl_len field of XLogRecord header to 32 bits, so that we'll haveTom Lane2004-08-29
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Fix for postmaster.c function win32_waitpid(int *exitstatus) call toBruce Momjian2004-08-29
* Add hint about using GRANT with non-trusted languages.Bruce Momjian2004-08-29
* Several Cygwin fixes pointed out by Reini Urban.Bruce Momjian2004-08-29
* >>> I understand your disliking of non-posix stuff. OTOH,Bruce Momjian2004-08-29
* Now that TransactionIdDidAbort doesn't think it should try to modifyTom Lane2004-08-28
* Add missing Assert to make TransactionIdDidAbort more consistent withTom Lane2004-08-28
* Rearrange order of operations in heap_drop_with_catalog and index_dropTom Lane2004-08-28
* Use dynamic buffer for token buffer in win32 admin checkBruce Momjian2004-08-28
* Fix relcache to account properly for subtransaction status of 'new'Tom Lane2004-08-28
* Further tightening of the array literal parser. Prevent junkJoe Conway2004-08-28
* Can't truncate pg_subtrans during a recovery checkpoint --- subtransTom Lane2004-08-28
* Fix Windows emulation of kill(pid, 0). This will now succeed, but onlyTom Lane2004-08-27
* Introduce local hash table for lock state, as per recent proposal.Tom Lane2004-08-27
* Fix user locks. Broken some time ago for all platforms by Windows-relatedTom Lane2004-08-26
* Update documentation to prefer CIDR format for pg_hba.conf and use newBruce Momjian2004-08-26
* Update Win32 wording.Bruce Momjian2004-08-26
* Revise ResourceOwner code to avoid accumulating ResourceOwner objectsTom Lane2004-08-25
* Translation updatePeter Eisentraut2004-08-24
* Allow second and subsequent names in a qualified (dotted) name to beTom Lane2004-08-24
* Rearrange pg_subtrans handling as per recent discussion. pg_subtransTom Lane2004-08-23
* Tweak code so that pg_subtrans is never consulted for XIDs older thanTom Lane2004-08-22
* Code review for ALTER INDEX patch.Tom Lane2004-08-22