| 2016-04-30 |
Tom Lane | Update contrib/unaccent documentation about its unaccen... |
commit | commitdiff | tree |
| 2016-04-30 |
Tom Lane | Small improvements to OPTIMIZER_DEBUG code. |
commit | commitdiff | tree |
| 2016-04-30 |
Tom Lane | Fix planner crash from pfree'ing a partial path that... |
commit | commitdiff | tree |
| 2016-04-30 |
Tom Lane | Remove warning about num_sync being too large in synchr... |
commit | commitdiff | tree |
| 2016-04-30 |
Tom Lane | Fix mishandling of equivalence-class tests in parameter... |
commit | commitdiff | tree |
| 2016-04-29 |
Kevin Grittner | Add a few entries to the tail of time mapping, to see... |
commit | commitdiff | tree |
| 2016-04-29 |
Andrew Dunstan | Fix comment whitespace in VS2105 patch |
commit | commitdiff | tree |
| 2016-04-29 |
Peter Eisentraut | doc: Minor wording changes |
commit | commitdiff | tree |
| 2016-04-29 |
Magnus Hagander | Fix typo |
commit | commitdiff | tree |
| 2016-04-29 |
Andrew Dunstan | Fix typo in VS2015 patch |
commit | commitdiff | tree |
| 2016-04-29 |
Andrew Dunstan | Support building with Visual Studio 2015 |
commit | commitdiff | tree |
| 2016-04-29 |
Andres Freund | Remember asking for feedback during walsender shutdown. |
commit | commitdiff | tree |
| 2016-04-28 |
Tom Lane | Adjust DatumGetBool macro, this time for sure. |
commit | commitdiff | tree |
| 2016-04-28 |
Tom Lane | Revert "Convert contrib/seg's bool-returning SQL functi... |
commit | commitdiff | tree |
| 2016-04-28 |
Teodor Sigaev | Prevent to use magic constants |
commit | commitdiff | tree |
| 2016-04-28 |
Teodor Sigaev | Prevent multiple cleanup process for pending list in... |
commit | commitdiff | tree |
| 2016-04-27 |
Tom Lane | Use memmove() not memcpy() to slide some pointers down. |
commit | commitdiff | tree |
| 2016-04-27 |
Tom Lane | Clean up parsing of synchronous_standby_names GUC variable. |
commit | commitdiff | tree |
| 2016-04-27 |
Robert Haas | Fix wrong word. |
commit | commitdiff | tree |
| 2016-04-27 |
Robert Haas | Change postgresql.conf.sample to say that fsync=off... |
commit | commitdiff | tree |
| 2016-04-27 |
Robert Haas | Tighten up sanity checks for parallel aggregate in... |
commit | commitdiff | tree |
| 2016-04-27 |
Robert Haas | Remove inadvertently commited vim swapfile. |
commit | commitdiff | tree |
| 2016-04-27 |
Robert Haas | Update typedefs.list file in preparation for pgindent run |
commit | commitdiff | tree |
| 2016-04-27 |
Robert Haas | Clean up a few parallelism-related things that pgindent... |
commit | commitdiff | tree |
| 2016-04-27 |
Robert Haas | Remove mergeHyperLogLog. |
commit | commitdiff | tree |
| 2016-04-27 |
Robert Haas | Fix EXPLAIN VERBOSE output for parallel aggregate. |
commit | commitdiff | tree |
| 2016-04-27 |
Andres Freund | Don't open formally non-existent segments in _mdfd_gets... |
commit | commitdiff | tree |
| 2016-04-27 |
Andres Freund | Emit invalidations to standby for transactions without... |
commit | commitdiff | tree |
| 2016-04-27 |
Robert Haas | Fix pg_get_functiondef to dump parallel-safety markings. |
commit | commitdiff | tree |
| 2016-04-27 |
Noah Misch | Impose a full barrier in generic-xlc.h atomics functions. |
commit | commitdiff | tree |
| 2016-04-27 |
Peter Eisentraut | pg_dump: Message style improvements |
commit | commitdiff | tree |
| 2016-04-26 |
Tom Lane | Add a --brief option to git_changelog. |
commit | commitdiff | tree |
| 2016-04-26 |
Teodor Sigaev | Fix tsearch docs |
commit | commitdiff | tree |
| 2016-04-26 |
Tom Lane | Fix order of shutdown cleanup operations in PostgresNod... |
commit | commitdiff | tree |
| 2016-04-26 |
Tom Lane | Yet more portability hacking for degree-based trig... |
commit | commitdiff | tree |
| 2016-04-26 |
Robert Haas | Enable parallel query by default. |
commit | commitdiff | tree |
| 2016-04-26 |
Magnus Hagander | Fix typo in comment |
commit | commitdiff | tree |
| 2016-04-25 |
Peter Eisentraut | pg_dump: Message style improvements |
commit | commitdiff | tree |
| 2016-04-25 |
Kevin Grittner | Fix C comment typo and redundant test |
commit | commitdiff | tree |
| 2016-04-25 |
Tom Lane | New method for preventing compile-time calculation... |
commit | commitdiff | tree |
| 2016-04-25 |
Tom Lane | Try harder to detect a port conflict in PostgresNode.pm. |
commit | commitdiff | tree |
| 2016-04-25 |
Peter Eisentraut | Update GETTEXT_FILES after config and controldata refac... |
commit | commitdiff | tree |
| 2016-04-25 |
Peter Eisentraut | doc: Fix typo |
commit | commitdiff | tree |
| 2016-04-24 |
Tom Lane | Improve PostgresNode.pm's logic for detecting already... |
commit | commitdiff | tree |
| 2016-04-24 |
Andres Freund | Fix documentation & config inconsistencies around 428b1... |
commit | commitdiff | tree |
| 2016-04-23 |
Tom Lane | Rename strtoi() to strtoint(). |
commit | commitdiff | tree |
| 2016-04-23 |
Peter Eisentraut | doc: Fix typos |
commit | commitdiff | tree |
| 2016-04-23 |
Bruce Momjian | Properly mark initRectBox() as taking 'void' args |
commit | commitdiff | tree |
| 2016-04-22 |
Tom Lane | Convert contrib/seg's bool-returning SQL functions... |
commit | commitdiff | tree |
| 2016-04-22 |
Magnus Hagander | Add putenv support for msvcrt from Visual Studio 2013 |
commit | commitdiff | tree |
| 2016-04-22 |
Tom Lane | Fix unexpected side-effects of operator_precedence_warning. |
commit | commitdiff | tree |
| 2016-04-22 |
Tom Lane | Fix planner failure with full join in RHS of left join. |
commit | commitdiff | tree |
| 2016-04-21 |
Tom Lane | Improve TranslateSocketError() to handle more Windows... |
commit | commitdiff | tree |
| 2016-04-21 |
Tom Lane | Remove dead code in win32.h. |
commit | commitdiff | tree |
| 2016-04-21 |
Tom Lane | PGDLLIMPORT-ify old_snapshot_threshold. |
commit | commitdiff | tree |
| 2016-04-21 |
Tom Lane | Fix ruleutils.c's dumping of ScalarArrayOpExpr containi... |
commit | commitdiff | tree |
| 2016-04-21 |
Robert Haas | Prevent possible crash reading pg_stat_activity. |
commit | commitdiff | tree |
| 2016-04-21 |
Robert Haas | Comment improvements for ForeignPath. |
commit | commitdiff | tree |
| 2016-04-21 |
Robert Haas | Fix assorted defects in 09adc9a8c09c9640de05c7023b27fb8... |
commit | commitdiff | tree |
| 2016-04-21 |
Kevin Grittner | Include snapmgr.h in blscan.c |
commit | commitdiff | tree |
| 2016-04-21 |
Robert Haas | Allow queries submitted by postgres_fdw to be canceled. |
commit | commitdiff | tree |
| 2016-04-21 |
Kevin Grittner | Inline initial comparisons in TestForOldSnapshot() |
commit | commitdiff | tree |
| 2016-04-21 |
Robert Haas | postgres_fdw: Don't push down certain full joins. |
commit | commitdiff | tree |
| 2016-04-21 |
Tom Lane | Honor PGCTLTIMEOUT environment variable for pg_regress... |
commit | commitdiff | tree |
| 2016-04-21 |
Robert Haas | Add pg_dump support for the new PARALLEL option for... |
commit | commitdiff | tree |
| 2016-04-20 |
Robert Haas | Forbid parallel Hash Right Join or Hash Full Join. |
commit | commitdiff | tree |
| 2016-04-20 |
Magnus Hagander | Update backup documentation for new APIs |
commit | commitdiff | tree |
| 2016-04-20 |
Tom Lane | Fix memory leak and other bugs in ginPlaceToPage()... |
commit | commitdiff | tree |
| 2016-04-20 |
Kevin Grittner | Revert no-op changes to BufferGetPage() |
commit | commitdiff | tree |
| 2016-04-19 |
Tom Lane | Improve regression tests for degree-based trigonometric... |
commit | commitdiff | tree |
| 2016-04-18 |
Tom Lane | Make partition-lock-release coding more transparent... |
commit | commitdiff | tree |
| 2016-04-18 |
Tom Lane | Further reduce the number of semaphores used under... |
commit | commitdiff | tree |
| 2016-04-18 |
Fujii Masao | Fix typo in docs. |
commit | commitdiff | tree |
| 2016-04-18 |
Peter Eisentraut | doc: Document that sequences can also be extension... |
commit | commitdiff | tree |
| 2016-04-17 |
Tom Lane | Avoid code duplication in \crosstabview. |
commit | commitdiff | tree |
| 2016-04-16 |
Tom Lane | Adjust spin.c's spinlock emulation so that 0 is not... |
commit | commitdiff | tree |
| 2016-04-16 |
Peter Eisentraut | doc: Change some "user" to "role" for consistency in... |
commit | commitdiff | tree |
| 2016-04-16 |
Peter Eisentraut | doc: Markup improvement |
commit | commitdiff | tree |
| 2016-04-16 |
Tom Lane | Disallow creation of indexes on system columns (except... |
commit | commitdiff | tree |
| 2016-04-16 |
Stephen Frost | In recordExtensionInitPriv(), keep the scan til we... |
commit | commitdiff | tree |
| 2016-04-16 |
Peter Eisentraut | doc: Add missing parentheses |
commit | commitdiff | tree |
| 2016-04-16 |
Peter Eisentraut | psql: Add new gettext trigger |
commit | commitdiff | tree |
| 2016-04-15 |
Tom Lane | Use less-generic names in matview.sql. |
commit | commitdiff | tree |
| 2016-04-15 |
Tom Lane | Fix possible crash in ALTER TABLE ... REPLICA IDENTITY... |
commit | commitdiff | tree |
| 2016-04-15 |
Robert Haas | postgres_fdw: Clean up handling of system columns. |
commit | commitdiff | tree |
| 2016-04-15 |
Robert Haas | Tweak EXPLAIN for parallel query to show workers launched. |
commit | commitdiff | tree |
| 2016-04-15 |
Tom Lane | Fix portability problem induced by commit a6f6b7819. |
commit | commitdiff | tree |
| 2016-04-15 |
Magnus Hagander | Fix typo in comment |
commit | commitdiff | tree |
| 2016-04-15 |
Magnus Hagander | Update helptext for vcregress.pl |
commit | commitdiff | tree |
| 2016-04-15 |
Fujii Masao | Make regression test for multiple synchronous standbys... |
commit | commitdiff | tree |
| 2016-04-15 |
Tom Lane | Fix memory leak in GIN index scans. |
commit | commitdiff | tree |
| 2016-04-15 |
Tom Lane | Rethink \crosstabview's argument parsing logic. |
commit | commitdiff | tree |
| 2016-04-15 |
Andres Freund | Make init_spin_delay() C89 compliant #2. |
commit | commitdiff | tree |
| 2016-04-15 |
Andres Freund | Remove trailing commas in enums. |
commit | commitdiff | tree |
| 2016-04-15 |
Andres Freund | Fix trivial typo. |
commit | commitdiff | tree |
| 2016-04-14 |
Tom Lane | Fix core dump in ReorderBufferRestoreChange on alignmen... |
commit | commitdiff | tree |
| 2016-04-14 |
Tom Lane | Adjust signature of walrcv_receive hook. |
commit | commitdiff | tree |
| 2016-04-14 |
Tom Lane | Adjust datatype of ReplicationState.acquired_by. |
commit | commitdiff | tree |
| 2016-04-14 |
Tom Lane | Docs: clarify description of LIMIT/OFFSET behavior. |
commit | commitdiff | tree |
| 2016-04-14 |
Tom Lane | Fix prototype of pgwin32_bind(). |
commit | commitdiff | tree |
| next |