Commit Graph

20615 Commits (4cb7536c6bdaae698706eb57f5a282907e475e5d)

Author SHA1 Message Date
Andrew Dunstan 52d0b49f5e Add missing library and include support for pg_upgrade to MSVC build system. 16 years ago
Peter Eisentraut 3393551d54 Fix vpath installation from distribution tarball (bug #5447) 16 years ago
Simon Riggs 463f151a23 Ensure that top level aborts call XLogSetAsyncCommit(). Not doing 16 years ago
Simon Riggs 8431e296ea Cleanup initialization of Hot Standby. Clarify working with reanalysis 16 years ago
Bruce Momjian c7c012ce56 Update comment about why postmaster doesn't get an icon. 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
Bruce Momjian 395d1259ad Add PGFILEDESC description to Makefiles for all /contrib executables. 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
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 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 ffe8c7c677 Need to hold ControlFileLock while updating control file. 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
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 f5c23ca208 Fix leakage of proc-related storage in plpython's inline handler. 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
Heikki Linnakangas 21992dd4f5 Fix handling of b-tree reuse WAL records when hot standby is disabled, 16 years ago
Marc G. Fournier f9d9b2b34a tag for 9.0beta1 16 years ago
Tom Lane 69f7a4d8e3 Adjust error checks in pg_start_backup and pg_stop_backup to make it possible 16 years ago
Tom Lane f0488bd57c Rename the parameter recovery_connections to hot_standby, to reduce possible 16 years ago
Tom Lane f4ec2fabbf Modify information_schema._pg_keysequal() to avoid search path risk when 16 years ago
Tom Lane c80a85e3cd Minor editorializing on pg_controldata and pg_resetxlog: adjust some message 16 years ago
Tom Lane 82e38abaf1 pg_controldata needs #define FRONTEND, same as pg_resetxlog. 16 years ago
Tom Lane 77acab75df Modify ShmemInitStruct and ShmemInitHash to throw errors internally, 16 years ago
Heikki Linnakangas 9b8a73326e Introduce wal_level GUC to explicitly control if information needed for 16 years ago
Magnus Hagander 81fb51732e Fix typo that had the code check the same thing twice. 16 years ago
Tom Lane 2c265adea3 Modify the built-in text search parser to handle URLs more nearly according 16 years ago
Tom Lane d64b110a64 Fix stupid typo in refnameRangeTblEntry() --- mea maxima culpa. 16 years ago
Itagaki Takahiro 7780c4124b Add CP949 as an alias for UHC encoding. pg_get_encoding_from_locale() 16 years ago
Tom Lane 2871b4618a Replace the KnownAssignedXids hash table with a sorted-array data structure, 16 years ago
Heikki Linnakangas 3efba16d56 If a base backup is cancelled by server shutdown or crash, throw an error 16 years ago
Tom Lane 8f0ab2298f Add missing newlines in WPARSER_TRACE output. 16 years ago
Bruce Momjian 75c5738177 Reorder pg_stat_activity columns to be more consistent, using layout 16 years ago
Bruce Momjian 7eb6e6b48a Add comments about why we set LC_CTYPE in WIN32 for time when we don't 16 years ago