2016-03-19 |
Tom Lane | Use yylex_init not yylex_init_extra(). |
commit | commitdiff | tree |
2016-03-19 |
Tom Lane | Suppress FLEX_NO_BACKUP check for psqlscanslash.l. |
commit | commitdiff | tree |
2016-03-19 |
Tom Lane | Split psql's lexer into two separate .l files for SQL... |
commit | commitdiff | tree |
2016-03-19 |
Tom Lane | Convert psql's flex lexer to be re-entrant, and make... |
commit | commitdiff | tree |
2016-03-18 |
Peter Eisentraut | Merge wal_level "archive" and "hot_standby" into new... |
commit | commitdiff | tree |
2016-03-18 |
Tom Lane | Decouple psqlscan.l from surrounding program. |
commit | commitdiff | tree |
2016-03-18 |
Robert Haas | Use INT64_FORMAT instead of %ld for int64. |
commit | commitdiff | tree |
2016-03-18 |
Andres Freund | Only clear latch self-pipe/event if there is a pending... |
commit | commitdiff | tree |
2016-03-18 |
Andres Freund | Make it easier to choose the used waiting primitive... |
commit | commitdiff | tree |
2016-03-18 |
Andres Freund | Error out if waiting on socket readiness without a... |
commit | commitdiff | tree |
2016-03-18 |
Andres Freund | Remove unused, and dangerous, TestLatch() macro. |
commit | commitdiff | tree |
2016-03-18 |
Robert Haas | Directly modify foreign tables. |
commit | commitdiff | tree |
2016-03-18 |
Tom Lane | Clean up some misplaced #includes. |
commit | commitdiff | tree |
2016-03-18 |
Teodor Sigaev | Fix a typo |
commit | commitdiff | tree |
2016-03-18 |
Teodor Sigaev | Introduce parse_ident() |
commit | commitdiff | tree |
2016-03-18 |
Robert Haas | Push scan/join target list beneath Gather when possible. |
commit | commitdiff | tree |
2016-03-18 |
Robert Haas | Various minor corrections of and improvements to comments. |
commit | commitdiff | tree |
2016-03-18 |
Teodor Sigaev | pg_trgm's set_limit() now uses SetConfigOption() |
commit | commitdiff | tree |
2016-03-17 |
Alvaro Herrera | docs: Fix typo'd brin_summarize_new_values |
commit | commitdiff | tree |
2016-03-17 |
Tom Lane | Remove useless double calls of make_parsestate(). |
commit | commitdiff | tree |
2016-03-17 |
Robert Haas | Update tuplesort.c comments for memory mangement improv... |
commit | commitdiff | tree |
2016-03-17 |
Robert Haas | Improve memory management for external sorts. |
commit | commitdiff | tree |
2016-03-17 |
Tom Lane | Fix assorted breakage in to_char()'s OF format option. |
commit | commitdiff | tree |
2016-03-17 |
Teodor Sigaev | Improve support of Hunspell |
commit | commitdiff | tree |
2016-03-17 |
Robert Haas | Fix typos. |
commit | commitdiff | tree |
2016-03-17 |
Peter Eisentraut | Add syslog_split_messages parameter |
commit | commitdiff | tree |
2016-03-17 |
Peter Eisentraut | Add syslog_sequence_numbers parameter |
commit | commitdiff | tree |
2016-03-17 |
Tom Lane | Fix "pg_bench -C -M prepared". |
commit | commitdiff | tree |
2016-03-17 |
Tom Lane | Fix j2day() to behave sanely for negative Julian dates. |
commit | commitdiff | tree |
2016-03-16 |
Tom Lane | Be more careful about out-of-range dates and timestamps. |
commit | commitdiff | tree |
2016-03-16 |
Robert Haas | Another comment update. |
commit | commitdiff | tree |
2016-03-16 |
Robert Haas | Fix problems in commit c16dc1aca5e01e6acaadfcf38f5fc964... |
commit | commitdiff | tree |
2016-03-16 |
Teodor Sigaev | Add files forgotten in f576b17cd6ba653bdace1f0da9a3b57f... |
commit | commitdiff | tree |
2016-03-16 |
Teodor Sigaev | Add word_similarity to pg_trgm contrib module. |
commit | commitdiff | tree |
2016-03-16 |
Robert Haas | Fix typo. |
commit | commitdiff | tree |
2016-03-16 |
Robert Haas | Add idle_in_transaction_session_timeout. |
commit | commitdiff | tree |
2016-03-16 |
Teodor Sigaev | GUC variable pg_trgm.similarity_threshold insead of... |
commit | commitdiff | tree |
2016-03-16 |
Peter Eisentraut | UCS_to_EUC_JIS_2004.pl: Turn off "test" mode by default |
commit | commitdiff | tree |
2016-03-16 |
Peter Eisentraut | Make spacing and punctuation consistent |
commit | commitdiff | tree |
2016-03-16 |
Teodor Sigaev | fix typo in comment |
commit | commitdiff | tree |
2016-03-16 |
Teodor Sigaev | Improve script generating unaccent rules |
commit | commitdiff | tree |
2016-03-15 |
Robert Haas | Fix typos. |
commit | commitdiff | tree |
2016-03-15 |
Stephen Frost | Avoid incorrectly indicating exclusion constraint wait |
commit | commitdiff | tree |
2016-03-15 |
Alvaro Herrera | Fix typos in comments |
commit | commitdiff | tree |
2016-03-15 |
Robert Haas | postgres_fdw: make_tuple_from_result_row should set... |
commit | commitdiff | tree |
2016-03-15 |
Robert Haas | Fix typos. |
commit | commitdiff | tree |
2016-03-15 |
Robert Haas | Add simple VACUUM progress reporting. |
commit | commitdiff | tree |
2016-03-15 |
Tom Lane | Cope if platform declares mbstowcs_l(), but not locale_... |
commit | commitdiff | tree |
2016-03-15 |
Tom Lane | Add a GetForeignUpperPaths callback function for FDWs. |
commit | commitdiff | tree |
2016-03-14 |
Peter Eisentraut | Add missing include for self-containment |
commit | commitdiff | tree |
2016-03-14 |
Robert Haas | Fix EXPLAIN ANALYZE SELECT INTO not to choose a paralle... |
commit | commitdiff | tree |
2016-03-14 |
Tom Lane | Provide a planner hook at a suitable place for creating... |
commit | commitdiff | tree |
2016-03-14 |
Tom Lane | Allow callers of create_foreignscan_path to specify... |
commit | commitdiff | tree |
2016-03-14 |
Tom Lane | Rethink representation of PathTargets. |
commit | commitdiff | tree |
2016-03-14 |
Tom Lane | Update PL/Perl's comment about hv_store(). |
commit | commitdiff | tree |
2016-03-14 |
Tom Lane | Improve conversions from uint64 to Perl types. |
commit | commitdiff | tree |
2016-03-14 |
Robert Haas | Update more comments for 96198d94cb7adc664bda341842dc8d... |
commit | commitdiff | tree |
2016-03-14 |
Tom Lane | Use repalloc_huge() to enlarge a SPITupleTable's tuple... |
commit | commitdiff | tree |
2016-03-14 |
Robert Haas | Improve check for overly-long extensible node name. |
commit | commitdiff | tree |
2016-03-14 |
Tom Lane | pg_stat_get_progress_info() should be marked STRICT. |
commit | commitdiff | tree |
2016-03-14 |
Tom Lane | Teach the configure script to validate its --with-pgpor... |
commit | commitdiff | tree |
2016-03-13 |
Tom Lane | Mop-up for setting minimum Tcl version to 8.4. |
commit | commitdiff | tree |
2016-03-13 |
Tom Lane | Fix memory leak in repeated GIN index searches. |
commit | commitdiff | tree |
2016-03-13 |
Peter Eisentraut | Fix whitespace and remove obsolete gitattributes entry |
commit | commitdiff | tree |
2016-03-13 |
Magnus Hagander | Rename auto_explain.sample_ratio to sample_rate |
commit | commitdiff | tree |
2016-03-13 |
Magnus Hagander | Fix order of MemSet arguments |
commit | commitdiff | tree |
2016-03-13 |
Tom Lane | Report memory context stats upon out-of-memory in repal... |
commit | commitdiff | tree |
2016-03-13 |
Tom Lane | Fix Windows portability issue in 23a27b039d94ba35. |
commit | commitdiff | tree |
2016-03-12 |
Tom Lane | Get rid of scribbling on a const variable in psql's... |
commit | commitdiff | tree |
2016-03-12 |
Tom Lane | Widen query numbers-of-tuples-processed counters to... |
commit | commitdiff | tree |
2016-03-12 |
Andres Freund | Include portability/mem.h into fd.c for MAP_FAILED. |
commit | commitdiff | tree |
2016-03-12 |
Tom Lane | Re-export a few of createplan.c's make_xxx() functions. |
commit | commitdiff | tree |
2016-03-11 |
Robert Haas | pg_upgrade: Convert old visibility map format to new... |
commit | commitdiff | tree |
2016-03-11 |
Tom Lane | When appropriate, postpone SELECT output expressions... |
commit | commitdiff | tree |
2016-03-11 |
Teodor Sigaev | Fix Windows build broken in 6943a946c7e5eb72d53c0ce71f0... |
commit | commitdiff | tree |
2016-03-11 |
Teodor Sigaev | Fix merge affixes for numeric ones |
commit | commitdiff | tree |
2016-03-11 |
Teodor Sigaev | Bump catalog version missed in 6943a946c7e5eb72d53c0ce7... |
commit | commitdiff | tree |
2016-03-11 |
Teodor Sigaev | Tsvector editing functions |
commit | commitdiff | tree |
2016-03-11 |
Tom Lane | Minor additional refactoring of planner.c's PathTarget... |
commit | commitdiff | tree |
2016-03-11 |
Magnus Hagander | Allow setting sample ratio for auto_explain |
commit | commitdiff | tree |
2016-03-11 |
Robert Haas | psql: Don't automatically use expanded format when... |
commit | commitdiff | tree |
2016-03-11 |
Robert Haas | Fix a typo, and remove unnecessary pgstat_report_wait_e... |
commit | commitdiff | tree |
2016-03-11 |
Magnus Hagander | Refactor receivelog.c parameters |
commit | commitdiff | tree |
2016-03-11 |
Simon Riggs | Allow emit_log_hook to see original message text |
commit | commitdiff | tree |
2016-03-11 |
Robert Haas | Simplify GetLockNameFromTagType. |
commit | commitdiff | tree |
2016-03-11 |
Andres Freund | Blindly try to fix dtrace enabled builds, broken in... |
commit | commitdiff | tree |
2016-03-11 |
Andres Freund | Checkpoint sorting and balancing. |
commit | commitdiff | tree |
2016-03-11 |
Andres Freund | Allow to trigger kernel writeback after a configurable... |
commit | commitdiff | tree |
2016-03-10 |
Tom Lane | Give pull_var_clause() reject/recurse/return behavior... |
commit | commitdiff | tree |
2016-03-10 |
Robert Haas | Don't vacuum all-frozen pages. |
commit | commitdiff | tree |
2016-03-10 |
Tom Lane | Refactor pull_var_clause's API to make it less tedious... |
commit | commitdiff | tree |
2016-03-10 |
Simon Riggs | Rework wait for AccessExclusiveLocks on Hot Standby |
commit | commitdiff | tree |
2016-03-10 |
Robert Haas | Provide much better wait information in pg_stat_activity. |
commit | commitdiff | tree |
2016-03-10 |
Alvaro Herrera | Document BRIN a bit more thoroughly |
commit | commitdiff | tree |
2016-03-10 |
Magnus Hagander | Avoid crash on old Windows with AVX2-capable CPU for... |
commit | commitdiff | tree |
2016-03-10 |
Simon Riggs | Reduce size of two phase file header |
commit | commitdiff | tree |
2016-03-10 |
Simon Riggs | Reduce lock level for altering fillfactor |
commit | commitdiff | tree |
2016-03-10 |
Robert Haas | Code review for b6fb6471f6afaf649e52f38269fd8c5c60647669. |
commit | commitdiff | tree |
2016-03-10 |
Tom Lane | Remove a couple of useless pstrdup() calls. |
commit | commitdiff | tree |
2016-03-10 |
Andres Freund | Avoid unlikely data-loss scenarios due to rename()... |
commit | commitdiff | tree |
next |