Commit Graph

40004 Commits (2c6af4f44228d76d3351fe26f68b00b55cdd239a)
 

Author SHA1 Message Date
Tom Lane 2c6af4f442 Move keywords.c/kwlookup.c into src/common/. 10 years ago
Robert Haas 3df9c374e2 Disable abbreviated keys for string-sorting in non-C locales. 10 years ago
Robert Haas 3151f16e18 postgres_fdw: Fix crash when pushing down multiple joins. 10 years ago
Robert Haas 44ca4022f3 Partition the freelist for shared dynahash tables. 10 years ago
Tom Lane ea4b8bd618 Code review for error reports in jsonb_set(). 10 years ago
Tom Lane 384dfbde19 Fix unsafe use of strtol() on a non-null-terminated Text datum. 10 years ago
Simon Riggs 8320c625d9 Change comment to describe correct lock level used 10 years ago
Tom Lane 71404af2a2 Fix EvalPlanQual bug when query contains both locked and not-locked rels. 10 years ago
Teodor Sigaev f6bd0da63b Improve docs of pg_trgm changes 10 years ago
Fujii Masao 112a2d0615 Fix typo in docs. 10 years ago
Tom Lane b283096534 Allow the delay in psql's \watch command to be a fractional second. 10 years ago
Tom Lane dea2b5960a Improve header output from psql's \watch command. 10 years ago
Tom Lane 92b7902deb Clean up some Coverity complaints about commit 0bf3ae88af. 10 years ago
Robert Haas ae507d9222 Make max_parallel_degree PGC_USERSET. 10 years ago
Robert Haas e06a38965b Support parallel aggregation. 10 years ago
Andres Freund 7fa0064092 Properly declare FeBeWaitSet. 10 years ago
Andres Freund 98a64d0bd7 Introduce WaitEventSet API. 10 years ago
Andres Freund 72e2d21c12 Combine win32 and unix latch implementations. 10 years ago
Andres Freund 326d73c86f Second attempt at fixing MSVC build for 68ab8e8ba4. 10 years ago
Tom Lane b6afae71aa Use %option bison-bridge in psql/pgbench lexers. 10 years ago
Tom Lane 6f1f34c92b Best-guess attempt at fixing MSVC build for 68ab8e8ba4. 10 years ago
Tom Lane 68ab8e8ba4 SQL commands in pgbench scripts are now ended by semicolons, not newlines. 10 years ago
Andrew Dunstan 5d03201056 Remove dependency on psed for MSVC builds. 10 years ago
Tom Lane d5351fcb03 Fix phony .PHONY. 10 years ago
Tom Lane 429ee5a822 Make pgbench's expression lexer reentrant. 10 years ago
Alvaro Herrera 1038bc91ca pgbench: Silence new compiler warnings 10 years ago
Tom Lane 78e7c44399 Typo fix. 10 years ago
Tom Lane 21c8ee7946 Sync backend/parser/scan.l with bin/psql/psqlscan.l. 10 years ago
Tom Lane 72b1e3a21f Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone. 10 years ago
Alvaro Herrera 7bafffea64 pgbench: Allow changing weights for scripts 10 years ago
Tom Lane b46d9beb65 With ancient gcc, skip pg_attribute_printf() on function pointer. 10 years ago
Peter Eisentraut 9a83564c58 Allow SSL server key file to have group read access if owned by root 10 years ago
Andres Freund 6eb2be15b5 Fix stupid omission in c4901a1e. 10 years ago
Tom Lane 07aed46a6b Fix missed update in _readForeignScan(). 10 years ago
Tom Lane ff0a7e6167 Use yylex_init not yylex_init_extra(). 10 years ago
Tom Lane a3e39f8363 Suppress FLEX_NO_BACKUP check for psqlscanslash.l. 10 years ago
Tom Lane 0ea9efbe9e Split psql's lexer into two separate .l files for SQL and backslash cases. 10 years ago
Tom Lane 27199058d9 Convert psql's flex lexer to be re-entrant, and make it compile standalone. 10 years ago
Peter Eisentraut b555ed8102 Merge wal_level "archive" and "hot_standby" into new name "replica" 10 years ago
Tom Lane 4e1d2a1708 Decouple psqlscan.l from surrounding program. 10 years ago
Robert Haas 08a6d36dcb Use INT64_FORMAT instead of %ld for int64. 10 years ago
Andres Freund c4901a1e03 Only clear latch self-pipe/event if there is a pending notification. 10 years ago
Andres Freund c17966201c Make it easier to choose the used waiting primitive in unix_latch.c. 10 years ago
Andres Freund 6bc4d95fcc Error out if waiting on socket readiness without a specified socket. 10 years ago
Andres Freund fad0f9d8c9 Remove unused, and dangerous, TestLatch() macro. 10 years ago
Robert Haas 0bf3ae88af Directly modify foreign tables. 10 years ago
Tom Lane 3422feccca Clean up some misplaced #includes. 10 years ago
Teodor Sigaev 61d2ebdbf9 Fix a typo 10 years ago
Teodor Sigaev 3187d6de0e Introduce parse_ident() 10 years ago
Robert Haas 992b5ba30d Push scan/join target list beneath Gather when possible. 10 years ago