index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Substitute extraneous underscores with spaces.
Alvaro Herrera
2009-04-15
*
Add missing gettext calls around some strings. Also remove quotes around the
Alvaro Herrera
2009-04-15
*
Add missing periods.
Alvaro Herrera
2009-04-15
*
Fix broken {xufailed} production that made HEAD fail on
Tom Lane
2009-04-14
*
Translation updates for 8.4 beta
Peter Eisentraut
2009-04-09
*
Remove SQL-compatibility function cardinality(). It is not exactly clear
Tom Lane
2009-04-09
*
Treat EOF like \n for line-counting purposes in ParseConfigFile,
Tom Lane
2009-04-09
*
Allow leading and trailing spaces around NaN in numeric_in.
Tom Lane
2009-04-08
*
XMLATTRIBUTES() should send the attribute values through
Peter Eisentraut
2009-04-08
*
Oops, mustn't call textdomain() when compiling without --enable-nls
Heikki Linnakangas
2009-04-08
*
Tell gettext which codeset to use by calling bind_textdomain_codeset(). We
Heikki Linnakangas
2009-04-08
*
Revert addition of units to GUC descriptions; doesn't affect
Bruce Momjian
2009-04-07
*
More GUC units doc updates.
Bruce Momjian
2009-04-07
*
Add an optional parameter to pg_start_backup() that specifies whether to do
Tom Lane
2009-04-07
*
Add unit documentation for various postgresql.conf settings.
Bruce Momjian
2009-04-06
*
Add entry in the encoding number to OS name table for KOI8-U.
Peter Eisentraut
2009-04-06
*
Properly align equals signs in new postgresql.conf units comments.
Bruce Momjian
2009-04-06
*
Document in postgresql.conf that the default units for
Bruce Momjian
2009-04-06
*
Display postgresql.conf unit options in an easier-to-understand,
Bruce Momjian
2009-04-06
*
Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defense
Teodor Sigaev
2009-04-06
*
Rename the new CREATE DATABASE options to set collation and ctype into
Heikki Linnakangas
2009-04-06
*
Change cardinality() into a C-code function, instead of a SQL-language
Tom Lane
2009-04-05
*
Make ExecInitExpr build the list of SubPlans found in a plan tree in order
Tom Lane
2009-04-05
*
Change EXPLAIN output so that subplans and initplans (particularly CTEs)
Tom Lane
2009-04-05
*
Fix infinite loop while checking of partial match in pending list.
Teodor Sigaev
2009-04-05
*
Remove a boatload of useless definitions of 'int optreset'. If we
Tom Lane
2009-04-05
*
Remove the recently added node types ReloptElem and OptionDefElem in favor
Tom Lane
2009-04-04
*
A session that does not have any live snapshots does not have to be waited for
Tom Lane
2009-04-04
*
Rewrite interval_hash() so that the hashcodes are equal for values that
Tom Lane
2009-04-04
*
Disallow setting fillfactor for TOAST tables.
Alvaro Herrera
2009-04-04
*
Add a comment documenting the question of whether PrefetchBuffer should
Tom Lane
2009-04-03
*
Refactor ExecProject and associated routines so that fast-path code is used
Tom Lane
2009-04-02
*
Revert DTrace patch from Robert Lor
Bruce Momjian
2009-04-02
*
Give a better error message when trying to change
Bruce Momjian
2009-04-02
*
Add support for additional DTrace probes.
Bruce Momjian
2009-04-02
*
Fix SetClientEncoding() to maintain a cache of previously selected encoding
Tom Lane
2009-04-02
*
Fix GUC's reports of assign_hook failure to always include the parameter value
Tom Lane
2009-04-02
*
Update comment to reflect that LC_COLLATE and LC_CTYPE are now
Heikki Linnakangas
2009-04-01
*
Remove last references to the crypt auth method, per Andreas Scherbaum.
Tom Lane
2009-04-01
*
Modify the relcache to record the temp status of both local and nonlocal
Tom Lane
2009-03-31
*
Add a "relistemp" boolean column to pg_class, which is true for temporary
Tom Lane
2009-03-31
*
Fix a rare race condition when commit_siblings > 0 and a transaction commits
Heikki Linnakangas
2009-03-31
*
Fix window function plan generation to cope with volatile sort expressions.
Tom Lane
2009-03-30
*
Fix an oversight in the support for storing/retrieving "minimal tuples" in
Tom Lane
2009-03-30
*
Add an errdetail explaining why we reject infinite dates and timestamps
Tom Lane
2009-03-27
*
Fix possible failures when a tuplestore switches from in-memory to on-disk
Tom Lane
2009-03-27
*
Teach reindex_index() to clear pg_index.indcheckxmin when possible.
Tom Lane
2009-03-27
*
Gettext plural support
Peter Eisentraut
2009-03-26
*
Adjust phrasing of complaints about multi-byte COPY delimiter strings.
Tom Lane
2009-03-26
*
If we expect a hash join to be performed in multiple batches, suppress
Tom Lane
2009-03-26
[next]