index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Back-patch fix to correctly quote schema names in --no-owner mode.
Tom Lane
2005-08-25
*
- Check for NULL before checking whether argument is an array.
Michael Meskes
2005-08-24
*
Reject operator names >= NAMEDATALEN characters. These will not work
Tom Lane
2005-08-16
*
array_in() and array_recv() need to be more paranoid about validating
Tom Lane
2005-08-15
*
int_array_enum function should be using fcinfo->flinfo->fn_extra for
Tom Lane
2005-08-15
*
Fix count_usable_fds() to stop trying to open files once it reaches
Tom Lane
2005-08-07
*
MemSet() must not cast its pointer argument to int32* until after it has
Tom Lane
2005-07-18
*
Make pg_regress accept a command-line option for the temporary installation's
Tom Lane
2005-07-17
*
Back-patch recent changes to alter the order of -L flags inserted from
Tom Lane
2005-07-17
*
ecpglib depends on last_path_separator from src/port/path.c, so we'd
Tom Lane
2005-07-16
*
Back-patch 8.0's tightening of ORDER BY clauses in join regression test,
Tom Lane
2005-07-16
*
cube_1 variant is needed in 7.4 branch, per results from buildfarm
Tom Lane
2005-07-16
*
The geometry_2 variant appears to be needed in 7.4 branch as well as
Tom Lane
2005-07-16
*
Fix bogus "extern int errno;" in back branches, per Andrew Dunstan.
Tom Lane
2005-07-16
*
Fix mis-backport of libpq memory leak fix. Per Michael Fuhr.
Tom Lane
2005-07-14
*
Fix libpq memory leak during PQreset() --- closePGconn() was not
Tom Lane
2005-07-13
*
Make libpq_gettext save and restore errno in a Windows-compatible way.
Tom Lane
2005-07-08
*
Fix ancient memory leak in index_create(): RelationInitIndexAccessInfo
Tom Lane
2005-06-25
*
Correct some code in pg_restore when reading the header of a tar archive:
Neil Conway
2005-06-22
*
plpgsql's exec_assign_value() freed the old value of a variable before
Tom Lane
2005-06-20
*
When using C-string lookup keys in a dynahash.c hash table, use strncpy()
Tom Lane
2005-06-18
*
Translation updates
Peter Eisentraut
2005-06-17
*
The random selection in function linear() could deliver a value equal to max
Tom Lane
2005-06-14
*
Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa.
Tatsuo Ishii
2005-06-11
*
Repair error in description of nonblocking usage of PQgetCopyData().
Tom Lane
2005-06-09
*
Code for SET/SHOW TIME ZONE with a fixed-interval timezone was not
Tom Lane
2005-06-05
*
Push enable/disable of notify and catchup interrupts all the way down
Tom Lane
2005-06-02
*
Fixed memory leak in ecpglib by adding some missing free() commands.
Michael Meskes
2005-06-02
*
Prevent to divide by zero and range out of 0..1
Teodor Sigaev
2005-06-01
*
Add test to WAL replay to verify that xl_prev points back to the previous
Tom Lane
2005-05-31
*
expandRTE and get_rte_attribute_type mistakenly always imputed typmod -1
Tom Lane
2005-05-29
*
Adjust datetime parsing to be more robust. We now pass the length of the
Neil Conway
2005-05-26
*
Translation updates
Peter Eisentraut
2005-05-25
*
Fix previous patch to exprTypmod.
Tatsuo Ishii
2005-05-25
*
Inserting 5 characters into char(10) does not produce 5 padding spaces
Tatsuo Ishii
2005-05-24
*
Previous fix for "x FULL JOIN y ON true" failed to handle the case
Tom Lane
2005-05-24
*
Guard against duplicate IDs in input file in SortTocFromFile().
Tom Lane
2005-05-17
*
Update release notes for upcoming re-releases.
REL7_4_8
Tom Lane
2005-05-09
*
Update release checklist to reflect that HISTORY and INSTALL don't
Tom Lane
2005-05-08
*
In Blob.getBytes(long position, int length) position is an offset
Kris Jurka
2005-05-08
*
Repair very-low-probability race condition between relation extension
Tom Lane
2005-05-07
*
Adjust time qual checking code so that we always check TransactionIdIsInProgress
Tom Lane
2005-05-07
*
Stamp release 7.4.8.
Tom Lane
2005-05-05
*
Make standalone backends ignore pg_database.datallowconn, so that there
Tom Lane
2005-05-05
*
Add WSACleanup() for Win32 socket cleanup.
Bruce Momjian
2005-05-05
*
Alter the signature for encoding conversion functions to declare the
Tom Lane
2005-05-03
*
Change tsearch2 to not use the unsafe practice of creating functions
Tom Lane
2005-05-03
*
GCC 4.0 includes a new warning option, -Wformat-literal, that emits
Neil Conway
2005-04-30
*
This patch fixes a bug in the error message emitted by pg_restore on an
Neil Conway
2005-04-30
*
Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. Comparison
Tom Lane
2005-04-23
[next]