Commit Graph

30172 Commits (350ab443beba3ce8a7ddf2090a3694de330f6bb3)
 

Author SHA1 Message Date
Bruce Momjian c7c012ce56 Update comment about why postmaster doesn't get an icon. 16 years ago
Tom Lane 8aad797362 Preliminary release notes for releases 8.4.4, 8.3.11, 8.2.17, 8.1.21, 8.0.25, 16 years ago
Bruce Momjian 0c6b9308de Remove Makefile PGFILEDESC tag that the postmaster is an executable. 16 years ago
Simon Riggs 66035734ec Give most recovery conflict errors a retryable error code. From recent 16 years ago
Tom Lane 44e55690fd Hook pg_upgrade into the contrib makefile structure so it gets built 16 years ago
Peter Eisentraut 087b393dab Update config.guess and config.sub 16 years ago
Tom Lane c9c25a982c Clean up unnecessary unportability and compiler warnings by removing the 16 years ago
Bruce Momjian b460b5cd11 Move pg_upgrade TODO to TODO wiki. 16 years ago
Bruce Momjian 395d1259ad Add PGFILEDESC description to Makefiles for all /contrib executables. 16 years ago
Bruce Momjian 561afa534d Small formatting adjustment. 16 years ago
Bruce Momjian a898199df5 Add pg_upgrade IMPLEMENTATION file to CVS. 16 years ago
Bruce Momjian 6c4a98d99c Add TODO file to CVS. 16 years ago
Bruce Momjian c2e9b2f288 Add pg_upgrade to /contrib; will be in 9.0 beta2. 16 years ago
Tom Lane 28e1742217 Update time zone data files to tzdata release 2010j: DST law changes in 16 years ago
Tom Lane af9a54b663 Add PKST to the default set of timezone abbreviations. 16 years ago
Robert Haas dd6fcd35e3 Change typedef for rb_appendator to avoid conflict with C++ reserved words. 16 years ago
Tom Lane 4a69624f49 Cause the archiver process to adopt new postgresql.conf settings (particularly 16 years ago
Robert Haas 8b8009a20d Mention related ALTER TABLE variants in documentation for CLUSTER. 16 years ago
Tom Lane b7987f8a94 Fix incorrect patch that removed permission checks on inheritance child 16 years ago
Itagaki Takahiro 5d6d037822 Set per-function GUC settings during validating the function. 16 years ago
Tom Lane ed83f6e382 When adding a "target IS NOT NULL" indexqual to the plan for an index-optimized 16 years ago
Tom Lane 7fdbb8e353 Suppress signed-vs-unsigned-char warning. 16 years ago
Tom Lane 2ea56cbda6 Fix missing static declaration for XLogRead(). 16 years ago
Tom Lane 4768fd3fd8 Fix typo: PGTYPES_NUM_OVERFLOW should be PGTYPES_NUM_UNDERFLOW. 16 years ago
Tom Lane ed437e2b27 Adjust comments about avoiding use of printf's %.*s. 16 years ago
Tom Lane 54cd4f0457 Work around a subtle portability problem in use of printf %s format. 16 years ago
Michael Meskes 71a185a24d ECPG connect routine only checked for NULL to find empty parameters, but user and password can also be "". 16 years ago
Tom Lane cd86869a9a On Linux, use --enable-new-dtags when specifying -rpath to linker. 16 years ago
Itagaki Takahiro 72ee670323 Code page for EUC-KR is surely 51949. 16 years ago
Tom Lane 93dc6a1b39 Fix psql to not go into infinite recursion when expanding a variable that 16 years ago
Heikki Linnakangas 1ba23f767b Fix incorrect parameter tag in docs, spotted by KOIZUMI Satoru. 16 years ago
Alvaro Herrera d64e81c07e Remove spurious dot, per bug #5446 reported by koizumistr@minos.ocn.ne.jp 16 years ago
Heikki Linnakangas ffe8c7c677 Need to hold ControlFileLock while updating control file. Update 16 years ago
Heikki Linnakangas c0de88c415 Change wording so that you don't need to understand that wal_levels 16 years ago
Heikki Linnakangas 1b6c7b1c0b Change "literal" tag to the more appropriate "firstterm", when describing 16 years ago
Heikki Linnakangas f35951619c Add cross-reference from wal_level to hot_standby setting. Update 16 years ago
Tom Lane 609a63fd85 Improve printing of XLOG_HEAP_NEWPAGE records to include the forknum. 16 years ago
Tom Lane e55e6ecfe4 Fix replay of XLOG_HEAP_NEWPAGE WAL records to pay attention to the forknum 16 years ago
Simon Riggs 3a0939eda2 Update standbycheck test output with new ERROR message changes. No changes 16 years ago
Simon Riggs abeb17cdae Docs for standbycheck regression tests. 16 years ago
Simon Riggs 98bbab47bc Mention that max_standby_delay has units of milliseconds. Units are mentioned 16 years ago
Tom Lane f9ed327f76 Clean up some awkward, inaccurate, and inefficient processing around 16 years ago
Tom Lane 154163238e Add code to InternalIpcMemoryCreate() to handle the case where shmget() 16 years ago
Tom Lane 170456c9d8 Install hack workaround for failure of 'make all' in VPATH builds. 16 years ago
Tom Lane f856fad80b Adjust postgres.xml rule so that make will notice a failure exit from osx. 16 years ago
Tom Lane f5c23ca208 Fix leakage of proc-related storage in plpython's inline handler. 16 years ago
Tom Lane 05f030837c Update our information about OS X shared memory configuration: it's now 16 years ago
Tom Lane 854b5eb510 Improve COPY documentation to clarify that it doesn't copy data to or from 16 years ago
Tom Lane b1bc2f0425 Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak 16 years ago
Tom Lane 0954358047 Fix a couple of places where the result of fgets() wasn't checked. 16 years ago