| 2010-08-04 |
Tom Lane | Fix sloppy mistakes in documentation of PQescapeLiteral... |
commit | commitdiff | tree |
| 2010-08-04 |
Tom Lane | Add an example to clarify the use of ORDER BY in multip... |
commit | commitdiff | tree |
| 2010-08-03 |
Robert Haas | Allow numeric to use a more compact, 2-byte header... |
commit | commitdiff | tree |
| 2010-08-03 |
Tom Lane | Replace the naive HYPOT() macro with a standards-confor... |
commit | commitdiff | tree |
| 2010-08-03 |
Robert Haas | Regression tests for new btree_gist "not equals" support. |
commit | commitdiff | tree |
| 2010-08-03 |
Tom Lane | Code review for --quote-all-identifiers patch: add... |
commit | commitdiff | tree |
| 2010-08-03 |
Tom Lane | Fix mangled grammar. |
commit | commitdiff | tree |
| 2010-08-03 |
Tom Lane | Kibitzing on \conninfo patch: adjust the order of field... |
commit | commitdiff | tree |
| 2010-08-03 |
Bruce Momjian | Add EXPLAIN documentation example. |
commit | commitdiff | tree |
| 2010-08-03 |
Tom Lane | Add some comments to tinterval_cmp_internal pointing... |
commit | commitdiff | tree |
| 2010-08-03 |
Robert Haas | Fix inheritance count tracking in ALTER TABLE .. ADD... |
commit | commitdiff | tree |
| 2010-08-03 |
Tom Lane | Fix markup, other minor editing for recent btree_gist... |
commit | commitdiff | tree |
| 2010-08-03 |
Tom Lane | Be a little more careful with the shift computations... |
commit | commitdiff | tree |
| 2010-08-03 |
Tom Lane | Fix core dump in QTNodeCompare when tsquery_cmp() is... |
commit | commitdiff | tree |
| 2010-08-02 |
Robert Haas | Teach levenshtein() about multi-byte characters. |
commit | commitdiff | tree |
| 2010-08-02 |
Robert Haas | Add btree_gist support for searching on "not equals". |
commit | commitdiff | tree |
| 2010-08-02 |
Tom Lane | Don't try to force use of -no-cpp-precomp on OS X.... |
commit | commitdiff | tree |
| 2010-08-02 |
Robert Haas | Remove ancient PL/pgsql line numbering hack. |
commit | commitdiff | tree |
| 2010-08-02 |
Tom Lane | Tweak a couple of macros in the regex code to suppress... |
commit | commitdiff | tree |
| 2010-08-02 |
Tom Lane | Fix an ancient typo that prevented the detection of... |
commit | commitdiff | tree |
| 2010-08-01 |
Tom Lane | Fix ANALYZE's ancient deficiency of not trying to colle... |
commit | commitdiff | tree |
| 2010-08-01 |
Tom Lane | Add some knowledge about prefix matches to tsmatchsel... |
commit | commitdiff | tree |
| 2010-08-01 |
Tom Lane | Fix an additional set of problems in GIN's handling... |
commit | commitdiff | tree |
| 2010-08-01 |
Tom Lane | Rewrite the rbtree routines so that an RBNode is the... |
commit | commitdiff | tree |
| 2010-08-01 |
Robert Haas | Make psql distinguish between unique indices and unique... |
commit | commitdiff | tree |
| 2010-07-31 |
Tom Lane | Tweak tsmatchsel() so that it examines the structure... |
commit | commitdiff | tree |
| 2010-07-31 |
Tom Lane | Rewrite the key-combination logic in GIN's keyGetItem... |
commit | commitdiff | tree |
| 2010-07-30 |
Robert Haas | Make details of the Numeric representation private... |
commit | commitdiff | tree |
| 2010-07-29 |
Tom Lane | Improved version of patch to protect pg_get_expr()... |
commit | commitdiff | tree |
| 2010-07-29 |
Simon Riggs | Rename asyncCommitLSN to asyncXactLSN to reflect change... |
commit | commitdiff | tree |
| 2010-07-29 |
Tom Lane | Update release notes for 9.0 beta 4. Back-patch some... |
commit | commitdiff | tree |
| 2010-07-29 |
Robert Haas | Avoid using text_to_cstring() in levenshtein functions. |
commit | commitdiff | tree |
| 2010-07-29 |
Tom Lane | Clean up some inconsistencies in the volatility marking... |
commit | commitdiff | tree |
| 2010-07-29 |
Peter Eisentraut | Fix indentation of verbatim block elements |
commit | commitdiff | tree |
| 2010-07-29 |
Tom Lane | Fix another longstanding problem in copy_relation_data... |
commit | commitdiff | tree |
| 2010-07-29 |
Tom Lane | Work around a documentation toolchain problem by replac... |
commit | commitdiff | tree |
| 2010-07-29 |
Robert Haas | Fix possible page corruption by ALTER TABLE .. SET... |
commit | commitdiff | tree |
| 2010-07-29 |
Simon Riggs | Add explicit regression tests for ALTER TABLE lock... |
commit | commitdiff | tree |
| 2010-07-28 |
Peter Eisentraut | Remove wildly obsolete type attribute externallength... |
commit | commitdiff | tree |
| 2010-07-28 |
Tom Lane | Fix oversight in new EvalPlanQual logic: the second... |
commit | commitdiff | tree |
| 2010-07-28 |
Simon Riggs | Reduce lock levels of CREATE TRIGGER and some ALTER... |
commit | commitdiff | tree |
| 2010-07-28 |
Tom Lane | Fix potential failure when hashing the output of a... |
commit | commitdiff | tree |
| 2010-07-28 |
Peter Eisentraut | Show psql timing output even in quiet mode |
commit | commitdiff | tree |
| 2010-07-27 |
Robert Haas | Add ssl_cipher() and ssl_version() functions to contrib... |
commit | commitdiff | tree |
| 2010-07-27 |
Robert Haas | Fix typo in PL/pgsql code example. |
commit | commitdiff | tree |
| 2010-07-27 |
Peter Eisentraut | Spelling fixes |
commit | commitdiff | tree |
| 2010-07-27 |
Robert Haas | In postgresql.conf.sample, use on/off rather than true... |
commit | commitdiff | tree |
| 2010-07-27 |
Alvaro Herrera | Ensure $_SHARED is declared in the main:: namespace... |
commit | commitdiff | tree |
| 2010-07-26 |
Peter Eisentraut | Fix grammar |
commit | commitdiff | tree |
| 2010-07-26 |
Peter Eisentraut | Add table creation and population to example |
commit | commitdiff | tree |
| 2010-07-26 |
Bruce Momjian | Remove tabs from sgml file. |
commit | commitdiff | tree |
| 2010-07-25 |
Robert Haas | CREATE TABLE IF NOT EXISTS. |
commit | commitdiff | tree |
| 2010-07-25 |
Peter Eisentraut | Add INSERT statement to example so that it can be repro... |
commit | commitdiff | tree |
| 2010-07-25 |
Bruce Momjian | Adjust check_for_isn_and_int8_passing_mismatch() so... |
commit | commitdiff | tree |
| 2010-07-25 |
Bruce Momjian | Prevent pg_upgrade from migrating databases that use... |
commit | commitdiff | tree |
| 2010-07-24 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
| 2010-07-24 |
Peter Eisentraut | Tidy up boolean data type page |
commit | commitdiff | tree |
| 2010-07-24 |
Peter Eisentraut | Remove tab from SGML file |
commit | commitdiff | tree |
| 2010-07-23 |
Peter Eisentraut | Add more checks against altering typed tables |
commit | commitdiff | tree |
| 2010-07-23 |
Robert Haas | Have psql avoid describing local sockets as host names. |
commit | commitdiff | tree |
| 2010-07-23 |
Robert Haas | Avoid deep recursion when assigning XIDs to multiple... |
commit | commitdiff | tree |
| 2010-07-22 |
Robert Haas | Add missing function prototype. |
commit | commitdiff | tree |
| 2010-07-22 |
Robert Haas | Fix bogus server version in pg_dumpall --quote-all... |
commit | commitdiff | tree |
| 2010-07-22 |
Robert Haas | Add options to force quoting of all identifiers. |
commit | commitdiff | tree |
| 2010-07-22 |
Robert Haas | Centralize DML permissions-checking logic. |
commit | commitdiff | tree |
| 2010-07-20 |
Bruce Momjian | CVS test: please ignore |
commit | commitdiff | tree |
| 2010-07-20 |
Bruce Momjian | Properly replay CREATE TABLESPACE during crash recovery... |
commit | commitdiff | tree |
| 2010-07-20 |
Robert Haas | Have \conninfo mention the port even for local sockets. |
commit | commitdiff | tree |
| 2010-07-20 |
Robert Haas | Add \conninfo command to psql, to show current connecti... |
commit | commitdiff | tree |
| 2010-07-20 |
Robert Haas | Make ECPG regression tests independent of standard_conf... |
commit | commitdiff | tree |
| 2010-07-20 |
Robert Haas | Make hstore regression tests independent of standard_co... |
commit | commitdiff | tree |
| 2010-07-20 |
Robert Haas | Add restart_after_crash GUC. |
commit | commitdiff | tree |
| 2010-07-20 |
Robert Haas | Change the default value of standard_conforming_strings... |
commit | commitdiff | tree |
| 2010-07-19 |
Peter Eisentraut | Portability fixes for Solaris for requirepeer feature... |
commit | commitdiff | tree |
| 2010-07-18 |
Tom Lane | Remove unnecessary "Not safe to send CSV data" complain... |
commit | commitdiff | tree |
| 2010-07-18 |
Tom Lane | Allow ORDER BY/GROUP BY/etc items to match targetlist... |
commit | commitdiff | tree |
| 2010-07-18 |
Tom Lane | Fix up poor handling of unsupported-platform case in... |
commit | commitdiff | tree |
| 2010-07-18 |
Tom Lane | Fix thinko in recent patch: 'sock' should be 'conn... |
commit | commitdiff | tree |
| 2010-07-18 |
Bruce Momjian | Add SO_PEERCRED check in new unix domain socket permiss... |
commit | commitdiff | tree |
| 2010-07-18 |
Peter Eisentraut | Add server authentication over Unix-domain sockets |
commit | commitdiff | tree |
| 2010-07-18 |
Bruce Momjian | Simplify missing tablespace replay error hint message... |
commit | commitdiff | tree |
| 2010-07-16 |
Tom Lane | Add a log_file_mode GUC that allows control of the... |
commit | commitdiff | tree |
| 2010-07-16 |
Heikki Linnakangas | Fix typo spotted by Thom Brown. |
commit | commitdiff | tree |
| 2010-07-16 |
Heikki Linnakangas | Add a paragraph explaining what restartpoints are.... |
commit | commitdiff | tree |
| 2010-07-16 |
Tom Lane | Add support for dividing money by money (yielding a... |
commit | commitdiff | tree |
| 2010-07-16 |
Tom Lane | Remove a sanity check in the exclusion-constraint code... |
commit | commitdiff | tree |
| 2010-07-16 |
Tom Lane | Remove duplicate code in DefineOpFamily(). |
commit | commitdiff | tree |
| 2010-07-14 |
Tom Lane | Use an <xref> for restore_command reference. Marko... |
commit | commitdiff | tree |
| 2010-07-14 |
Tom Lane | Fix several problems in pg_dump's handling of SQL/MED... |
commit | commitdiff | tree |
| 2010-07-14 |
Tom Lane | Allow full SSL certificate verification (wherein libpq... |
commit | commitdiff | tree |
| 2010-07-13 |
Tom Lane | Teach EXPLAIN to print PARAM_EXEC Params as the referen... |
commit | commitdiff | tree |
| 2010-07-13 |
Bruce Momjian | On Win32, pg_upgrade cannot sent any server log output... |
commit | commitdiff | tree |
| 2010-07-13 |
Bruce Momjian | Remove incorrect email address for pg_upgrade bug reports. |
commit | commitdiff | tree |
| 2010-07-13 |
Bruce Momjian | In pg_upgrade, report /bin directory checks independent... |
commit | commitdiff | tree |
| 2010-07-13 |
Bruce Momjian | Print each test_fsync description while test is running... |
commit | commitdiff | tree |
| 2010-07-13 |
Bruce Momjian | In pg_upgrade, prevent psql AUTOCOMMIT=off by not loadi... |
commit | commitdiff | tree |
| 2010-07-13 |
Heikki Linnakangas | Oops, in the previous fix to prevent a cursor that... |
commit | commitdiff | tree |
| 2010-07-12 |
Bruce Momjian | Restore pl/pgsql default install release note item. |
commit | commitdiff | tree |
| 2010-07-12 |
Bruce Momjian | 9.0 release note improvements |
commit | commitdiff | tree |
| 2010-07-12 |
Bruce Momjian | Spellcheck 9.0 release notes. |
commit | commitdiff | tree |
| next |