index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
...
*
Change hashscan.c to keep its list of active hash index scans in
Tom Lane
2008-03-07
*
Fix memory arrangement of tsquery after removing stop words. It causes
Teodor Sigaev
2008-03-07
*
Add support for dlopen on recent NetBSD/MIPS, per Rémi Zara.
Alvaro Herrera
2008-03-05
*
In PrepareToInvalidateCacheTuple, don't force initialization of catalog
Tom Lane
2008-03-05
*
Fix PREPARE TRANSACTION to reject the case where the transaction has dropped a
Tom Lane
2008-03-04
*
Fix another place that was assuming that a local variable declared as
Tom Lane
2008-03-01
*
Fix unportable usages of tolower(). On signed-char machines, it is necessary
Tom Lane
2008-03-01
*
Disable the undocumented xmlvalidate() function, which was unintentionally
Tom Lane
2008-03-01
*
Reducing the assumed alignment of struct varlena means that the compiler
Tom Lane
2008-02-29
*
Fix several memory leaks when rescanning SRFs. Arrange for an SRF's
Neil Conway
2008-02-29
*
If RelationBuildDesc() fails to open a critical system index, PANIC with
Tom Lane
2008-02-27
*
Fix encode(...bytea..., 'escape') so that it converts all high-bit-set byte
Tom Lane
2008-02-26
*
Fix datetime input to behave correctly for Feb 29 in years BC.
Tom Lane
2008-02-25
*
Avoid trying to print a NULL char pointer in --describe-config. On some
Tom Lane
2008-02-23
*
Change the declaration of struct varlena so that the length word is
Tom Lane
2008-02-23
*
Put a CHECK_FOR_INTERRUPTS call into the loops that try to find a unique new
Tom Lane
2008-02-20
*
Change error message to be able to differentiate the two cases. Per suggestion
Alvaro Herrera
2008-02-20
*
Remove unnecessary opening of other relation in RI_FKey_keyequal_upd_pk
Tom Lane
2008-02-18
*
Observe errors in makefile
Peter Eisentraut
2008-02-18
*
Fix SPI_cursor_open() and SPI_is_cursor_plan() to push the SPI stack before
Tom Lane
2008-02-12
*
Repair VACUUM FULL bug introduced by HOT patch: the original way of
Tom Lane
2008-02-11
*
Fix PageGetExactFreeSpace() so that it actually behaves sensibly
Tom Lane
2008-02-10
*
Since GSSAPI and SSPI authentication don't work in protocol version 2,
Tom Lane
2008-02-08
*
Avoid misbehavior in foreign key checks when casting to a datatype for which
Tom Lane
2008-02-07
*
Some variants of ALTER OWNER tried to make the "object" field of the
Tom Lane
2008-02-07
*
Add missing copyfuncs/equalfuncs support for AlterTSDictionaryStmt and
Tom Lane
2008-02-07
*
Fix silly mistake in expand_indexqual_rowcompare --- in converting a forboth()
Tom Lane
2008-02-07
*
Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwanted
Tom Lane
2008-02-07
*
Fix WaitOnLock() to ensure that the process's "waiting" flag is reset after
Tom Lane
2008-02-02
*
Translation updates
Peter Eisentraut
2008-01-31
*
Add pid to the pgident event name on win32.
Magnus Hagander
2008-01-31
*
Add checks to TRUNCATE, CLUSTER, and REINDEX to prevent performing these
Tom Lane
2008-01-30
*
Add a GUC variable "synchronize_seqscans" to allow clients to disable the new
Tom Lane
2008-01-30
*
Translation updates
Peter Eisentraut
2008-01-30
*
Don't putenv() a string that is allocated in a context that will go away
Tom Lane
2008-01-30
*
Minor editorial improvements in documentation of session_replication_role;
Tom Lane
2008-01-27
*
Change StatementCancelHandler() to check the DoingCommandRead flag to decide
Tom Lane
2008-01-26
*
Fix two different copy-and-paste-os in CSV log rotation logic; one that led to
Tom Lane
2008-01-25
*
Release any detoasted copies of arrays that are made temporarily in
Tom Lane
2008-01-25
*
Improve lock level choices in pg_shdepend.c. Noticed by Tom Lane.
Alvaro Herrera
2008-01-23
*
Provide a clearer error message if the pg_control version number looks
Peter Eisentraut
2008-01-21
*
Fix RS_isRegis() to agree exactly with RS_compile()'s idea of what's a valid
Tom Lane
2008-01-21
*
Split error message.
Alvaro Herrera
2008-01-20
*
Fix subselect.c to avoid assuming that a SubLink's testexpr references each
Tom Lane
2008-01-17
*
Fix ALTER INDEX RENAME so that if the index belongs to a unique or primary key
Tom Lane
2008-01-17
*
Fix core dump with buffer-overrun by too long infinitive. Add checking of using
Teodor Sigaev
2008-01-16
*
Prevent CLUSTER from decreasing a relation's relfrozenxid. Bug
Tom Lane
2008-01-15
*
Revise memory management for libxml calls. Instead of keeping libxml's data
Tom Lane
2008-01-15
*
Tweak new error message to conform to style guidelines.
Tom Lane
2008-01-15
*
Add check of headline method presence. Per report by Yoshiyuki Asaba <y-asaba...
Teodor Sigaev
2008-01-15
[prev]
[next]