Commit Graph

21359 Commits (c9de6b922e4f8c2647c64a67e86d4a95e3fca2cc)
 

Author SHA1 Message Date
Bruce Momjian 7d937cd408 Cosmetic changes to dblink. 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 20 years ago
Bruce Momjian 77d1de3c89 Minor parentheses cleanup. 20 years ago
Bruce Momjian 8e0c8a2463 Add spaces around operator. 20 years ago
Tom Lane bb55e583f6 Allocate a few extra LWLocks for possible use by add-on modules. 20 years ago
Tom Lane 426d0158ca Marginal performance improvement in aclmask(): don't bother with 20 years ago
Tom Lane b888ab82da Recognize ERROR_SHARING_VIOLATION (translate to EACCES), increase log 20 years ago
Tom Lane d156e1f850 (Apologies for fat-fingering cvs commit command...) Should have read: 20 years ago
Tom Lane 6ae7671497 gni 20 years ago
Alvaro Herrera a84429a1aa Remove an unused typedef. 20 years ago
Bruce Momjian ab13353d31 Update: 20 years ago
Bruce Momjian 02eb6ea9b7 Add: 20 years ago
Tom Lane dd0fa0f958 Minor dbf2pg fixes from Martin Pitt: check for failure when issuing 20 years ago
Tom Lane e6b92542a3 Marginal speedup in RelationIsVisible and TypeIsVisible: avoid a redundant 20 years ago
Neil Conway f59175d72f Minor API cleanup for async notifications: we can only register the 20 years ago
Neil Conway 663476919c Minor tweaks for PL/PgSQL documentation. 20 years ago
Tom Lane 9ea14ef56a When a function not returning RECORD has a single OUT parameter, use 20 years ago
Tom Lane fa63749d21 Fix oversight in indexscan plan creation. I recently added code to use 20 years ago
Peter Eisentraut e9f11c6b64 pg_config should print an error message to stderr and exit if an 20 years ago
Tom Lane cb8b6618ce Revise pgstats stuff to fix the problems with not counting accesses 20 years ago
Neil Conway b5aad11a1b Code cleanup for log_disconnections(). Patch from Qingqing Zhou, 20 years ago
Bruce Momjian 8c6f345005 Improve wording of entry. 20 years ago
Tom Lane e011459029 Make set_function_size_estimates() marginally smarter: per original 20 years ago
Tom Lane 93d358a8a4 Add -Winline to the default CFLAGS for gcc, and remove 20 years ago
Michael Meskes a5fecda550 Also synced the ecpg lexer with the backend lexer. 20 years ago
Bruce Momjian f39cfbe4be Fix pgxs for spaces in file names on Win32 20 years ago
Bruce Momjian 0f397b9edb Update Japanese FAQ. 20 years ago
Bruce Momjian ad308fc4e9 Update FAQ for version number. 20 years ago
Peter Eisentraut a8da71e0c4 Clean up some messages and fix missing translation support. Option --log 20 years ago
Teodor Sigaev 380ab3669f Fix compile error 20 years ago
Tatsuo Ishii 8e48e91bc7 Oops. Partially saved file was committed. 20 years ago
Tatsuo Ishii f50ae06e14 Allow multiple -f options. 20 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. 20 years ago
Peter Eisentraut 9c76af4a5e Add _ to gettext triggers. Must have been forgotten here when it was introduced. 20 years ago
Tom Lane 1e6201a22c Add an expected case to cover error message as spelled by python 2.2.3. 20 years ago
Tom Lane 060d13f7c7 COPY's test for read-only transaction was backward; it prohibited COPY TO 20 years ago
Tom Lane 53e47cdd79 Add a trace_sort option to help with measuring resource usage of external 20 years ago
Tom Lane 12992ab37a Separate out the VacRUsage stuff as an independent module, in preparation 20 years ago
Tom Lane 9c873828bd Fix procedure for updating nextval() defaults so that it actually works. 20 years ago
Teodor Sigaev 8c73dfcc8b Optimize benchmark query and update benchmark's results. 20 years ago
Bruce Momjian a87174dca1 Fix font of sequence header. 20 years ago
Bruce Momjian 1624d6d4d2 Fix null bytes at end of file (weird). 20 years ago
Bruce Momjian f890004cc1 Update sequence docs. 20 years ago
Tom Lane f20cad7870 Preserve tuple OIDs during ATRewriteTable. Per gripe from Duncan Crombie. 20 years ago
Bruce Momjian 4361e0d295 Merge Tom and my descriptions of new sequence behavior into one entry. 20 years ago
Bruce Momjian 07e74305fe Update release notes to show how to upgrade a database to use the new 20 years ago
Bruce Momjian 6a17577933 Remove, 8.1 completed items already removed: 20 years ago
Bruce Momjian 2aa39a4cb1 Done: 20 years ago
Tom Lane 64eea6c21d Expand pg_control information so that we can verify that the database 20 years ago