index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2004-08-11
Fix failure to guarantee that a checkpoint will write out pg_clog updates
Tom Lane
2004-06-11
Stamp 7.4.3. Still need release notes.
Bruce Momjian
2004-06-05
Adjust PageGetMaxOffsetNumber to ensure sane behavior on uninitialized
Tom Lane
2004-04-18
Tweak findTargetlistEntry so that bare names occurring in GROUP BY clauses
Tom Lane
2004-03-20
Handle draft version of getpwuid_r() that accepts only four arguments.
Bruce Momjian
2004-03-05
Brand 7.4.2. Release notes still need work.
Bruce Momjian
2004-03-02
Junkfilter logic to force a projection step during SELECT INTO was too
Tom Lane
2004-02-24
anyarray really needs to be declared with typalign = 'd', so that entries
Tom Lane
2004-02-23
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-21
Implement a solution to the 'Turkish locale downcases I incorrectly'
Tom Lane
2004-02-11
Properly set NEED_REENTRANT_FUNCS for threaded libpq/ecpg.
Bruce Momjian
2004-01-22
Fix oversight in optimization that avoids an unnecessary projection step
Tom Lane
2003-12-18
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-13
Stamp 7.4.1.
Bruce Momjian
2003-12-03
Planner failed to be smart about binary-compatible expressions in pathkeys
Tom Lane
2003-12-02
The attached patch enables contrib/cube to build cleanly under Cygwin
Bruce Momjian
2003-11-25
Install all the headers files that the ones that are already installed
Peter Eisentraut
2003-11-24
Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.
Peter Eisentraut
2003-11-13
Update win32 include file on 7.4 branch.
Bruce Momjian
2003-11-11
Fix thinko in reltime and tinterval operator classes that I added a
Tom Lane
2003-11-07
Cause stats processes to detach from shared memory when started, so that
Tom Lane
2003-11-04
Improve wording of spinlocks-missing compilation error message.
Peter Eisentraut
2003-10-29
Fix some corner cases in ACL manipulation: don't foul up on an empty
Tom Lane
2003-10-26
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-21
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-20
Update catalog version after information schema changes.
Peter Eisentraut
2003-10-18
Cleanup on --help-config: Now called --describe-config, no further options,
Peter Eisentraut
2003-10-16
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-14
Remove void* in MemSet until we understand the gcc 3.3.1 problem better.
Bruce Momjian
2003-10-11
Add void * cast to MemSet to silence compiler, and add comment that we
Bruce Momjian
2003-10-10
Rename __arm__/__arm__ to __arm__/__arm, found by Neil Conway
Bruce Momjian
2003-10-06
During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows using
Tom Lane
2003-10-04
Fix pg_get_constraintdef() to ensure CHECK constraints are always shown
Tom Lane
2003-10-01
Repair RI trigger visibility problems (this time for sure ;-)) per recent
Tom Lane
2003-09-29
Adjust btree index build procedure so that the btree metapage looks
Tom Lane
2003-09-29
Fix #error message to mention renamed option --disable-spinlocks.
Bruce Momjian
2003-09-28
Add a mechanism to let dynamically loaded modules register post-commit/
Tom Lane
2003-09-26
Move -D_GNU_SOURCE hack from port header to template, so that
Tom Lane
2003-09-25
Get rid of ReferentialIntegritySnapshotOverride by extending Executor API
Tom Lane
2003-09-24
Repair some REINDEX problems per recent discussions. The relcache is
Tom Lane
2003-09-21
Arrange to align shared disk buffers on at least 32-byte boundaries,
Tom Lane
2003-09-19
Disallow foreign-key references from temp tables to permanent tables.
Tom Lane
2003-09-17
Fix typo in comment
Tatsuo Ishii
2003-09-16
fix typo in a comment
Tatsuo Ishii
[next]