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
Age
Commit message (
Expand
)
Author
2006-01-05
Stamp release 7.4.11.
Bruce Momjian
2006-01-05
Arrange to set the LC_XXX environment variables to match our locale setup.
Tom Lane
2006-01-05
Add port support for unsetenv() in back branches. Needed for locale
Tom Lane
2006-01-03
When the remote query result has a different number of columns
Joe Conway
2006-01-03
There is a signedness bug in Openwall gen_salt code that pgcrypto uses.
Tom Lane
2006-01-01
Remove DOS line endings ("\r\n") from several .po files. DOS line endings
Neil Conway
2005-12-24
Fix long standing Asian multibyte charsets bug.
Tatsuo Ishii
2005-12-22
Adjust string comparison so that only bitwise-equal strings are considered
Tom Lane
2005-12-14
Defend against crash while processing Describe Statement or Describe Portal
Tom Lane
2005-12-09
Translation updates
REL7_4_10
Peter Eisentraut
2005-12-09
Stamp 7.4.10.
Tom Lane
2005-12-09
Add release notes for back branches (7.3 and up).
Tom Lane
2005-12-08
Documentation fix: s/event_object_name/event_object_table/g
Peter Eisentraut
2005-12-06
Fix stupid bug with sizeof
Teodor Sigaev
2005-12-06
In a nestloop inner indexscan, it's OK to use pushed-down baserestrictinfo
Tom Lane
2005-12-05
Add regression test to see if the min/max values of int8 convert correctly.
Tom Lane
2005-12-03
Fix out-of-order inclusion of -L switches from LDFLAGS on AIX and HPUX.
Tom Lane
2005-12-01
Check for overflow in strtol() while parsing datetime inputs.
Tom Lane
2005-11-18
Fix performance issue in exprTypmod(): for a COALESCE expression, it
Tom Lane
2005-11-16
Properly document return value of strpos().
Bruce Momjian
2005-11-10
When in transaction-aborted state, reject Bind message for portals containing
Tom Lane
2005-11-03
Fix longstanding race condition in transaction log management: there was a
Tom Lane
2005-10-25
Fix longstanding bug that would sometimes let the planner generate a bad plan
Tom Lane
2005-10-20
Prevent core dump in contrib version of autovacuum when a table has been
Tom Lane
2005-10-20
Don't convert debug/notice/warning messages into errors just because
Tom Lane
2005-10-14
Pass a strdup'd ident string to openlog(), to ensure that reallocation
Tom Lane
2005-10-14
[ Backpatch to 7.4.X.]
Bruce Momjian
2005-10-12
Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would mark
Tom Lane
2005-10-11
Fix typo in sample pg_hba.conf; per IRC report from Bernhard Neuhauser.
Neil Conway
2005-10-03
COPY's test for read-only transaction was backward; it prohibited COPY TO
REL7_4_9
Tom Lane
2005-10-03
Stamp release 7.4.9.
Tom Lane
2005-10-03
Update release notes for pending back-branch releases.
Tom Lane
2005-09-28
Repair planning bug introduced in 7.4: outer-join ON clauses that referenced
Tom Lane
2005-09-25
[ Patch to 7.4.X.]
Bruce Momjian
2005-09-15
Update Snowball. I have to update it because of
Teodor Sigaev
2005-09-12
Fix a mistake in the documentation for SPI_getbinval(), per Michael Fuhr.
Neil Conway
2005-09-03
Translation update
Peter Eisentraut
2005-08-30
Fix missing rows in query
Teodor Sigaev
2005-08-25
Back-patch fixes for problems with VACUUM destroying t_ctid chains too soon,
Tom Lane
2005-08-25
Back-patch fix to correctly quote schema names in --no-owner mode.
Tom Lane
2005-08-24
- Check for NULL before checking whether argument is an array.
Michael Meskes
2005-08-16
Reject operator names >= NAMEDATALEN characters. These will not work
Tom Lane
2005-08-15
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-07
Fix count_usable_fds() to stop trying to open files once it reaches
Tom Lane
2005-07-18
MemSet() must not cast its pointer argument to int32* until after it has
Tom Lane
2005-07-17
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-16
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
[next]