aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_controldata/pg_controldata.c
Commit message (Expand)AuthorAge
* Support unlogged GiST index.Heikki Linnakangas2013-02-11
* Include previous TLI in end-of-recovery and shutdown checkpoint records.Heikki Linnakangas2013-02-11
* Make output identical to pg_resetxlog'sAlvaro Herrera2013-01-24
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Track the timeline associated with minRecoveryPoint, for more sanity checks.Heikki Linnakangas2012-12-04
* Print the name of the WAL file containing latest REDO ptr in pg_controldata.Heikki Linnakangas2012-07-14
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-24
* Make documentation of --help and --version options more consistentPeter Eisentraut2012-06-18
* Allow pg_basebackup from standby node with safety checking.Simon Riggs2012-01-25
* Teach pg_controldata and pg_resetxlog about the new backupEndRequired fieldHeikki Linnakangas2011-08-17
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* On clean shutdown during recovery, don't warn about possible corruption.Robert Haas2010-06-03
* Minor editorializing on pg_controldata and pg_resetxlog: adjust some messageTom Lane2010-04-28
* pg_controldata needs #define FRONTEND, same as pg_resetxlog.Tom Lane2010-04-28
* Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas2010-04-28
* Write an end-of-backup WAL record at pg_stop_backup(), and wait for it atHeikki Linnakangas2010-01-04
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* Track the current XID wrap limit (or more accurately, the oldest unfrozenTom Lane2009-08-31
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-11
* Make sure pg_control is opened in binary mode, to dealMagnus Hagander2008-09-24
* Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas2008-09-23
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-21
* Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane2008-03-27
* Replace time_t with pg_time_t (same values, but always int64) in on-diskTom Lane2008-02-17
* Provide a clearer error message if the pg_control version number looksPeter Eisentraut2008-01-21
* Decouple the values of TOAST_TUPLE_THRESHOLD and TOAST_MAX_CHUNK_SIZE.Tom Lane2007-04-03
* Code cleanup: mark some variables with the "const" modifier, when theyNeil Conway2007-03-18
* Remove undo information from pg_controldata --- never used.Bruce Momjian2007-03-03
* Remove the logId/logSeg fields from pg_control, because they are not neededTom Lane2006-12-08
* Make the server track an 'XID epoch', that is, maintain higher-order bitsTom Lane2006-08-21
* Make recovery from WAL be restartable, by executing a checkpoint-likeTom Lane2006-08-07
* Prepare code to be built by MSVC:Bruce Momjian2006-06-07
* Define a separately configurable XLOG_BLCKSZ symbol for the page sizeTom Lane2006-04-03
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Expand pg_control information so that we can verify that the databaseTom Lane2005-10-03
* Change WAL-logging scheme for multixacts to be more like regularTom Lane2005-06-08
* Change CRCs in WAL records from 64bit to 32bit for performance reasons.Tom Lane2005-06-02
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-28
* Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set theTom Lane2005-03-29
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-22
* Minor tweak to pg_controldata usage information, per suggestion fromNeil Conway2004-09-23
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Invent WAL timelines, as per recent discussion, to make point-in-timeTom Lane2004-07-21
* Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir)Bruce Momjian2004-06-03
* Make the locale location relocatable.Bruce Momjian2004-05-25
* Rename find_my_binary/find_other_binary toBruce Momjian2004-05-12
* Standardize output buffer size and display format for strftime;Tom Lane2004-03-22
* Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, toTom Lane2004-02-11
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29