Commit Graph

29397 Commits (7fc30c488fc6e9674564206193c29b1a657a818f)
 

Author SHA1 Message Date
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
Robert Haas d8db6a6096 Fold FindConversion() into FindConversionByName() and remove ACL check. 16 years ago
Bruce Momjian 4d32f6d7bf Remove copyright mention of Andrew Yu, per author's permission. 16 years ago
Tom Lane 21f862e487 The particular table names used in the new inheritance regression test are 16 years ago
Michael Meskes cedae13017 Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by making it OS independant. 16 years ago
Robert Haas 63f9282f6e Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME. 16 years ago
Bruce Momjian 1526d4e38f Remove tabs in sgml. 16 years ago
Robert Haas 42a8ab0a14 Augment EXPLAIN output with more details on Hash nodes. 16 years ago
Robert Haas cccfc4efc4 Minor documentation improvements for new string_agg aggregate. 16 years ago
Simon Riggs 296578feb4 Revoke augmentation of WAL records for btree delete, per discussion. 16 years ago
Itagaki Takahiro 9ea9918e37 Add string_agg aggregate functions. The one argument version concatenates 16 years ago
Tom Lane ee3a81f0a0 Change regexp engine's ccondissect/crevdissect routines to perform DFA 16 years ago
Simon Riggs c85c941470 Detect early deadlock in Hot Standby when Startup is already waiting. First 16 years ago
Tom Lane 034fffbf31 Fix memory leak created by deferrable-index-constraints patches. 16 years ago
Magnus Hagander f13944e9c9 Make checks for invalid pgStatSock use PGINVALID_SOCKET 16 years ago
Tom Lane 0c0203d0a9 Parenthesize this macro, just in case. 16 years ago
Tom Lane 4913efc624 Get rid of unportable use of socklen_t --- we have a configure test 16 years ago
Magnus Hagander f27a4696f1 Remove now unnecessary loop around CallNamedPipe(). 16 years ago
Magnus Hagander 04a4413c2a Fix race condition in win32 signal handling. 16 years ago
Tom Lane eb88926625 Avoid performing encoding conversion on command tag strings during EndCommand. 16 years ago
Tom Lane 07be293a97 Fix memory leakage introduced into print_aligned_text by 8.4 changes 16 years ago