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
/
backend
/
utils
Age
Commit message (
Expand
)
Author
2001-02-27
Tweak portal (cursor) code so that it will not call the executor again
Tom Lane
2001-02-27
Massive commits for SunOS4 port.
Tatsuo Ishii
2001-02-26
Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occur
Tom Lane
2001-02-23
Enhanced UTF-8/SJIS mapping generator, contributed by
Tatsuo Ishii
2001-02-22
Change /*---- commants to /* where appropriate. pgindent will tighten
Bruce Momjian
2001-02-21
Correct bogus output formatting of timeofday() function. A number of
Tom Lane
2001-02-21
Change case-folding of keywords to conform to SQL99 and fix misbehavior
Tom Lane
2001-02-21
Safe guard in case of imporper data is provided to elog()
Tatsuo Ishii
2001-02-18
Change default commit_delay to zero, update documentation.
Tom Lane
2001-02-16
Defend against starting a non-MULTIBYTE-enabled backend in a database
Tom Lane
2001-02-15
Add some notes about memory management of RI plans.
Tom Lane
2001-02-15
Update notes about memory context scheme.
Tom Lane
2001-02-15
Reduce default selectivity estimates for geometric operators; it seems
Tom Lane
2001-02-15
Unicode <-> SJIS new mapping tables (based on CP932.TXT) contributed by
Tatsuo Ishii
2001-02-14
Change scoping of table and join refnames to conform to SQL92: a JOIN
Tom Lane
2001-02-13
Please apply the following patch to fix AIX and IRIX timestamp behavior
Bruce Momjian
2001-02-12
poit -> point.
Bruce Momjian
2001-02-11
Move pg_encoding_mblen() from common.c to wchar.c.
Tatsuo Ishii
2001-02-11
conv.c did not compile anymore. Fix wrong header file inclusion.
Tatsuo Ishii
2001-02-10
Restructure the key include files per recent pghackers discussion: there
Tom Lane
2001-02-07
FixBTree flag still exists and may be used to turn
Vadim B. Mikheev
2001-02-06
Out-of-bounds memory allocation request sizes should be treated as just
Tom Lane
2001-02-05
Dump/display 'timestamp' as 'timestamp with time zone', to make room for a
Peter Eisentraut
2001-01-29
Clean up handling of tuple descriptors so that result-tuple descriptors
Tom Lane
2001-01-27
Re-read Unix-socket lock file every so often (every CheckPoint interval,
Tom Lane
2001-01-26
Change float8-to-int8 conversion to round to nearest, rather than
Tom Lane
2001-01-24
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
Fix bogus pattern for STRING.
Peter Eisentraut
2001-01-24
Add all possible config file options.
Bruce Momjian
2001-01-24
Put back old config contents until I am finished.
Bruce Momjian
2001-01-24
Add "idle in transaction" status message
Bruce Momjian
2001-01-23
Remove useless leftover global variable Ps_status_buffer.
Peter Eisentraut
2001-01-23
Fix all the places that called heap_update() and heap_delete() without
Tom Lane
2001-01-23
Improve realloc() per idea from Karel Zak --- if chunk to be enlarged is
Tom Lane
2001-01-22
Remove rangechecks on errno; just call strerror unconditionally. This
Tom Lane
2001-01-21
Deal with C++ incompatibility of sys_nerr declaration by taking it out
Tom Lane
2001-01-19
Make critical sections (elog->crash) and interrupt holdoff sections
Tom Lane
2001-01-19
Suppress compiler warning in MULTIBYTE code.
Tom Lane
2001-01-18
Fix up "Postgres-style" time interval representation when fields have
Thomas G. Lockhart
2001-01-17
Change comparisons of tm->tm_isdst from "nonzero" to "greater than zero".
Thomas G. Lockhart
2001-01-14
Minor coding cleanups.
Tom Lane
2001-01-14
Another go-round on making GetRawDatabaseInfo behave as well as it can,
Tom Lane
2001-01-14
Make aclcontains() do something that's at least vaguely reasonable:
Tom Lane
2001-01-14
Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts
Tom Lane
2001-01-12
Add more critical-section calls: all code sections that hold spinlocks
Tom Lane
2001-01-11
Remove useless DLLIMPORT (only needed in header files).
Peter Eisentraut
2001-01-09
Add configure check for sys_nerr, to end all discussions.
Peter Eisentraut
2001-01-09
1. Checkpoint.undo may be after checkpoint itself:
Vadim B. Mikheev
2001-01-08
Add some debugging support code (ifdef'd out in normal use).
Tom Lane
2001-01-07
Fix recent breakage of query-cancel logic, see my pghackers message
Tom Lane
[next]