| 2010-11-18 |
Shigeru Hanada | Merge branch 'master' into fdw_select_simple |
commit | commitdiff | tree |
| 2010-11-18 |
Robert Haas | Document the dummy_seclabel contrib module. |
commit | commitdiff | tree |
| 2010-11-17 |
Tom Lane | Make TRUNCATE ... RESTART IDENTITY restart sequences... |
commit | commitdiff | tree |
| 2010-11-17 |
Shigeru Hanada | Add GetFdwRoutineByRelId(), which retrieves FdwRoutine... |
commit | commitdiff | tree |
| 2010-11-17 |
Peter Eisentraut | Additional fixes for parallel make |
commit | commitdiff | tree |
| 2010-11-17 |
Shigeru Hanada | Merge branch 'master' into fdw_select_simple |
commit | commitdiff | tree |
| 2010-11-17 |
Andrew Dunstan | Require VALUE keyword when extending an enum type.... |
commit | commitdiff | tree |
| 2010-11-16 |
Magnus Hagander | Send paramHandle to subprocesses as 64-bit on Win64 |
commit | commitdiff | tree |
| 2010-11-16 |
Shigeru Hanada | Merge branch 'master' into fdw_select_simple |
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 | Add new buffers_backend_fsync field to pg_stat_bgwriter. |
commit | commitdiff | tree |
| 2010-11-15 |
Robert Haas | Remove outdated comments from the regression test files. |
commit | commitdiff | tree |
| 2010-11-15 |
Robert Haas | Fix copy-and-pasteo a little more completely. |
commit | commitdiff | tree |
| 2010-11-15 |
Alvaro Herrera | Fix copy-and-pasteo. |
commit | commitdiff | tree |
| 2010-11-15 |
Simon Riggs | Avoid spurious Hot Standby conflicts from btree delete... |
commit | commitdiff | tree |
| 2010-11-15 |
Tom Lane | Adjust comments about what's needed to avoid make 3... |
commit | commitdiff | tree |
| 2010-11-15 |
Robert Haas | Correct poor grammar in comment. |
commit | commitdiff | tree |
| 2010-11-15 |
Robert Haas | Fix bug in cube picksplit algorithm. |
commit | commitdiff | tree |
| 2010-11-15 |
Robert Haas | Cleanup various comparisons with the constant "true". |
commit | commitdiff | tree |
| 2010-11-15 |
Shigeru Hanada | Merge branch 'master' into fdw_select_simple |
commit | commitdiff | tree |
| 2010-11-14 |
Tom Lane | Fix canAcceptConnections() bugs introduced by replicati... |
commit | commitdiff | tree |
| 2010-11-14 |
Tom Lane | Work around make 3.80 bug with long expansions of ... |
commit | commitdiff | tree |
| 2010-11-13 |
Tom Lane | Add missing outfuncs.c support for struct InhRelation. |
commit | commitdiff | tree |
| 2010-11-13 |
Andrew Dunstan | Attempt to fix MSVC builds broken by parallel make... |
commit | commitdiff | tree |
| 2010-11-12 |
Robert Haas | Move copydir() prototype into its own header file. |
commit | commitdiff | tree |
| 2010-11-12 |
Tom Lane | Fix old oversight in const-simplification of COALESCE... |
commit | commitdiff | tree |
| 2010-11-12 |
Peter Eisentraut | Improved parallel make support |
commit | commitdiff | tree |
| 2010-11-12 |
Peter Eisentraut | docs -> documentation |
commit | commitdiff | tree |
| 2010-11-12 |
Heikki Linnakangas | Add missing support for removing foreign data wrapper... |
commit | commitdiff | tree |
| 2010-11-12 |
Shigeru Hanada | Merge branch 'master' into fdw_select_simple |
commit | commitdiff | tree |
| 2010-11-12 |
Shigeru Hanada | Fix postgresql_fdw to close foreign connections on... |
commit | commitdiff | tree |
| 2010-11-11 |
Heikki Linnakangas | Fix bug introduced by the recent patch to check that... |
commit | commitdiff | tree |
| 2010-11-11 |
Shigeru Hanada | Refactor postgresql_fdw. |
commit | commitdiff | tree |
| 2010-11-11 |
Shigeru Hanada | Refactor file_fdw with adding prefix "file" to FdwRouti... |
commit | commitdiff | tree |
| 2010-11-11 |
Shigeru Hanada | Allow FDWs to set function pointers in FdwRoutine other... |
commit | commitdiff | tree |
| 2010-11-11 |
Shigeru Hanada | Merge branch 'master' into fdw_select_simple |
commit | commitdiff | tree |
| 2010-11-11 |
Shigeru Hanada | Separate connection manager from postgresql_fdw and... |
commit | commitdiff | tree |
| 2010-11-10 |
Tom Lane | Fix line_construct_pm() for the case of "infinite"... |
commit | commitdiff | tree |
| 2010-11-10 |
Bruce Momjian | Mention that pg_upgrade requires compatible 32/64-bit... |
commit | commitdiff | tree |
| 2010-11-10 |
Robert Haas | Add monitoring function pg_last_xact_replay_timestamp. |
commit | commitdiff | tree |
| 2010-11-10 |
Itagaki Takahiro | Don't use __declspec (dllimport) for PGDLLEXPORT to... |
commit | commitdiff | tree |
| 2010-11-09 |
Alvaro Herrera | Merge docs for CREATE CONSTRAINT TRIGGER and CREATE... |
commit | commitdiff | tree |
| 2010-11-09 |
Tom Lane | Improve pg_ctl's man page. |
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 |
Alvaro Herrera | plpython has plpy.Error instead of plpy.ERROR |
commit | commitdiff | tree |
| 2010-11-09 |
Shigeru Hanada | Fix postgresql_fdw to use estimated costs. |
commit | commitdiff | tree |
| 2010-11-09 |
Shigeru Hanada | Use BeginScan instead of the first Itereate call to... |
commit | commitdiff | tree |
| 2010-11-09 |
Shigeru Hanada | Add new FdwRoutine function BeginScan which is called... |
commit | commitdiff | tree |
| 2010-11-09 |
Shigeru Hanada | Merge branch 'master' into fdw_select_simple |
commit | commitdiff | tree |
| 2010-11-09 |
Tom Lane | Fix error handling in temp-file deletion with log_temp_... |
commit | commitdiff | tree |
| 2010-11-08 |
Alvaro Herrera | Fix permanent memory leak in autovacuum launcher |
commit | commitdiff | tree |
| 2010-11-08 |
Tom Lane | Use appendrel planning logic for top-level UNION ALL... |
commit | commitdiff | tree |
| 2010-11-08 |
Shigeru Hanada | Fix postgresql_fdw to reuse contents of tuplestore... |
commit | commitdiff | tree |
| 2010-11-08 |
Shigeru Hanada | Fix postgresql_fdw to avoid unnecessary call of GetFore... |
commit | commitdiff | tree |
| 2010-11-08 |
Shigeru Hanada | Merge branch 'master' into fdw_select_simple |
commit | commitdiff | tree |
| 2010-11-07 |
Tom Lane | Prevent invoking I/O conversion casts via functional... |
commit | commitdiff | tree |
| 2010-11-07 |
Tom Lane | Implement an "S" option for psql's \dn command. |
commit | commitdiff | tree |
| 2010-11-06 |
Tom Lane | Add support for detecting register-stack overrun on... |
commit | commitdiff | tree |
| 2010-11-06 |
Tom Lane | Make get_stack_depth_rlimit() handle RLIM_INFINITY... |
commit | commitdiff | tree |
| 2010-11-05 |
Shigeru Hanada | Merge branch 'master' into fdw_select_simple |
commit | commitdiff | tree |
| 2010-11-04 |
Tom Lane | Include the current value of max_stack_depth in stack... |
commit | commitdiff | tree |
| 2010-11-04 |
Tom Lane | Allow moddatetime's target column to be of type timesta... |
commit | commitdiff | tree |
| 2010-11-04 |
Tom Lane | Use appendStringInfoString() where appropriate in elog.c. |
commit | commitdiff | tree |
| 2010-11-04 |
Tom Lane | Reimplement planner's handling of MIN/MAX aggregate... |
commit | commitdiff | tree |
| 2010-11-04 |
Shigeru Hanada | Merge branch 'master' into fdw_select_simple |
commit | commitdiff | tree |
| 2010-11-03 |
Tom Lane | Reduce recursion depth in recently-added regression... |
commit | commitdiff | tree |
| 2010-11-03 |
Tom Lane | Use only one hash entry for all instances of a pltcl... |
commit | commitdiff | tree |
| 2010-11-03 |
Peter Eisentraut | Print a make warning when using GNU make older than... |
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 | Fix buffer overrun in pg_upgrade. |
commit | commitdiff | tree |
| 2010-11-02 |
Tom Lane | Ensure an index that uses a whole-row Var still depends... |
commit | commitdiff | tree |
| 2010-11-02 |
Michael Meskes | Some cleanup in ecpg code: |
commit | commitdiff | tree |
| 2010-11-02 |
Heikki Linnakangas | Bootstrap WAL to begin at segment logid=0 logseg=1... |
commit | commitdiff | tree |
| 2010-11-02 |
Shigeru Hanada | Merge branch 'master' of git://git.postgresql.org/git... |
commit | commitdiff | tree |
| 2010-11-01 |
Tom Lane | Avoid using a local FunctionCallInfoData struct in... |
commit | commitdiff | tree |
| 2010-11-01 |
Heikki Linnakangas | Fix corner-case bug in tracking of latest removed WAL... |
commit | commitdiff | tree |
| 2010-11-01 |
Shigeru Hanada | Fix ANALYZE to ignore foreign tables. |
commit | commitdiff | tree |
| 2010-11-01 |
Shigeru Hanada | Fix postgresql_fdw to evaluate quals which have been... |
commit | commitdiff | tree |
| 2010-11-01 |
Shigeru Hanada | Merge branch 'master' of git://git.postgresql.org/git... |
commit | commitdiff | tree |
| 2010-10-31 |
Tom Lane | Revert removal of trigger flag from plperl function... |
commit | commitdiff | tree |
| 2010-10-31 |
Tom Lane | Provide hashing support for arrays. |
commit | commitdiff | tree |
| 2010-10-30 |
Peter Eisentraut | Change version number in release notes to 9.1alpha2 |
commit | commitdiff | tree |
| 2010-10-30 |
Peter Eisentraut | Last-minute updates to 9.1alpha2 release notes |
commit | commitdiff | tree |
| 2010-10-29 |
Tom Lane | Fix comparisons of pointers with zero to compare with... |
commit | commitdiff | tree |
| 2010-10-29 |
Tom Lane | Oops, missed one fix for EquivalenceClass rearrangement. |
commit | commitdiff | tree |
| 2010-10-29 |
Tom Lane | Avoid creation of useless EquivalenceClasses during... |
commit | commitdiff | tree |
| 2010-10-29 |
Heikki Linnakangas | Give a more specific error message if you try to COMMIT... |
commit | commitdiff | tree |
| 2010-10-29 |
Shigeru Hanada | Merge branch 'master' into fdw_select_simple |
commit | commitdiff | tree |
| 2010-10-29 |
Andrew Dunstan | Allow generic record arguments to plperl functions |
commit | commitdiff | tree |
| 2010-10-28 |
Peter Eisentraut | Add tab completion for psql \dg and \z |
commit | commitdiff | tree |
| 2010-10-28 |
Peter Eisentraut | Make \? output of \dg and \du the same |
commit | commitdiff | tree |
| 2010-10-28 |
Tom Lane | Save a few cycles in plpgsql simple-expression initiali... |
commit | commitdiff | tree |
| 2010-10-28 |
Tom Lane | Fix plpgsql's handling of "simple" expression evaluation. |
commit | commitdiff | tree |
| 2010-10-28 |
Peter Eisentraut | Release notes for 9.1alpha2 |
commit | commitdiff | tree |
| 2010-10-28 |
Peter Eisentraut | Remove obsolete release-alpha.sgml |
commit | commitdiff | tree |
| 2010-10-28 |
Peter Eisentraut | Remove tabs from SGML |
commit | commitdiff | tree |
| 2010-10-28 |
Shigeru Hanada | Merge branch 'fdw_select_simple' into psql_colopt |
commit | commitdiff | tree |
| 2010-10-28 |
Shigeru Hanada | Fix indent and trailing space. |
commit | commitdiff | tree |
| next |