2010-02-20 |
Bruce Momjian | Clarify documentation about username mapping when authe... |
commit | commitdiff | tree | snapshot |
2010-02-20 |
Bruce Momjian | Document that many solid-state drives have volatile... |
commit | commitdiff | tree | snapshot |
2010-02-20 |
Simon Riggs | Copy editing of Hot Standby docs. Some clarifications... |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Tom Lane | Reduce the rescan cost estimate for Materialize nodes... |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Peter Eisentraut | Revert version stamping in wrong branch |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Peter Eisentraut | Version stamp 9.0alpha4 |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Bruce Momjian | Document --version and --help options for all client... |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Peter Eisentraut | Small corrections to message output targets in pg_ctl |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Heikki Linnakangas | Don't use O_DIRECT when writing WAL files if archiving... |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Heikki Linnakangas | Forbid setval() during recovery. This prevents the... |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Bruce Momjian | First pass over client applications documentation proof... |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Bruce Momjian | Remove mention that binary distributions pre-compile... |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Itagaki Takahiro | Fix STOP WAL LOCATION in backup history files no to... |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Peter Eisentraut | Translation updates for 9.0alpha4 |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Peter Eisentraut | Preliminary release notes for 9.0alpha4 |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Bruce Momjian | Hot Standby documentation updates |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Tom Lane | Volatile-ize all five places where we expect a PG_TRY... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Tom Lane | Provide some rather hokey ways for EXPLAIN to print... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Tom Lane | Fix ExecEvalArrayRef to pass down the old value of... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Heikki Linnakangas | Fix pq_getbyte_if_available() function. It was confused... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Itagaki Takahiro | date_recv should accept infinities. |
commit | commitdiff | tree | snapshot |
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 |
next |