| 2011-06-16 |  Tom Lane | Index tuple data arrays using Anum_xxx symbolic constan... | commit | commitdiff | tree | snapshot | 
| 2011-06-16 |  Peter Eisentraut | Avoid compiler warnings due to possibly unused variables | commit | commitdiff | tree | snapshot | 
| 2011-06-16 |  Peter Eisentraut | Start using flexible array members | commit | commitdiff | tree | snapshot | 
| 2011-06-16 |  Heikki Linnakangas | Update README-SSI. Add a section to describe the "dange... | commit | commitdiff | tree | snapshot | 
| 2011-06-16 |  Alvaro Herrera | Fix typo | commit | commitdiff | tree | snapshot | 
| 2011-06-16 |  Tom Lane | Remove another no-longer-needed inclusion of predicate.h. | commit | commitdiff | tree | snapshot | 
| 2011-06-16 |  Heikki Linnakangas | pgindent run of recent SSI changes. Also, remove an... | commit | commitdiff | tree | snapshot | 
| 2011-06-16 |  Simon Riggs | Respect Hot Standby controls while recycling btree... | commit | commitdiff | tree | snapshot | 
| 2011-06-16 |  Tom Lane | Use single quotes in preference to double quotes for... | commit | commitdiff | tree | snapshot | 
| 2011-06-15 |  Tom Lane | Rework parsing of ConstraintAttributeSpec to improve... | commit | commitdiff | tree | snapshot | 
| 2011-06-15 |  Bruce Momjian | In pg_upgrade, clean up code layout in validateDirector... | commit | commitdiff | tree | snapshot | 
| 2011-06-15 |  Tom Lane | Fix failure to account for memory used by tuplestore_pu... | commit | commitdiff | tree | snapshot | 
| 2011-06-15 |  Tom Lane | Fix oversights in pg_basebackup's -z (compression)... | commit | commitdiff | tree | snapshot | 
| 2011-06-15 |  Heikki Linnakangas | The rolled-back flag on serializable xacts was pointles... | commit | commitdiff | tree | snapshot | 
| 2011-06-15 |  Heikki Linnakangas | Make non-MVCC snapshots exempt from predicate locking... | commit | commitdiff | tree | snapshot | 
| 2011-06-14 |  Peter Eisentraut | Allow psql \d tab completion to complete all relation... | commit | commitdiff | tree | snapshot | 
| 2011-06-14 |  Peter Eisentraut | Document that psql's \d also works with composite types | commit | commitdiff | tree | snapshot | 
| 2011-06-14 |  Bruce Momjian | In pg_upgrade, document that link mode has to have... | commit | commitdiff | tree | snapshot | 
| 2011-06-14 |  Tom Lane | Fix assorted issues with build and install paths contai... | commit | commitdiff | tree | snapshot | 
| 2011-06-14 |  Peter Eisentraut | Remove unused variable | commit | commitdiff | tree | snapshot | 
| 2011-06-14 |  Peter Eisentraut | Add comment that attributes.is_nullable was removed... | commit | commitdiff | tree | snapshot | 
| 2011-06-14 |  Bruce Momjian | In pg_upgrade, check there are no prepared transactions. | commit | commitdiff | tree | snapshot | 
| 2011-06-14 |  Alvaro Herrera | Fix grammatical mistake introduced by previous commit | commit | commitdiff | tree | snapshot | 
| 2011-06-14 |  Alvaro Herrera | Mention DROP TABLE as well as ALTER TABLE NO INHERIT | commit | commitdiff | tree | snapshot | 
| 2011-06-14 |  Robert Haas | Improve accuracy of ON_ERROR_STOP documentation. | commit | commitdiff | tree | snapshot | 
| 2011-06-14 |  Heikki Linnakangas | Oops, forgot to change the order of entries in 2PC... | commit | commitdiff | tree | snapshot | 
| 2011-06-14 |  Heikki Linnakangas | Renumber 2PC resource managers so that compared to... | commit | commitdiff | tree | snapshot | 
| 2011-06-14 |  Peter Eisentraut | Move parse2.pl to parse.pl | commit | commitdiff | tree | snapshot | 
| 2011-06-14 |  Bruce Momjian | Document that bits to the right of the CIDR mask "shoul... | commit | commitdiff | tree | snapshot | 
| 2011-06-13 |  Alvaro Herrera | Fix aboriginal copy-paste mistake in error message | commit | commitdiff | tree | snapshot | 
| 2011-06-13 |  Alvaro Herrera | Expand warnings on locks acquired by CREATE INDEX CONCU... | commit | commitdiff | tree | snapshot | 
| 2011-06-13 |  Robert Haas | Remove parentheses from mention of current_schemas... | commit | commitdiff | tree | snapshot | 
| 2011-06-13 |  Robert Haas | Clarify that NATURAL without matching columns is like... | commit | commitdiff | tree | snapshot | 
| 2011-06-13 |  Robert Haas | Add doc cross-reference to search_path discussion of... | commit | commitdiff | tree | snapshot | 
| 2011-06-13 |  Robert Haas | Document GUC context for synchronous_standby_names... | commit | commitdiff | tree | snapshot | 
| 2011-06-13 |  Robert Haas | In ALTER EXTENSION docs, document left_type/right_type. | commit | commitdiff | tree | snapshot | 
| 2011-06-13 |  Robert Haas | Markup fix. | commit | commitdiff | tree | snapshot | 
| 2011-06-13 |  Robert Haas | More foreign table documentation improvements. | commit | commitdiff | tree | snapshot | 
| 2011-06-12 |  Heikki Linnakangas | Remove now-unnecessary casts. | commit | commitdiff | tree | snapshot | 
| 2011-06-12 |  Robert Haas | Corrections to ALTER FOREIGN TABLE documentation. | commit | commitdiff | tree | snapshot | 
| 2011-06-12 |  Robert Haas | Code cleanup for InitProcGlobal. | commit | commitdiff | tree | snapshot | 
| 2011-06-12 |  Robert Haas | Tab completion improvements for COMMENT. | commit | commitdiff | tree | snapshot | 
| 2011-06-11 |  Tom Lane | Stamp HEAD as 9.2devel. | commit | commitdiff | tree | snapshot | 
| 2011-06-11 |  Bruce Momjian | Add C comment mentioning pg_stat_activity.procpid shoul... | commit | commitdiff | tree | snapshot | 
| 2011-06-10 |  Tom Lane | Work around gcc 4.6.0 bug that breaks WAL replay. | commit | commitdiff | tree | snapshot | 
| 2011-06-10 |  Heikki Linnakangas | Fix locking while setting flags in MySerializableXact. | commit | commitdiff | tree | snapshot | 
| 2011-06-10 |  Alvaro Herrera | Add comment about pg_ctl stop | commit | commitdiff | tree | snapshot | 
| 2011-06-10 |  Alvaro Herrera | Use "transient" files for blind writes, take 2 | commit | commitdiff | tree | snapshot | 
| 2011-06-10 |  Alvaro Herrera | Use a constant sprintf format to silence compiler warning | commit | commitdiff | tree | snapshot | 
| 2011-06-10 |  Heikki Linnakangas | Small comment fixes and enhancements. | commit | commitdiff | tree | snapshot | 
| 2011-06-10 |  Bruce Momjian | Mention "pg_ctl stop" in pgindent README instructions. | commit | commitdiff | tree | snapshot | 
| 2011-06-09 |  Tom Lane | Tag 9.1beta2.  REL9_1_BETA2 | commit | commitdiff | tree | snapshot | 
| 2011-06-09 |  Bruce Momjian | Ecpg doc cleanups, as reported by Marc Cousin. | commit | commitdiff | tree | snapshot | 
| 2011-06-09 |  Tom Lane | Update 9.1 release notes to reflect commits through... | commit | commitdiff | tree | snapshot | 
| 2011-06-09 |  Alvaro Herrera | Revert "Use "transient" files for blind writes" | commit | commitdiff | tree | snapshot | 
| 2011-06-09 |  Alvaro Herrera | Use "transient" files for blind writes | commit | commitdiff | tree | snapshot | 
| 2011-06-09 |  Peter Eisentraut | Translation updates for 9.1beta2 | commit | commitdiff | tree | snapshot | 
| 2011-06-09 |  Heikki Linnakangas | Fix the truncation logic of the OldSerXid SLRU mechanis... | commit | commitdiff | tree | snapshot | 
| 2011-06-09 |  Bruce Momjian | Pgindent run before 9.1 beta2. | commit | commitdiff | tree | snapshot | 
| 2011-06-09 |  Bruce Momjian | Update typedef list for upcoming pgindent run. | commit | commitdiff | tree | snapshot | 
| 2011-06-09 |  Magnus Hagander | Use the correct eventlog severity for error | commit | commitdiff | tree | snapshot | 
| 2011-06-09 |  Magnus Hagander | Support silent mode for service registrations on win32 | commit | commitdiff | tree | snapshot | 
| 2011-06-09 |  Magnus Hagander | Add gitignore for mingw/cygwin build outputs | commit | commitdiff | tree | snapshot | 
| 2011-06-09 |  Heikki Linnakangas | Mark the SLRU page as dirty when setting an entry in... | commit | commitdiff | tree | snapshot | 
| 2011-06-09 |  Peter Eisentraut | Fix documentation of information_schema.element_types | commit | commitdiff | tree | snapshot | 
| 2011-06-08 |  Tom Lane | Make citext's equality and hashing functions collation... | commit | commitdiff | tree | snapshot | 
| 2011-06-08 |  Peter Eisentraut | Reorder pg_ctl promote after pg_ctl status | commit | commitdiff | tree | snapshot | 
| 2011-06-08 |  Tom Lane | Allow domains over arrays to match ANYARRAY parameters... | commit | commitdiff | tree | snapshot | 
| 2011-06-08 |  Heikki Linnakangas | Make DDL operations play nicely with Serializable Snaps... | commit | commitdiff | tree | snapshot | 
| 2011-06-08 |  Robert Haas | Complain politely about access temp/unlogged tables... | commit | commitdiff | tree | snapshot | 
| 2011-06-08 |  Alvaro Herrera | Revert psql bits to display NOT VALID for FKs | commit | commitdiff | tree | snapshot | 
| 2011-06-07 |  Heikki Linnakangas | Make ascii-art in comments pgindent-safe, and some... | commit | commitdiff | tree | snapshot | 
| 2011-06-07 |  Tom Lane | Fix rewriter to cope (more or less) with CTEs in the... | commit | commitdiff | tree | snapshot | 
| 2011-06-06 |  Tom Lane | Reset reindex-in-progress state before reverifying... | commit | commitdiff | tree | snapshot | 
| 2011-06-04 |  Andrew Dunstan | Allow building with perl 5.14. | commit | commitdiff | tree | snapshot | 
| 2011-06-04 |  Peter Eisentraut | Fix documentation reference to "above" example | commit | commitdiff | tree | snapshot | 
| 2011-06-04 |  Peter Eisentraut | More ECPG documentation fixes | commit | commitdiff | tree | snapshot | 
| 2011-06-04 |  Peter Eisentraut | ECPG documentation fix | commit | commitdiff | tree | snapshot | 
| 2011-06-04 |  Tom Lane | Expose the "*VALUES*" alias that we generate for a... | commit | commitdiff | tree | snapshot | 
| 2011-06-03 |  Alvaro Herrera | Fix pg_get_constraintdef to cope with NOT VALID constraints | commit | commitdiff | tree | snapshot | 
| 2011-06-03 |  Tom Lane | Fix failure to check whether a rowtype's component... | commit | commitdiff | tree | snapshot | 
| 2011-06-03 |  Peter Eisentraut | Truncate id to <=44 characters | commit | commitdiff | tree | snapshot | 
| 2011-06-03 |  Heikki Linnakangas | SSI comment fixes and enhancements. Notably, document... | commit | commitdiff | tree | snapshot | 
| 2011-06-03 |  Tom Lane | Need to list getpeereid.c in .gitignore, too ... | commit | commitdiff | tree | snapshot | 
| 2011-06-02 |  Bruce Momjian | Use proper SGML doc entities rather than angle-brackets. | commit | commitdiff | tree | snapshot | 
| 2011-06-02 |  Tom Lane | Handle domains when checking for recursive inclusion... | commit | commitdiff | tree | snapshot | 
| 2011-06-02 |  Tom Lane | Looks like we can't declare getpeereid on Windows anyway. | commit | commitdiff | tree | snapshot | 
| 2011-06-02 |  Tom Lane | libpq needs its own copy of src/port/getpeereid. | commit | commitdiff | tree | snapshot | 
| 2011-06-02 |  Peter Eisentraut | Sort COMMENT synopsis and add more examples | commit | commitdiff | tree | snapshot | 
| 2011-06-02 |  Tom Lane | Clean up after erroneous SELECT FOR UPDATE/SHARE on... | commit | commitdiff | tree | snapshot | 
| 2011-06-02 |  Robert Haas | Fix vim-induced typo. | commit | commitdiff | tree | snapshot | 
| 2011-06-02 |  Tom Lane | Disallow SELECT FOR UPDATE/SHARE on sequences. | commit | commitdiff | tree | snapshot | 
| 2011-06-02 |  Tom Lane | Typo fix. | commit | commitdiff | tree | snapshot | 
| 2011-06-02 |  Robert Haas | Avoid creating init fork for unlogged indexes when... | commit | commitdiff | tree | snapshot | 
| 2011-06-02 |  Tom Lane | Implement getpeereid() as a src/port compatibility... | commit | commitdiff | tree | snapshot | 
| 2011-06-01 |  Tom Lane | Allow hash joins to be interrupted while searching... | commit | commitdiff | tree | snapshot | 
| 2011-06-01 |  Peter Eisentraut | Some copy editing of the release notes | commit | commitdiff | tree | snapshot | 
| 2011-06-01 |  Tom Lane | Further improvements in pg_ctl's new wait-for-postmaste... | commit | commitdiff | tree | snapshot | 
| 2011-05-31 |  Tom Lane | Protect GIST logic that assumes penalty values can... | commit | commitdiff | tree | snapshot | 
| 2011-05-31 |  Peter Eisentraut | Recode non-ASCII characters in source to UTF-8 | commit | commitdiff | tree | snapshot | 
| next |