Commit Graph

21318 Commits (5aae047e239c19264b61323865e8a4a1eae3e5f8)
 

Author SHA1 Message Date
Tom Lane 9178306151 Fix the problem of GRANTs creating "dangling" privileges not directly 21 years ago
Tom Lane d7527540f2 <limits.h> is now needed here, for INT_MAX. Per Michael Fuhr. 21 years ago
Tom Lane 313ed1ed94 Fix (hopefully for the last time) problems with datetime values displaying 21 years ago
Tom Lane 7754f7634c Fix a thinko in description of krb_server_hostname. 21 years ago
Tom Lane 76cb32d848 Fix up grammar in variable description string. 21 years ago
Tom Lane 18d0ca2d1b Fix Kerberos authentication in wake of virtual-hosts changes --- need 21 years ago
Bruce Momjian 4909357237 Remove unnecessary ABORT commands in dblink regression tests. 21 years ago
Bruce Momjian 768dfd0375 Cosmetic improvements to dblink. 21 years ago
Bruce Momjian f3576c33f8 Cosmetic changes to dblink. 21 years ago
Bruce Momjian 7d937cd408 Cosmetic changes to dblink. 21 years ago
Bruce Momjian adeca513f7 Add spacing around operators. 21 years ago
Tom Lane 82e861fbe1 Fix LWLockAssign() so that it can safely be executed after postmaster 21 years ago
Bruce Momjian 77d1de3c89 Minor parentheses cleanup. 21 years ago
Bruce Momjian 8e0c8a2463 Add spaces around operator. 21 years ago
Tom Lane bb55e583f6 Allocate a few extra LWLocks for possible use by add-on modules. 21 years ago
Tom Lane 426d0158ca Marginal performance improvement in aclmask(): don't bother with 21 years ago
Tom Lane b888ab82da Recognize ERROR_SHARING_VIOLATION (translate to EACCES), increase log 21 years ago
Tom Lane d156e1f850 (Apologies for fat-fingering cvs commit command...) Should have read: 21 years ago
Tom Lane 6ae7671497 gni 21 years ago
Alvaro Herrera a84429a1aa Remove an unused typedef. 21 years ago
Bruce Momjian ab13353d31 Update: 21 years ago
Bruce Momjian 02eb6ea9b7 Add: 21 years ago
Tom Lane dd0fa0f958 Minor dbf2pg fixes from Martin Pitt: check for failure when issuing 21 years ago
Tom Lane e6b92542a3 Marginal speedup in RelationIsVisible and TypeIsVisible: avoid a redundant 21 years ago
Neil Conway f59175d72f Minor API cleanup for async notifications: we can only register the 21 years ago
Neil Conway 663476919c Minor tweaks for PL/PgSQL documentation. 21 years ago
Tom Lane 9ea14ef56a When a function not returning RECORD has a single OUT parameter, use 21 years ago
Tom Lane fa63749d21 Fix oversight in indexscan plan creation. I recently added code to use 21 years ago
Peter Eisentraut e9f11c6b64 pg_config should print an error message to stderr and exit if an 21 years ago
Tom Lane cb8b6618ce Revise pgstats stuff to fix the problems with not counting accesses 21 years ago
Neil Conway b5aad11a1b Code cleanup for log_disconnections(). Patch from Qingqing Zhou, 21 years ago
Bruce Momjian 8c6f345005 Improve wording of entry. 21 years ago
Tom Lane e011459029 Make set_function_size_estimates() marginally smarter: per original 21 years ago
Tom Lane 93d358a8a4 Add -Winline to the default CFLAGS for gcc, and remove 21 years ago
Michael Meskes a5fecda550 Also synced the ecpg lexer with the backend lexer. 21 years ago
Bruce Momjian f39cfbe4be Fix pgxs for spaces in file names on Win32 21 years ago
Bruce Momjian 0f397b9edb Update Japanese FAQ. 21 years ago
Bruce Momjian ad308fc4e9 Update FAQ for version number. 21 years ago
Peter Eisentraut a8da71e0c4 Clean up some messages and fix missing translation support. Option --log 21 years ago
Teodor Sigaev 380ab3669f Fix compile error 21 years ago
Tatsuo Ishii 8e48e91bc7 Oops. Partially saved file was committed. 21 years ago
Tatsuo Ishii f50ae06e14 Allow multiple -f options. 21 years ago
Michael Meskes ffa156bb5b Somehow I missed some parser changes, so this commit comes pretty late. I just synced the parser of ecpg against the backend version, but still have to sync the lexer. 21 years ago
Peter Eisentraut 9c76af4a5e Add _ to gettext triggers. Must have been forgotten here when it was introduced. 21 years ago
Tom Lane 1e6201a22c Add an expected case to cover error message as spelled by python 2.2.3. 21 years ago
Tom Lane 060d13f7c7 COPY's test for read-only transaction was backward; it prohibited COPY TO 21 years ago
Tom Lane 53e47cdd79 Add a trace_sort option to help with measuring resource usage of external 21 years ago
Tom Lane 12992ab37a Separate out the VacRUsage stuff as an independent module, in preparation 21 years ago
Tom Lane 9c873828bd Fix procedure for updating nextval() defaults so that it actually works. 21 years ago
Teodor Sigaev 8c73dfcc8b Optimize benchmark query and update benchmark's results. 21 years ago