projects
/
users
/
hanada
/
postgres.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
users/hanada/postgres.git
2010-02-14
Tom Lane
Document the behavior of STRICT VARIADIC functions.
commit
|
commitdiff
|
tree
2010-02-13
Bruce Momjian
Improve C comment about why we return "0 0" for some...
commit
|
commitdiff
|
tree
2010-02-13
Tom Lane
Don't expose the inline definition of MemoryContextSwit...
commit
|
commitdiff
|
tree
2010-02-13
Simon Riggs
Improvements to ps message of startup process during...
commit
|
commitdiff
|
tree
2010-02-13
Simon Riggs
Fix relcache init file invalidation during Hot Standby...
commit
|
commitdiff
|
tree
2010-02-13
Bruce Momjian
Remove tabs from sgml.
commit
|
commitdiff
|
tree
2010-02-13
Tom Lane
Support inlining various small performance-critical...
commit
|
commitdiff
|
tree
2010-02-13
Simon Riggs
Re-enable max_standby_delay = -1 using deadlock detecti...
commit
|
commitdiff
|
tree
2010-02-13
Simon Riggs
Introduce WAL records to log reuse of btree pages,...
commit
|
commitdiff
|
tree
2010-02-12
Tom Lane
Tweak the order of processing of WITH clauses so that...
commit
|
commitdiff
|
tree
2010-02-12
Andrew Dunstan
Add regression test files inadvertantly omitted in...
commit
|
commitdiff
|
tree
2010-02-12
Tom Lane
Don't choke when exec_move_row assigns a synthesized...
commit
|
commitdiff
|
tree
2010-02-12
Andrew Dunstan
Add plperl.on_plperl_init and plperl.on_plperlu_init...
commit
|
commitdiff
|
tree
2010-02-12
Tom Lane
Extend the set of frame options supported for window...
commit
|
commitdiff
|
tree
2010-02-12
Heikki Linnakangas
Update Hot Standby documentation to reflect the change...
commit
|
commitdiff
|
tree
2010-02-12
Heikki Linnakangas
Reduce the chatter to the log when starting a standby...
commit
|
commitdiff
|
tree
2010-02-12
Heikki Linnakangas
Clean up Streaming Replication documentation a little...
commit
|
commitdiff
|
tree
2010-02-12
Heikki Linnakangas
If primary_conninfo is not set, don't try to establish...
commit
|
commitdiff
|
tree
2010-02-12
Heikki Linnakangas
Check for partial WAL files in standby mode. If restore...
commit
|
commitdiff
|
tree
2010-02-12
Andrew Dunstan
Free reference in correct Perl context. Backpatch to...
commit
|
commitdiff
|
tree
2010-02-11
Tom Lane
Suppress uninitialized-variable warning.
commit
|
commitdiff
|
tree
2010-02-11
Simon Riggs
Fix typo bug in Hot Standby from recent refactoring...
commit
|
commitdiff
|
tree
2010-02-11
Teodor Sigaev
Generic implementation of red-black binary tree. It...
commit
|
commitdiff
|
tree
2010-02-10
Heikki Linnakangas
Now that streaming replication switches between streami...
commit
|
commitdiff
|
tree
2010-02-10
Tom Lane
Improve planner's choices about when to use hashing...
commit
|
commitdiff
|
tree
2010-02-09
Tom Lane
Fix up rickety handling of relation-truncation interlocks.
commit
|
commitdiff
|
tree
2010-02-09
Heikki Linnakangas
Fix bug in GIN WAL redo cleanup function: don't free...
commit
|
commitdiff
|
tree
2010-02-09
Magnus Hagander
Typo fix, per Thom Brown
commit
|
commitdiff
|
tree
2010-02-09
Magnus Hagander
Define the value for in6addr_any on MingW, since it...
commit
|
commitdiff
|
tree
2010-02-09
Heikki Linnakangas
Move "Warm Standby Servers for High Availability" and...
commit
|
commitdiff
|
tree
2010-02-09
Michael Meskes
First try to make this one ecpg regression test work...
commit
|
commitdiff
|
tree
2010-02-09
Tom Lane
Allow free space map vacuuming to be interrupted.
commit
|
commitdiff
|
tree
2010-02-09
Tom Lane
Rearrange lazy-vacuum code a little bit to reduce the...
commit
|
commitdiff
|
tree
2010-02-08
Tom Lane
Create an official API function for C functions to...
commit
|
commitdiff
|
tree
2010-02-08
Heikki Linnakangas
Remove obsolete comment about 'fsm' argument, which...
commit
|
commitdiff
|
tree
2010-02-08
Tom Lane
Fix serious performance bug in new implementation of...
commit
|
commitdiff
|
tree
2010-02-08
Bruce Momjian
Add C comments that HEAP_MOVED_* define usage is only...
commit
|
commitdiff
|
tree
2010-02-08
Bruce Momjian
Update high availability/replication documentation...
commit
|
commitdiff
|
tree
2010-02-08
Heikki Linnakangas
Remove piece of code to zero out minRecoveryPoint when...
commit
|
commitdiff
|
tree
2010-02-08
Tom Lane
Remove CatalogCacheFlushRelation, and the reloidattr...
commit
|
commitdiff
|
tree
2010-02-08
Tom Lane
Remove some more dead VACUUM-FULL-only code.
commit
|
commitdiff
|
tree
2010-02-08
Tom Lane
Remove old-style VACUUM FULL (which was known for a...
commit
|
commitdiff
|
tree
2010-02-07
Tom Lane
Work around deadlock problems with VACUUM FULL/CLUSTER...
commit
|
commitdiff
|
tree
2010-02-07
Tom Lane
Looks like we need #include <sys/stat.h> here on some
commit
|
commitdiff
|
tree
2010-02-07
Tom Lane
Create a "relation mapping" infrastructure to support...
commit
|
commitdiff
|
tree
2010-02-06
Tom Lane
Avoid changing the sign of zero. Per buildfarm failures.
commit
|
commitdiff
|
tree
2010-02-05
Bruce Momjian
Mention warm and now "hot" standby servers in the high...
commit
|
commitdiff
|
tree
2010-02-05
Bruce Momjian
Document that archive_timeout will force new WAL files...
commit
|
commitdiff
|
tree
2010-02-05
Bruce Momjian
Add C comment about process_settings() setting order.
commit
|
commitdiff
|
tree
2010-02-05
Bruce Momjian
Previous commit was: Properly document that OVER and...
commit
|
commitdiff
|
tree
2010-02-05
Bruce Momjian
Previous commit was to have tab checking as part of...
commit
|
commitdiff
|
tree
2010-02-05
Bruce Momjian
*** empty log message ***
commit
|
commitdiff
|
tree
2010-02-05
Bruce Momjian
Improve PL/Perl documentation of database access functions.
commit
|
commitdiff
|
tree
2010-02-05
Bruce Momjian
Add SGML 'check-tabs' Makefile rule to check for tabs.
commit
|
commitdiff
|
tree
2010-02-05
Bruce Momjian
Remove /contrib/isn copyright mention for German Mendez...
commit
|
commitdiff
|
tree
2010-02-05
Bruce Momjian
Rewrite rint() to enable removal of copyright mention...
commit
|
commitdiff
|
tree
2010-02-05
Joe Conway
Modify recently added PQconnectdbParams() with new...
commit
|
commitdiff
|
tree
2010-02-05
Bruce Momjian
Rewrite intagg/Makefile from scratch, to avoid copyrigh...
commit
|
commitdiff
|
tree
2010-02-04
Michael Meskes
Usage of isnan() in ECPG regression tests probably...
commit
|
commitdiff
|
tree
2010-02-04
Michael Meskes
Streamlined array handling code in libecpg a little...
commit
|
commitdiff
|
tree
2010-02-04
Tom Lane
Three out of four of us like this phrasing better.
commit
|
commitdiff
|
tree
2010-02-04
Tom Lane
Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE...
commit
|
commitdiff
|
tree
2010-02-03
Joe Conway
Check to ensure the number of primary key fields suppli...
commit
|
commitdiff
|
tree
2010-02-03
Bruce Momjian
Mention "unquoted" identifiers are case-insensitive.
commit
|
commitdiff
|
tree
2010-02-03
Bruce Momjian
Proofreading improvements for the Administration docume...
commit
|
commitdiff
|
tree
2010-02-03
Michael Meskes
Fixed some typos in ECPG regression test suite that...
commit
|
commitdiff
|
tree
2010-02-03
Heikki Linnakangas
Move the responsibility of writing a "unlogged WAL...
commit
|
commitdiff
|
tree
2010-02-03
Heikki Linnakangas
Add a message type header to the CopyData messages...
commit
|
commitdiff
|
tree
2010-02-03
Tom Lane
Fix unwarranted assumption that a cached rowtype would...
commit
|
commitdiff
|
tree
2010-02-03
Tom Lane
Add #include <float.h> --- guessing the lack of this...
commit
|
commitdiff
|
tree
2010-02-03
Tom Lane
Fix timing-sensitive regression test result I just...
commit
|
commitdiff
|
tree
2010-02-03
Tom Lane
Assorted cleanups in preparation for using a map file...
commit
|
commitdiff
|
tree
2010-02-02
Tom Lane
Fix assorted poorly-thought-out message strings: use...
commit
|
commitdiff
|
tree
2010-02-02
Tom Lane
CLUSTER specified the wrong namespace when renaming...
commit
|
commitdiff
|
tree
2010-02-02
Magnus Hagander
Make RADIUS authentication use pg_getaddrinfo_all(...
commit
|
commitdiff
|
tree
2010-02-02
Robert Haas
Fold FindConversion() into FindConversionByName() and...
commit
|
commitdiff
|
tree
2010-02-02
Bruce Momjian
Remove copyright mention of Andrew Yu, per author's...
commit
|
commitdiff
|
tree
2010-02-02
Tom Lane
The particular table names used in the new inheritance...
commit
|
commitdiff
|
tree
2010-02-02
Michael Meskes
Fixed NaN/Infinity problems in ECPG for float/double...
commit
|
commitdiff
|
tree
2010-02-01
Robert Haas
Tighten integrity checks on ALTER TABLE ... ALTER COLUM...
commit
|
commitdiff
|
tree
2010-02-01
Bruce Momjian
Remove tabs in sgml.
commit
|
commitdiff
|
tree
2010-02-01
Robert Haas
Augment EXPLAIN output with more details on Hash nodes.
commit
|
commitdiff
|
tree
2010-02-01
Robert Haas
Minor documentation improvements for new string_agg...
commit
|
commitdiff
|
tree
2010-02-01
Simon Riggs
Revoke augmentation of WAL records for btree delete...
commit
|
commitdiff
|
tree
2010-02-01
Itagaki Takahiro
Add string_agg aggregate functions. The one argument...
commit
|
commitdiff
|
tree
2010-02-01
Tom Lane
Change regexp engine's ccondissect/crevdissect routines...
commit
|
commitdiff
|
tree
2010-01-31
Simon Riggs
Detect early deadlock in Hot Standby when Startup is...
commit
|
commitdiff
|
tree
2010-01-31
Tom Lane
Fix memory leak created by deferrable-index-constraints...
commit
|
commitdiff
|
tree
2010-01-31
Magnus Hagander
Make checks for invalid pgStatSock use PGINVALID_SOCKET
commit
|
commitdiff
|
tree
2010-01-31
Tom Lane
Parenthesize this macro, just in case.
commit
|
commitdiff
|
tree
2010-01-31
Tom Lane
Get rid of unportable use of socklen_t --- we have...
commit
|
commitdiff
|
tree
2010-01-31
Magnus Hagander
Remove now unnecessary loop around CallNamedPipe().
commit
|
commitdiff
|
tree
2010-01-31
Magnus Hagander
Fix race condition in win32 signal handling.
commit
|
commitdiff
|
tree
2010-01-30
Tom Lane
Avoid performing encoding conversion on command tag...
commit
|
commitdiff
|
tree
2010-01-30
Tom Lane
Fix memory leakage introduced into print_aligned_text...
commit
|
commitdiff
|
tree
2010-01-30
Tom Lane
Fix some comments that got mangled by pgindent.
commit
|
commitdiff
|
tree
2010-01-30
Andrew Dunstan
Add plperl.on_perl_init setting to provide for initiali...
commit
|
commitdiff
|
tree
2010-01-29
Simon Riggs
Adjust GetLockConflicts() so that it uses TopMemoryCont...
commit
|
commitdiff
|
tree
2010-01-29
Simon Riggs
Augment WAL records for btree delete with GetOldestXmin...
commit
|
commitdiff
|
tree
2010-01-29
Robert Haas
Allow psql variables to be interpolated with literal...
commit
|
commitdiff
|
tree
next