index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Stamp release 7.4.8.
Tom Lane
2005-05-05
*
array_map can't use the fn_extra field of the provided fcinfo struct as
Tom Lane
2005-03-24
*
Back-port heap_deformtuple() into 7.4 branch; needed for planned fix for
Tom Lane
2005-02-06
*
Stamp release 7.4.7.
Tom Lane
2005-01-30
*
The result of a FULL or RIGHT join can't be assumed to be sorted by the
Tom Lane
2005-01-23
*
Stamp release 7.4.6.
REL7_4_6
Tom Lane
2004-10-22
*
Repair bug that would allow libpq to think a command had succeeded when
Tom Lane
2004-09-26
*
Brand 7.4.5 ... now that was our shortest-lived release ever ...
REL7_4_5
Tom Lane
2004-08-18
*
Stamp 7.4.4.
REL7_4_4
Tom Lane
2004-08-15
*
Fix failure to guarantee that a checkpoint will write out pg_clog updates
Tom Lane
2004-08-11
*
Stamp 7.4.3. Still need release notes.
Bruce Momjian
2004-06-11
*
Adjust PageGetMaxOffsetNumber to ensure sane behavior on uninitialized
Tom Lane
2004-06-05
*
Tweak findTargetlistEntry so that bare names occurring in GROUP BY clauses
Tom Lane
2004-04-18
*
Handle draft version of getpwuid_r() that accepts only four arguments.
Bruce Momjian
2004-03-20
*
Brand 7.4.2. Release notes still need work.
Bruce Momjian
2004-03-05
*
Junkfilter logic to force a projection step during SELECT INTO was too
Tom Lane
2004-03-02
*
anyarray really needs to be declared with typalign = 'd', so that entries
Tom Lane
2004-02-24
*
Replace opendir/closedir calls throughout the backend with AllocateDir
Tom Lane
2004-02-23
*
Do a direct probe during postmaster startup to determine the maximum
Tom Lane
2004-02-23
*
Implement a solution to the 'Turkish locale downcases I incorrectly'
Tom Lane
2004-02-21
*
Properly set NEED_REENTRANT_FUNCS for threaded libpq/ecpg.
Bruce Momjian
2004-02-11
*
Fix oversight in optimization that avoids an unnecessary projection step
Tom Lane
2004-01-22
*
Use a shutdown callback to clear setArgsValid in a FuncExprState that is
Tom Lane
2003-12-18
*
Ensure set-returning functions in the targetlist of a plan node will be
Tom Lane
2003-12-18
*
Stamp 7.4.1.
Bruce Momjian
2003-12-13
*
Planner failed to be smart about binary-compatible expressions in pathkeys
Tom Lane
2003-12-03
*
The attached patch enables contrib/cube to build cleanly under Cygwin
Bruce Momjian
2003-12-02
*
Install all the headers files that the ones that are already installed
Peter Eisentraut
2003-11-25
*
Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.
Peter Eisentraut
2003-11-24
*
Update win32 include file on 7.4 branch.
Bruce Momjian
2003-11-13
*
Fix thinko in reltime and tinterval operator classes that I added a
Tom Lane
2003-11-11
*
Cause stats processes to detach from shared memory when started, so that
Tom Lane
2003-11-07
*
Improve wording of spinlocks-missing compilation error message.
Peter Eisentraut
2003-11-04
*
Fix some corner cases in ACL manipulation: don't foul up on an empty
Tom Lane
2003-10-29
*
Update for m68k from Peter.
Bruce Momjian
2003-10-26
*
Fix #elif typo.
Bruce Momjian
2003-10-26
*
Update linux/mips port.
Bruce Momjian
2003-10-26
*
Fix built-in SQL-language functions to ensure that referenced names
Tom Lane
2003-10-21
*
Revert to 7.3-and-before practice of only including <fcntl.h> in c.h
Tom Lane
2003-10-21
*
Update catalog version after information schema changes.
Peter Eisentraut
2003-10-20
*
Cleanup on --help-config: Now called --describe-config, no further options,
Peter Eisentraut
2003-10-18
*
Set attstattarget to -1 for all system catalog columns. All but a few
Tom Lane
2003-10-16
*
Fix bad interaction between NOTIFY processing and V3 extended query
Tom Lane
2003-10-16
*
Remove void* in MemSet until we understand the gcc 3.3.1 problem better.
Bruce Momjian
2003-10-14
*
Add void * cast to MemSet to silence compiler, and add comment that we
Bruce Momjian
2003-10-11
*
Rename __arm__/__arm__ to __arm__/__arm, found by Neil Conway
Bruce Momjian
2003-10-10
*
During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows using
Tom Lane
2003-10-06
*
Fix pg_get_constraintdef() to ensure CHECK constraints are always shown
Tom Lane
2003-10-04
*
Repair RI trigger visibility problems (this time for sure ;-)) per recent
Tom Lane
2003-10-01
*
Adjust btree index build procedure so that the btree metapage looks
Tom Lane
2003-09-29
[next]