2010-02-18 |
Bruce Momjian | Add missing close tag. |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Bruce Momjian | Wordsmithing of HS and SR documentation, with some... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Tom Lane | Force READY portals into FAILED state when a transactio... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Tom Lane | Fix up pg_dump's treatment of large object ownership... |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Tom Lane | Take care to reprocess an uncommitted notify message. |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Magnus Hagander | Another typo fix. |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Andrew Dunstan | Use a fatal warning check with what looks like a more... |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Tom Lane | Stamp HEAD as 9.0devel, and update various places that... |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Itagaki Takahiro | Support new syntax and improve handling of parentheses... |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Tom Lane | When updating ShmemVariableCache from a checkpoint... |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Tom Lane | Prevent #option dump from crashing on FORI statement... |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Tom Lane | log_error_verbosity is now LOGGING_WHAT category. |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Tom Lane | Tweak description of payload parameter. |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Tom Lane | Make NOTIFY_PAYLOAD_MAX_LENGTH depend explicitly on... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Tom Lane | Replace the pg_listener-based LISTEN/NOTIFY mechanism... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Andrew Dunstan | Add query text to auto_explain output. |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Andrew Dunstan | Clean up package namespace use and use of Safe in plperl. |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Bruce Momjian | Move log_error_verbosity GUC setting to "What to log... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Bruce Momjian | Honor to_char() "FM" specification in YYY, YY, and... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Bruce Momjian | Prevent psql version banner from being printed by the... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Bruce Momjian | Have SELECT and CREATE TABLE AS queries return a row... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Bruce Momjian | Remove personal copyright now that file has been rewrit... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Bruce Momjian | Clarify documentation on the behavior of unnamed bind... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Greg Stark | revert to showing buffer counts in explain (buffers) |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Magnus Hagander | Add emulation of non-blocking sockets to the win32... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Michael Meskes | Do not check nan values for infinity. Some system are... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Itagaki Takahiro | Fix synopsis of DO statement. |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Alvaro Herrera | Move main error message text in plperl into errmsg... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Peter Eisentraut | When sorting functions in pg_dump, break ties (same... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Magnus Hagander | Fix another stupid typo... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Alvaro Herrera | Fix typo in comment |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Greg Stark | Temporarily disable fsyncing the database directory... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Itagaki Takahiro | remove an unused variable 'dirfd'. |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Itagaki Takahiro | Add psql tab completion for DO blocks. |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Greg Stark | Display explain buffers measurements in memory units... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Greg Stark | Speed up CREATE DATABASE by deferring the fsyncs until... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Robert Haas | Wrap calls to SearchSysCache and related functions... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Greg Stark | Make CREATE DATABASE safe against losing whole files... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Magnus Hagander | Make the msvc build system ask python about details... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Tom Lane | Ooops, let's get the non-null vs null bit right ... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Tom Lane | Document the behavior of STRICT VARIADIC functions. |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Bruce Momjian | Improve C comment about why we return "0 0" for some... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Tom Lane | Don't expose the inline definition of MemoryContextSwit... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Simon Riggs | Improvements to ps message of startup process during... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Simon Riggs | Fix relcache init file invalidation during Hot Standby... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Bruce Momjian | Remove tabs from sgml. |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Tom Lane | Support inlining various small performance-critical... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Simon Riggs | Re-enable max_standby_delay = -1 using deadlock detecti... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Simon Riggs | Introduce WAL records to log reuse of btree pages,... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Tom Lane | Tweak the order of processing of WITH clauses so that... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Andrew Dunstan | Add regression test files inadvertantly omitted in... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Tom Lane | Don't choke when exec_move_row assigns a synthesized... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Andrew Dunstan | Add plperl.on_plperl_init and plperl.on_plperlu_init... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Tom Lane | Extend the set of frame options supported for window... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Heikki Linnakangas | Update Hot Standby documentation to reflect the change... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Heikki Linnakangas | Reduce the chatter to the log when starting a standby... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Heikki Linnakangas | Clean up Streaming Replication documentation a little... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Heikki Linnakangas | If primary_conninfo is not set, don't try to establish... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Heikki Linnakangas | Check for partial WAL files in standby mode. If restore... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Andrew Dunstan | Free reference in correct Perl context. Backpatch to... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Tom Lane | Suppress uninitialized-variable warning. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Simon Riggs | Fix typo bug in Hot Standby from recent refactoring... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Teodor Sigaev | Generic implementation of red-black binary tree. It... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Heikki Linnakangas | Now that streaming replication switches between streami... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Tom Lane | Improve planner's choices about when to use hashing... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Tom Lane | Fix up rickety handling of relation-truncation interlocks. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Heikki Linnakangas | Fix bug in GIN WAL redo cleanup function: don't free... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Magnus Hagander | Typo fix, per Thom Brown |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Magnus Hagander | Define the value for in6addr_any on MingW, since it... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Heikki Linnakangas | Move "Warm Standby Servers for High Availability" and... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Michael Meskes | First try to make this one ecpg regression test work... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Tom Lane | Allow free space map vacuuming to be interrupted. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Tom Lane | Rearrange lazy-vacuum code a little bit to reduce the... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Tom Lane | Create an official API function for C functions to... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Heikki Linnakangas | Remove obsolete comment about 'fsm' argument, which... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Tom Lane | Fix serious performance bug in new implementation of... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Bruce Momjian | Add C comments that HEAP_MOVED_* define usage is only... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Bruce Momjian | Update high availability/replication documentation... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Heikki Linnakangas | Remove piece of code to zero out minRecoveryPoint when... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Tom Lane | Remove CatalogCacheFlushRelation, and the reloidattr... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Tom Lane | Remove some more dead VACUUM-FULL-only code. |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Tom Lane | Remove old-style VACUUM FULL (which was known for a... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Tom Lane | Work around deadlock problems with VACUUM FULL/CLUSTER... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Tom Lane | Looks like we need #include <sys/stat.h> here on some |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Tom Lane | Create a "relation mapping" infrastructure to support... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Tom Lane | Avoid changing the sign of zero. Per buildfarm failures. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Bruce Momjian | Mention warm and now "hot" standby servers in the high... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Bruce Momjian | Document that archive_timeout will force new WAL files... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Bruce Momjian | Add C comment about process_settings() setting order. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Bruce Momjian | Previous commit was: Properly document that OVER and... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Bruce Momjian | Previous commit was to have tab checking as part of... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Bruce Momjian | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Bruce Momjian | Improve PL/Perl documentation of database access functions. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Bruce Momjian | Add SGML 'check-tabs' Makefile rule to check for tabs. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Bruce Momjian | Remove /contrib/isn copyright mention for German Mendez... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Bruce Momjian | Rewrite rint() to enable removal of copyright mention... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Joe Conway | Modify recently added PQconnectdbParams() with new... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Bruce Momjian | Rewrite intagg/Makefile from scratch, to avoid copyrigh... |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Michael Meskes | Usage of isnan() in ECPG regression tests probably... |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Michael Meskes | Streamlined array handling code in libecpg a little... |
commit | commitdiff | tree | snapshot |
next |