| 2011-02-10 |  Bruce Momjian | Fix "variable not used" warnings when USE_WIDE_UPPER_LO... | commit | commitdiff | tree | snapshot | 
| 2011-02-10 |  Peter Eisentraut | Update comment | commit | commitdiff | tree | snapshot | 
| 2011-02-10 |  Bruce Momjian | Fix pg_get_encoding_from_locale() function call paramet... | commit | commitdiff | tree | snapshot | 
| 2011-02-10 |  Heikki Linnakangas | Send status updates back from standby server to master... | commit | commitdiff | tree | snapshot | 
| 2011-02-10 |  Magnus Hagander | Track last time for statistics reset on databases and... | commit | commitdiff | tree | snapshot | 
| 2011-02-10 |  Magnus Hagander | Use NOWAIT when including WAL in base backup | commit | commitdiff | tree | snapshot | 
| 2011-02-10 |  Heikki Linnakangas | Allocate all entries in the serializable xid hash up... | commit | commitdiff | tree | snapshot | 
| 2011-02-10 |  Andrew Dunstan | Use correct name and URL for MinGW-w64, error noticed... | commit | commitdiff | tree | snapshot | 
| 2011-02-10 |  Tom Lane | Fix improper matching of resjunk column names for FOR... | commit | commitdiff | tree | snapshot | 
| 2011-02-10 |  Itagaki Takahiro | Fix typo in the documentation. | commit | commitdiff | tree | snapshot | 
| 2011-02-10 |  Tom Lane | Fix pg_upgrade to handle extensions. | commit | commitdiff | tree | snapshot | 
| 2011-02-09 |  Peter Eisentraut | Information schema views for collation support | commit | commitdiff | tree | snapshot | 
| 2011-02-09 |  Tom Lane | Rethink order of operations for dumping extension membe... | commit | commitdiff | tree | snapshot | 
| 2011-02-09 |  Tom Lane | Implement "ALTER EXTENSION ADD object". | commit | commitdiff | tree | snapshot | 
| 2011-02-09 |  Bruce Momjian | Remove more SGML tabs. | commit | commitdiff | tree | snapshot | 
| 2011-02-09 |  Bruce Momjian | Remove tabs in SGML file. | commit | commitdiff | tree | snapshot | 
| 2011-02-09 |  Heikki Linnakangas | Fix allocation of RW-conflict pool in the new predicate... | commit | commitdiff | tree | snapshot | 
| 2011-02-09 |  Magnus Hagander | Implement NOWAIT option for BASE_BACKUP command | commit | commitdiff | tree | snapshot | 
| 2011-02-08 |  Tom Lane | Suppress some compiler warnings in recent commits. | commit | commitdiff | tree | snapshot | 
| 2011-02-08 |  Tom Lane | Fix merge conflict. | commit | commitdiff | tree | snapshot | 
| 2011-02-08 |  Tom Lane | Core support for "extensions", which are packages of... | commit | commitdiff | tree | snapshot | 
| 2011-02-08 |  Peter Eisentraut | Per-column collation support | commit | commitdiff | tree | snapshot | 
| 2011-02-08 |  Heikki Linnakangas | Fix typo, by Kevin Grittner. | commit | commitdiff | tree | snapshot | 
| 2011-02-08 |  Simon Riggs | Continue long tradition of bumping the catalog version... | commit | commitdiff | tree | snapshot | 
| 2011-02-08 |  Simon Riggs | Named restore points in recovery. Users can record... | commit | commitdiff | tree | snapshot | 
| 2011-02-08 |  Simon Riggs | Basic Recovery Control functions for use in Hot Standby... | commit | commitdiff | tree | snapshot | 
| 2011-02-08 |  Heikki Linnakangas | UINT64_MAX isn't defined on MSVC. | commit | commitdiff | tree | snapshot | 
| 2011-02-08 |  Simon Riggs | Remove rare corner case for data loss when triggering... | commit | commitdiff | tree | snapshot | 
| 2011-02-08 |  Simon Riggs | Extend ALTER TABLE to allow Foreign Keys to be added... | commit | commitdiff | tree | snapshot | 
| 2011-02-08 |  Heikki Linnakangas | Fix copy-pasto in description of pg_serial, and silence... | commit | commitdiff | tree | snapshot | 
| 2011-02-08 |  Robert Haas | Avoid having autovacuum workers wait for relation locks. | commit | commitdiff | tree | snapshot | 
| 2011-02-07 |  Heikki Linnakangas | Oops, forgot to bump catversion in the Serializable... | commit | commitdiff | tree | snapshot | 
| 2011-02-07 |  Heikki Linnakangas | Implement genuine serializable isolation level. | commit | commitdiff | tree | snapshot | 
| 2011-02-07 |  Itagaki Takahiro | Fix a comment for MergeAttributes. | commit | commitdiff | tree | snapshot | 
| 2011-02-07 |  Andrew Dunstan | Supply now required HeUTF8 macro for plperl where it... | commit | commitdiff | tree | snapshot | 
| 2011-02-07 |  Itagaki Takahiro | Fix error messages for FreeFile in COPY command. | commit | commitdiff | tree | snapshot | 
| 2011-02-06 |  Bruce Momjian | remove tags. | commit | commitdiff | tree | snapshot | 
| 2011-02-06 |  Andrew Dunstan | Force strings passed to and from plperl to be in UTF8... | commit | commitdiff | tree | snapshot | 
| 2011-02-06 |  Bruce Momjian | Adjust libpq docs to be clearer about 'hostaddr' usage... | commit | commitdiff | tree | snapshot | 
| 2011-02-06 |  Bruce Momjian | Rename macro DECIMAL to DECIMAL_T to help pgindent... | commit | commitdiff | tree | snapshot | 
| 2011-02-06 |  Magnus Hagander | IDENTIFY_SYSTEM now returns 3 fields, not 2 | commit | commitdiff | tree | snapshot | 
| 2011-02-06 |  Robert Haas | Tighten ALTER FOREIGN TABLE .. SET DATA TYPE checks. | commit | commitdiff | tree | snapshot | 
| 2011-02-05 |  Bruce Momjian | Add C comment about why older compilers complain about... | commit | commitdiff | tree | snapshot | 
| 2011-02-05 |  Andrew Dunstan | Attempt to unbreak MSVC builds after pipe.c move. | commit | commitdiff | tree | snapshot | 
| 2011-02-04 |  Bruce Momjian | Add doc comment that installation.sgml can't use xrefs. | commit | commitdiff | tree | snapshot | 
| 2011-02-04 |  Robert Haas | Clarify comment in ATRewriteTable(). | commit | commitdiff | tree | snapshot | 
| 2011-02-04 |  Robert Haas | Move pipe.c into the backend. | commit | commitdiff | tree | snapshot | 
| 2011-02-04 |  Bruce Momjian | In docs, move PQrequestCancel() deprecation mention... | commit | commitdiff | tree | snapshot | 
| 2011-02-04 |  Robert Haas | Avoid including postgres.h in frontend compiles of... | commit | commitdiff | tree | snapshot | 
| 2011-02-04 |  Robert Haas | Update ALTER TABLE docs to mention using VACUUM FULL... | commit | commitdiff | tree | snapshot | 
| 2011-02-04 |  Robert Haas | Use $(MAKE) rather than make. | commit | commitdiff | tree | snapshot | 
| 2011-02-04 |  Robert Haas | Make handling of errcodes.h more consistent with other... | commit | commitdiff | tree | snapshot | 
| 2011-02-04 |  Magnus Hagander | Attempt to un-break the documentation build again | commit | commitdiff | tree | snapshot | 
| 2011-02-04 |  Robert Haas | Unbreak 'configure' followed immediately by 'make install'. | commit | commitdiff | tree | snapshot | 
| 2011-02-04 |  Magnus Hagander | Use single quotes when there are backslashes in the... | commit | commitdiff | tree | snapshot | 
| 2011-02-04 |  Robert Haas | Unbreak the VPATH build. | commit | commitdiff | tree | snapshot | 
| 2011-02-04 |  Robert Haas | Preserve copyright notice from old errcodes.h file. | commit | commitdiff | tree | snapshot | 
| 2011-02-04 |  Robert Haas | Avoid maintaining three separate copies of the error... | commit | commitdiff | tree | snapshot | 
| 2011-02-03 |  Robert Haas | ALTER TABLE sometimes takes only ShareUpdateExclusiveLock. | commit | commitdiff | tree | snapshot | 
| 2011-02-03 |  Bruce Momjian | In docs, PL is Procedural Language, not Programming... | commit | commitdiff | tree | snapshot | 
| 2011-02-03 |  Bruce Momjian | Simplify code used in is_absolute_path() macro;  also... | commit | commitdiff | tree | snapshot | 
| 2011-02-03 |  Magnus Hagander | Include more status information in walsender results | commit | commitdiff | tree | snapshot | 
| 2011-02-03 |  Magnus Hagander | Fix typo. | commit | commitdiff | tree | snapshot | 
| 2011-02-03 |  Robert Haas | Further sepgsql documentation cleanup. | commit | commitdiff | tree | snapshot | 
| 2011-02-03 |  Robert Haas | sepgsql doc fix | commit | commitdiff | tree | snapshot | 
| 2011-02-03 |  Robert Haas | Minor sepgsql regression test fixes. | commit | commitdiff | tree | snapshot | 
| 2011-02-03 |  Robert Haas | Various sepgsql corrections. | commit | commitdiff | tree | snapshot | 
| 2011-02-03 |  Bruce Momjian | Rename function to first_path_var_separator() to clarif... | commit | commitdiff | tree | snapshot | 
| 2011-02-03 |  Bruce Momjian | Clearify macro IS_PATH_VAR_SEP in path.c so it is clear... | commit | commitdiff | tree | snapshot | 
| 2011-02-03 |  Robert Haas | Log restartpoints in the same fashion as checkpoints. | commit | commitdiff | tree | snapshot | 
| 2011-02-03 |  Tom Lane | Repair multiple breakage in Windows-specific code for... | commit | commitdiff | tree | snapshot | 
| 2011-02-03 |  Tom Lane | Clean up missed change to plpython expected files. | commit | commitdiff | tree | snapshot | 
| 2011-02-02 |  Bruce Momjian | Mark all GUC variables with <varname> markup, rather... | commit | commitdiff | tree | snapshot | 
| 2011-02-02 |  Bruce Momjian | Fix wrong verb in pg_upgrade text message, per Haas. | commit | commitdiff | tree | snapshot | 
| 2011-02-02 |  Bruce Momjian | Simplify pg_upgrade checking of executable permissions. | commit | commitdiff | tree | snapshot | 
| 2011-02-02 |  Peter Eisentraut | Wrap PL/Python SPI calls into subtransactions | commit | commitdiff | tree | snapshot | 
| 2011-02-02 |  Andrew Dunstan | Add  comment on why we're passing a useless 'false... | commit | commitdiff | tree | snapshot | 
| 2011-02-01 |  Bruce Momjian | Document that CREATE VIEW that uses "*" for the column... | commit | commitdiff | tree | snapshot | 
| 2011-02-01 |  Bruce Momjian | Properly capitalize hyphenated words in documentation... | commit | commitdiff | tree | snapshot | 
| 2011-02-01 |  Bruce Momjian | Clarify documentation to state that "zero_damaged_pages... | commit | commitdiff | tree | snapshot | 
| 2011-02-01 |  Peter Eisentraut | Add validator to PL/Python | commit | commitdiff | tree | snapshot | 
| 2011-02-01 |  Bruce Momjian | Document that effective cache size does not assume... | commit | commitdiff | tree | snapshot | 
| 2011-02-01 |  Bruce Momjian | Document that Slony can do upgrades easier _because_... | commit | commitdiff | tree | snapshot | 
| 2011-02-01 |  Bruce Momjian | Clarify pg_upgrade install instructions, per suggestion... | commit | commitdiff | tree | snapshot | 
| 2011-02-01 |  Bruce Momjian | Add missing period "." in pg_upgrade documentation. | commit | commitdiff | tree | snapshot | 
| 2011-02-01 |  Bruce Momjian | Add pg_upgrade comment for why we can't use template1... | commit | commitdiff | tree | snapshot | 
| 2011-02-01 |  Andrew Dunstan | Set up PLPerl trigger data using C code instead of... | commit | commitdiff | tree | snapshot | 
| 2011-02-01 |  Magnus Hagander | Undefine setlocale() macro on Win32 | commit | commitdiff | tree | snapshot | 
| 2011-02-01 |  Simon Riggs | Re-classify ERRCODE_DATABASE_DROPPED to 57P04 | commit | commitdiff | tree | snapshot | 
| 2011-02-01 |  Itagaki Takahiro | Fix wrong error reports in 'number of array dimensions... | commit | commitdiff | tree | snapshot | 
| 2011-02-01 |  Itagaki Takahiro | Add a link from client_encoding parameter to the list... | commit | commitdiff | tree | snapshot | 
| 2011-02-01 |  Bruce Momjian | Improve docs for pg_authid encryption description with... | commit | commitdiff | tree | snapshot | 
| 2011-02-01 |  Bruce Momjian | In pg_authid.rolpassword docs, make "md5" appear as... | commit | commitdiff | tree | snapshot | 
| 2011-02-01 |  Tom Lane | Support LIKE and ILIKE index searches via contrib/pg_tr... | commit | commitdiff | tree | snapshot | 
| 2011-02-01 |  Bruce Momjian | Fix pg_upgrade to create pg_authid restore functions... | commit | commitdiff | tree | snapshot | 
| 2011-02-01 |  Simon Riggs | Create new errcode for recovery conflict caused by... | commit | commitdiff | tree | snapshot | 
| 2011-01-31 |  Heikki Linnakangas | Remove spurious word, spotted by Thom Brown. | commit | commitdiff | tree | snapshot | 
| 2011-01-31 |  Bruce Momjian | Update pg_upgrade docs to mention its use in a less... | commit | commitdiff | tree | snapshot | 
| 2011-01-31 |  Bruce Momjian | Fix SGML markup for upgrade doc addition. | commit | commitdiff | tree | snapshot | 
| 2011-01-31 |  Simon Riggs | Fix error code for canceling statement due to conflict... | commit | commitdiff | tree | snapshot | 
| next |