2010-05-13 |
Andrew Dunstan | Fix MSVC builds for recent plperl changes. Go back... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Tom Lane | Update release notes with security issues. |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Tom Lane | Use an entity instead of non-ASCII letter. Thom Brown |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Tom Lane | Use "TOAST table" in place of the vague, not-used-elsew... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Tom Lane | Prevent PL/Tcl from loading the "unknown" module from... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Andrew Dunstan | Abandon the use of Perl's Safe.pm to enforce restrictio... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Magnus Hagander | Assorted fixes to make pg_upgrade build on MSVC. |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Magnus Hagander | Properly support multi-line entires (such as OBJS=... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Bruce Momjian | Comment out EnterpriseDB Advanced Server mention in... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Peter Eisentraut | Avoid error from mkdir if no languages are to be installed |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Magnus Hagander | Fix some spelling errors. |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Andrew Dunstan | Add missing library and include support for pg_upgrade... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Bruce Momjian | Fix HISTORY.html build using </link>, not </>. |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Peter Eisentraut | Fix vpath installation from distribution tarball (bug... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Simon Riggs | Ensure that top level aborts call XLogSetAsyncCommit... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Simon Riggs | Cleanup initialization of Hot Standby. Clarify working... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Tom Lane | Fix wrong subdir. Per buildfarm. |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Bruce Momjian | Update release notes to current. |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Bruce Momjian | Move pg_upgrade shared library out into its own /contri... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Bruce Momjian | Update comment about why postmaster doesn't get an... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Tom Lane | Preliminary release notes for releases 8.4.4, 8.3.11... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Bruce Momjian | Remove Makefile PGFILEDESC tag that the postmaster... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Simon Riggs | Give most recovery conflict errors a retryable error... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Tom Lane | Hook pg_upgrade into the contrib makefile structure... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Peter Eisentraut | Update config.guess and config.sub |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Tom Lane | Clean up unnecessary unportability and compiler warning... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Bruce Momjian | Move pg_upgrade TODO to TODO wiki. |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Bruce Momjian | Add PGFILEDESC description to Makefiles for all /contri... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Bruce Momjian | Small formatting adjustment. |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Bruce Momjian | Add pg_upgrade IMPLEMENTATION file to CVS. |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Bruce Momjian | Add TODO file to CVS. |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Bruce Momjian | Add pg_upgrade to /contrib; will be in 9.0 beta2. |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Tom Lane | Update time zone data files to tzdata release 2010j... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Tom Lane | Add PKST to the default set of timezone abbreviations. |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Robert Haas | Change typedef for rb_appendator to avoid conflict... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Tom Lane | Cause the archiver process to adopt new postgresql... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Robert Haas | Mention related ALTER TABLE variants in documentation... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Tom Lane | Fix incorrect patch that removed permission checks... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Itagaki Takahiro | Set per-function GUC settings during validating the... |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Tom Lane | When adding a "target IS NOT NULL" indexqual to the... |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Tom Lane | Suppress signed-vs-unsigned-char warning. |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Tom Lane | Fix missing static declaration for XLogRead(). |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Tom Lane | Fix typo: PGTYPES_NUM_OVERFLOW should be PGTYPES_NUM_UN... |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Tom Lane | Adjust comments about avoiding use of printf's %.*s. |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Tom Lane | Work around a subtle portability problem in use of... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Michael Meskes | ECPG connect routine only checked for NULL to find... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Tom Lane | On Linux, use --enable-new-dtags when specifying -rpath... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Itagaki Takahiro | Code page for EUC-KR is surely 51949. |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Tom Lane | Fix psql to not go into infinite recursion when expandi... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Heikki Linnakangas | Fix incorrect parameter tag in docs, spotted by KOIZUMI... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Alvaro Herrera | Remove spurious dot, per bug #5446 reported by koizumis... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Heikki Linnakangas | Need to hold ControlFileLock while updating control... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Heikki Linnakangas | Change wording so that you don't need to understand... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Heikki Linnakangas | Change "literal" tag to the more appropriate "firstterm... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Heikki Linnakangas | Add cross-reference from wal_level to hot_standby setti... |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Tom Lane | Improve printing of XLOG_HEAP_NEWPAGE records to includ... |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Tom Lane | Fix replay of XLOG_HEAP_NEWPAGE WAL records to pay... |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Simon Riggs | Update standbycheck test output with new ERROR message... |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Simon Riggs | Docs for standbycheck regression tests. |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Simon Riggs | Mention that max_standby_delay has units of millisecond... |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Tom Lane | Clean up some awkward, inaccurate, and inefficient... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Tom Lane | Add code to InternalIpcMemoryCreate() to handle the... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Tom Lane | Install hack workaround for failure of 'make all' in... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Tom Lane | Adjust postgres.xml rule so that make will notice a... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Tom Lane | Fix leakage of proc-related storage in plpython's inlin... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Tom Lane | Update our information about OS X shared memory configu... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Tom Lane | Improve COPY documentation to clarify that it doesn... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Tom Lane | Fix multiple memory leaks in PLy_spi_execute_fetch_resu... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Tom Lane | Fix a couple of places where the result of fgets()... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Heikki Linnakangas | Fix handling of b-tree reuse WAL records when hot stand... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Marc G. Fournier | tag for 9.0beta1 REL9_0_BETA1 |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Bruce Momjian | Documentation fix: CREATE TRIGGER 'WHERE' -> 'WHEN' |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Tom Lane | Adjust error checks in pg_start_backup and pg_stop_back... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Tom Lane | Rename the parameter recovery_connections to hot_standb... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Bruce Momjian | Doc fix -- last major item should not be a bullet. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Bruce Momjian | Move alpha release notes into a separate file; re... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Bruce Momjian | Update 9.0 release notes to current; add major items... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Tom Lane | Install a workaround for 'TeX capacity exceeded' problem |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Tom Lane | Fix typo, per Thom Brown. |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Tom Lane | Modify information_schema._pg_keysequal() to avoid... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Tom Lane | Minor editorializing on pg_controldata and pg_resetxlog... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Tom Lane | pg_controldata needs #define FRONTEND, same as pg_reset... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Tom Lane | Modify ShmemInitStruct and ShmemInitHash to throw error... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Alvaro Herrera | Make pg_stats example query result a bit less wide... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Heikki Linnakangas | Introduce wal_level GUC to explicitly control if inform... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Tom Lane | Fix contrib/tsearch2 expected results to match recent... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Magnus Hagander | Fix typo that had the code check the same thing twice. |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Heikki Linnakangas | Add recovery.conf parameters to the documentation index... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Tom Lane | Modify the built-in text search parser to handle URLs... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Tom Lane | Fix stupid typo in refnameRangeTblEntry() --- mea maxim... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Itagaki Takahiro | Add CP949 as an alias for UHC encoding. pg_get_encoding... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Tom Lane | Replace the KnownAssignedXids hash table with a sorted... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Alvaro Herrera | Reformat code examples in plpgsql docs for better reada... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Heikki Linnakangas | If a base backup is cancelled by server shutdown or... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Tom Lane | Update documentation to match pg_stat_activity changes. |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Bruce Momjian | Document that pgpool can be used with master/slave... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Tom Lane | Add missing newlines in WPARSER_TRACE output. |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Bruce Momjian | Reorder pg_stat_activity columns to be more consistent... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Bruce Momjian | Add comments about why we set LC_CTYPE in WIN32 for... |
commit | commitdiff | tree | snapshot |
next |