aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Reducing the assumed alignment of struct varlena means that the compilerTom Lane2008-02-29
* Fix several memory leaks when rescanning SRFs. Arrange for an SRF'sNeil Conway2008-02-29
* If RelationBuildDesc() fails to open a critical system index, PANIC withTom Lane2008-02-27
* Fix encode(...bytea..., 'escape') so that it converts all high-bit-set byteTom Lane2008-02-26
* Fix datetime input to behave correctly for Feb 29 in years BC.Tom Lane2008-02-25
* Avoid trying to print a NULL char pointer in --describe-config. On someTom Lane2008-02-23
* Change the declaration of struct varlena so that the length word isTom Lane2008-02-23
* Put a CHECK_FOR_INTERRUPTS call into the loops that try to find a unique newTom Lane2008-02-20
* Change error message to be able to differentiate the two cases. Per suggestionAlvaro Herrera2008-02-20
* Remove unnecessary opening of other relation in RI_FKey_keyequal_upd_pkTom Lane2008-02-18
* Observe errors in makefilePeter Eisentraut2008-02-18
* Fix SPI_cursor_open() and SPI_is_cursor_plan() to push the SPI stack beforeTom Lane2008-02-12
* Repair VACUUM FULL bug introduced by HOT patch: the original way ofTom Lane2008-02-11
* Fix PageGetExactFreeSpace() so that it actually behaves sensiblyTom Lane2008-02-10
* Since GSSAPI and SSPI authentication don't work in protocol version 2,Tom Lane2008-02-08
* Avoid misbehavior in foreign key checks when casting to a datatype for whichTom Lane2008-02-07
* Some variants of ALTER OWNER tried to make the "object" field of theTom Lane2008-02-07
* Add missing copyfuncs/equalfuncs support for AlterTSDictionaryStmt andTom Lane2008-02-07
* Fix silly mistake in expand_indexqual_rowcompare --- in converting a forboth()Tom Lane2008-02-07
* Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwantedTom Lane2008-02-07
* Fix WaitOnLock() to ensure that the process's "waiting" flag is reset afterTom Lane2008-02-02
* Translation updatesPeter Eisentraut2008-01-31
* Add pid to the pgident event name on win32.Magnus Hagander2008-01-31
* Add checks to TRUNCATE, CLUSTER, and REINDEX to prevent performing theseTom Lane2008-01-30
* Add a GUC variable "synchronize_seqscans" to allow clients to disable the newTom Lane2008-01-30
* Translation updatesPeter Eisentraut2008-01-30
* Don't putenv() a string that is allocated in a context that will go awayTom Lane2008-01-30
* Minor editorial improvements in documentation of session_replication_role;Tom Lane2008-01-27
* Change StatementCancelHandler() to check the DoingCommandRead flag to decideTom Lane2008-01-26
* Fix two different copy-and-paste-os in CSV log rotation logic; one that led toTom Lane2008-01-25
* Release any detoasted copies of arrays that are made temporarily inTom Lane2008-01-25
* Improve lock level choices in pg_shdepend.c. Noticed by Tom Lane.Alvaro Herrera2008-01-23
* Provide a clearer error message if the pg_control version number looksPeter Eisentraut2008-01-21
* Fix RS_isRegis() to agree exactly with RS_compile()'s idea of what's a validTom Lane2008-01-21
* Split error message.Alvaro Herrera2008-01-20
* Fix subselect.c to avoid assuming that a SubLink's testexpr references eachTom Lane2008-01-17
* Fix ALTER INDEX RENAME so that if the index belongs to a unique or primary keyTom Lane2008-01-17
* Fix core dump with buffer-overrun by too long infinitive. Add checking of usingTeodor Sigaev2008-01-16
* Prevent CLUSTER from decreasing a relation's relfrozenxid. BugTom Lane2008-01-15
* Revise memory management for libxml calls. Instead of keeping libxml's dataTom Lane2008-01-15
* Tweak new error message to conform to style guidelines.Tom Lane2008-01-15
* Add check of headline method presence. Per report by Yoshiyuki Asaba <y-asaba...Teodor Sigaev2008-01-15
* Avoid cluttering the postmaster log with bogus complaintsTom Lane2008-01-14
* Mark autovacuum entries in pg_stat_activity so that they can be easilyAlvaro Herrera2008-01-14
* Fix CREATE INDEX CONCURRENTLY so that it won't use synchronized scan forTom Lane2008-01-14
* It turns out the LIBXML_TEST_VERSION macro calls xmlInitParser().Tom Lane2008-01-12
* Fix two places in xml.c that neglected to check the return values ofNeil Conway2008-01-12
* Minor perf tweak for _SPI_strdup(): if we're going to call strlen()Neil Conway2008-01-12
* Fix logical errors in constraint exclusion: we cannot assume that a CHECKTom Lane2008-01-12
* The original implementation of polymorphic aggregates didn't really get theTom Lane2008-01-11