Commit Graph

29417 Commits (cbe9d6beb4ae1cb20c08cab29b534be4923b6768)
 

Author SHA1 Message Date
Tom Lane cbe9d6beb4 Fix up rickety handling of relation-truncation interlocks. 16 years ago
Heikki Linnakangas 79647eed86 Fix bug in GIN WAL redo cleanup function: don't free fake relcache entry 16 years ago
Magnus Hagander 09c0747515 Typo fix, per Thom Brown 16 years ago
Magnus Hagander a8d3a395aa Define the value for in6addr_any on MingW, since it provides the struct 16 years ago
Heikki Linnakangas 8740fe7136 Move "Warm Standby Servers for High Availability" and "Hot Standby" 16 years ago
Michael Meskes c34446cddd First try to make this one ecpg regression test work on Windows too. I'm just trying to figure out the minimal amount of defines needed. 16 years ago
Tom Lane 16e5859cd2 Allow free space map vacuuming to be interrupted. 16 years ago
Tom Lane 95289e4a58 Rearrange lazy-vacuum code a little bit to reduce the window between 16 years ago
Tom Lane d5768dce10 Create an official API function for C functions to use to check if they are 16 years ago
Heikki Linnakangas 4d3d2e2b03 Remove obsolete comment about 'fsm' argument, which isn't an argument 16 years ago
Tom Lane 9184cc7dab Fix serious performance bug in new implementation of VACUUM FULL: 16 years ago
Bruce Momjian dfc902854a Add C comments that HEAP_MOVED_* define usage is only for pre-9.0 binary 16 years ago
Bruce Momjian 3ab41f02ed Update high availability/replication documentation chart for new hot 16 years ago
Heikki Linnakangas 4cea603128 Remove piece of code to zero out minRecoveryPoint when starting crash 16 years ago
Tom Lane 9a75803b1a Remove CatalogCacheFlushRelation, and the reloidattr infrastructure that was 16 years ago
Tom Lane 68446b2c87 Remove some more dead VACUUM-FULL-only code. 16 years ago
Tom Lane 0a469c8769 Remove old-style VACUUM FULL (which was known for a little while as 16 years ago
Tom Lane 1ddc2703a9 Work around deadlock problems with VACUUM FULL/CLUSTER on system catalogs, 16 years ago
Tom Lane 1c05b0b4ea Looks like we need #include <sys/stat.h> here on some 16 years ago
Tom Lane b9b8831ad6 Create a "relation mapping" infrastructure to support changing the relfilenodes 16 years ago
Tom Lane 7fc30c488f Avoid changing the sign of zero. Per buildfarm failures. 16 years ago
Bruce Momjian 6ba9b9102a Mention warm and now "hot" standby servers in the high availability docs. 16 years ago
Bruce Momjian 4b113d9cdc Document that archive_timeout will force new WAL files even if a single 16 years ago
Bruce Momjian ef51fa505c Add C comment about process_settings() setting order. 16 years ago
Bruce Momjian c1ae9bae7d Previous commit was: Properly document that OVER and WINDOW are Postgres reserved words. 16 years ago
Bruce Momjian d5c861af6c Previous commit was to have tab checking as part of gmake check. 16 years ago
Bruce Momjian 2a93226f0d *** empty log message *** 16 years ago
Bruce Momjian ac9f254684 Improve PL/Perl documentation of database access functions. 16 years ago
Bruce Momjian cb4bd52ad9 Add SGML 'check-tabs' Makefile rule to check for tabs. 16 years ago
Bruce Momjian 7027aba980 Remove /contrib/isn copyright mention for German Mendez Bravo, with 16 years ago
Bruce Momjian 8283b65019 Rewrite rint() to enable removal of copyright mention; patch from 16 years ago
Joe Conway f419a82c70 Modify recently added PQconnectdbParams() with new argument, expand_dbname. 16 years ago
Bruce Momjian a141ec13de Rewrite intagg/Makefile from scratch, to avoid copyright mention. 16 years ago
Michael Meskes 58fb345dde Usage of isnan() in ECPG regression tests probably needs '#include <float.h>' as well. 16 years ago
Michael Meskes a96ad2fc74 Streamlined array handling code in libecpg a little bit, in the process fixing yet another incorrect log output. 16 years ago
Tom Lane c00353aa6c Three out of four of us like this phrasing better. 16 years ago
Tom Lane 9727c583fe Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swapping 16 years ago
Joe Conway fdac8cf998 Check to ensure the number of primary key fields supplied does not 16 years ago
Bruce Momjian 73a835eea0 Mention "unquoted" identifiers are case-insensitive. 16 years ago
Bruce Momjian bf62b1a078 Proofreading improvements for the Administration documentation book. 16 years ago
Michael Meskes 1e4cc384ab Fixed some typos in ECPG regression test suite that resulted in regression test failures on some architectures. 16 years ago
Heikki Linnakangas 9de778b24b Move the responsibility of writing a "unlogged WAL operation" record from 16 years ago
Heikki Linnakangas 808969d0e7 Add a message type header to the CopyData messages sent from primary 16 years ago
Tom Lane 47c5b8f558 Fix unwarranted assumption that a cached rowtype would stick around 16 years ago
Tom Lane 45c88a55c2 Add #include <float.h> --- guessing the lack of this is why Windows 16 years ago
Tom Lane 98e314550c Fix timing-sensitive regression test result I just created :-( --- the 16 years ago
Tom Lane 70a2b05a59 Assorted cleanups in preparation for using a map file to support altering 16 years ago
Tom Lane ab7c49c988 Fix assorted poorly-thought-out message strings: use %u not %d for printing 16 years ago
Tom Lane c98157d693 CLUSTER specified the wrong namespace when renaming toast tables of temporary 16 years ago
Magnus Hagander 0a27347141 Make RADIUS authentication use pg_getaddrinfo_all() to get address of 16 years ago