| Commit message (Expand) | Author | Age |
* | Support unlogged GiST index. | Heikki Linnakangas | 2013-02-11 |
* | Include previous TLI in end-of-recovery and shutdown checkpoint records. | Heikki Linnakangas | 2013-02-11 |
* | Make output identical to pg_resetxlog's | Alvaro Herrera | 2013-01-24 |
* | Improve concurrency of foreign key locking | Alvaro Herrera | 2013-01-23 |
* | Track the timeline associated with minRecoveryPoint, for more sanity checks. | Heikki Linnakangas | 2012-12-04 |
* | Print the name of the WAL file containing latest REDO ptr in pg_controldata. | Heikki Linnakangas | 2012-07-14 |
* | Replace XLogRecPtr struct with a 64-bit integer. | Heikki Linnakangas | 2012-06-24 |
* | Make documentation of --help and --version options more consistent | Peter Eisentraut | 2012-06-18 |
* | Allow pg_basebackup from standby node with safety checking. | Simon Riggs | 2012-01-25 |
* | Teach pg_controldata and pg_resetxlog about the new backupEndRequired field | Heikki Linnakangas | 2011-08-17 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | On clean shutdown during recovery, don't warn about possible corruption. | Robert Haas | 2010-06-03 |
* | Minor editorializing on pg_controldata and pg_resetxlog: adjust some message | Tom Lane | 2010-04-28 |
* | pg_controldata needs #define FRONTEND, same as pg_resetxlog. | Tom Lane | 2010-04-28 |
* | Introduce wal_level GUC to explicitly control if information needed for | Heikki Linnakangas | 2010-04-28 |
* | Write an end-of-backup WAL record at pg_stop_backup(), and wait for it at | Heikki Linnakangas | 2010-01-04 |
* | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 |
* | Track the current XID wrap limit (or more accurately, the oldest unfrozen | Tom Lane | 2009-08-31 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Append major version number and for libraries soname major version number | Peter Eisentraut | 2008-12-11 |
* | Make sure pg_control is opened in binary mode, to deal | Magnus Hagander | 2008-09-24 |
* | Make LC_COLLATE and LC_CTYPE database-level settings. Collation and | Heikki Linnakangas | 2008-09-23 |
* | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane | 2008-04-21 |
* | Reduce the need for frontend programs to include "postgres.h" by refactoring | Tom Lane | 2008-03-27 |
* | Replace time_t with pg_time_t (same values, but always int64) in on-disk | Tom Lane | 2008-02-17 |
* | Provide a clearer error message if the pg_control version number looks | Peter Eisentraut | 2008-01-21 |
* | Decouple the values of TOAST_TUPLE_THRESHOLD and TOAST_MAX_CHUNK_SIZE. | Tom Lane | 2007-04-03 |
* | Code cleanup: mark some variables with the "const" modifier, when they | Neil Conway | 2007-03-18 |
* | Remove undo information from pg_controldata --- never used. | Bruce Momjian | 2007-03-03 |
* | Remove the logId/logSeg fields from pg_control, because they are not needed | Tom Lane | 2006-12-08 |
* | Make the server track an 'XID epoch', that is, maintain higher-order bits | Tom Lane | 2006-08-21 |
* | Make recovery from WAL be restartable, by executing a checkpoint-like | Tom Lane | 2006-08-07 |
* | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 |
* | Define a separately configurable XLOG_BLCKSZ symbol for the page size | Tom Lane | 2006-04-03 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Expand pg_control information so that we can verify that the database | Tom Lane | 2005-10-03 |
* | Change WAL-logging scheme for multixacts to be more like regular | Tom Lane | 2005-06-08 |
* | Change CRCs in WAL records from 64bit to 32bit for performance reasons. | Tom Lane | 2005-06-02 |
* | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 |
* | Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the | Tom Lane | 2005-03-29 |
* | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian | 2005-02-22 |
* | Minor tweak to pg_controldata usage information, per suggestion from | Neil Conway | 2004-09-23 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane | 2004-07-21 |
* | Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir) | Bruce Momjian | 2004-06-03 |
* | Make the locale location relocatable. | Bruce Momjian | 2004-05-25 |
* | Rename find_my_binary/find_other_binary to | Bruce Momjian | 2004-05-12 |
* | Standardize output buffer size and display format for strftime; | Tom Lane | 2004-03-22 |
* | Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, to | Tom Lane | 2004-02-11 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |