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
2000-11-21
Install the sample pg_ident.conf file into /home/postgres/testversion/data, j...
Tom Lane
2000-11-21
Improve comments.
Tom Lane
2000-11-21
Improve comments in pg_hba.conf.sample and the associated SGML
Tom Lane
2000-11-21
Code review and cleanup.
Tom Lane
2000-11-21
Don't hide error message from dropdb.
Peter Eisentraut
2000-11-21
Update for new pg_dump with blobs etc
Philip Warner
2000-11-21
misc
Vadim B. Mikheev
2000-11-21
Fix OID bootstraping.
Vadim B. Mikheev
2000-11-21
Adjust opr_sanity.out for small change in OID allocation.
Tom Lane
2000-11-21
Add missing #include <errno.h>.
Tom Lane
2000-11-21
keep relations open until they are no longer needed.
Hiroshi Inoue
2000-11-21
Make oidin/oidout produce and consume unsigned representation of Oid,
Tom Lane
2000-11-21
Init ShmemVariableCache in BootStrapXLOG()
Vadim B. Mikheev
2000-11-21
Simplify definition of pg_tables and pg_views views by making use of
Tom Lane
2000-11-21
Fix erroneous handling of parameters at SubqueryScan plan nodes,
Tom Lane
2000-11-20
Fix yacc failures in preproc.y.
Tom Lane
2000-11-20
Correct directory names.
Peter Eisentraut
2000-11-20
Silence gcc warnings.
Tom Lane
2000-11-20
No casting to LSN (XLogRecPtr) is required.
Vadim B. Mikheev
2000-11-20
Revise handling of oldstyle/newstyle functions per recent discussions
Tom Lane
2000-11-20
Enable WAL in config.h, not Makefile.global.
Peter Eisentraut
2000-11-20
Include postgres.h before checking #ifdef XLOG.
Peter Eisentraut
2000-11-20
Add configure checks for strtoll, strtoull (or strto[u]q). Disable
Peter Eisentraut
2000-11-20
Parser synced.
Michael Meskes
2000-11-20
Encoding patch to Connection by wrobell@posexperts.com.pl
Peter Mount
2000-11-20
Compile WAL by default.
Vadim B. Mikheev
2000-11-20
Eliminate unused-variable warning.
Tom Lane
2000-11-19
Fix typo.
Tom Lane
2000-11-19
Update README with proposed new method for determining calling convention
Tom Lane
2000-11-18
Refinements
Peter Eisentraut
2000-11-18
Polish error messages, help output, give marginal clue about command line
Peter Eisentraut
2000-11-18
Simplification: Build executable directly from .c file.
Peter Eisentraut
2000-11-18
Modify input and output routines to print plain binary strings without any
Peter Eisentraut
2000-11-18
Treat plain 'BIT' as 'BIT(1)'.
Peter Eisentraut
2000-11-18
Tweak AbsoluteTimeIsReal() to avoid compiler bugs on machines where
Tom Lane
2000-11-18
AIX patches from Andreas.
Tom Lane
2000-11-18
Suppress 'comparison-is-always-true' warning on machines
Tom Lane
2000-11-18
Modify locale code to defend against possibility that it was compiled
Tom Lane
2000-11-18
Put back BufferSync() for WAL after database creation.
Tom Lane
2000-11-17
Add separate type category for bit string types, allowing mixed bit/varbit
Peter Eisentraut
2000-11-17
Fix bugs in EUC_TW support. This fix includes patches contributed
Tatsuo Ishii
2000-11-17
Recongizing PGCLIENTENCODING has been broken since 7.0.
Tatsuo Ishii
2000-11-17
Fix spelling errors in error message.
Tom Lane
2000-11-17
Suppress occasional failure of final DROP DATABASE due to
Tom Lane
2000-11-17
GNUmakefile failed to provide a way to invoke perl Makefile's
Tom Lane
2000-11-17
Forgot to add ppport.h to MANIFEST.
Tom Lane
2000-11-16
Make a pstrdup copy of the literalbuf when scanning a bit string. Other-
Peter Eisentraut
2000-11-16
Change SearchSysCache coding conventions so that a reference count is
Tom Lane
2000-11-16
Print bit values as binary strings (not hex)
Peter Eisentraut
2000-11-16
Add support for casting bit string constants.
Peter Eisentraut
[next]