2010-08-22 |
Bruce Momjian | Document that autovacuum_freeze_max_age is used for... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Tom Lane | Use a non-locale-dependent definition of isspace()... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Tom Lane | Improve parallel restore's ability to cope with selecti... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Magnus Hagander | Adjust regression tests for previous commit, that I... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Magnus Hagander | Add vacuum and analyze counters to pg_stat_*_tables... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Tom Lane | Add missing processing of OptTemp in CREATE IF NOT... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Tom Lane | Avoid saying "random" when randomness is not actually... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Robert Haas | Remove the isLocalBuf argument from ReadBuffer_common. |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Tom Lane | Bring some sanity to the trace_recovery_messages code... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Tom Lane | Allow USING and INTO clauses of plpgsql's EXECUTE to... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Tom Lane | Keep exec_simple_check_plan() from thinking "SELECT... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Tom Lane | Be a bit less cavalier with both the code and the comme... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Heikki Linnakangas | Revert patch to coerce 'unknown' type parameters in... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Tom Lane | Allocate local buffers in a context of their own, rathe... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Tom Lane | Fix possible corruption of AfterTriggerEventLists in... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Peter Eisentraut | Remove extra newlines at end and beginning of files... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Robert Haas | Tidy up a few calls to smrgextend(). |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Tom Lane | Reset the per-output-tuple exprcontext each time throug... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Tom Lane | Rename utf2ucs() to utf8_to_unicode(), and export it... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Tom Lane | Fix failure of "ALTER TABLE t ADD COLUMN c serial"... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Tom Lane | Add missing handling of PlannedStmt.transientPlan in... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Heikki Linnakangas | Coerce 'unknown' type parameters to the right type... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Michael Meskes | Applied Zoltan's patch to fix a few memleaks in ecpg... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Peter Eisentraut | Revert: looks like Binary Large OBject[sic] wasn't... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Peter Eisentraut | Spell and markup checking |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Tom Lane | Arrange to fsync the contents of lockfiles (both postma... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Robert Haas | Make LockDatabaseObject() AcceptInvalidationMessages(). |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Tom Lane | Fix psql's copy of utf2ucs() to match the backend's... |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Tom Lane | Assorted improvements to backup/restore documentation... |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Tom Lane | Clarify bit numbering in get_bit/set_bit etc. Per... |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Tom Lane | Improve pgarchivecleanup documentation, per comments... |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Tom Lane | Avoid unnecessary use of TPS acronym. |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Robert Haas | Add link and additional index reference to pgcrypto. |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Tom Lane | Fix planner to make a reasonable assumption about the... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Tom Lane | Fix \ef and \sf to not fail on functions with nonnull... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Tom Lane | Add a \sf (show function) command to psql, for those... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Tom Lane | MyBackendId now needs to be PGDLLIMPORT, so that contri... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Robert Haas | Further dtrace adjustments for the backend-IDs-in-relpa... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Robert Haas | Fix assorted dtrace breakage caused by patch to include... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Tom Lane | Clean up failure to use ClosePager() where appropriate... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Robert Haas | Include the backend ID in the relpath of temporary... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Tom Lane | Minor #include cleanup. |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Tom Lane | Add xml_is_well_formed, xml_is_well_formed_document... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Tom Lane | Fix Assert failure in PushOverrideSearchPath when tryin... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Robert Haas | Make RecordTransactionCommit() respect wal_level. |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Tom Lane | Fix pg_restore to complain if any arguments remain... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Robert Haas | Reorder docs on lexical structure slightly for clarity. |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Robert Haas | Correct sundry errors in Hot Standby-related comments. |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Tom Lane | Get rid of a bunch of dubious error handling code in... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Tom Lane | Add the ability to compute per-statement latencies... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Bruce Momjian | Back out syntax case changes --- seems they were intent... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Tom Lane | Extend psql's \e and \ef commands so that a line number... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Bruce Momjian | Properly lowercase identifiers, uppercase keywords... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Heikki Linnakangas | The sanity check added to array_recv() wa a bit too... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Robert Haas | Fix one more incorrect errno definition in the ECPG... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Robert Haas | Fix incorrect errno definitions in ECPG manual. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Tom Lane | Remove the arbitrary (and undocumented) limit on the... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Tom Lane | Add three-parameter forms of array_to_string and string... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Peter Eisentraut | Add some links to tables |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Peter Eisentraut | <example> is a floating element, so it's use is inappro... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Robert Haas | Use double quotes rather than double quotes for libpq... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Tom Lane | Fix incorrect logic in plpgsql for cleanup after evalua... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Robert Haas | Provide stable target anchors for libpq functions. |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Tom Lane | Modify the handling of RAISE without parameters so... |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Tom Lane | Add an xpath_exists() function. This is equivalent... |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Tom Lane | Add stats functions and views to provide access to... |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Bruce Momjian | Fix 9.0 release notes vacuum mention, not -> now |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Tom Lane | Recognize functional dependency on primary keys. This... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Peter Eisentraut | Fix indexterm spelling |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Tom Lane | Let's put that </link> in a sane place ... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Tom Lane | Fix inaccurate description of deferrable unique constra... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Robert Haas | Rearrange "big features" section of the release notes. |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Tom Lane | Add a comment about the initial default value of max_st... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Robert Haas | Fix incorrect pathname in comment. |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Tom Lane | Add a very specific hint for the case that we're unable... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Peter Eisentraut | Document which Python environment variables affect... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Tom Lane | Remove the single-argument form of string_agg(). It... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Robert Haas | Standardize get_whatever_oid functions for other object... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Robert Haas | Standardize get_whatever_oid functions for object types... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Peter Eisentraut | Add xmlexists function |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Robert Haas | Fix declared argument name for numeric_maximum_size. |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Robert Haas | Fix numeric_maximum_size() calculation. |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Tom Lane | Fix sloppy mistakes in documentation of PQescapeLiteral... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Tom Lane | Add an example to clarify the use of ORDER BY in multip... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Robert Haas | Allow numeric to use a more compact, 2-byte header... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Tom Lane | Replace the naive HYPOT() macro with a standards-confor... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Robert Haas | Regression tests for new btree_gist "not equals" support. |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Tom Lane | Code review for --quote-all-identifiers patch: add... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Tom Lane | Fix mangled grammar. |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Tom Lane | Kibitzing on \conninfo patch: adjust the order of field... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Bruce Momjian | Add EXPLAIN documentation example. |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Tom Lane | Add some comments to tinterval_cmp_internal pointing... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Robert Haas | Fix inheritance count tracking in ALTER TABLE .. ADD... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Tom Lane | Fix markup, other minor editing for recent btree_gist... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Tom Lane | Be a little more careful with the shift computations... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Tom Lane | Fix core dump in QTNodeCompare when tsquery_cmp() is... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Robert Haas | Teach levenshtein() about multi-byte characters. |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Robert Haas | Add btree_gist support for searching on "not equals". |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Tom Lane | Don't try to force use of -no-cpp-precomp on OS X.... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Robert Haas | Remove ancient PL/pgsql line numbering hack. |
commit | commitdiff | tree | snapshot |
next |