| 2015-09-22 |
Andres Freund | test_decoding: Protect against rare spurious test failures. |
commit | commitdiff | tree |
| 2015-09-22 |
Andres Freund | Correct value of LW_SHARED_MASK. |
commit | commitdiff | tree |
| 2015-09-22 |
Andres Freund | Add some notes about coding conventions do the docs. |
commit | commitdiff | tree |
| 2015-09-22 |
Peter Eisentraut | doc: Tweak synopsis indentation for consistency |
commit | commitdiff | tree |
| 2015-09-22 |
Peter Eisentraut | Use gender-neutral language in documentation |
commit | commitdiff | tree |
| 2015-09-21 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree |
| 2015-09-21 |
Tom Lane | Fix possible internal overflow in numeric multiplication. |
commit | commitdiff | tree |
| 2015-09-21 |
Noah Misch | Remove the SECURITY_ROW_LEVEL_DISABLED security context... |
commit | commitdiff | tree |
| 2015-09-21 |
Noah Misch | Remove the row_security=force GUC value. |
commit | commitdiff | tree |
| 2015-09-21 |
Noah Misch | Restrict file mode creation mask during tmpfile(). |
commit | commitdiff | tree |
| 2015-09-20 |
Tom Lane | Be more wary about partially-valid LOCALLOCK data in... |
commit | commitdiff | tree |
| 2015-09-19 |
Peter Eisentraut | Simplify GETTEXT_FILES list |
commit | commitdiff | tree |
| 2015-09-19 |
Peter Eisentraut | Add missing serial comma |
commit | commitdiff | tree |
| 2015-09-19 |
Peter Eisentraut | Remove trailing slashes from directories in find command |
commit | commitdiff | tree |
| 2015-09-19 |
Robert Haas | Glue layer to connect the executor to the shm_mq mechanism. |
commit | commitdiff | tree |
| 2015-09-18 |
Andrew Dunstan | Cache argument type information in json(b) aggregate... |
commit | commitdiff | tree |
| 2015-09-18 |
Tom Lane | Fix low-probability memory leak in regex execution. |
commit | commitdiff | tree |
| 2015-09-18 |
Teodor Sigaev | Add header forgotten in 213335c14529a8d5e2007ec0c256f4c... |
commit | commitdiff | tree |
| 2015-09-18 |
Peter Eisentraut | Order some new options on man pages more sensibly,... |
commit | commitdiff | tree |
| 2015-09-17 |
Teodor Sigaev | Fix oversight in tsearch type check |
commit | commitdiff | tree |
| 2015-09-17 |
Andrew Dunstan | Honour TEMP_CONFIG when testing pg_upgrade |
commit | commitdiff | tree |
| 2015-09-17 |
Robert Haas | Add new function planstate_tree_walker. |
commit | commitdiff | tree |
| 2015-09-17 |
Michael Meskes | Let compiler handle size calculation of bool types. |
commit | commitdiff | tree |
| 2015-09-17 |
Teodor Sigaev | Fix bug introduced by microvacuum for GiST |
commit | commitdiff | tree |
| 2015-09-16 |
Robert Haas | Determine whether it's safe to attempt a parallel plan... |
commit | commitdiff | tree |
| 2015-09-16 |
Tom Lane | Sync regex code with Tcl 8.6.4. |
commit | commitdiff | tree |
| 2015-09-16 |
Tom Lane | Fix documentation of regular expression character-entry... |
commit | commitdiff | tree |
| 2015-09-16 |
Tom Lane | Don't use "#" as an abbreviation for "number" in PL... |
commit | commitdiff | tree |
| 2015-09-16 |
Tom Lane | Remove no-longer-used T_PrivGrantee node tag. |
commit | commitdiff | tree |
| 2015-09-16 |
Teodor Sigaev | pgbench progress with timestamp |
commit | commitdiff | tree |
| 2015-09-16 |
Peter Eisentraut | Review program help output for wording and formatting |
commit | commitdiff | tree |
| 2015-09-15 |
Stephen Frost | Enforce ALL/SELECT policies in RETURNING for RLS |
commit | commitdiff | tree |
| 2015-09-15 |
Stephen Frost | RLS refactoring |
commit | commitdiff | tree |
| 2015-09-15 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree |
| 2015-09-15 |
Tom Lane | Revert "Fix an O(N^2) problem in foreign key references". |
commit | commitdiff | tree |
| 2015-09-15 |
Stephen Frost | Add POLICY to COMMENT documentation |
commit | commitdiff | tree |
| 2015-09-15 |
Fujii Masao | Fix comment regarding the meaning of infinity for timel... |
commit | commitdiff | tree |
| 2015-09-15 |
Fujii Masao | Improve log messages related to tablespace_map file |
commit | commitdiff | tree |
| 2015-09-15 |
Teodor Sigaev | Fix wrong comment in commit d02426029b133ee2bbe492a0386... |
commit | commitdiff | tree |
| 2015-09-14 |
Teodor Sigaev | Check existency of table/schema for -t/-n option (pg_du... |
commit | commitdiff | tree |
| 2015-09-13 |
Peter Eisentraut | Add noreturn attribute |
commit | commitdiff | tree |
| 2015-09-13 |
Andrew Dunstan | Fix the fastpath rule for jsonb_concat with an empty... |
commit | commitdiff | tree |
| 2015-09-13 |
Peter Eisentraut | doc: Remove dead links |
commit | commitdiff | tree |
| 2015-09-12 |
Stephen Frost | Fix typo in create_policy.sgml |
commit | commitdiff | tree |
| 2015-09-12 |
Peter Eisentraut | Update SQL features list |
commit | commitdiff | tree |
| 2015-09-11 |
Robert Haas | Install lwlocknames.h even in vpath builds. |
commit | commitdiff | tree |
| 2015-09-11 |
Bruce Momjian | pg_dump, pg_upgrade: allow postgres/template1 tablespa... |
commit | commitdiff | tree |
| 2015-09-11 |
Robert Haas | Fix build problems in commit aa65de042f5828968f2f6cd65f... |
commit | commitdiff | tree |
| 2015-09-11 |
Alvaro Herrera | Add missing ReleaseBuffer call in BRIN revmap code |
commit | commitdiff | tree |
| 2015-09-11 |
Kevin Grittner | Fix an O(N^2) problem in foreign key references. |
commit | commitdiff | tree |
| 2015-09-11 |
Robert Haas | When trace_lwlocks is used, identify individual lwlocks... |
commit | commitdiff | tree |
| 2015-09-11 |
Fujii Masao | Correct description of PageHeaderData layout in documen... |
commit | commitdiff | tree |
| 2015-09-11 |
Peter Eisentraut | doc: Spell checking |
commit | commitdiff | tree |
| 2015-09-10 |
Tom Lane | Fix setrefs.c comment properly. |
commit | commitdiff | tree |
| 2015-09-10 |
Stephen Frost | Fix typo in setrefs.c |
commit | commitdiff | tree |
| 2015-09-10 |
Tom Lane | Fix minor bug in regexp makesearch() function. |
commit | commitdiff | tree |
| 2015-09-09 |
Teodor Sigaev | Fix oversight in 013ebc0a7b7ea9c1b1ab7a3d4dd75ea121ea8b... |
commit | commitdiff | tree |
| 2015-09-09 |
Teodor Sigaev | Microvacuum for GIST |
commit | commitdiff | tree |
| 2015-09-09 |
Fujii Masao | Remove files signaling a standby promotion request... |
commit | commitdiff | tree |
| 2015-09-08 |
Stephen Frost | Lock all relations referred to in updatable views |
commit | commitdiff | tree |
| 2015-09-08 |
Andres Freund | psql: Generic tab completion support for enum and bool... |
commit | commitdiff | tree |
| 2015-09-08 |
Fujii Masao | Add gin_fuzzy_search_limit to postgresql.conf.sample. |
commit | commitdiff | tree |
| 2015-09-08 |
Fujii Masao | Improve tab-completion for GRANT and REVOKE. |
commit | commitdiff | tree |
| 2015-09-08 |
Alvaro Herrera | Allow per-tablespace effective_io_concurrency |
commit | commitdiff | tree |
| 2015-09-08 |
Alvaro Herrera | Fix error message wording in previous sslinfo commit |
commit | commitdiff | tree |
| 2015-09-08 |
Alvaro Herrera | contrib/sslinfo: add ssl_extension_info SRF |
commit | commitdiff | tree |
| 2015-09-07 |
Noah Misch | In the pg_rewind test suite, receive WAL fully before... |
commit | commitdiff | tree |
| 2015-09-07 |
Jeff Davis | Coordinate log_line_prefix options 'm' and 'n' to share... |
commit | commitdiff | tree |
| 2015-09-07 |
Alvaro Herrera | Add more sanity checks in contrib/sslinfo |
commit | commitdiff | tree |
| 2015-09-07 |
Jeff Davis | Add log_line_prefix option 'n' for Unix epoch. |
commit | commitdiff | tree |
| 2015-09-07 |
Greg Stark | Change type of DOW/DOY to UNITS |
commit | commitdiff | tree |
| 2015-09-07 |
Teodor Sigaev | Make GIN's cleanup pending list process interruptable |
commit | commitdiff | tree |
| 2015-09-07 |
Teodor Sigaev | Add pages deleted from pending list to FSM |
commit | commitdiff | tree |
| 2015-09-07 |
Teodor Sigaev | Update site address of Snowball project |
commit | commitdiff | tree |
| 2015-09-06 |
Joe Conway | Adjust sepgsql regression output for recent error conte... |
commit | commitdiff | tree |
| 2015-09-06 |
Magnus Hagander | Support RADIUS passwords up to 128 characters |
commit | commitdiff | tree |
| 2015-09-06 |
Andres Freund | Add ability to reserve WAL upon slot creation via repli... |
commit | commitdiff | tree |
| 2015-09-06 |
Greg Stark | Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS... |
commit | commitdiff | tree |
| 2015-09-05 |
Tom Lane | Fix CreateTableSpace() so it will compile without HAVE_... |
commit | commitdiff | tree |
| 2015-09-05 |
Tom Lane | Rearrange the handling of error context reports. |
commit | commitdiff | tree |
| 2015-09-05 |
Heikki Linnakangas | Fix misc typos. |
commit | commitdiff | tree |
| 2015-09-05 |
Tatsuo Ishii | Fix brin index summarizing while vacuuming. |
commit | commitdiff | tree |
| 2015-09-04 |
Tom Lane | Fix subtransaction cleanup after an outer-subtransactio... |
commit | commitdiff | tree |
| 2015-09-04 |
Teodor Sigaev | Make unaccent handle all diacritics known to Unicode... |
commit | commitdiff | tree |
| 2015-09-03 |
Robert Haas | Assorted code review for recent ProcArrayLock patch. |
commit | commitdiff | tree |
| 2015-09-03 |
Fujii Masao | Document that max_worker_processes must be high enough... |
commit | commitdiff | tree |
| 2015-09-03 |
Noah Misch | Disable fsync throughout TAP test suites. |
commit | commitdiff | tree |
| 2015-09-02 |
Robert Haas | Update the SSL test suite for recent changes to TAP... |
commit | commitdiff | tree |
| 2015-09-02 |
Teodor Sigaev | Allow usage of huge maintenance_work_mem for GIN build. |
commit | commitdiff | tree |
| 2015-09-01 |
Tom Lane | Document that PL/Python now returns floats using repr... |
commit | commitdiff | tree |
| 2015-09-01 |
Kevin Grittner | Flush to show results of TestLib.pm (TAP) test as we go. |
commit | commitdiff | tree |
| 2015-09-01 |
Bruce Momjian | pg_upgrade docs: clarify rsync and move verification... |
commit | commitdiff | tree |
| 2015-09-01 |
Robert Haas | Allow notifications to bgworkers without database conne... |
commit | commitdiff | tree |
| 2015-09-01 |
Alvaro Herrera | Use <substeps> in pg_upgrade's procedure |
commit | commitdiff | tree |
| 2015-08-31 |
Tom Lane | Clean up icc + ia64 situation. |
commit | commitdiff | tree |
| 2015-08-31 |
Bruce Momjian | docs: remove outdated note about unique indexes |
commit | commitdiff | tree |
| 2015-08-31 |
Tom Lane | Allow icc to use the same atomics infrastructure as... |
commit | commitdiff | tree |
| 2015-08-31 |
Tom Lane | Actually, it's not that hard to merge the Windows pqsig... |
commit | commitdiff | tree |
| 2015-08-31 |
Tom Lane | Remove theoretically-unnecessary special case for icc. |
commit | commitdiff | tree |
| 2015-08-31 |
Tom Lane | Remove support for Unix systems without the POSIX signa... |
commit | commitdiff | tree |
| next |