index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a paramtypmod field to Param nodes. This is dead weight for Params
Tom Lane
2006-12-10
10
-47
/
+50
*
Remove the logId/logSeg fields from pg_control, because they are not needed
Tom Lane
2006-12-08
4
-96
/
+157
*
Fix the build for when SHOW_MEMORY_STATS is defined. The reference to
Neil Conway
2006-12-08
1
-3
/
+2
*
Avoid double free of _SPI_current->tuptable. AtEOSubXact_SPI() now tries to
Tom Lane
2006-12-08
1
-1
/
+7
*
Repair incorrect placement of WHERE clauses when there are multiple,
Tom Lane
2006-12-07
1
-30
/
+58
*
Fix planning of SubLinks to ensure that Vars generated from transformation of
Tom Lane
2006-12-06
1
-7
/
+31
*
Add a txn_start column to pg_stat_activity. This makes it easier to
Neil Conway
2006-12-06
8
-10
/
+66
*
Various improvements to the GUC description strings. Punctuate and
Neil Conway
2006-12-06
1
-46
/
+46
*
Fix pg_dump linking on Win32 with MSVS win32.mak:
Bruce Momjian
2006-12-04
1
-1
/
+8
*
Patch of Win32 Encoding problem for server messages using
Bruce Momjian
2006-12-04
4
-7
/
+7
*
Refactor ExecGetJunkAttribute to avoid searching for junk attributes
Tom Lane
2006-12-04
4
-54
/
+90
*
Fix LIMIT/OFFSET for null limit values. This worked before 8.2 but was broken
Tom Lane
2006-12-03
1
-16
/
+26
*
Stamp 8.2, except configure.in.
Bruce Momjian
2006-12-02
1
-3
/
+3
*
Translation updates
Peter Eisentraut
2006-12-02
15
-20906
/
+21843
*
Make the bgwriter's error recovery path do smgrcloseall(). On Windows this
Tom Lane
2006-12-01
1
-1
/
+8
*
Minor adjustments to make failures in startup/shutdown behave more cleanly.
Tom Lane
2006-11-30
3
-14
/
+32
*
Fix bug with page deletion. If inner page is removed and it tries to
Teodor Sigaev
2006-11-30
1
-7
/
+15
*
Fix Makefile problem which prevented installation on VPATH builds.
Alvaro Herrera
2006-11-29
1
-2
/
+4
*
More MSVC build support from Magnus.
Tom Lane
2006-11-29
4
-0
/
+411
*
Spelling fix
Peter Eisentraut
2006-11-29
1
-2
/
+2
*
Update timezone data to tzdata2006p zic distribution. It seems Western
Tom Lane
2006-11-28
6
-66
/
+97
*
Mark to_char(timestamp without timezone) as stable, not immutable, since its
Tom Lane
2006-11-28
1
-10
/
+10
*
Fix some translator comments so that xgettext finds them and pgindent does
Peter Eisentraut
2006-11-28
4
-27
/
+20
*
Add workaround for localizing May and abbreviated May differently. Idea
Peter Eisentraut
2006-11-28
1
-3
/
+8
*
Also install ecpg_config.h
Michael Meskes
2006-11-28
1
-1
/
+1
*
Add $(CFLAGS) to the simplified build rule for .so libraries on Darwin.
Tom Lane
2006-11-28
1
-1
/
+1
*
protect vfprintf from hijacking by Windows gettext just like other members of...
Andrew Dunstan
2006-11-28
2
-3
/
+10
*
Fix gratuitous message spelling differences
Peter Eisentraut
2006-11-27
2
-4
/
+4
*
update for rc1
REL8_2_RC1
PostgreSQL Daemon
2006-11-25
1
-3
/
+3
*
Copy fsync() defines into test_fsync.c, someday place them in an
Bruce Momjian
2006-11-25
1
-41
/
+136
*
Fix psql's \copy command to ensure that it cycles libpq back to the idle state
Tom Lane
2006-11-24
1
-1
/
+13
*
Revert (too late in beta):
Bruce Momjian
2006-11-24
1
-135
/
+182
*
Change pg_stat_all_tables and sister views to put the recently-added
Tom Lane
2006-11-24
5
-36
/
+15
*
Translation updates
Peter Eisentraut
2006-11-24
34
-17179
/
+20257
*
Separate release preparation jobs for all releases and for major releases
Peter Eisentraut
2006-11-24
1
-20
/
+25
*
Fix to_char() locale handling to honor LC_TIME, not LC_MESSAGES.
Bruce Momjian
2006-11-24
2
-185
/
+137
*
KB -> kB
Peter Eisentraut
2006-11-24
1
-2
/
+2
*
Revert out:
Bruce Momjian
2006-11-23
1
-21
/
+7
*
Update fsync test to match new O_DIRECT behavior.
Bruce Momjian
2006-11-23
1
-7
/
+21
*
Un-break ecpg regression test.
Tom Lane
2006-11-23
1
-7
/
+8
*
Add a comment noting that heap_copytuple_with_tuple() results in a
Neil Conway
2006-11-23
1
-1
/
+4
*
Update lock comments for concurrent index creation, analyze.
Bruce Momjian
2006-11-23
1
-3
/
+4
*
Make ecpg test variable 'times' static so as not to conflict with libc
Bruce Momjian
2006-11-23
1
-1
/
+2
*
Several changes to reduce the probability of running out of memory during
Tom Lane
2006-11-23
3
-50
/
+155
*
Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF in
Tom Lane
2006-11-21
7
-7
/
+7
*
Translate Windows' GMT Standard Time/GMT Daylight Time zones to
Tom Lane
2006-11-21
1
-2
/
+2
*
Prevent intratransaction memory leak when a subtransaction is aborted
Tom Lane
2006-11-21
1
-1
/
+14
*
Suppress timezone (%Z) part of timestamp display when running on Windows,
Tom Lane
2006-11-21
3
-6
/
+35
*
Fix plpython to work (or at least pass its regression tests) with
Tom Lane
2006-11-21
2
-6
/
+48
*
On systems that have setsid(2) (which should be just about everything except
Tom Lane
2006-11-21
11
-48
/
+204
[next]