| 2011-08-06 | Tom Lane | Fix thinko in documentation of local_preload_libraries. | commit | commitdiff | tree | 
| 2011-08-06 | Tom Lane | Reduce PG_SYSLOG_LIMIT to 900 bytes. | commit | commitdiff | tree | 
| 2011-08-04 | Bruce Momjian | Fix markup for recent wal_level clarification. | commit | commitdiff | tree | 
| 2011-08-04 | Bruce Momjian | In documentaiton, clarify which commands have reduced... | commit | commitdiff | tree | 
| 2011-08-02 | Tom Lane | Move CheckRecoveryConflictDeadlock() call to a safer... | commit | commitdiff | tree | 
| 2011-08-02 | Tom Lane | Fix incorrect initialization of ProcGlobal->startupBuff... | commit | commitdiff | tree | 
| 2011-08-02 | Heikki Linnakangas | Avoid integer overflow when LIMIT + OFFSET >= 2^63. | commit | commitdiff | tree | 
| 2011-07-31 | Peter Eisentraut | Add host name resolution information to pg_hba.conf... | commit | commitdiff | tree | 
| 2011-07-30 | Bruce Momjian | Fix pg_update to properly test for the data directory... | commit | commitdiff | tree | 
| 2011-07-28 | Tom Lane | Fix pg_restore's direct-to-database mode for standard_c... | commit | commitdiff | tree | 
| 2011-07-27 | Peter Eisentraut | Minor message style adjustment | commit | commitdiff | tree | 
| 2011-07-27 | Robert Haas | Fix typo. | commit | commitdiff | tree | 
| 2011-07-26 | Peter Eisentraut | Add missing newlines at end of error messages | commit | commitdiff | tree | 
| 2011-07-26 | Robert Haas | Clarify which relkinds accept column comments. | commit | commitdiff | tree | 
| 2011-07-26 | Andrew Dunstan | Don't build replacement getpeereid function on mingw. | commit | commitdiff | tree | 
| 2011-07-25 | Robert Haas | Improvements to SQL/MED documentation. | commit | commitdiff | tree | 
| 2011-07-25 | Tom Lane | Fix previous patch so it also works if not USE_SSL... | commit | commitdiff | tree | 
| 2011-07-24 | Tom Lane | Improve libpq's error reporting for SSL failures. | commit | commitdiff | tree | 
| 2011-07-24 | Tom Lane | Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag. | commit | commitdiff | tree | 
| 2011-07-24 | Bruce Momjian | In pg_upgrade on Windows, check if the directory is... | commit | commitdiff | tree | 
| 2011-07-23 | Andrew Dunstan | Unbreak Windows builds broken by EDITOR_LINENUMBER_ARG... | commit | commitdiff | tree | 
| 2011-07-23 | Peter Eisentraut | Change EDITOR_LINENUMBER_SWITCH to an environment variable | commit | commitdiff | tree | 
| 2011-07-23 | Tom Lane | Rethink behavior of CREATE OR REPLACE during CREATE... | commit | commitdiff | tree | 
| 2011-07-22 | Robert Haas | Unbreak unlogged tables. | commit | commitdiff | tree | 
| 2011-07-21 | Tom Lane | Fix PQsetvalue() to avoid possible crash when adding... | commit | commitdiff | tree | 
| 2011-07-20 | Bruce Momjian | In pg_upgrade, fix the -l/log option to work on Windows. | commit | commitdiff | tree | 
| 2011-07-20 | Robert Haas | Improve sepgsql and SECURITY LABEL documentation. | commit | commitdiff | tree | 
| 2011-07-20 | Robert Haas | Minor improvement to pg_seclabel documentation. | commit | commitdiff | tree | 
| 2011-07-19 | Peter Eisentraut | Fix typo | commit | commitdiff | tree | 
| 2011-07-19 | Peter Eisentraut | Change debug message from ereport to elog | commit | commitdiff | tree | 
| 2011-07-18 | Michael Meskes | Adapted expected result for latest change to ecpglib. | commit | commitdiff | tree | 
| 2011-07-18 | Michael Meskes | Made ecpglib write double with a precision of 15 digits. | commit | commitdiff | tree | 
| 2011-07-18 | Peter Eisentraut | Remove claim that the project is not represented in... | commit | commitdiff | tree | 
| 2011-07-18 | Peter Eisentraut | Note that information_schema.sql_languages was removed... | commit | commitdiff | tree | 
| 2011-07-16 | Tom Lane | Replace errdetail("%s", ...) with errdetail_internal... | commit | commitdiff | tree | 
| 2011-07-16 | Tom Lane | Use errdetail_internal() for SSI transaction cancellati... | commit | commitdiff | tree | 
| 2011-07-16 | Tom Lane | Add an errdetail_internal() ereport auxiliary routine. | commit | commitdiff | tree | 
| 2011-07-16 | Magnus Hagander | Fix SSPI login when multiple roundtrips are required | commit | commitdiff | tree | 
| 2011-07-15 | Heikki Linnakangas | Fix two ancient bugs in GiST code to re-find a parent... | commit | commitdiff | tree | 
| 2011-07-14 | Tom Lane | In planner, don't assume that empty parent tables aren... | commit | commitdiff | tree | 
| 2011-07-14 | Peter Eisentraut | Small update on suggested startup file locations | commit | commitdiff | tree | 
| 2011-07-14 | Peter Eisentraut | Remove README.mb.big5 and README.mb.jp | commit | commitdiff | tree | 
| 2011-07-12 | Peter Eisentraut | Mark collation-related information schema columns as... | commit | commitdiff | tree | 
| 2011-07-12 | Tom Lane | Avoid listing ungrouped Vars in the targetlist of Agg... | commit | commitdiff | tree | 
| 2011-07-08 | Tom Lane | Fix another oversight in logging of changes in postgres... | commit | commitdiff | tree | 
| 2011-07-08 | Heikki Linnakangas | Fix one overflow and one signedness error, caused by... | commit | commitdiff | tree | 
| 2011-07-08 | Peter Eisentraut | Add item about Clang support to 9.1 release notes | commit | commitdiff | tree | 
| 2011-07-08 | Peter Eisentraut | Message style improvements | commit | commitdiff | tree | 
| 2011-07-08 | Tom Lane | Tag 9.1beta3. | commit | commitdiff | tree | 
| 2011-07-07 | Tom Lane | Update examples for string-related functions. | commit | commitdiff | tree | 
| 2011-07-07 | Tom Lane | Update 9.1 release notes to reflect commits through... | commit | commitdiff | tree | 
| 2011-07-07 | Heikki Linnakangas | There's a small window wherein a transaction is committ... | commit | commitdiff | tree | 
| 2011-07-07 | Heikki Linnakangas | SSI has a race condition, where the order of commit... | commit | commitdiff | tree | 
| 2011-07-07 | Peter Eisentraut | Fix use of unportable %m format | commit | commitdiff | tree | 
| 2011-07-07 | Tom Lane | Reclassify replication-related GUC variables as "master... | commit | commitdiff | tree | 
| 2011-07-07 | Robert Haas | Adjust OLDSERXID_MAX_PAGE based on BLCKSZ. | commit | commitdiff | tree | 
| 2011-07-07 | Tom Lane | Finish disabling reduced-lock-levels-for-DDL feature. | commit | commitdiff | tree | 
| 2011-07-07 | Heikki Linnakangas | Fix a bug with SSI and prepared transactions: | commit | commitdiff | tree | 
| 2011-07-06 | Tom Lane | Remove assumptions that not-equals operators cannot... | commit | commitdiff | tree | 
| 2011-07-05 | Tom Lane | Make the file_fdw validator check that a filename optio... | commit | commitdiff | tree | 
| 2011-07-05 | Tom Lane | Call FDW validator functions even when the options... | commit | commitdiff | tree | 
| 2011-07-05 | Peter Eisentraut | Message style improvements of errmsg_internal() calls | commit | commitdiff | tree | 
| 2011-07-05 | Tom Lane | Restructure foreign data wrapper chapter so it has... | commit | commitdiff | tree | 
| 2011-07-05 | Peter Eisentraut | Postgres -> PostgreSQL in error message | commit | commitdiff | tree | 
| 2011-07-05 | Tom Lane | Improve documentation about foreign data wrapper valida... | commit | commitdiff | tree | 
| 2011-07-05 | Tom Lane | Fix psql's counting of script file line numbers during... | commit | commitdiff | tree | 
| 2011-07-05 | Magnus Hagander | Fix typo in sslmode documentation | commit | commitdiff | tree | 
| 2011-07-04 | Peter Eisentraut | Message style tweaks | commit | commitdiff | tree | 
| 2011-07-04 | Peter Eisentraut | Small documentation tweaks | commit | commitdiff | tree | 
| 2011-07-04 | Heikki Linnakangas | Clarify that you need ActiveState perl 5.8 *or later... | commit | commitdiff | tree | 
| 2011-07-04 | Andrew Dunstan | Back-patch Fix bat file quoting of %ENV from commit... | commit | commitdiff | tree | 
| 2011-07-04 | Simon Riggs | Alter test results to comply with new ALTER TABLE behav... | commit | commitdiff | tree | 
| 2011-07-04 | Simon Riggs | Reset ALTER TABLE lock levels to AccessExclusiveLock... | commit | commitdiff | tree | 
| 2011-07-04 | Tom Lane | Fix omissions in documentation of the pg_roles view. | commit | commitdiff | tree | 
| 2011-07-03 | Tom Lane | Put comments on the installable procedural languages. | commit | commitdiff | tree | 
| 2011-07-03 | Robert Haas | Fix bugs in relpersistence handling during table creation. | commit | commitdiff | tree | 
| 2011-07-03 | Tom Lane | Make distprep and *clean build targets recurse into... | commit | commitdiff | tree | 
| 2011-07-02 | Peter Eisentraut | Unify spelling of "canceled", "canceling", "cancellation" | commit | commitdiff | tree | 
| 2011-07-02 | Peter Eisentraut | Add some strings that were not marked for translation | commit | commitdiff | tree | 
| 2011-07-02 | Bruce Momjian | In pg_upgrade 9.0 and 9.1, document suggestion of using... | commit | commitdiff | tree | 
| 2011-06-29 | Tom Lane | Restore correct btree preprocessing of "indexedcol... | commit | commitdiff | tree | 
| 2011-06-29 | Heikki Linnakangas | Move the PredicateLockRelation() call from nodeSeqscan... | commit | commitdiff | tree | 
| 2011-06-29 | Heikki Linnakangas | Grab predicate locks on matching tuples in a lossy... | commit | commitdiff | tree | 
| 2011-06-29 | Magnus Hagander | Protect pg_stat_reset_shared() against NULL input | commit | commitdiff | tree | 
| 2011-06-27 | Simon Riggs | Reduce impact of btree page reuse on Hot Standby by... | commit | commitdiff | tree | 
| 2011-06-27 | Robert Haas | Mention that SSPI authentication can use GSSAPI on... | commit | commitdiff | tree | 
| 2011-06-25 | Joe Conway | Async dblink functions require a named connection,... | commit | commitdiff | tree | 
| 2011-06-24 | Robert Haas | Documentation improvements for pg_locks with respect... | commit | commitdiff | tree | 
| 2011-06-23 | Bruce Momjian | In pg_upgrade docs, clarify that link mode uses "hard... | commit | commitdiff | tree | 
| 2011-06-23 | Tom Lane | Undo overly enthusiastic de-const-ification. | commit | commitdiff | tree | 
| 2011-06-23 | Bruce Momjian | In pg_upgrade, check that the binary and data directori... | commit | commitdiff | tree | 
| 2011-06-22 | Bruce Momjian | Adjust pg_upgrade check for pg_upgrade_support to happe... | commit | commitdiff | tree | 
| 2011-06-22 | Bruce Momjian | Fix pg_upgrade status message capitalization mistake. | commit | commitdiff | tree | 
| 2011-06-22 | Tom Lane | Add missing -I switch for VPATH builds. | commit | commitdiff | tree | 
| 2011-06-22 | Tom Lane | Fix symlink for errcodes.h so it works in VPATH builds... | commit | commitdiff | tree | 
| 2011-06-22 | Heikki Linnakangas | Remove pointless const qualifiers from function argumen... | commit | commitdiff | tree | 
| 2011-06-22 | Robert Haas | Performance tuning advice for SSI. | commit | commitdiff | tree | 
| 2011-06-21 | Tom Lane | Minor editing for README-SSI. | commit | commitdiff | tree | 
| 2011-06-21 | Peter Eisentraut | Message style and spelling improvements | commit | commitdiff | tree | 
| 2011-06-21 | Tom Lane | Apply upstream fix for blowfish signed-character bug... | commit | commitdiff | tree | 
| next |