Commit Graph

17524 Commits (1fe11fad543fcaaf9ae7826f1234530a9d59c1b0)
 

Author SHA1 Message Date
Bruce Momjian 1fe11fad54 Fix typo. 22 years ago
Bruce Momjian ef0ec907bd Improve style of new log_statement_stats error message, per Peter. 22 years ago
Tom Lane dd16b7aa9e Get rid of cluster.c's apparatus for rebuilding a relation's indexes 22 years ago
Neil Conway 7c6baade7b Refactor CheckDropPermissions() to move some initialization code for 22 years ago
Tom Lane d905057853 The timezone() family of functions (a/k/a AT TIME ZONE construct) can 22 years ago
Michael Meskes 2b55612645 - Added additional test case. 22 years ago
Tom Lane a90b2a035f Suppress 'uninitialized variable' warning emitted by some (not all) 22 years ago
Teodor Sigaev d1eb9fede5 Use regprocedure type instead of oid. Usefull for human read and dump/restore 22 years ago
Tom Lane 573aaa52bc NATURAL CROSS JOIN is a contradiction in terms, not to mention disallowed 22 years ago
Bruce Momjian 97c7cb0930 Uppercase keyword for ecpg. 22 years ago
Bruce Momjian 63d0139061 Remove crude test for log_statement_stats in startup code now that we 22 years ago
Bruce Momjian ae96e629b8 Throw error if log_statement_stats is used with confliction options for 22 years ago
Tom Lane 0bd61548ab Solve the 'Turkish problem' with undesirable locale behavior for case 22 years ago
Bruce Momjian 4d46274b33 Done: 22 years ago
Bruce Momjian 38b85b15c1 sysv_shmem.c patch is to correct a bug that prevents the postmaster 22 years ago
Bruce Momjian 22a2c4b576 Erase MD5 user passwords when a user is renamed because the username is 22 years ago
Bruce Momjian d8f6973df3 Update todo/faq timestamps 22 years ago
Tom Lane 8325a8d69e Make ALTER COLUMN TYPE preserve clustered status for indexes it doesn't 22 years ago
Tom Lane eee6f9d5c2 Rewrite nodeRead() in a less obfuscated fashion, per discussion with 22 years ago
Neil Conway 839be02ee1 Fix grammatical error in comment. 22 years ago
Tom Lane 9e16195f3f Second try at a portable unsetenv(). 22 years ago
Tom Lane dadce6509a Don't assume that struct timeval's tv_sec field is the same datatype as 22 years ago
Tom Lane 1899203f3d Fix get_rels_with_domain to not do the wrong thing with views and 22 years ago
Tom Lane c7007d1848 Use a more portable technique for unsetting environment variables, 22 years ago
Michael Meskes e845adf31f - Fixed bug in adjust_informix that treated arrays as simple variables. 22 years ago
Bruce Momjian a4ab5bae42 Done: 22 years ago
Neil Conway 3b8151a5ee Fix a typo in the documentation. 22 years ago
Tom Lane 077db40fa1 ALTER TABLE rewrite. New cool stuff: 22 years ago
Bruce Momjian 3e3cb0a14a More PWD adjustments for win32. 22 years ago
Neil Conway 4ef8b2f901 Fix obscure typo in 7.4.0 release notes. 22 years ago
Bruce Momjian 0142c00180 Use $build_platform for PWD flag test, per suggestion from Peter. 22 years ago
Bruce Momjian 5d7aec483c Update catalog version for acl removal changes. 22 years ago
Bruce Momjian a9d3c2cb18 Revert patch --- needs more generalized solution. 22 years ago
Bruce Momjian 7ebd5dafd8 Assign item: 22 years ago
Bruce Momjian 846cd0f1c2 Update TODO item: 22 years ago
Bruce Momjian e4a03f9e75 Set PWDFLAGS based on test platform, not target platform. 22 years ago
Bruce Momjian 14a5330806 this patch makes sure that: 22 years ago
Bruce Momjian 3363b847ec Set std error to no buffering on Win32. 22 years ago
Bruce Momjian deb78dd833 More win32 adjustment for timezone directory. 22 years ago
Bruce Momjian f4c69c8205 Fix timezone data path for Unix and win32. 22 years ago
Bruce Momjian d7ee665089 Align prototype in C code. 22 years ago
Bruce Momjian ddfc4d1681 Remove debug output line. 22 years ago
Bruce Momjian 0a2b9f9cde Rename function to be less win32 specific. 22 years ago
Bruce Momjian 1a273556a3 Update Japanese FAQ. 22 years ago
Bruce Momjian e572246565 Suppress use of timezone library by ecpg. 22 years ago
Bruce Momjian 85b7e8351f Fix zic compiler to use pg version. 22 years ago
Bruce Momjian 04d426ba70 Allow build of timezone database on unix. 22 years ago
Bruce Momjian 1360fe4096 More timezone build adjustments. 22 years ago
Bruce Momjian 46050a3b75 Timezone code checks for HAVE_SYMLINK of zero, so use in pgtz.h: 22 years ago
Bruce Momjian 82700281d0 More cleanups for USE_PGTZ. 22 years ago