| 2013-07-27 | 
Bruce Momjian | pg_upgrade: fix -j race condition on Windows | 
commit | commitdiff | tree | 
| 2013-07-26 | 
Bruce Momjian | pg_upgrade docs: don't use cluster for binary/lib | 
commit | commitdiff | tree | 
| 2013-07-25 | 
Tom Lane | Prevent leakage of SPI tuple tables during subtransacti...  | 
commit | commitdiff | tree | 
| 2013-07-25 | 
Robert Haas | pgstattuple: Doc update for previous commit. | 
commit | commitdiff | tree | 
| 2013-07-25 | 
Robert Haas | Change currtid functions to use an MVCC snapshot, not...  | 
commit | commitdiff | tree | 
| 2013-07-25 | 
Robert Haas | pgstattuple: Use SnapshotDirty, not SnapshotNow. | 
commit | commitdiff | tree | 
| 2013-07-25 | 
Robert Haas | Don't use SnapshotNow in get_actual_variable_range. | 
commit | commitdiff | tree | 
| 2013-07-25 | 
Tom Lane | Fix configure probe for sys/ucred.h. | 
commit | commitdiff | tree | 
| 2013-07-25 | 
Bruce Momjian | pg_upgrade:  adjust umask() calls | 
commit | commitdiff | tree | 
| 2013-07-25 | 
Stephen Frost | Improvements to GetErrorContextStack() | 
commit | commitdiff | tree | 
| 2013-07-25 | 
Bruce Momjian | pg_upgrade: fix initialization of thread argument | 
commit | commitdiff | tree | 
| 2013-07-24 | 
Stephen Frost | Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQL | 
commit | commitdiff | tree | 
| 2013-07-24 | 
Tom Lane | Improve ilist.h's support for deletion of slist element...  | 
commit | commitdiff | tree | 
| 2013-07-24 | 
Bruce Momjian | pg_upgrade:  more Windows parallel/-j fixes | 
commit | commitdiff | tree | 
| 2013-07-24 | 
Bruce Momjian | pg_upgrade: fix parallel/-j crash on Windows | 
commit | commitdiff | tree | 
| 2013-07-24 | 
Tom Lane | Fix booltestsel() for case where we have NULL stats...  | 
commit | commitdiff | tree | 
| 2013-07-23 | 
Tom Lane | Move strip_implicit_coercions() from optimizer to nodeF...  | 
commit | commitdiff | tree | 
| 2013-07-23 | 
Tom Lane | Further hacking on ruleutils' new column-alias-assignme...  | 
commit | commitdiff | tree | 
| 2013-07-23 | 
Alvaro Herrera | Check for NULL result from strdup | 
commit | commitdiff | tree | 
| 2013-07-23 | 
Tom Lane | Change post-rewriter representation of dropped columns...  | 
commit | commitdiff | tree | 
| 2013-07-23 | 
Alvaro Herrera | Tweak FOR UPDATE/SHARE error message wording (again) | 
commit | commitdiff | tree | 
| 2013-07-23 | 
Robert Haas | Use InvalidSnapshot, now SnapshotNow, as the default...  | 
commit | commitdiff | tree | 
| 2013-07-23 | 
Robert Haas | Additional regression tests for ALTER OPERATOR FAMILY. | 
commit | commitdiff | tree | 
| 2013-07-23 | 
Peter Eisentraut | ecpg: Move function prototype into header file | 
commit | commitdiff | tree | 
| 2013-07-23 | 
Peter Eisentraut | doc: Remove tab from SGML file | 
commit | commitdiff | tree | 
| 2013-07-22 | 
Tatsuo Ishii | Add --rate option. | 
commit | commitdiff | tree | 
| 2013-07-22 | 
Robert Haas | Fix cache flush hazard in ExecRefreshMatView. | 
commit | commitdiff | tree | 
| 2013-07-22 | 
Robert Haas | pgrowlocks: Use GetActiveSnapshot() rather than Snapsho...  | 
commit | commitdiff | tree | 
| 2013-07-22 | 
Robert Haas | Remove bgw_sighup and bgw_sigterm. | 
commit | commitdiff | tree | 
| 2013-07-22 | 
Robert Haas | Adjust HeapTupleSatisfies* routines to take a HeapTuple. | 
commit | commitdiff | tree | 
| 2013-07-22 | 
Alvaro Herrera | Silence compiler warning on an unused variable | 
commit | commitdiff | tree | 
| 2013-07-22 | 
Robert Haas | Add infrastructure for mapping relfilenodes to relation...  | 
commit | commitdiff | tree | 
| 2013-07-20 | 
Tom Lane | Fix error handling in PLy_spi_execute_fetch_result(). | 
commit | commitdiff | tree | 
| 2013-07-20 | 
Peter Eisentraut | Clean up new JSON API typedefs | 
commit | commitdiff | tree | 
| 2013-07-19 | 
Alvaro Herrera | Fix HeapTupleSatisfiesVacuum on aborted updater xacts | 
commit | commitdiff | tree | 
| 2013-07-19 | 
Robert Haas | doc: Fix typos in conversion names. | 
commit | commitdiff | tree | 
| 2013-07-19 | 
Michael Meskes | Initialize day of year value. | 
commit | commitdiff | tree | 
| 2013-07-19 | 
Tom Lane | Add checks for valid multibyte character length in...  | 
commit | commitdiff | tree | 
| 2013-07-19 | 
Tom Lane | Fix regex match failures for backrefs combined with...  | 
commit | commitdiff | tree | 
| 2013-07-18 | 
Stephen Frost | WITH CHECK OPTION support for auto-updatable VIEWs | 
commit | commitdiff | tree | 
| 2013-07-18 | 
Fujii Masao | Fix typo in update scripts for some contrib modules. | 
commit | commitdiff | tree | 
| 2013-07-18 | 
Fujii Masao | Fix pgstattuple functions to use regclass-type as the...  | 
commit | commitdiff | tree | 
| 2013-07-18 | 
Andrew Dunstan | Move checking an explicit VARIADIC "any" argument into...  | 
commit | commitdiff | tree | 
| 2013-07-18 | 
Tom Lane | Fix direct access to Relation->rd_indpred. | 
commit | commitdiff | tree | 
| 2013-07-17 | 
Peter Eisentraut | doc: Remove tab from SGML file | 
commit | commitdiff | tree | 
| 2013-07-17 | 
Tom Lane | Fix a few problems in barrier.h. | 
commit | commitdiff | tree | 
| 2013-07-17 | 
Heikki Linnakangas | Fix variable names mentioned in comment to match the...  | 
commit | commitdiff | tree | 
| 2013-07-17 | 
Heikki Linnakangas | Fix assert failure at end of recovery, broken by XLogIn...  | 
commit | commitdiff | tree | 
| 2013-07-17 | 
Heikki Linnakangas | Fix end-of-loop optimization in pglz_find_match() function. | 
commit | commitdiff | tree | 
| 2013-07-17 | 
Fujii Masao | Fix typo in previous pgbench --progress patch. | 
commit | commitdiff | tree | 
| 2013-07-17 | 
Stephen Frost | Use correct parameter name for view_option_value | 
commit | commitdiff | tree | 
| 2013-07-17 | 
Noah Misch | Fix systable_recheck_tuple() for MVCC scan snapshots. | 
commit | commitdiff | tree | 
| 2013-07-17 | 
Noah Misch | Implement the FILTER clause for aggregate function...  | 
commit | commitdiff | tree | 
| 2013-07-17 | 
Noah Misch | Comment on why planagg.c punts "MIN(x ORDER BY y)". | 
commit | commitdiff | tree | 
| 2013-07-16 | 
Tatsuo Ishii | Add --progress option to show progress report | 
commit | commitdiff | tree | 
| 2013-07-16 | 
Kevin Grittner | Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY. | 
commit | commitdiff | tree | 
| 2013-07-16 | 
Robert Haas | Allow background workers to be started dynamically. | 
commit | commitdiff | tree | 
| 2013-07-16 | 
Peter Eisentraut | Fix PQconninfoParse error message handling | 
commit | commitdiff | tree | 
| 2013-07-15 | 
Stephen Frost | Check get_tle_by_resno() result before deref | 
commit | commitdiff | tree | 
| 2013-07-15 | 
Robert Haas | Tab completion for \lo_import | 
commit | commitdiff | tree | 
| 2013-07-15 | 
Robert Haas | Assert that syscache lookups don't happen outside trans...  | 
commit | commitdiff | tree | 
| 2013-07-15 | 
Robert Haas | Regression tests for LOCK TABLE. | 
commit | commitdiff | tree | 
| 2013-07-15 | 
Robert Haas | vacuumlo: Use a cursor to limit client-side memory...  | 
commit | commitdiff | tree | 
| 2013-07-15 | 
Stephen Frost | Correct off-by-one when reading from pipe | 
commit | commitdiff | tree | 
| 2013-07-15 | 
Stephen Frost | Check version before allocating PQExpBuffer | 
commit | commitdiff | tree | 
| 2013-07-14 | 
Noah Misch | Document the OVER keyword as being unreserved. | 
commit | commitdiff | tree | 
| 2013-07-14 | 
Stephen Frost | Fix resource leak in initdb -X option | 
commit | commitdiff | tree | 
| 2013-07-14 | 
Stephen Frost | Be sure to close() file descriptor on error case | 
commit | commitdiff | tree | 
| 2013-07-14 | 
Stephen Frost | Ensure 64bit arithmetic when calculating tapeSpace | 
commit | commitdiff | tree | 
| 2013-07-14 | 
Peter Eisentraut | pg_isready: Message improvement | 
commit | commitdiff | tree | 
| 2013-07-14 | 
Stephen Frost | pg_receivexlog - Exit on failure to parse | 
commit | commitdiff | tree | 
| 2013-07-14 | 
Stephen Frost | During parallel pg_dump, free commands from master | 
commit | commitdiff | tree | 
| 2013-07-13 | 
Peter Eisentraut | Add session_preload_libraries configuration parameter | 
commit | commitdiff | tree | 
| 2013-07-12 | 
Noah Misch | Switch user ID to the object owner when populating...  | 
commit | commitdiff | tree | 
| 2013-07-12 | 
Noah Misch | Make comments reflect that omission of SPI_gettypmod...  | 
commit | commitdiff | tree | 
| 2013-07-12 | 
Peter Eisentraut | pg_dump: Formatting cleanup of new messages | 
commit | commitdiff | tree | 
| 2013-07-11 | 
Bruce Momjian | pg_upgrade: document possible pg_hba.conf options | 
commit | commitdiff | tree | 
| 2013-07-11 | 
Peter Eisentraut | doc: Replace link to pgFouine with pgBadger | 
commit | commitdiff | tree | 
| 2013-07-10 | 
Peter Eisentraut | Add coverage/ to .gitignore | 
commit | commitdiff | tree | 
| 2013-07-10 | 
Peter Eisentraut | Fix lack of message pluralization | 
commit | commitdiff | tree | 
| 2013-07-09 | 
Heikki Linnakangas | Fix memory barrier support on icc on ia64, 2nd attempt. | 
commit | commitdiff | tree | 
| 2013-07-09 | 
Heikki Linnakangas | Add #include needed for _mm_mfence() intrinsic on ia64. | 
commit | commitdiff | tree | 
| 2013-07-09 | 
Peter Eisentraut | Fix bool abuse | 
commit | commitdiff | tree | 
| 2013-07-08 | 
Alvaro Herrera | Fix mention of htup.h in pageinspect docs | 
commit | commitdiff | tree | 
| 2013-07-08 | 
Heikki Linnakangas | Fix Windows build. | 
commit | commitdiff | tree | 
| 2013-07-08 | 
Heikki Linnakangas | Fix pg_test_fsync, broken by xloginsert scaling patch. | 
commit | commitdiff | tree | 
| 2013-07-08 | 
Heikki Linnakangas | Improve scalability of WAL insertions. | 
commit | commitdiff | tree | 
| 2013-07-08 | 
Tom Lane | Fix planning of parameterized appendrel paths with...  | 
commit | commitdiff | tree | 
| 2013-07-07 | 
Peter Eisentraut | pg_isready: Make --help output more consistent with...  | 
commit | commitdiff | tree | 
| 2013-07-07 | 
Peter Eisentraut | pg_resetxlog: Make --help consistent with man page | 
commit | commitdiff | tree | 
| 2013-07-07 | 
Bruce Momjian | pg_upgrade:  document link options | 
commit | commitdiff | tree | 
| 2013-07-07 | 
Magnus Hagander | Fix include-guard | 
commit | commitdiff | tree | 
| 2013-07-07 | 
Peter Eisentraut | pgbench: Silence compiler warning | 
commit | commitdiff | tree | 
| 2013-07-07 | 
Peter Eisentraut | PL/Python: Make regression tests pass with older Python...  | 
commit | commitdiff | tree | 
| 2013-07-06 | 
Jeff Davis | Handle posix_fallocate() errors. | 
commit | commitdiff | tree | 
| 2013-07-06 | 
Michael Meskes | Also escape double quotes for ECPG's #line statement. | 
commit | commitdiff | tree | 
| 2013-07-06 | 
Tom Lane | Rename a function to avoid naming conflict in parallel...  | 
commit | commitdiff | tree | 
| 2013-07-06 | 
Peter Eisentraut | PL/Python: Convert numeric to Decimal | 
commit | commitdiff | tree | 
| 2013-07-05 | 
Noah Misch | Update messages, comments and documentation for materia...  | 
commit | commitdiff | tree | 
| 2013-07-05 | 
Jeff Davis | Use posix_fallocate() for new WAL files, where available. | 
commit | commitdiff | tree | 
| next |