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
2001-04-23
1) Decrease the size of needlessly large buffers. For example, it
Hiroshi Inoue
2001-04-23
A patch to fix the following bugs.
Hiroshi Inoue
2001-04-22
Don't bomb out on indexes on system attributes other than 'oid'.
Tom Lane
2001-04-21
Remove useless setuid() call, instead add a check that real and effective
Tom Lane
2001-04-21
Make sure that the postmaster options (from postmaster.opts[.default] or
Peter Eisentraut
2001-04-19
Add extern int optreset declaration, per bug report from <info@decc.nl>.
Peter Eisentraut
2001-04-19
Fix "off by VARHDRSZ" bug in (Cyrillic) recode support.
Peter Eisentraut
2001-04-19
Kluge solution for Alex Pilosov's report of problems with whole-tuple
Tom Lane
2001-04-19
Add a crash gurard to pg_encoding_mblen in case of an invalid encoding
Tatsuo Ishii
2001-04-18
Further tweaking of error messages for cases involving attributes &
Tom Lane
2001-04-18
Repair misbehavior of \! with immediately following argument that contains
Peter Eisentraut
2001-04-18
Make the world safe for passing whole rows of views to functions. This
Tom Lane
2001-04-18
Make rule lister do the right thing with Vars representing whole tuples.
Tom Lane
2001-04-17
The renewal of README thanks to Dave Page.
Hiroshi Inoue
2001-04-17
Add some defenses to guard against case where a rule refers to a table
Tom Lane
2001-04-16
Avoid reversing user-given order of WHERE clauses while attaching clauses
Tom Lane
2001-04-16
Correction for mathematical properties in Unicode converison maps.
Tatsuo Ishii
2001-04-16
getdatabaseencoding() and PG_encoding_to_char() were being sloppy about
Tom Lane
2001-04-16
Remove error report from pq_endmessage when pq_putmessage fails. The
Tom Lane
2001-04-15
Add LDFLAGS_SL to AIX shlib building command, per report from
Tom Lane
2001-04-15
Constant expressions that appear in ORDER BY, GROUP BY, DISTINCT ON
Tom Lane
2001-04-15
Prevent generation of invalid plans for RIGHT or FULL joins with multiple
Tom Lane
2001-04-15
If the password prompt goes to stderr, then the trailing newline should
Peter Eisentraut
2001-04-14
Work with Readline 4.2.
Peter Eisentraut
2001-04-14
Add debug_query_string global variable for pgmonitor and debugging use.
Bruce Momjian
2001-04-14
- Get view OID based on rule OID not base table OID
Philip Warner
2001-04-14
Another try at making numeric MODULO operator produce the right answer.
Tom Lane
2001-04-13
Suppress compiler warnings in Vax and NS32K assembly code: 'register foo'
Tom Lane
2001-04-12
I just noticed the beta comment. That's not actually true any more
D'Arcy J.M. Cain
2001-04-06
Sorry my previous change was a mistake.
Hiroshi Inoue
2001-04-06
1) Fit the precision of floating point to that of server side
Hiroshi Inoue
2001-04-06
Alter the previous test for "time with time zone" implicit time zone
Thomas G. Lockhart
2001-04-06
Since plpgsql keeps its compiled function parsetrees until backend exit,
Tom Lane
2001-04-05
Fix comment that Vadim found confusing.
Tom Lane
2001-04-05
StartupXLOG(): initialize XLogCtl->Insert to new page if there is
Vadim B. Mikheev
2001-04-05
Hopefully fixed the long long problem.
Michael Meskes
2001-04-05
pg_dump needs to use ONLY when selecting data from user tables, in case
Tom Lane
2001-04-04
Clean up AIX makefile to recognize subversions of AIX 4.1 correctly.
Tom Lane
2001-04-04
Fix/cleanup DLLLIBS handling for Cygwin port. If it works it's to
Tom Lane
2001-04-04
Remove daylight-savings-time-dependent tests of 'time with time zone'
Tom Lane
2001-04-04
Have to lock buffer while changing page' LSN.
Vadim B. Mikheev
2001-04-04
Don't dump CHECK constraints with same source and names both
Philip Warner
2001-04-03
Log sequence creation (to initialize magic number on recovery).
Vadim B. Mikheev
2001-04-03
Correct bogus mktime() calls.
Tom Lane
2001-04-03
- Handle overridden attrs as per discussions 2-Apr-2001
Philip Warner
2001-04-03
Check for failure of malloc() and realloc() when allocating space for
Tom Lane
2001-04-03
open(2) flags saved for re-opening a virtual file should probably not
Tom Lane
2001-04-02
Restore pre-7.1 behavior of allowing DROP of a table whose underlying
Tom Lane
2001-04-02
_mdfd_getrelnfd() should include kernel error code in failure message.
Tom Lane
2001-04-02
Complain if the same column name is inherited from multiple parents
Tom Lane
[next]