aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Improve docs of pg_trgm changesTeodor Sigaev2016-03-22
* Fix typo in docs.Fujii Masao2016-03-22
* Allow the delay in psql's \watch command to be a fractional second.Tom Lane2016-03-21
* Improve header output from psql's \watch command.Tom Lane2016-03-21
* Clean up some Coverity complaints about commit 0bf3ae88af330496.Tom Lane2016-03-21
* Make max_parallel_degree PGC_USERSET.Robert Haas2016-03-21
* Support parallel aggregation.Robert Haas2016-03-21
* Properly declare FeBeWaitSet.Andres Freund2016-03-21
* Introduce WaitEventSet API.Andres Freund2016-03-21
* Combine win32 and unix latch implementations.Andres Freund2016-03-21
* Second attempt at fixing MSVC build for 68ab8e8ba4a471d9.Andres Freund2016-03-21
* Use %option bison-bridge in psql/pgbench lexers.Tom Lane2016-03-20
* Best-guess attempt at fixing MSVC build for 68ab8e8ba4a471d9.Tom Lane2016-03-20
* SQL commands in pgbench scripts are now ended by semicolons, not newlines.Tom Lane2016-03-20
* Remove dependency on psed for MSVC builds.Andrew Dunstan2016-03-19
* Fix phony .PHONY.Tom Lane2016-03-19
* Make pgbench's expression lexer reentrant.Tom Lane2016-03-19
* pgbench: Silence new compiler warningsAlvaro Herrera2016-03-19
* Typo fix.Tom Lane2016-03-19
* Sync backend/parser/scan.l with bin/psql/psqlscan.l.Tom Lane2016-03-19
* Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone.Tom Lane2016-03-19
* pgbench: Allow changing weights for scriptsAlvaro Herrera2016-03-19
* With ancient gcc, skip pg_attribute_printf() on function pointer.Tom Lane2016-03-19
* Allow SSL server key file to have group read access if owned by rootPeter Eisentraut2016-03-19
* Fix stupid omission in c4901a1e.Andres Freund2016-03-18
* Fix missed update in _readForeignScan().Tom Lane2016-03-19
* Use yylex_init not yylex_init_extra().Tom Lane2016-03-19
* Suppress FLEX_NO_BACKUP check for psqlscanslash.l.Tom Lane2016-03-19
* Split psql's lexer into two separate .l files for SQL and backslash cases.Tom Lane2016-03-19
* Convert psql's flex lexer to be re-entrant, and make it compile standalone.Tom Lane2016-03-18
* Merge wal_level "archive" and "hot_standby" into new name "replica"Peter Eisentraut2016-03-18
* Decouple psqlscan.l from surrounding program.Tom Lane2016-03-18
* Use INT64_FORMAT instead of %ld for int64.Robert Haas2016-03-18
* Only clear latch self-pipe/event if there is a pending notification.Andres Freund2016-03-18
* Make it easier to choose the used waiting primitive in unix_latch.c.Andres Freund2016-03-18
* Error out if waiting on socket readiness without a specified socket.Andres Freund2016-03-18
* Remove unused, and dangerous, TestLatch() macro.Andres Freund2016-03-18
* Directly modify foreign tables.Robert Haas2016-03-18
* Clean up some misplaced #includes.Tom Lane2016-03-18
* Fix a typoTeodor Sigaev2016-03-18
* Introduce parse_ident()Teodor Sigaev2016-03-18
* Push scan/join target list beneath Gather when possible.Robert Haas2016-03-18
* Various minor corrections of and improvements to comments.Robert Haas2016-03-18
* pg_trgm's set_limit() now uses SetConfigOption()Teodor Sigaev2016-03-18
* docs: Fix typo'd brin_summarize_new_valuesAlvaro Herrera2016-03-17
* Remove useless double calls of make_parsestate().Tom Lane2016-03-17
* Update tuplesort.c comments for memory mangement improvements.Robert Haas2016-03-17
* Improve memory management for external sorts.Robert Haas2016-03-17
* Fix assorted breakage in to_char()'s OF format option.Tom Lane2016-03-17
* Improve support of HunspellTeodor Sigaev2016-03-17