projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2007-05-14
Alvaro Herrera
Report all dependent objects to the server log when...
commit
|
commitdiff
|
tree
2007-05-14
Bruce Momjian
Update instructions on creating TODO entry.
commit
|
commitdiff
|
tree
2007-05-13
Magnus Hagander
Log directory we're installing into.
commit
|
commitdiff
|
tree
2007-05-13
Bruce Momjian
Mark as done, add URL for other item:
commit
|
commitdiff
|
tree
2007-05-12
Bruce Momjian
Add:
commit
|
commitdiff
|
tree
2007-05-12
Bruce Momjian
Add:
commit
|
commitdiff
|
tree
2007-05-12
Tom Lane
Improve predicate_refuted_by_simple_clause() to handle...
commit
|
commitdiff
|
tree
2007-05-12
Tom Lane
Fix the problem that creating a user-defined type named...
commit
|
commitdiff
|
tree
2007-05-11
Tom Lane
Fix my oversight in enabling domains-of-domains: ALTER...
commit
|
commitdiff
|
tree
2007-05-11
Neil Conway
Improvements to the SGML docs for TRUNCATE and CLUSTER.
commit
|
commitdiff
|
tree
2007-05-11
Tom Lane
Support arrays of composite types, including the rowtyp...
commit
|
commitdiff
|
tree
2007-05-10
Michael Meskes
Added some more error logging.
commit
|
commitdiff
|
tree
2007-05-10
Michael Meskes
- Synced parser and keyword list
commit
|
commitdiff
|
tree
2007-05-08
Tom Lane
Reserve some pg_statistic "kind" codes for use by the...
commit
|
commitdiff
|
tree
2007-05-08
Neil Conway
Add a hash function for "numeric". Mark the equality...
commit
|
commitdiff
|
tree
2007-05-08
Tom Lane
Add an explicit comment about POSIX time zone names...
commit
|
commitdiff
|
tree
2007-05-08
Peter Eisentraut
The appended patch addresses the outstanding issues...
commit
|
commitdiff
|
tree
2007-05-07
Alvaro Herrera
Make sure we don't skip databases that are supposed...
commit
|
commitdiff
|
tree
2007-05-07
Peter Eisentraut
Grammar correction
commit
|
commitdiff
|
tree
2007-05-07
Neil Conway
Doc tweak: add an xref.
commit
|
commitdiff
|
tree
2007-05-05
Magnus Hagander
Check return code from strxfrm on Windows since it...
commit
|
commitdiff
|
tree
2007-05-05
Bruce Momjian
Done:
commit
|
commitdiff
|
tree
2007-05-05
Bruce Momjian
Move item:
commit
|
commitdiff
|
tree
2007-05-05
Bruce Momjian
Done:
commit
|
commitdiff
|
tree
2007-05-05
Bruce Momjian
Wording update to FAQ_DEV..
commit
|
commitdiff
|
tree
2007-05-05
Bruce Momjian
Add note to FAQ_DEV that regression tests might need...
commit
|
commitdiff
|
tree
2007-05-05
Bruce Momjian
In developer's FAQ, update list API, from Tom Lane.
commit
|
commitdiff
|
tree
2007-05-05
Bruce Momjian
Add FAQ item about how patches are reviewed.
commit
|
commitdiff
|
tree
2007-05-05
Bruce Momjian
Done:
commit
|
commitdiff
|
tree
2007-05-04
Tom Lane
Add a line to the EXPLAIN ANALYZE output for a Sort...
commit
|
commitdiff
|
tree
2007-05-04
Tom Lane
tas() support for Renesas' M32R processor. Kazuhiro...
commit
|
commitdiff
|
tree
2007-05-04
Andrew Dunstan
Make clearer how arguments and return values in pl...
commit
|
commitdiff
|
tree
2007-05-04
Tom Lane
Suppress a recently-introduced 'variable might be clobb...
commit
|
commitdiff
|
tree
2007-05-04
Tom Lane
A few fixups in error handling: mark pg_re_throw()...
commit
|
commitdiff
|
tree
2007-05-04
Tom Lane
Teach tuplesort.c about "top N" sorting, in which only...
commit
|
commitdiff
|
tree
2007-05-03
Tom Lane
Tweak hash index AM to use the new ReadOrZeroBuffer...
commit
|
commitdiff
|
tree
2007-05-03
Alvaro Herrera
Fix a few more double words in docs.
commit
|
commitdiff
|
tree
2007-05-03
Neil Conway
Fix some typos in the documentation. Patch from Brian...
commit
|
commitdiff
|
tree
2007-05-03
Magnus Hagander
Release builds generate different strangely formatted...
commit
|
commitdiff
|
tree
2007-05-02
Tom Lane
Dept. of second thoughts: add comments cautioning again...
commit
|
commitdiff
|
tree
2007-05-02
Tom Lane
During WAL recovery, when reading a page that we intend...
commit
|
commitdiff
|
tree
2007-05-02
Tom Lane
Fix things so that when CREATE INDEX CONCURRENTLY sets...
commit
|
commitdiff
|
tree
2007-05-02
Alvaro Herrera
Use the new TimestampDifferenceExceeds API instead...
commit
|
commitdiff
|
tree
2007-05-02
Alvaro Herrera
Fix failure to check for INVALID worker entry in the...
commit
|
commitdiff
|
tree
2007-05-02
Tom Lane
Fix oversight in PG_RE_THROW processing: it's entirely...
commit
|
commitdiff
|
tree
2007-05-01
Magnus Hagander
Add wrapper script around install.pl that calls builden...
commit
|
commitdiff
|
tree
2007-05-01
Tom Lane
Fix a thinko in my patch of a couple months ago for...
commit
|
commitdiff
|
tree
2007-04-30
Tom Lane
Change the timestamps recorded in transaction commit...
commit
|
commitdiff
|
tree
2007-04-30
Tom Lane
Fix oversight in my patch of yesterday: forgot to ensur...
commit
|
commitdiff
|
tree
2007-04-30
Tom Lane
Implement rate-limiting logic on how often backends...
commit
|
commitdiff
|
tree
2007-04-30
Tom Lane
Marginal performance hack: use a dedicated routine...
commit
|
commitdiff
|
tree
2007-04-30
Tom Lane
Marginal performance hack: avoid unnecessary work in...
commit
|
commitdiff
|
tree
2007-04-30
Tom Lane
Marginal performance hack: remove the loop that used...
commit
|
commitdiff
|
tree
2007-04-29
Bruce Momjian
Update to 8.4:
commit
|
commitdiff
|
tree
2007-04-29
Bruce Momjian
Pl/pgsql MOVE done:
commit
|
commitdiff
|
tree
2007-04-29
Neil Conway
Support for MOVE in PL/PgSQL. Initial patch from Magnus...
commit
|
commitdiff
|
tree
2007-04-28
Neil Conway
Add support for IN as alternative to FROM in PL/PgSQL...
commit
|
commitdiff
|
tree
2007-04-27
Tom Lane
Modify processing of DECLARE CURSOR and EXPLAIN so...
commit
|
commitdiff
|
tree
2007-04-27
Neil Conway
Remove no-longer-true statement from the docs. Since...
commit
|
commitdiff
|
tree
2007-04-27
Magnus Hagander
Properly set MODULE_PATHNAME based on module name inste...
commit
|
commitdiff
|
tree
2007-04-27
Michael Meskes
Removed non-existant function from extern.h
commit
|
commitdiff
|
tree
2007-04-27
Michael Meskes
Inlined two functions to get rid of va_list problems...
commit
|
commitdiff
|
tree
2007-04-26
Tom Lane
Fix dynahash.c to suppress hash bucket splits while...
commit
|
commitdiff
|
tree
2007-04-26
Neil Conway
Another tweak for tab completion of CREATE TEMP. Instea...
commit
|
commitdiff
|
tree
2007-04-26
Neil Conway
Consistency tweaks for a table in the SGML docs: we...
commit
|
commitdiff
|
tree
2007-04-26
Neil Conway
Minor enhancement to psql tab completion. If we see...
commit
|
commitdiff
|
tree
2007-04-26
Neil Conway
Minor tweak for DISCARD ref page.
commit
|
commitdiff
|
tree
2007-04-26
Neil Conway
Rename the newly-added commands for discarding session...
commit
|
commitdiff
|
tree
2007-04-26
Magnus Hagander
libpgtypes is a client lib, should not link with backend.
commit
|
commitdiff
|
tree
2007-04-26
Magnus Hagander
Generate "fake configure output" for pg_config, so...
commit
|
commitdiff
|
tree
2007-04-25
Neil Conway
Minor consistency tweak for SGML docs.
commit
|
commitdiff
|
tree
2007-04-25
Magnus Hagander
Install libpgport.lib as needed by some client programs.
commit
|
commitdiff
|
tree
2007-04-25
Magnus Hagander
Install headers in the same directory structure as...
commit
|
commitdiff
|
tree
2007-04-25
Bruce Momjian
Remove tabs from installation.sgml.
commit
|
commitdiff
|
tree
2007-04-25
Bruce Momjian
Update Japanese FAQs.
commit
|
commitdiff
|
tree
2007-04-24
Bruce Momjian
Fix typo.
commit
|
commitdiff
|
tree
2007-04-24
Bruce Momjian
Update FAQ item:
commit
|
commitdiff
|
tree
2007-04-24
Magnus Hagander
Set maximum semaphore count to 32767 instead of 1....
commit
|
commitdiff
|
tree
2007-04-23
Magnus Hagander
Don't try to install uuid-ossp since we don't build it.
commit
|
commitdiff
|
tree
2007-04-23
Neil Conway
Fix newly-introduced documentation typo.
commit
|
commitdiff
|
tree
2007-04-22
Peter Eisentraut
Make some functions immutable.
commit
|
commitdiff
|
tree
2007-04-22
Peter Eisentraut
Fix typo
commit
|
commitdiff
|
tree
2007-04-22
Bruce Momjian
Done:
commit
|
commitdiff
|
tree
2007-04-22
Tom Lane
Remove some of the most blatant brain-fade in the recen...
commit
|
commitdiff
|
tree
2007-04-21
Tom Lane
Some further performance tweaks for planning large...
commit
|
commitdiff
|
tree
2007-04-21
Magnus Hagander
Fix build for directories with spaces in them by quotin...
commit
|
commitdiff
|
tree
2007-04-21
Peter Eisentraut
Make configuration parameters fall back to their defaul...
commit
|
commitdiff
|
tree
2007-04-21
Magnus Hagander
Don't try to build uuid-ossp on msvc.
commit
|
commitdiff
|
tree
2007-04-21
Peter Eisentraut
Fix alignment of help output.
commit
|
commitdiff
|
tree
2007-04-21
Peter Eisentraut
Contrib module uuid-ossp for generating UUID values...
commit
|
commitdiff
|
tree
2007-04-21
Andrew Dunstan
Document new -with-libxslt build option.
commit
|
commitdiff
|
tree
2007-04-21
Tom Lane
Avoid useless work during set_plain_rel_pathlist()...
commit
|
commitdiff
|
tree
2007-04-21
Tom Lane
Tweak make_inh_translation_lists() to check the common...
commit
|
commitdiff
|
tree
2007-04-21
Tom Lane
Improve the way in which CatalogCacheComputeHashValue...
commit
|
commitdiff
|
tree
2007-04-21
Tom Lane
Adjust pgstat_initstats() to avoid repeated searches...
commit
|
commitdiff
|
tree
2007-04-21
Tom Lane
Tweak set_rel_width() to avoid redundant executions...
commit
|
commitdiff
|
tree
2007-04-20
Peter Eisentraut
Documentation for UUID type
commit
|
commitdiff
|
tree
2007-04-20
Bruce Momjian
Add comment on why deadlock detection error messages...
commit
|
commitdiff
|
tree
2007-04-20
Bruce Momjian
Add script major_release_split to simplify creating...
commit
|
commitdiff
|
tree
2007-04-20
Bruce Momjian
Add mention of checking <link> behavior of HISTORY...
commit
|
commitdiff
|
tree
next