summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-19Typo fix.Tom Lane
2016-03-19Sync backend/parser/scan.l with bin/psql/psqlscan.l.Tom Lane
2016-03-19Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone.Tom Lane
2016-03-19pgbench: Allow changing weights for scriptsAlvaro Herrera
2016-03-19With ancient gcc, skip pg_attribute_printf() on function pointer.Tom Lane
2016-03-19Allow SSL server key file to have group read access if owned by rootPeter Eisentraut
2016-03-19Fix stupid omission in c4901a1e.Andres Freund
2016-03-19Fix missed update in _readForeignScan().Tom Lane
2016-03-19Use yylex_init not yylex_init_extra().Tom Lane
2016-03-19Suppress FLEX_NO_BACKUP check for psqlscanslash.l.Tom Lane
2016-03-19Split psql's lexer into two separate .l files for SQL and backslash cases.Tom Lane
2016-03-19Convert psql's flex lexer to be re-entrant, and make it compile standalone.Tom Lane
2016-03-18Merge wal_level "archive" and "hot_standby" into new name "replica"Peter Eisentraut
2016-03-18Decouple psqlscan.l from surrounding program.Tom Lane
2016-03-18Use INT64_FORMAT instead of %ld for int64.Robert Haas
2016-03-18Only clear latch self-pipe/event if there is a pending notification.Andres Freund
2016-03-18Make it easier to choose the used waiting primitive in unix_latch.c.Andres Freund
2016-03-18Error out if waiting on socket readiness without a specified socket.Andres Freund
2016-03-18Remove unused, and dangerous, TestLatch() macro.Andres Freund
2016-03-18Directly modify foreign tables.Robert Haas
2016-03-18Clean up some misplaced #includes.Tom Lane
2016-03-18Fix a typoTeodor Sigaev
2016-03-18Introduce parse_ident()Teodor Sigaev
2016-03-18Push scan/join target list beneath Gather when possible.Robert Haas
2016-03-18Various minor corrections of and improvements to comments.Robert Haas
2016-03-18pg_trgm's set_limit() now uses SetConfigOption()Teodor Sigaev
2016-03-17docs: Fix typo'd brin_summarize_new_valuesAlvaro Herrera
2016-03-17Remove useless double calls of make_parsestate().Tom Lane
2016-03-17Update tuplesort.c comments for memory mangement improvements.Robert Haas
2016-03-17Improve memory management for external sorts.Robert Haas
2016-03-17Fix assorted breakage in to_char()'s OF format option.Tom Lane
2016-03-17Improve support of HunspellTeodor Sigaev
2016-03-17Fix typos.Robert Haas
2016-03-17Add syslog_split_messages parameterPeter Eisentraut
2016-03-17Add syslog_sequence_numbers parameterPeter Eisentraut
2016-03-17Fix "pg_bench -C -M prepared".Tom Lane
2016-03-17Fix j2day() to behave sanely for negative Julian dates.Tom Lane
2016-03-16Be more careful about out-of-range dates and timestamps.Tom Lane
2016-03-16Another comment update.Robert Haas
2016-03-16Fix problems in commit c16dc1aca5e01e6acaadfcf38f5fc964a381dc62.Robert Haas
2016-03-16Add files forgotten in f576b17cd6ba653bdace1f0da9a3b57f4984e460Teodor Sigaev
2016-03-16Add word_similarity to pg_trgm contrib module.Teodor Sigaev
2016-03-16Fix typo.Robert Haas
2016-03-16Add idle_in_transaction_session_timeout.Robert Haas
2016-03-16GUC variable pg_trgm.similarity_threshold insead of set_limit()Teodor Sigaev
2016-03-16UCS_to_EUC_JIS_2004.pl: Turn off "test" mode by defaultPeter Eisentraut
2016-03-16Make spacing and punctuation consistentPeter Eisentraut
2016-03-16fix typo in commentTeodor Sigaev
2016-03-16Improve script generating unaccent rulesTeodor Sigaev
2016-03-15Fix typos.Robert Haas