git.postgresql.org Git - postgresql.git/shortlog
git
projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2011年12月14日
Heikki Linnakangas
Add support for passing cursor parameters in named...
commit
|
commitdiff
|
tree
2011年12月12日
Tom Lane
Move BKP_REMOVABLE bit from individual WAL records...
commit
|
commitdiff
|
tree
2011年12月12日
Heikki Linnakangas
Revert the behavior of inet/cidr functions to not unpac...
commit
|
commitdiff
|
tree
2011年12月10日
Andrew Dunstan
Miscellaneous cleanup to silence compiler warnings...
commit
|
commitdiff
|
tree
2011年12月10日
Andrew Dunstan
Remove define inadvertantly left over from testing.
commit
|
commitdiff
|
tree
2011年12月10日
Andrew Dunstan
Enable compiling with the mingw-w64 32 bit compiler.
commit
|
commitdiff
|
tree
2011年12月09日
Robert Haas
If pg_test_fsync is interrupted, clean up the temp...
commit
|
commitdiff
|
tree
2011年12月09日
Peter Eisentraut
Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVE...
commit
|
commitdiff
|
tree
2011年12月09日
Heikki Linnakangas
Don't set reachedMinRecoveryPoint during crash recovery...
commit
|
commitdiff
|
tree
2011年12月09日
Heikki Linnakangas
Cancel running query if it is detected that the connect...
commit
|
commitdiff
|
tree
2011年12月07日
Peter Eisentraut
Add const qualifiers to node inspection functions
commit
|
commitdiff
|
tree
2011年12月07日
Tom Lane
Fix corner cases in readlink() usage.
commit
|
commitdiff
|
tree
2011年12月07日
Magnus Hagander
Better error reporting if the link target is too long
commit
|
commitdiff
|
tree
2011年12月07日
Magnus Hagander
Avoid using readlink() on platforms that don't support it
commit
|
commitdiff
|
tree
2011年12月07日
Magnus Hagander
Remove spclocation field from pg_tablespace
commit
|
commitdiff
|
tree
2011年12月07日
Tom Lane
Create a "sort support" interface API for faster sorting.
commit
|
commitdiff
|
tree
2011年12月06日
Robert Haas
Typo fixes for commit 2ad36c4e44c8b513f6155656e1b7a8d26...
commit
|
commitdiff
|
tree
2011年12月06日
Robert Haas
Make command-line tools smarter about finding a DB...
commit
|
commitdiff
|
tree
2011年12月06日
Magnus Hagander
Add missing documentation for function pg_stat_get_wal_...
commit
|
commitdiff
|
tree
2011年12月05日
Bruce Momjian
In pg_upgrade, allow tables using regclass to be upgrad...
commit
|
commitdiff
|
tree
2011年12月05日
Tom Lane
Remove troublesome Asserts in cost_mergejoin().
commit
|
commitdiff
|
tree
2011年12月05日
Peter Eisentraut
plpython: Add SPI cursor support
commit
|
commitdiff
|
tree
2011年12月04日
Andrew Dunstan
Add a \setenv command to psql.
commit
|
commitdiff
|
tree
2011年12月04日
Magnus Hagander
Remove incorrect instructions to run CREATE FOREIGN...
commit
|
commitdiff
|
tree
2011年12月04日
Michael Meskes
Applied another patch by Zoltan to fix memory alignemen...
commit
|
commitdiff
|
tree
2011年12月03日
Magnus Hagander
Treat ENOTDIR as ENOENT when looking for client certifi...
commit
|
commitdiff
|
tree
2011年12月02日
Bruce Momjian
Update documentation suggestions for debugging the...
commit
|
commitdiff
|
tree
2011年12月02日
Peter Eisentraut
psql: Make temporary editor files have .sql extension
commit
|
commitdiff
|
tree
2011年12月02日
Tom Lane
Add some weasel wording about threaded usage of PGresults.
commit
|
commitdiff
|
tree
2011年12月02日
Heikki Linnakangas
During recovery, if we reach consistent state and still...
commit
|
commitdiff
|
tree
2011年12月01日
Tom Lane
Clarify documentation about SQL:2008 variant of LIMIT...
commit
|
commitdiff
|
tree
2011年12月01日
Robert Haas
Make pgcompinclude/pgrminclude less tied to Bruce's...
commit
|
commitdiff
|
tree
2011年12月01日
Tom Lane
Fix getTypeIOParam to support type record[].
commit
|
commitdiff
|
tree
2011年12月01日
Bruce Momjian
Add file-fdw documentation example.
commit
|
commitdiff
|
tree
2011年12月01日
Bruce Momjian
Add documentation mention that 7 != NULL also returns...
commit
|
commitdiff
|
tree
2011年12月01日
Tom Lane
Update information about configuring SysV IPC parameter...
commit
|
commitdiff
|
tree
2011年12月01日
Tom Lane
Draft release notes for 9.1.2, 9.0.6, 8.4.10, 8.3.17...
commit
|
commitdiff
|
tree
2011年11月30日
Tom Lane
Update time zone data files to tzdata release 2011n.
commit
|
commitdiff
|
tree
2011年11月30日
Robert Haas
Improve table locking behavior in the face of current...
commit
|
commitdiff
|
tree
2011年11月30日
Tom Lane
Tweak previous patch to ensure edata->filename always...
commit
|
commitdiff
|
tree
2011年11月30日
Peter Eisentraut
Strip file names reported in error messages in vpath...
commit
|
commitdiff
|
tree
2011年11月30日
Tom Lane
Remove duplicate definition of 'progname'.
commit
|
commitdiff
|
tree
2011年11月30日
Tom Lane
Move EXTRA_CLEAN to where it actually works.
commit
|
commitdiff
|
tree
2011年11月30日
Tom Lane
Prevent autovacuum transactions from running in seriali...
commit
|
commitdiff
|
tree
2011年11月30日
Bruce Momjian
Change installation docs to mention general debugging...
commit
|
commitdiff
|
tree
2011年11月30日
Tom Lane
Clean up after recent pg_dump patches.
commit
|
commitdiff
|
tree
2011年11月30日
Bruce Momjian
In docs, suggest "-O0 -g" only if using a debugger.
commit
|
commitdiff
|
tree
2011年11月29日
Tom Lane
When a row fails a not-null constraint, show row's...
commit
|
commitdiff
|
tree
2011年11月29日
Bruce Momjian
Simplify the pg_dump/pg_restore error reporting macros...
commit
|
commitdiff
|
tree
2011年11月29日
Bruce Momjian
Suggest configure options for server developers.
commit
|
commitdiff
|
tree
2011年11月29日
Tom Lane
When a row fails a CHECK constraint, show row's content...
commit
|
commitdiff
|
tree
2011年11月29日
Peter Eisentraut
pg_dump: Add gettext plural support to error message
commit
|
commitdiff
|
tree
2011年11月29日
Peter Eisentraut
pg_upgrade: Disable installcheck
commit
|
commitdiff
|
tree
2011年11月29日
Peter Eisentraut
python.m4: Remove useless "import string" calls
commit
|
commitdiff
|
tree
2011年11月29日
Peter Eisentraut
plpython: Fix sed expression in python3 build
commit
|
commitdiff
|
tree
2011年11月29日
Peter Eisentraut
pg_dump: Fix clean rule after file renaming shuffle
commit
|
commitdiff
|
tree
2011年11月29日
Bruce Momjian
Document that perl needs to be indented during the...
commit
|
commitdiff
|
tree
2011年11月29日
Tom Lane
Make some minor formatting improvements to what pginden...
commit
|
commitdiff
|
tree
2011年11月29日
Tom Lane
Disallow deletion of CurrentExtensionObject while runni...
commit
|
commitdiff
|
tree
2011年11月28日
Bruce Momjian
Pgindent clauses.c, per request from Tom.
commit
|
commitdiff
|
tree
2011年11月28日
Tom Lane
Convert eval_const_expressions's long series of IsA...
commit
|
commitdiff
|
tree
2011年11月28日
Tom Lane
Remove erroneous claim about use of pg_locks.objid...
commit
|
commitdiff
|
tree
2011年11月28日
Tom Lane
Fix some bogosities in pg_dump's foreign-table support.
commit
|
commitdiff
|
tree
2011年11月28日
Magnus Hagander
Add libpq connection option to disable SSL compression
commit
|
commitdiff
|
tree
2011年11月28日
Tom Lane
Ensure that whole-row junk Vars are always of composite...
commit
|
commitdiff
|
tree
2011年11月28日
Andrew Dunstan
Make pg_dumpall build with the right object files under...
commit
|
commitdiff
|
tree
2011年11月27日
Tom Lane
Use IEEE infinity, not 1e10, for null-and-not-null...
commit
|
commitdiff
|
tree
2011年11月27日
Tom Lane
Improve GiST range-contained-by searches by adding...
commit
|
commitdiff
|
tree
2011年11月27日
Peter Eisentraut
Add pg_upgrade test suite
commit
|
commitdiff
|
tree
2011年11月27日
Tom Lane
Use the proper macro to convert a bool to a Datum.
commit
|
commitdiff
|
tree
2011年11月27日
Andrew Dunstan
Fix MSVC builds broken by xsubpp change
commit
|
commitdiff
|
tree
2011年11月27日
Bruce Momjian
Move pg_dump memory routines into pg_dumpmem.c/h and...
commit
|
commitdiff
|
tree
2011年11月26日
Andrew Dunstan
Use the right interpreter for encoding test.
commit
|
commitdiff
|
tree
2011年11月26日
Andrew Dunstan
Use the preferred version of xsubpp, not necessarily...
commit
|
commitdiff
|
tree
2011年11月26日
Tom Lane
Make GiST index searches smarter about queries against...
commit
|
commitdiff
|
tree
2011年11月26日
Tom Lane
Fix overly-aggressive and inconsistent quoting in OS...
commit
|
commitdiff
|
tree
2011年11月26日
Andrew Dunstan
Ensure plperl strings are always correctly UTF8 encoded.
commit
|
commitdiff
|
tree
2011年11月26日
Bruce Momjian
Fix join_path_components() to not add a leading slash...
commit
|
commitdiff
|
tree
2011年11月26日
Heikki Linnakangas
Take fillfactor into account in the new COPY bulk heap...
commit
|
commitdiff
|
tree
2011年11月26日
Bruce Momjian
Remove ENABLE_SAME_CATVERSION_UPGRADES as unnecessary.
commit
|
commitdiff
|
tree
2011年11月25日
Alvaro Herrera
Fix unvalidated check constraints on domains, too
commit
|
commitdiff
|
tree
2011年11月25日
Bruce Momjian
Modify pg_dump to use error-free memory allocation...
commit
|
commitdiff
|
tree
2011年11月25日
Bruce Momjian
Allow pg_upgrade to upgrade clusters that use exclusion...
commit
|
commitdiff
|
tree
2011年11月25日
Alvaro Herrera
Improve logging of autovacuum I/O activity
commit
|
commitdiff
|
tree
2011年11月25日
Tom Lane
Fix erroneous replay of GIN_UPDATE_META_PAGE WAL records.
commit
|
commitdiff
|
tree
2011年11月25日
Robert Haas
Move "hot" members of PGPROC into a separate PGXACT...
commit
|
commitdiff
|
tree
2011年11月25日
Tom Lane
Fix unsupported options in CREATE TABLE ... AS EXECUTE.
commit
|
commitdiff
|
tree
2011年11月24日
Alvaro Herrera
Dump an unvalidated constraint separately from its...
commit
|
commitdiff
|
tree
2011年11月24日
Heikki Linnakangas
Preserve SQLSTATE when an SPI error is propagated throu...
commit
|
commitdiff
|
tree
2011年11月24日
Bruce Momjian
Add pg_upgrade ENABLE_SAME_CATVERSION_UPGRADES macro...
commit
|
commitdiff
|
tree
2011年11月24日
Tom Lane
Some more editing of the range-types documentation.
commit
|
commitdiff
|
tree
2011年11月23日
Tom Lane
Adjust range_adjacent to support different canonicaliza...
commit
|
commitdiff
|
tree
2011年11月23日
Tom Lane
Creator of a range type must have permission to call...
commit
|
commitdiff
|
tree
2011年11月23日
Tom Lane
Remove user-selectable ANALYZE option for range types.
commit
|
commitdiff
|
tree
2011年11月23日
Tom Lane
Remove zero- and one-argument range constructor functions.
commit
|
commitdiff
|
tree
2011年11月22日
Tom Lane
Improve implementation of range-contains-element tests.
commit
|
commitdiff
|
tree
2011年11月22日
Robert Haas
Check for INSERT privileges in SELECT INTO / CREATE...
commit
|
commitdiff
|
tree
2011年11月22日
Tom Lane
Still more review for range-types patch.
commit
|
commitdiff
|
tree
2011年11月22日
Peter Eisentraut
Small markup and wording improvement
commit
|
commitdiff
|
tree
2011年11月22日
Simon Riggs
Continue to allow VACUUM to mark last block of index...
commit
|
commitdiff
|
tree
next
This is the main PostgreSQL git repository.
RSS
Atom
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル