Commit Graph

21278 Commits (6f8236f1b534c1afb46d322bc01cefe26d070448)
 

Author SHA1 Message Date
Neil Conway 6f8236f1b5 Fix typo in sample pg_hba.conf; per IRC report from Bernhard Neuhauser. 21 years ago
Tom Lane 96a83d8807 Release notes up to date as of today. 21 years ago
Tom Lane a72ee09090 Add infrastructure for making spins_per_delay variable depending on 21 years ago
Tom Lane 9907b9775b Don't use a non-locked pre-test of the spinlock on x86_64 machines. 21 years ago
Tom Lane 0cc0d0822d Document that get_attstatsslot/free_attstatsslot only need to be passed 21 years ago
Tom Lane 07e6f93d6b Fix oversight in 8.0 modification of RestrictInfo data structures. 21 years ago
Tom Lane c6b9924bec Remove the DELETEs from pg_shadow and pg_group that pg_dumpall used to 21 years ago
Tom Lane 375e7d5579 Use a safer order of operations in dropdb(): rollbackable operations, 21 years ago
Peter Eisentraut 15a110ed01 Document the process to update translations. 21 years ago
Peter Eisentraut b473d7adc4 Translation update 21 years ago
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