Commit Graph

15824 Commits (382808612cb15bd90b53b665602c85bcdd3ab9e6)

Author SHA1 Message Date
Tom Lane 203015ebdd Fix small oversight in recent patch to add more CREATE-FUNCTION-time 20 years ago
Neil Conway c10dba2fe3 Remove an antiquated comment. 20 years ago
Neil Conway 689c815b09 Add a comment describing the requirement that pointers into shared memory 20 years ago
Tom Lane 1e9a6ba5e6 Don't try to remove duplicate OR-subclauses in create_bitmap_subplan and 20 years ago
Tom Lane e952ae1268 Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would mark 20 years ago
Tom Lane fa72121594 Fix another recently-changed place that was messing with spinlock- 20 years ago
Tom Lane 07eeb9d109 Do all accesses to shared buffer headers through volatile-qualified 20 years ago
Neil Conway 6f8236f1b5 Fix typo in sample pg_hba.conf; per IRC report from Bernhard Neuhauser. 20 years ago
Tom Lane a72ee09090 Add infrastructure for making spins_per_delay variable depending on 20 years ago
Tom Lane 9907b9775b Don't use a non-locked pre-test of the spinlock on x86_64 machines. 20 years ago
Tom Lane 0cc0d0822d Document that get_attstatsslot/free_attstatsslot only need to be passed 20 years ago
Tom Lane 07e6f93d6b Fix oversight in 8.0 modification of RestrictInfo data structures. 20 years ago
Tom Lane c6b9924bec Remove the DELETEs from pg_shadow and pg_group that pg_dumpall used to 20 years ago
Tom Lane 375e7d5579 Use a safer order of operations in dropdb(): rollbackable operations, 20 years ago
Peter Eisentraut 15a110ed01 Document the process to update translations. 20 years ago
Peter Eisentraut b473d7adc4 Translation update 20 years ago
Tom Lane 9178306151 Fix the problem of GRANTs creating "dangling" privileges not directly 20 years ago
Tom Lane d7527540f2 <limits.h> is now needed here, for INT_MAX. Per Michael Fuhr. 20 years ago
Tom Lane 313ed1ed94 Fix (hopefully for the last time) problems with datetime values displaying 20 years ago
Tom Lane 76cb32d848 Fix up grammar in variable description string. 20 years ago
Tom Lane 18d0ca2d1b Fix Kerberos authentication in wake of virtual-hosts changes --- need 20 years ago
Bruce Momjian adeca513f7 Add spacing around operators. 20 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
Alvaro Herrera a84429a1aa Remove an unused typedef. 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
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
Tom Lane e011459029 Make set_function_size_estimates() marginally smarter: per original 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
Peter Eisentraut a8da71e0c4 Clean up some messages and fix missing translation support. Option --log 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 f20cad7870 Preserve tuple OIDs during ATRewriteTable. Per gripe from Duncan Crombie. 21 years ago
Tom Lane 64eea6c21d Expand pg_control information so that we can verify that the database 21 years ago
Tom Lane aa731ed843 Change nextval and other sequence functions to specify their sequence 21 years ago
Tom Lane 1b61ee3c69 _SPI_execute_plan failed to return result tuple table to caller in 21 years ago