| 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 | 
| 2011-06-21 | Heikki Linnakangas | Adjust the alternative expected output file for prepare... | commit | commitdiff | tree | 
| 2011-06-21 | Heikki Linnakangas | Fix bug in PreCommit_CheckForSerializationFailure.... | commit | commitdiff | tree | 
| 2011-06-21 | Heikki Linnakangas | Fix bug introduced by recent SSI patch to merge ROLLED_... | commit | commitdiff | tree | 
| 2011-06-20 | Tom Lane | Fix missed use of "cp -i" in an example, per Fujii... | commit | commitdiff | tree | 
| 2011-06-20 | Tom Lane | Fix thinko in previous patch for optimizing EXISTS... | commit | commitdiff | tree | 
| 2011-06-19 | Peter Eisentraut | Produce HISTORY file consistently as ASCII | commit | commitdiff | tree | 
| 2011-06-19 | Tom Lane | Fix thinko in previous patch to always update pg_class... | commit | commitdiff | tree | 
| 2011-06-18 | Peter Eisentraut | Capitalization fixes | commit | commitdiff | tree | 
| 2011-06-17 | Tom Lane | Don't use "cp -i" in the example WAL archive_command. | commit | commitdiff | tree | 
| 2011-06-17 | Tom Lane | Obtain table locks as soon as practical during pg_dump. | commit | commitdiff | tree | 
| 2011-06-17 | Robert Haas | Add overflow checks to int4 and int8 versions of genera... | commit | commitdiff | tree | 
| 2011-06-17 | Robert Haas | Fix crash in CREATE UNLOGGED TABLE. | commit | commitdiff | tree | 
| 2011-06-17 | Robert Haas | Fix typo. | commit | commitdiff | tree | 
| 2011-06-16 | Heikki Linnakangas | Update README-SSI. Add a section to describe the "dange... | commit | commitdiff | tree | 
| 2011-06-16 | Alvaro Herrera | Fix typo | commit | commitdiff | tree | 
| 2011-06-16 | Tom Lane | Remove another no-longer-needed inclusion of predicate.h. | commit | commitdiff | tree | 
| 2011-06-16 | Heikki Linnakangas | pgindent run of recent SSI changes. Also, remove an... | commit | commitdiff | tree | 
| 2011-06-16 | Simon Riggs | Respect Hot Standby controls while recycling btree... | commit | commitdiff | tree | 
| 2011-06-16 | Tom Lane | Use single quotes in preference to double quotes for... | commit | commitdiff | tree | 
| 2011-06-15 | Tom Lane | Rework parsing of ConstraintAttributeSpec to improve... | commit | commitdiff | tree | 
| 2011-06-15 | Tom Lane | Fix failure to account for memory used by tuplestore_pu... | commit | commitdiff | tree | 
| 2011-06-15 | Tom Lane | Fix oversights in pg_basebackup's -z (compression)... | commit | commitdiff | tree | 
| 2011-06-15 | Heikki Linnakangas | The rolled-back flag on serializable xacts was pointles... | commit | commitdiff | tree | 
| 2011-06-15 | Heikki Linnakangas | Make non-MVCC snapshots exempt from predicate locking... | commit | commitdiff | tree | 
| 2011-06-14 | Peter Eisentraut | Allow psql \d tab completion to complete all relation... | commit | commitdiff | tree | 
| 2011-06-14 | Peter Eisentraut | Document that psql's \d also works with composite types | commit | commitdiff | tree | 
| 2011-06-14 | Bruce Momjian | In pg_upgrade, document that link mode has to have... | commit | commitdiff | tree | 
| 2011-06-14 | Tom Lane | Fix assorted issues with build and install paths contai... | commit | commitdiff | tree | 
| 2011-06-14 | Peter Eisentraut | Remove unused variable | commit | commitdiff | tree | 
| 2011-06-14 | Bruce Momjian | In pg_upgrade, check there are no prepared transactions. | commit | commitdiff | tree | 
| 2011-06-14 | Alvaro Herrera | Fix grammatical mistake introduced by previous commit | commit | commitdiff | tree | 
| 2011-06-14 | Alvaro Herrera | Mention DROP TABLE as well as ALTER TABLE NO INHERIT | commit | commitdiff | tree | 
| 2011-06-14 | Robert Haas | Improve accuracy of ON_ERROR_STOP documentation. | commit | commitdiff | tree | 
| 2011-06-14 | Heikki Linnakangas | Oops, forgot to change the order of entries in 2PC... | commit | commitdiff | tree | 
| 2011-06-14 | Heikki Linnakangas | Renumber 2PC resource managers so that compared to... | commit | commitdiff | tree | 
| 2011-06-14 | Peter Eisentraut | Move parse2.pl to parse.pl | commit | commitdiff | tree | 
| 2011-06-14 | Bruce Momjian | Document that bits to the right of the CIDR mask "shoul... | commit | commitdiff | tree | 
| 2011-06-13 | Alvaro Herrera | Fix aboriginal copy-paste mistake in error message | commit | commitdiff | tree | 
| 2011-06-13 | Alvaro Herrera | Expand warnings on locks acquired by CREATE INDEX CONCU... | commit | commitdiff | tree | 
| 2011-06-13 | Robert Haas | Remove parentheses from mention of current_schemas... | commit | commitdiff | tree | 
| 2011-06-13 | Robert Haas | Clarify that NATURAL without matching columns is like... | commit | commitdiff | tree | 
| 2011-06-13 | Robert Haas | Add doc cross-reference to search_path discussion of... | commit | commitdiff | tree | 
| 2011-06-13 | Robert Haas | Document GUC context for synchronous_standby_names... | commit | commitdiff | tree | 
| 2011-06-13 | Robert Haas | In ALTER EXTENSION docs, document left_type/right_type. | commit | commitdiff | tree | 
| 2011-06-13 | Robert Haas | Markup fix. | commit | commitdiff | tree | 
| 2011-06-13 | Robert Haas | More foreign table documentation improvements. | commit | commitdiff | tree | 
| 2011-06-12 | Heikki Linnakangas | Remove now-unnecessary casts. | commit | commitdiff | tree | 
| 2011-06-12 | Robert Haas | Corrections to ALTER FOREIGN TABLE documentation. | commit | commitdiff | tree | 
| 2011-06-12 | Robert Haas | Tab completion improvements for COMMENT. | commit | commitdiff | tree | 
| 2011-06-11 | Bruce Momjian | Add C comment mentioning pg_stat_activity.procpid shoul... | commit | commitdiff | tree | 
| next |