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
/
bin
Age
Commit message (
Expand
)
Author
2007-11-28
Properly recognize and announce input errors.
Peter Eisentraut
2007-11-24
Move resetting of currSchema to a spot where it's not vulnerable to getting
Tom Lane
2007-11-24
If pg_dump drops a schema, make sure 'search_path' it SET the next time
Bruce Momjian
2007-11-22
Add more comments about thousands separator handling.
Bruce Momjian
2007-11-22
Add comments about thousands separator logic.
Bruce Momjian
2007-11-21
When setting default thousands separator when locale has "", use logic
Bruce Momjian
2007-11-20
Fix pg_ctl -t to register -t value, per Alvaro.
Bruce Momjian
2007-11-19
Update comment.
Bruce Momjian
2007-11-19
Add comment about COMMENT ON DATABASE failing for differently-named
Bruce Momjian
2007-11-16
Fix inconsistent message wording, and split off a couple of duplicated strings.
Alvaro Herrera
2007-11-16
Cleanup for new else/comment handling.
Bruce Momjian
2007-11-15
Fix pgindent to properly handle 'else' and single-line comments on the
Bruce Momjian
2007-11-15
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-11-15
Translation updates
Peter Eisentraut
2007-11-15
Add to synopsis that timeout option also applies to stop mode
Peter Eisentraut
2007-11-15
Make help synopsis consistent
Peter Eisentraut
2007-11-15
Make synopses of -t option consistent
Peter Eisentraut
2007-11-10
Add pg_ctl -t/timeout parameter to control amount of time to wait for
Bruce Momjian
2007-11-08
Add missing newlines to error messages, and normalize wording a bit.
Peter Eisentraut
2007-11-07
Consistent capitalization
Peter Eisentraut
2007-11-07
Improve wording
Peter Eisentraut
2007-11-07
Error message cleanup
Peter Eisentraut
2007-11-07
Use "alternative" instead of "alternate" where it is clearer.
Peter Eisentraut
2007-10-31
More precise error message
Peter Eisentraut
2007-10-28
Make pg_dump and friends consistently report both the filename and the
Tom Lane
2007-10-28
Fix a couple of issues with pg_dump's handling of inheritance child tables
Tom Lane
2007-10-27
Translation updates
Peter Eisentraut
2007-10-25
Make initdb's selection of default text search configuration depend
Tom Lane
2007-10-24
Danish_Danmark -> Danish_Denmark
Alvaro Herrera
2007-10-16
Use 'token' not 'lexeme' to describe the output of a parser.
Tom Lane
2007-10-16
Re-allow UTF8 encodings on win32. Since UTF8 is converted to
Magnus Hagander
2007-10-16
Remove quotes around locale names in some places for consistency.
Peter Eisentraut
2007-10-13
Try to fix msvc build for recent initdb changes.
Tom Lane
2007-10-13
Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the
Tom Lane
2007-09-29
Make use of additional chklocale.c entries to reject locales that we
Tom Lane
2007-09-28
Change initdb and CREATE DATABASE to actively reject attempts to create
Tom Lane
2007-09-28
Tweak initdb's text search configuration selection code so it can
Tom Lane
2007-09-27
Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminate
Tom Lane
2007-09-25
Small string tweaks
Peter Eisentraut
2007-09-23
Replace linear searches with binary searches in pg_dump's code to
Tom Lane
2007-09-14
Add tsearch tab completion support:
Bruce Momjian
2007-09-03
Implement function-local GUC parameter settings, as per recent discussion.
Tom Lane
2007-08-29
Fix aboriginal bug in _tarAddFile(): when complaining that the amount of data
Tom Lane
2007-08-22
Make \dFt and \dFt+ do something different --- omitting the function
Tom Lane
2007-08-22
Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating the
Tom Lane
2007-08-21
Tsearch2 functionality migrates to core. The bulk of this work is by
Tom Lane
2007-08-10
Fix unintended change of output format for createlang/droplang -l. Missed
Tom Lane
2007-08-06
Fix pg_restore to guard against unexpected EOF while reading an archive file.
Tom Lane
2007-08-04
Tweak for initdb: if more command-line arguments were specified than
Neil Conway
[next]