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
Age
Commit message (
Expand
)
Author
2006-05-19
Fix nasty bug in nodeIndexscan.c's detection of duplicate tuples during
Tom Lane
2006-05-12
Fix the sense of the test on DH_check()'s return value. This was preventing
Tom Lane
2006-05-11
Remove unnecessary .seg/.section directives, per Alan Stange.
Tom Lane
2006-05-08
Build server libpgport with all non-FRONTEND object files. This is to
Bruce Momjian
2006-04-26
Fix SELECT INTO and CREATE TABLE AS to create tables in the default
Bruce Momjian
2006-04-24
Fixed memory leak bugs found by Martijn Oosterhout.
Michael Meskes
2006-04-19
Fix ancient memory leak in PQprintTuples(); our code no longer uses this
Tom Lane
2006-04-13
Fix similar_escape() so that SIMILAR TO works properly for patterns involving
Tom Lane
2006-03-29
TablespaceCreateDbspace should function normally even on platforms that do not
Tom Lane
2006-03-28
Repair longstanding error in btree xlog replay: XLogReadBuffer should be
Tom Lane
2006-03-19
Fixed bug 2330: Wrong error code in case of a duplicate key
Michael Meskes
2006-03-18
The call to DNSServiceRegistrationCreate in postmaster.c does incorrect
Neil Conway
2006-03-05
Check for "msys" so it doesn't use 'con' by checking for an evironment
Bruce Momjian
2006-03-04
Minor teak.
Tatsuo Ishii
2006-03-04
Tighten up SJIS byte sequence check. Now we reject invalid SJIS byte
Tatsuo Ishii
2006-03-04
Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty.
Bruce Momjian
2006-03-03
Avoid trying to open /dev/tty on Win32. Some Win32 systems have
Bruce Momjian
2006-02-24
make initdb -U username work as advertised; back out bogus patch at rev 1.42
Andrew Dunstan
2006-02-20
Fix three Python reference leaks in PLy_traceback(). This would result
Neil Conway
2006-02-14
Move btbulkdelete's vacuum_delay_point() call to a place in the loop where
Tom Lane
2006-02-13
Fix qual_is_pushdown_safe to not try to push down quals involving a whole-row
Tom Lane
2006-02-12
Fix bug in SET SESSION AUTHORIZATION that allows unprivileged users to crash
Tom Lane
2006-02-12
Stamp releases for 2006-02-14 release
Bruce Momjian
2006-02-10
Check that SID is enabled while checking for Windows admin privileges.
Tom Lane
2006-02-10
Change search for default operator classes so that it examines all opclasses
Tom Lane
2006-02-09
Provide the libpq error message when PQputline or PQendcopy fails.
Tom Lane
2006-02-09
Reject out-of-range dates in date_in().
Tom Lane
2006-02-05
Fix pg_restore to properly discard COPY data when trying to continue
Tom Lane
2006-02-01
Fix const cast in get_progname().
Bruce Momjian
2006-02-01
Set progname early in the postmaster/postgres binary, rather than doing
Bruce Momjian
2006-01-30
Fix ALTER COLUMN TYPE bug: it sometimes tried to drop UNIQUE or PRIMARY KEY
Tom Lane
2006-01-28
Undo perl's nasty locale setting on Windows. Since we can't do that as
Andrew Dunstan
2006-01-26
Fix display of whole-row Var appearing at the top level of a SELECT list.
Tom Lane
2006-01-21
Repair longstanding bug in slru/clog logic: it is possible for two backends
Tom Lane
2006-01-19
Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path for Darwin.
Bruce Momjian
2006-01-19
Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path.
Bruce Momjian
2006-01-19
Avoid crashing if relcache flush occurs while trying to load data into an
Tom Lane
2006-01-19
Fix pgxs -L library path specification for Win32 and Cygwin, was /bin,
Bruce Momjian
2006-01-19
It turns out that TablespaceCreateDbspace fails badly if a relcache flush
Tom Lane
2006-01-17
Repair problems with the result of lookup_rowtype_tupdesc() possibly being
Tom Lane
2006-01-15
When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, not
Neil Conway
2006-01-14
Fix pg_ctl crash on "unregister" when a data directory is not specified.
Peter Eisentraut
2006-01-12
We neglected to apply domain constraints on UNKNOWN parameters to
Neil Conway
2006-01-12
Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by
Tom Lane
2006-01-10
Fix pg_tzset() to ensure that 'lclmem' (the static variable holding
Tom Lane
2006-01-10
In PLy_function_build_args(), the code loops repeatedly, constructing
Neil Conway
2006-01-09
Fix pg_dump to add the required OPERATOR() decoration to schema-qualified
Tom Lane
2006-01-08
Stop perl from hijacking stdio and other stuff on Windows.
Andrew Dunstan
2006-01-07
Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we try to
Tom Lane
2006-01-06
Fix failure to apply domain constraints to a NULL constant that's added to
Tom Lane
[next]