projects
/
users
/
gsingh
/
postgres.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
users/gsingh/postgres.git
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
2010-08-10
Robert Haas
Use double quotes rather than double quotes for libpq...
commit
|
commitdiff
|
tree
2010-08-09
Tom Lane
Fix incorrect logic in plpgsql for cleanup after evalua...
commit
|
commitdiff
|
tree
2010-08-09
Robert Haas
Provide stable target anchors for libpq functions.
commit
|
commitdiff
|
tree
2010-08-06
Peter Eisentraut
Fix indexterm spelling
commit
|
commitdiff
|
tree
2010-08-03
Robert Haas
Fix inheritance count tracking in ALTER TABLE .. ADD...
commit
|
commitdiff
|
tree
2010-08-03
Tom Lane
Fix core dump in QTNodeCompare when tsquery_cmp() is...
commit
|
commitdiff
|
tree
2010-08-01
Tom Lane
Fix an additional set of problems in GIN's handling...
commit
|
commitdiff
|
tree
2010-07-31
Tom Lane
Tweak tsmatchsel() so that it examines the structure...
commit
|
commitdiff
|
tree
2010-07-31
Tom Lane
Rewrite the key-combination logic in GIN's keyGetItem...
commit
|
commitdiff
|
tree
2010-07-30
Tom Lane
Improved version of patch to protect pg_get_expr()...
commit
|
commitdiff
|
tree
2010-07-29
Tom Lane
Fix another longstanding problem in copy_relation_data...
commit
|
commitdiff
|
tree
2010-07-29
Robert Haas
Fix possible page corruption by ALTER TABLE .. SET...
commit
|
commitdiff
|
tree
2010-07-28
Tom Lane
Fix potential failure when hashing the output of a...
commit
|
commitdiff
|
tree
2010-07-27
Robert Haas
Fix typo in PL/pgsql code example.
commit
|
commitdiff
|
tree
2010-07-27
Peter Eisentraut
Spelling fixes
commit
|
commitdiff
|
tree
2010-07-26
Peter Eisentraut
Fix grammar
commit
|
commitdiff
|
tree
2010-07-23
Robert Haas
Avoid deep recursion when assigning XIDs to multiple...
commit
|
commitdiff
|
tree
2010-07-14
Tom Lane
Fix several problems in pg_dump's handling of SQL/MED...
commit
|
commitdiff
|
tree
2010-07-14
Tom Lane
Allow full SSL certificate verification (wherein libpq...
commit
|
commitdiff
|
tree
2010-07-13
Heikki Linnakangas
Oops, in the previous fix to prevent a cursor that...
commit
|
commitdiff
|
tree
2010-07-09
Tom Lane
Avoid an Assert failure in deconstruct_array() by makin...
commit
|
commitdiff
|
tree
2010-07-08
Tom Lane
Fix "cannot handle unplanned sub-select" error that...
commit
|
commitdiff
|
tree
2010-07-05
Heikki Linnakangas
The previous fix in CVS HEAD and 8.4 for handling the...
commit
|
commitdiff
|
tree
2010-07-03
Robert Haas
Allow REASSIGNED OWNED to handle opclasses and opfamilies.
commit
|
commitdiff
|
tree
2010-07-03
Tom Lane
Fix assorted misstatements and poor wording in the...
commit
|
commitdiff
|
tree
2010-07-03
Andrew Dunstan
Unbreak MSVC builds by removing copydir.c from list...
commit
|
commitdiff
|
tree
2010-07-02
Robert Haas
Move copydir.c from src/port to src/backend/storage...
commit
|
commitdiff
|
tree
2010-07-01
Robert Haas
Allow copydir() to be interrupted.
commit
|
commitdiff
|
tree
2010-07-01
Robert Haas
Allow ALTER TABLE .. SET TABLESPACE to be interrupted.
commit
|
commitdiff
|
tree
2010-06-30
Heikki Linnakangas
stringToNode() and deparse_expression_pretty() crash...
commit
|
commitdiff
|
tree
2010-06-28
Tom Lane
Improve pg_dump's checkSeek() function to verify the...
commit
|
commitdiff
|
tree
2010-06-27
Tom Lane
Fix pg_restore so parallel restore doesn't fail when...
commit
|
commitdiff
|
tree
2010-06-22
Robert Haas
Deprecate the use of => as an operator name.
commit
|
commitdiff
|
tree
2010-06-21
Heikki Linnakangas
In a PL/pgSQL "FOR cursor" statement, the statements...
commit
|
commitdiff
|
tree
2010-06-21
Tom Lane
Fix mishandling of whole-row Vars referencing a view...
commit
|
commitdiff
|
tree
2010-06-17
Tom Lane
Fix typo, init => int, per KOIZUMI Satoru.
commit
|
commitdiff
|
tree
2010-06-15
Tom Lane
Fix dblink_build_sql_insert() and related functions...
commit
|
commitdiff
|
tree
2010-06-15
Tom Lane
Consolidate and improve checking of key-column-attnum...
commit
|
commitdiff
|
tree
2010-06-14
Tom Lane
Rearrange dblink's dblink_build_sql_insert() and relate...
commit
|
commitdiff
|
tree
2010-06-09
Alvaro Herrera
Add index entry for ::, per complaint from John Gage.
commit
|
commitdiff
|
tree
2010-06-09
Magnus Hagander
Make the walwriter close it's handle to an old xlog...
commit
|
commitdiff
|
tree
2010-06-09
Itagaki Takahiro
Avoid "identifier will be truncated" warning in dblink
commit
|
commitdiff
|
tree
2010-06-09
Itagaki Takahiro
Fix connection leak in dblink when dblink_connect(...
commit
|
commitdiff
|
tree
2010-06-07
Teodor Sigaev
Add missed function dblink_connect_u(text[,text]) to...
commit
|
commitdiff
|
tree
2010-06-07
Itagaki Takahiro
Ensure default-only storage parameters for TOAST relations
commit
|
commitdiff
|
tree
2010-06-04
Michael Meskes
Data returned by RETURNING clause wasn't correctly...
commit
|
commitdiff
|
tree
2010-06-03
Andrew Dunstan
Fix regression test name for plperlu_plperl in msvc.
commit
|
commitdiff
|
tree
2010-06-03
Itagaki Takahiro
Fix dblink to treat connection names longer than NAMEDA...
commit
|
commitdiff
|
tree
2010-06-02
Andrew Dunstan
Run recently backported plperlu_plperl regression tests...
commit
|
commitdiff
|
tree
2010-05-30
Tom Lane
Fix misuse of Lossy Counting (LC) algorithm in compute_...
commit
|
commitdiff
|
tree
2010-05-28
Tom Lane
Rewrite LIKE's %-followed-by-_ optimization so it reall...
commit
|
commitdiff
|
tree
2010-05-28
Tom Lane
Rejigger mergejoin logic so that a tuple with a null...
commit
|
commitdiff
|
tree
2010-05-27
Tom Lane
Change ps_status.c to explicitly track the current...
commit
|
commitdiff
|
tree
2010-05-27
Tom Lane
Make CREATE INDEX run expression preprocessing on a...
commit
|
commitdiff
|
tree
2010-05-25
Tom Lane
Fix oversight in construction of sort/unique plans...
commit
|
commitdiff
|
tree
2010-05-20
Magnus Hagander
Change the "N. Central Asia Standard Time" timezone...
commit
|
commitdiff
|
tree
2010-05-18
Magnus Hagander
Refer to pg_ident.conf as config file for username...
commit
|
commitdiff
|
tree
2010-05-17
Andrew Dunstan
> Follow up a visit from the style police.
commit
|
commitdiff
|
tree
2010-05-16
Robert Haas
Fix longstanding typo in V1 calling conventions documen...
commit
|
commitdiff
|
tree
2010-05-15
Tom Lane
Improve documentation of pg_restore's -l and -L switche...
commit
|
commitdiff
|
tree
2010-05-15
Heikki Linnakangas
Fix typos in comments, spotted by Josh Kupershmidt.
commit
|
commitdiff
|
tree
next