Commit Graph

15824 Commits (382808612cb15bd90b53b665602c85bcdd3ab9e6)

Author SHA1 Message Date
Bruce Momjian e5392a43f8 Alignment cleanup. 20 years ago
Bruce Momjian d8a8183456 Formatting cleanups. 20 years ago
Bruce Momjian 0658a6a634 Formatting cleanup. 20 years ago
Tatsuo Ishii 804f6b8fc9 Fix long standing Asian multibyte charsets bug. 20 years ago
Tom Lane 7d732f06cc Wups, fat-fingered the calculation the first time. Update comment in 20 years ago
Tom Lane 936d43d842 Fix make_relative_path() to support cases where target_path and bin_path 20 years ago
Peter Eisentraut 98b3c3c450 Allow CREATE/ALTER ROLE PASSWORD NULL to allow restoring the default state 20 years ago
Tatsuo Ishii dcc7da8d5e Fix for rearranging encoding id ISO-8859-5 to ISO-8859-8. 20 years ago
Tom Lane ea9b028dc7 Add an officially exported libpq function to encrypt passwords, and 20 years ago
Bruce Momjian e80f9dfa80 Add quotes around search_path "$user" so that SHOW output can be used in 20 years ago
Tom Lane 656beff590 Adjust string comparison so that only bitwise-equal strings are considered 20 years ago
Tom Lane e3b9852728 Teach planner how to rearrange join order for some classes of OUTER JOIN. 20 years ago
Peter Eisentraut b16566d771 Add new psql command \password for changing role password with client-side 20 years ago
Bruce Momjian ea771743c8 Fix typo. 20 years ago
Bruce Momjian 8d26730a9a Update s_lock.c comments. 20 years ago
Bruce Momjian 70cab220c8 Update ASM comments. 20 years ago
Alvaro Herrera 42a24b64ba Add a note to Win32 gettimeofday() emulation, per Qingqing Zhou. 20 years ago
Tom Lane fb3dbdf986 Rethink prior patch to filter out dead backend entries from the pgstats 20 years ago
Tom Lane 4ce6be4f5e Defend against crash while processing Describe Statement or Describe Portal 20 years ago
Tom Lane 426292663a Fix problem with whole-row Vars referencing sub-select outputs, per 20 years ago
Bruce Momjian f82e2baef6 Use a proper enum for tri-valued variables. 20 years ago
Bruce Momjian 59b89e9cc7 Document tri-valued variables in createdb, +1, -1, 0. 20 years ago
Tom Lane ec0baf949e Divide the lock manager's shared state into 'partitions', so as to 20 years ago
Neil Conway be8100d64e Implement IS NOT DISTINCT FROM, update the regression tests and docs. 20 years ago
Tom Lane 2617551431 Teach deparsing of CASE expressions to cope with the simplified forms 20 years ago
Peter Eisentraut a29c04a541 Allow installation into directories containing spaces in the name. 20 years ago
Tom Lane 2e468aa5d7 Fix core dump in error path of plpgsql_parse_tripwordtype. Somebody 20 years ago
Peter Eisentraut 625d4b38e0 Let initdb detect the date order of the lc_time locale and initialize the 20 years ago
Bruce Momjian cd8f3ec599 I reconfirmed MS-VC6. Thank you for wonderful correspondence. 20 years ago
Bruce Momjian 7b1a7e786e Stamp libraries for 8.2 by updating minor library version numbers and 20 years ago
Tom Lane c599a247bb Simplify lock manager data structures by making a clear separation between 20 years ago
Bruce Momjian c03aa1f9c9 > 1) I'm proposing a patch to do the DROP FUNCTION argument tab completion. 20 years ago
Peter Eisentraut a80c9ad00d Add missing translation marker 20 years ago
Tom Lane aaa3dfd26c Fix bgwriter's failure to release buffer pins and open files after an 20 years ago
Bruce Momjian 4ebd4224a5 Disble some Win32-specific code in win32-client-only builds: 20 years ago
Tom Lane f38c3e778a Fix thinko in comment. 20 years ago
Tom Lane cefcbbf1fd Push the responsibility for handling ignore_killed_tuples down into 20 years ago
Tom Lane f1b059af12 A couple of tiny performance hacks in _bt_step(). Remove PageIsEmpty 20 years ago
Tom Lane a9b1ff4c1d Fix a couple of lingering references to POSTQUEL query syntax, per Simon. 20 years ago
Tom Lane 13ea825b6d Spell "explicitly" correctly, per Simon. 20 years ago
Tom Lane 887a7c61f6 Get rid of slru.c's hardwired insistence on a fixed number of slots per 20 years ago
Bruce Momjian ca430500ce Add documentation on the use of *printf() macros and libintl. 20 years ago
Tom Lane a615acf555 Arrange for read-only accesses to SLRU page buffers to take only a shared 20 years ago
Tom Lane 953208a34c In a nestloop inner indexscan, it's OK to use pushed-down baserestrictinfo 20 years ago
Tom Lane 974c5a8730 ecpg/pgtypeslib seems to need snprintf.c pulled in, too. 20 years ago
Tom Lane 0d2aad85d8 Put undef's before extern declarations that need 'em, per Andrew Dunstan. 20 years ago
Tom Lane e0e7589169 Make Win32 build use our port/snprintf.c routines, instead of depending 20 years ago
Tom Lane 1daac8e165 Document return-value conventions used by this implementation, per 20 years ago
Tom Lane 8cb4e4f6bd Add regression test to see if the min/max values of int8 convert correctly. 20 years ago
Tom Lane 3311c7669a Fix a rather sizable number of problems in our homegrown snprintf, such as 20 years ago