Commit Graph

18850 Commits (0636d55843b7e042aa6088f031926317c1c6212c)
 

Author SHA1 Message Date
Tom Lane 0636d55843 Fix some more 'old-style parameter declaration' warnings. 21 years ago
Tom Lane f1283ed6cc Fix a bunch of 'old-style parameter declaration' warnings induced by 21 years ago
Neil Conway 8ec05b28b7 Modify hash_create() to elog(ERROR) if an error occurs, rather than 21 years ago
PostgreSQL Daemon 346aff04be make sure we tag configure.in as beta4 as well ... 21 years ago
Tom Lane 5d8ac07353 Update for 8.0: pg_tablespace is now also a shared catalog. 21 years ago
Tom Lane 8f4edadb09 Add note that REINDEX takes a weaker lock than it used to. 21 years ago
Tom Lane 7e89f63c46 Add comparison file for exp-three-digits formatting. 21 years ago
Tom Lane 549a4bd6fe Adjust message to not be misleading on Windows. 21 years ago
Tom Lane 39fccf0277 On Windows, cause get_progname to strip any .EXE suffix. 21 years ago
Tom Lane 0f845a9f09 Add comparison file for exp-three-digits formatting. 21 years ago
Tom Lane a1f585139b Replace ad-hoc atof() code with call to float4in, per Andrew Dunstan. 21 years ago
Tom Lane 85b2facdd8 Write config files as text not binary, per Magnus Hagander. 21 years ago
Tom Lane 15db03181a Sync timezone data with latest zic database (dated Oct 11 2004). 21 years ago
Tom Lane 261f184f0c Update RELEASE_CHANGES to mention updating the timezone database as 21 years ago
Dennis Bjorklund 1b9c10275a Translation update 21 years ago
Tom Lane 9b3fc492d3 If we're going to test for switch validity by observing whether the 21 years ago
Dennis Bjorklund 8b9aaea888 Translation update 21 years ago
Dennis Bjorklund fea9cf6231 Translation updates 21 years ago
Dennis Bjorklund 3b15cc9129 Translation update 21 years ago
Dennis Bjorklund f4eaed6bd9 Translation updates 21 years ago
Dennis Bjorklund 0b7705fff8 Translation updates 21 years ago
Tom Lane 529db99c6e Avoid overflow in cost_sort when work_mem exceeds 1Gb. 21 years ago
Tom Lane 6e3cc2029d Fix tsearch build problems. 21 years ago
Tom Lane 521408a56f Don't use LC_MESSAGES value on WIN32, since it doesn't work. 21 years ago
Tom Lane 9e83d73b6c Add a GUC_SUPERUSER_ONLY flag to mark GUC variables that should not be 21 years ago
Tom Lane 9309d5f2ba In ALTER COLUMN TYPE, strip any implicit coercion operations appearing 21 years ago
Peter Eisentraut 4733dcc592 Translation updates 21 years ago
Peter Eisentraut 77c0204a37 Message styling 21 years ago
Dennis Bjorklund c70b7b7a6c Translation update 21 years ago
Dennis Bjorklund f4eb440279 New swedish translation of pg_config 21 years ago
Neil Conway f4680c0ff3 Fix documentation typo. 21 years ago
Dennis Bjorklund 26149e9738 Translation updates 21 years ago
Dennis Bjorklund cae2018b49 Translation updates 21 years ago
Dennis Bjorklund 7e62f0578a Translation updates. 21 years ago
Neil Conway 121aca39ba Minor code cleanup: hdefault() only ever returned "true", so it may as 21 years ago
Tom Lane a57df8d50d Update release history for releases 7.4.6, 7.3.8, 7.2.6. 21 years ago
Tom Lane c58675b428 Prevent pg_ctl from being run as root. Since it uses configuration files 21 years ago
Tom Lane 9eff02f5ac Update obsolete comments about COPY vs INSERT options, per Uwe Schroeder. 21 years ago
Tom Lane 12a47c6aca Disallow referential integrity actions from being deferred; only the 21 years ago
Tom Lane 7627b91cd5 Set the close-on-exec flag for libpq's socket to the backend, to avoid 21 years ago
Tom Lane 3fdd33ab99 Avoid macro-redefinition warnings on Windows, per Andrew Dunstan. 21 years ago
Tom Lane 380bd04c16 Standardize on using the Min, Max, and Abs macros that are in our c.h file, 21 years ago
Tom Lane a171fc1a4f Use temp files in current directory, not /tmp, to reduce security risk 21 years ago
Tom Lane fb22b32095 Allow functions returning void or cstring to appear in FROM clause, 21 years ago
Neil Conway 857e210ea9 When using GCC, change the default CFLAGS to: 21 years ago
Tom Lane a1bc728cf9 Add a HINT about the likely reason for 'invalid multibyte character for locale' failure. 21 years ago
Peter Eisentraut 3371b99e65 New translation 21 years ago
Peter Eisentraut 9f2d5df3b9 Organize the help output a little better. Improve clarity of some messages. 21 years ago
Tom Lane c77d06633a Add some code to ensure that we don't lose communication sync due to 21 years ago
Peter Eisentraut 6e53f18b84 New translation 21 years ago