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
2011-01-20
Robert Haas
Document that WITH queries are also called Common Table...
commit
|
commitdiff
|
tree
2011-01-17
Tom Lane
Fix miscalculation of itemsafter in array_set_slice().
commit
|
commitdiff
|
tree
2011-01-09
Magnus Hagander
Ensure the directory for gram.h is created on win32
commit
|
commitdiff
|
tree
2011-01-09
Magnus Hagander
Properly install gram.h on MSVC builds
commit
|
commitdiff
|
tree
2011-01-04
Andrew Dunstan
Allow older branches to be built with Visual Studio...
commit
|
commitdiff
|
tree
2011-01-04
Andrew Dunstan
Work around header misdefines in modern Windows SDK...
commit
|
commitdiff
|
tree
2010-12-29
Tom Lane
Avoid unexpected conversion overflow in planner for...
commit
|
commitdiff
|
tree
2010-12-24
Andrew Dunstan
Allow vpath builds and regression tests to succeed...
commit
|
commitdiff
|
tree
2010-12-19
Tom Lane
Fix up handling of simple-form CASE with constant test...
commit
|
commitdiff
|
tree
2010-12-19
Tom Lane
Fix erroneous parsing of tsquery input "... & !(subexpr...
commit
|
commitdiff
|
tree
2010-12-18
Magnus Hagander
Document unavailable parameters in some configurations
commit
|
commitdiff
|
tree
2010-12-16
Tom Lane
Remove optreset from src/port/ implementations of getop...
commit
|
commitdiff
|
tree
2010-12-16
Tom Lane
Fix up getopt() reset management so it works on recent...
commit
|
commitdiff
|
tree
2010-12-16
Tom Lane
Fix contrib/seg's GiST picksplit method.
commit
|
commitdiff
|
tree
2010-12-14
Marc G. Fournier
Tag 8.4.6.
commit
|
commitdiff
|
tree
2010-12-14
Tom Lane
Update release notes for releases 9.0.2, 8.4.6, 8.3...
commit
|
commitdiff
|
tree
2010-12-13
Peter Eisentraut
Translation updates for release 8.4.6
commit
|
commitdiff
|
tree
2010-12-13
Tom Lane
Update time zone data files to tzdata release 2010o...
commit
|
commitdiff
|
tree
2010-12-10
Tom Lane
Fix efficiency problems in tuplestore_trim().
commit
|
commitdiff
|
tree
2010-12-09
Tom Lane
Force default wal_sync_method to be fdatasync on Linux.
commit
|
commitdiff
|
tree
2010-12-07
Tom Lane
Add a stack overflow check to copyObject().
commit
|
commitdiff
|
tree
2010-12-01
Tom Lane
Prevent inlining a SQL function with multiple OUT param...
commit
|
commitdiff
|
tree
2010-11-26
Tom Lane
Fix significant memory leak in contrib/xml2 functions.
commit
|
commitdiff
|
tree
2010-11-25
Itagaki Takahiro
Don't raise "identifier will be truncated" messages...
commit
|
commitdiff
|
tree
2010-11-20
Tom Lane
Fix leakage of cost_limit when multiple autovacuum...
commit
|
commitdiff
|
tree
2010-11-16
Heikki Linnakangas
The GiST scan algorithm uses LSNs to detect concurrent...
commit
|
commitdiff
|
tree
2010-11-15
Tom Lane
Fix aboriginal mistake in plpython's set-returning...
commit
|
commitdiff
|
tree
2010-11-15
Robert Haas
Fix bug in cube picksplit algorithm.
commit
|
commitdiff
|
tree
2010-11-14
Tom Lane
Fix canAcceptConnections() bugs introduced by replicati...
commit
|
commitdiff
|
tree
2010-11-13
Tom Lane
Add missing outfuncs.c support for struct InhRelation.
commit
|
commitdiff
|
tree
2010-11-12
Tom Lane
Fix old oversight in const-simplification of COALESCE...
commit
|
commitdiff
|
tree
2010-11-11
Heikki Linnakangas
Fix bug introduced by the recent patch to check that...
commit
|
commitdiff
|
tree
2010-11-10
Tom Lane
Fix line_construct_pm() for the case of "infinite"...
commit
|
commitdiff
|
tree
2010-11-09
Tom Lane
Repair memory leakage while ANALYZE-ing complex index...
commit
|
commitdiff
|
tree
2010-11-09
Heikki Linnakangas
In rewriteheap.c (used by VACUUM FULL and CLUSTER)...
commit
|
commitdiff
|
tree
2010-11-09
Tom Lane
Fix error handling in temp-file deletion with log_temp_...
commit
|
commitdiff
|
tree
2010-11-07
Tom Lane
Add support for detecting register-stack overrun on...
commit
|
commitdiff
|
tree
2010-11-03
Tom Lane
Reduce recursion depth in recently-added regression...
commit
|
commitdiff
|
tree
2010-11-02
Tom Lane
Fix adjust_semi_join to be more cautious about clausele...
commit
|
commitdiff
|
tree
2010-11-02
Tom Lane
Ensure an index that uses a whole-row Var still depends...
commit
|
commitdiff
|
tree
2010-10-28
Tom Lane
Fix plpgsql's handling of "simple" expression evaluation.
commit
|
commitdiff
|
tree
2010-10-27
Heikki Linnakangas
Fix long-standing segfault when accept() or one of...
commit
|
commitdiff
|
tree
2010-10-26
Heikki Linnakangas
Before removing backup_label and irrevocably changing...
commit
|
commitdiff
|
tree
2010-10-20
Heikki Linnakangas
If pk is NULL, the backend would segfault when accessin...
commit
|
commitdiff
|
tree
2010-10-20
Tom Lane
Fix ecpg test building process to not generate *.dSYM...
commit
|
commitdiff
|
tree
2010-10-19
Bruce Momjian
Add mention of using tools/fsync to test fsync methods...
commit
|
commitdiff
|
tree
2010-10-14
Robert Haas
Add pg_user_mappings to the table of system views.
commit
|
commitdiff
|
tree
2010-10-14
Peter Eisentraut
Complete the documentation of the USAGE privilege for...
commit
|
commitdiff
|
tree
2010-10-14
Michael Meskes
Applied patch by Itagaki Takahiro to fix incorrect...
commit
|
commitdiff
|
tree
2010-10-11
Tom Lane
Fix assorted bugs in GIN's WAL replay logic.
commit
|
commitdiff
|
tree
2010-10-08
Robert Haas
Warn that views can be safely used to hide columns...
commit
|
commitdiff
|
tree
2010-10-07
Robert Haas
Improve WAL reliability documentation, and add more...
commit
|
commitdiff
|
tree
2010-10-03
Tom Lane
Behave correctly if INSERT ... VALUES is decorated...
commit
|
commitdiff
|
tree
2010-10-02
Tom Lane
Remove excess argument to open(2).
commit
|
commitdiff
|
tree
2010-10-01
Marc G. Fournier
Tag 8.4.5
commit
|
commitdiff
|
tree
2010-09-30
Tom Lane
Use a separate interpreter for each calling SQL userid...
commit
|
commitdiff
|
tree
2010-09-30
Peter Eisentraut
Translation updates for 8.4.5
commit
|
commitdiff
|
tree
2010-09-30
Tom Lane
Update release notes for releases 9.0.1, 8.4.5, 8.3...
commit
|
commitdiff
|
tree
2010-09-28
Tom Lane
Fix another small oversight in command_no_begin patch.
commit
|
commitdiff
|
tree
2010-09-28
Tom Lane
Fix PlaceHolderVar mechanism's interaction with outer...
commit
|
commitdiff
|
tree
2010-09-28
Itagaki Takahiro
Only DISCARD ALL should be in the command_no_begin...
commit
|
commitdiff
|
tree
2010-09-28
Itagaki Takahiro
Add DISCARD to the command_no_begin list for AUTOCOMMIT...
commit
|
commitdiff
|
tree
2010-09-25
Tom Lane
Further fixes to the pg_get_expr() security fix in...
commit
|
commitdiff
|
tree
2010-09-24
Tom Lane
Still more .gitignore cleanup.
commit
|
commitdiff
|
tree
2010-09-24
Robert Haas
Add contrib/xml2/pgxml.sql to .gitignore
commit
|
commitdiff
|
tree
2010-09-23
Tom Lane
Prevent show_session_authorization from crashing when...
commit
|
commitdiff
|
tree
2010-09-23
Tom Lane
Avoid sharing subpath list structure when flattening...
commit
|
commitdiff
|
tree
2010-09-23
Heikki Linnakangas
Initialize tableoid field correctly when dumping foreig...
commit
|
commitdiff
|
tree
2010-09-23
Tom Lane
Re-allow input of Julian dates prior to 0001-01-01 AD.
commit
|
commitdiff
|
tree
2010-09-23
Tom Lane
More fixes for libpq's .gitignore file.
commit
|
commitdiff
|
tree
2010-09-23
Tom Lane
Do some copy-editing on the Git usage docs.
commit
|
commitdiff
|
tree
2010-09-22
Tom Lane
Fix documentation gitignore for pre-9.0 doc build methods.
commit
|
commitdiff
|
tree
2010-09-22
Tom Lane
Some more gitignore cleanups: cover contrib and PL...
commit
|
commitdiff
|
tree
2010-09-22
Magnus Hagander
Add gitignore files for ecpg regression tests.
commit
|
commitdiff
|
tree
2010-09-22
Magnus Hagander
Remove anonymous cvs instructions, and replace them...
commit
|
commitdiff
|
tree
2010-09-22
Magnus Hagander
Convert cvsignore to gitignore, and add .gitignore...
commit
|
commitdiff
|
tree
2010-09-21
Tom Lane
Back-patch replacement of README.CVS with README.git.
commit
|
commitdiff
|
tree
2010-09-16
Magnus Hagander
Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non...
commit
|
commitdiff
|
tree
2010-09-02
Tom Lane
Fix up flushing of composite-type typcache entries...
commit
|
commitdiff
|
tree
2010-08-29
Tom Lane
Reduce PANIC to ERROR in some occasionally-reported...
commit
|
commitdiff
|
tree
2010-08-29
Tom Lane
Remove obsolete remark that PQprepare() is more flexibl...
commit
|
commitdiff
|
tree
2010-08-26
Tom Lane
Update time zone data files to tzdata release 2010l...
commit
|
commitdiff
|
tree
2010-08-26
Tom Lane
Fix ExecMakeTableFunctionResult to verify that all...
commit
|
commitdiff
|
tree
2010-08-25
Peter Eisentraut
Catch null pointer returns from PyCObject_AsVoidPtr...
commit
|
commitdiff
|
tree
2010-08-21
Tom Lane
Improve parallel restore's ability to cope with selecti...
commit
|
commitdiff
|
tree
2010-08-19
Tom Lane
Allow USING and INTO clauses of plpgsql's EXECUTE to...
commit
|
commitdiff
|
tree
2010-08-19
Tom Lane
Keep exec_simple_check_plan() from thinking "SELECT...
commit
|
commitdiff
|
tree
2010-08-19
Tom Lane
Be a bit less cavalier with both the code and the comme...
commit
|
commitdiff
|
tree
2010-08-19
Heikki Linnakangas
Revert patch to coerce 'unknown' type parameters in...
commit
|
commitdiff
|
tree
2010-08-19
Tom Lane
Fix possible corruption of AfterTriggerEventLists in...
commit
|
commitdiff
|
tree
2010-08-18
Tom Lane
Add missing handling of PlannedStmt.transientPlan in...
commit
|
commitdiff
|
tree
2010-08-17
Michael Meskes
Applied Zoltan's patch to fix a few memleaks in ecpg...
commit
|
commitdiff
|
tree
2010-08-17
Peter Eisentraut
Backpatch some blatant spelling mistakes
commit
|
commitdiff
|
tree
2010-08-16
Tom Lane
Arrange to fsync the contents of lockfiles (both postpi...
commit
|
commitdiff
|
tree
2010-08-16
Tom Lane
Fix psql's copy of utf2ucs() to match the backend's...
commit
|
commitdiff
|
tree
2010-08-15
Robert Haas
Add link and additional index reference to pgcrypto.
commit
|
commitdiff
|
tree
2010-08-14
Tom Lane
Fix planner to make a reasonable assumption about the...
commit
|
commitdiff
|
tree
2010-08-13
Tom Lane
Fix Assert failure in PushOverrideSearchPath when tryin...
commit
|
commitdiff
|
tree
2010-08-11
Robert Haas
Fix one more incorrect errno definition in the ECPG...
commit
|
commitdiff
|
tree
2010-08-11
Robert Haas
Fix incorrect errno definitions in ECPG manual.
commit
|
commitdiff
|
tree
next