summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tag as beta 5 for *hopefully* a very very short beta cycle on this one?REL7_2_BETA5PostgreSQL Daemon2002-01-142-3/+3
* Fix recreation of sequence files for 7.2 also because of XID change fromBruce Momjian2002-01-131-7/+11
* - Fixed variable handling for struct members.Michael Meskes2002-01-136-19/+24
* Now works for 7.1 databases.Bruce Momjian2002-01-131-3/+5
* Now tested on 7.2->7.2 migration; still disabled. Need 7.1 testing now.Bruce Momjian2002-01-131-22/+23
* Keep it disabled.Bruce Momjian2002-01-131-3/+3
* Wow, it actually worked for the regression database. More testing needed.Bruce Momjian2002-01-132-356/+370
* Bump catversion to ensure people apply recent timestamp and sequenceTom Lane2002-01-121-2/+2
* Update horology expected results (this variant extrapolated by yoursTom Lane2002-01-121-87/+325
* Update horology expected results (this variant verified on HPUX).Tom Lane2002-01-121-85/+323
* Repair bugs in declarations of routines to add timestamptz and interval.Thomas G. Lockhart2002-01-124-93/+381
* Fix pg_dump to read-lock all tables to be dumped as soon as it's readTom Lane2002-01-113-21/+74
* Code review for latest changes.Tom Lane2002-01-112-34/+29
* More man pages improvements; also needed to test sgml build.Bruce Momjian2002-01-111-1/+13
* Sync up.Bruce Momjian2002-01-112-24/+146
* VACUUM must make sure that a HEAP_MARKED_FOR_UPDATE tuple gets markedTom Lane2002-01-111-2/+16
* Fix sequence creation to set the t_xmin of a sequence's tuple toTom Lane2002-01-111-9/+45
* Added Christof's fixes.Michael Meskes2002-01-112-5/+32
* More testing, more cleanups.Bruce Momjian2002-01-111-3/+6
* pg_resetxlog specifies log location in hex; more pg_upgrade testingBruce Momjian2002-01-112-12/+15
* More cleanups.Bruce Momjian2002-01-112-10/+16
* *** empty log message ***Hiroshi Inoue2002-01-1155-26833/+0
* More updates for int8 sequence restoration. Old dump file not requiredBruce Momjian2002-01-111-60/+42
* Handle int4-int8 sequence migration without full data dump.Bruce Momjian2002-01-112-60/+101
* Add a directory to save the changes until 7.3-tree is branched.Hiroshi Inoue2002-01-1155-0/+26833
* More improvements using pg_resetxlog. still disabled.Bruce Momjian2002-01-111-23/+48
* Have pg_resetxlog -n return zero exit status.Bruce Momjian2002-01-101-2/+6
* Update FAQ.Bruce Momjian2002-01-102-4/+4
* Remove 7.1beta WAL handling from /contrib/pg_resetxlog.Bruce Momjian2002-01-101-466/+7
* Update FAQ.Bruce Momjian2002-01-101-301/+857
* Update FAQ.Bruce Momjian2002-01-102-2/+2
* Update FAQ.Bruce Momjian2002-01-102-2/+2
* Update FAQ.Bruce Momjian2002-01-102-3/+3
* Update FAQ.Bruce Momjian2002-01-101-1/+1
* Update FAQ.Bruce Momjian2002-01-102-1050/+471
* Add new -l flag to set checkpoint location for /contrib/pg_resetxlog.Bruce Momjian2002-01-102-10/+37
* Temporary workaround for links within bibliography references fouling upPeter Eisentraut2002-01-101-1/+9
* Per Tom, do full reset on -x flag.Bruce Momjian2002-01-101-42/+26
* Add new -x XID option to /contrib/pg_resetxlog for future pg_upgrade use.Bruce Momjian2002-01-102-29/+65
* Include sqlca.h automatically.Michael Meskes2002-01-103-6/+15
* More pg_upgrade improvements. Almost done, except for max transactionBruce Momjian2002-01-102-49/+78
* More improvements; still disabled. (Don't panic.)Bruce Momjian2002-01-101-12/+34
* The result of getopt() should be compared to -1, not EOF, perTom Lane2002-01-108-19/+20
* Describe type casts under the heading of Value Expressions, and explainTom Lane2002-01-091-50/+138
* Update with new features. Still disabled.Bruce Momjian2002-01-092-62/+96
* Fix use of 'char' to hold result of getc, per bug report forwarded byTom Lane2002-01-092-125/+111
* Fix portability problem (result of getopt is int, not char).Tom Lane2002-01-091-1/+1
* Remove clog copy.Bruce Momjian2002-01-091-4/+1
* Make improvements to pg_upgrade; is still disabled.Bruce Momjian2002-01-091-23/+81
* Add quotes around $bindir.Bruce Momjian2002-01-091-2/+2