| 2017-07-31 |
Heikki Linnakangas | Always use 2048 bit DH parameters for OpenSSL ephemeral... |
commit | commitdiff | tree |
| 2017-07-31 |
Tom Lane | Doc: specify that the minimum supported version of... |
commit | commitdiff | tree |
| 2017-07-31 |
Tom Lane | Record full paths of programs sought by "configure". |
commit | commitdiff | tree |
| 2017-07-31 |
Tom Lane | Tighten coding for non-composite case in plperl's retur... |
commit | commitdiff | tree |
| 2017-07-31 |
Stephen Frost | Fix function comment for dumpACL() |
commit | commitdiff | tree |
| 2017-07-31 |
Tatsuo Ishii | Add missing comment in postgresql.conf. |
commit | commitdiff | tree |
| 2017-07-31 |
Tatsuo Ishii | Add missing comment in postgresql.conf. |
commit | commitdiff | tree |
| 2017-07-31 |
Tatsuo Ishii | Add missing comment in postgresql.conf. |
commit | commitdiff | tree |
| 2017-07-30 |
Andres Freund | Move ExecProcNode from dispatch to function pointer... |
commit | commitdiff | tree |
| 2017-07-30 |
Andres Freund | Move interrupt checking from ExecProcNode() to executor... |
commit | commitdiff | tree |
| 2017-07-28 |
Tom Lane | Include publication owner's name in the output of ... |
commit | commitdiff | tree |
| 2017-07-28 |
Tom Lane | PL/Perl portability fix: absorb relevant -D switches... |
commit | commitdiff | tree |
| 2017-07-28 |
Tom Lane | PL/Perl portability fix: avoid including XSUB.h in... |
commit | commitdiff | tree |
| 2017-07-27 |
Tom Lane | Fix psql tab completion for CREATE USER MAPPING. |
commit | commitdiff | tree |
| 2017-07-27 |
Tom Lane | Standardize describe.c's behavior for no-matching-objec... |
commit | commitdiff | tree |
| 2017-07-27 |
Tom Lane | Avoid use of sprintf/snprintf in describe.c. |
commit | commitdiff | tree |
| 2017-07-27 |
Tom Lane | Sync listDbRoleSettings() with the rest of the world. |
commit | commitdiff | tree |
| 2017-07-27 |
Tom Lane | Fix very minor memory leaks in psql's command.c. |
commit | commitdiff | tree |
| 2017-07-27 |
Andrew Dunstan | Work around Msys weakness in Testlib.pm's command_like() |
commit | commitdiff | tree |
| 2017-07-26 |
Tom Lane | Clean up SQL emitted by psql/describe.c. |
commit | commitdiff | tree |
| 2017-07-26 |
Alvaro Herrera | Update copyright in recently added files |
commit | commitdiff | tree |
| 2017-07-26 |
Alvaro Herrera | Fix concurrent locking of tuple update chain |
commit | commitdiff | tree |
| 2017-07-26 |
Alvaro Herrera | Remove obsolete comments about functional dependencies |
commit | commitdiff | tree |
| 2017-07-25 |
Alvaro Herrera | Make PostgresNode easily subclassable |
commit | commitdiff | tree |
| 2017-07-25 |
Alvaro Herrera | Fix race conditions in replication slot operations |
commit | commitdiff | tree |
| 2017-07-24 |
Robert Haas | Fix partitioning crashes during error reporting. |
commit | commitdiff | tree |
| 2017-07-24 |
Tom Lane | Fix race condition in predicate-lock init code in EXEC_... |
commit | commitdiff | tree |
| 2017-07-24 |
Robert Haas | When WCOs are present, disable direct foreign table... |
commit | commitdiff | tree |
| 2017-07-24 |
Tom Lane | Ensure that pg_get_ruledef()'s output matches pg_get_vi... |
commit | commitdiff | tree |
| 2017-07-24 |
Tom Lane | Be more consistent about errors for opfamily member... |
commit | commitdiff | tree |
| 2017-07-24 |
Noah Misch | MSVC: Finish clean.bat build artifact coverage. |
commit | commitdiff | tree |
| 2017-07-24 |
Noah Misch | MSVC: Accept tcl86.lib in addition to tcl86t.lib. |
commit | commitdiff | tree |
| 2017-07-23 |
Tom Lane | Fix pg_dump's handling of event triggers. |
commit | commitdiff | tree |
| 2017-07-22 |
Tom Lane | Improve comments about partitioned hash table freelists. |
commit | commitdiff | tree |
| 2017-07-22 |
Tom Lane | Update expected results for collate.linux.utf8 regressi... |
commit | commitdiff | tree |
| 2017-07-22 |
Alvaro Herrera | Fix typo in comment |
commit | commitdiff | tree |
| 2017-07-21 |
Tom Lane | Doc: update versioning information in libpq.sgml. |
commit | commitdiff | tree |
| 2017-07-21 |
Robert Haas | pg_rewind: Fix some problems when copying files >2GB. |
commit | commitdiff | tree |
| 2017-07-21 |
Tom Lane | Stabilize postgres_fdw regression tests. |
commit | commitdiff | tree |
| 2017-07-21 |
Robert Haas | pg_rewind: Fix busted sanity check. |
commit | commitdiff | tree |
| 2017-07-21 |
Tom Lane | Re-establish postgres_fdw connections after server... |
commit | commitdiff | tree |
| 2017-07-21 |
Teodor Sigaev | Fix double shared memory allocation. |
commit | commitdiff | tree |
| 2017-07-21 |
Dean Rasheed | Make the new partition regression tests locale-independent. |
commit | commitdiff | tree |
| 2017-07-21 |
Dean Rasheed | Use MINVALUE/MAXVALUE instead of UNBOUNDED for range... |
commit | commitdiff | tree |
| 2017-07-20 |
Tom Lane | In v10 release notes, call out sequence changes as... |
commit | commitdiff | tree |
| 2017-07-20 |
Tom Lane | Doc: clarify description of degenerate NATURAL joins. |
commit | commitdiff | tree |
| 2017-07-20 |
Tom Lane | Fix dumping of outer joins with empty qual lists. |
commit | commitdiff | tree |
| 2017-07-19 |
Tom Lane | Add static assertions about pg_control fitting into... |
commit | commitdiff | tree |
| 2017-07-19 |
Tom Lane | Doc: add missing note about permissions needed to chang... |
commit | commitdiff | tree |
| 2017-07-18 |
Tom Lane | Improve make_tsvector() to handle empty input, and... |
commit | commitdiff | tree |
| 2017-07-18 |
Tom Lane | Fix serious performance problems in json(b) to_tsvector(). |
commit | commitdiff | tree |
| 2017-07-18 |
Tom Lane | Doc: fix thinko in v10 release notes. |
commit | commitdiff | tree |
| 2017-07-18 |
Robert Haas | Reverse-convert row types in ExecWithCheckOptions. |
commit | commitdiff | tree |
| 2017-07-18 |
Robert Haas | Use a real RT index when setting up partition tuple... |
commit | commitdiff | tree |
| 2017-07-17 |
Tom Lane | Doc: explain dollar quoting in the intro part of the... |
commit | commitdiff | tree |
| 2017-07-17 |
Andrew Dunstan | Improve legibility of numeric literal |
commit | commitdiff | tree |
| 2017-07-17 |
Tom Lane | Merge large_object.sql test into largeobject.source. |
commit | commitdiff | tree |
| 2017-07-17 |
Andrew Dunstan | Use usleep instead of select for timeouts in PostgresNo... |
commit | commitdiff | tree |
| 2017-07-17 |
Robert Haas | hash: Fix write-ahead logging bugs related to init... |
commit | commitdiff | tree |
| 2017-07-17 |
Noah Misch | MSVC: Don't link libpgcommon into pgcrypto. |
commit | commitdiff | tree |
| 2017-07-16 |
Andrew Dunstan | fix typo |
commit | commitdiff | tree |
| 2017-07-16 |
Andrew Dunstan | Fix vcregress.pl PROVE_FLAGS bug in commit 93b7d9731f |
commit | commitdiff | tree |
| 2017-07-15 |
Tom Lane | Improve comments for execExpr.c's handling of FieldStor... |
commit | commitdiff | tree |
| 2017-07-15 |
Tom Lane | Improve comments for execExpr.c's isAssignmentIndirecti... |
commit | commitdiff | tree |
| 2017-07-14 |
Alvaro Herrera | pg_upgrade i18n: Fix "%s server/cluster" wording |
commit | commitdiff | tree |
| 2017-07-14 |
Tom Lane | Code review for NextValueExpr expression node type. |
commit | commitdiff | tree |
| 2017-07-14 |
Tom Lane | Fix broken link-command-line ordering for libpgfeutils. |
commit | commitdiff | tree |
| 2017-07-14 |
Heikki Linnakangas | Fix pg_basebackup output to stdout on Windows. |
commit | commitdiff | tree |
| 2017-07-13 |
Tom Lane | Fix dumping of FUNCTION RTEs that contain non-function... |
commit | commitdiff | tree |
| 2017-07-13 |
Alvaro Herrera | Fix typo in v10 release notes |
commit | commitdiff | tree |
| 2017-07-13 |
Heikki Linnakangas | Fix race between GetNewTransactionId and GetOldestActiv... |
commit | commitdiff | tree |
| 2017-07-12 |
Tom Lane | Fix ruleutils.c for domain-over-array cases, too. |
commit | commitdiff | tree |
| 2017-07-12 |
Heikki Linnakangas | Reduce memory usage of tsvector type analyze function. |
commit | commitdiff | tree |
| 2017-07-12 |
Alvaro Herrera | commit_ts test: Set node name in test |
commit | commitdiff | tree |
| 2017-07-12 |
Tom Lane | Avoid integer overflow while sifting-up a heap in tuple... |
commit | commitdiff | tree |
| 2017-07-12 |
Heikki Linnakangas | Fix variable and type name in comment. |
commit | commitdiff | tree |
| 2017-07-12 |
Heikki Linnakangas | Fix ordering of operations in SyncRepWakeQueue to avoid... |
commit | commitdiff | tree |
| 2017-07-12 |
Heikki Linnakangas | Remove unnecessary braces, to match the surrounding... |
commit | commitdiff | tree |
| 2017-07-11 |
Tom Lane | Fix multiple assignments to a column of a domain type. |
commit | commitdiff | tree |
| 2017-07-10 |
Tom Lane | Stamp 10beta2. |
commit | commitdiff | tree |
| 2017-07-10 |
Alvaro Herrera | Translation updates |
commit | commitdiff | tree |
| 2017-07-10 |
Tom Lane | On Windows, retry process creation if we fail to reserv... |
commit | commitdiff | tree |
| 2017-07-10 |
Heikki Linnakangas | Fix missing tag in the docs. |
commit | commitdiff | tree |
| 2017-07-10 |
Heikki Linnakangas | Fix check for empty hostname. |
commit | commitdiff | tree |
| 2017-07-10 |
Andrew Gierth | Fix COPY's handling of transition tables with indexes. |
commit | commitdiff | tree |
| 2017-07-10 |
Heikki Linnakangas | Allow multiple hostaddrs to go with multiple hostnames. |
commit | commitdiff | tree |
| 2017-07-10 |
Tom Lane | Doc: remove claim that PROVE_FLAGS defaults to '--verbose'. |
commit | commitdiff | tree |
| 2017-07-10 |
Tom Lane | Doc: clarify wording about tool requirements in sourcer... |
commit | commitdiff | tree |
| 2017-07-10 |
Tom Lane | Doc: desultory copy-editing for v10 release notes. |
commit | commitdiff | tree |
| 2017-07-09 |
Tom Lane | Doc: update v10 release notes through today. |
commit | commitdiff | tree |
| 2017-07-09 |
Tom Lane | Doc: fix backwards description of visibility map's... |
commit | commitdiff | tree |
| 2017-07-09 |
Noah Misch | MSVC: Repair libpq.rc generator. |
commit | commitdiff | tree |
| 2017-07-08 |
Tom Lane | Avoid unreferenced-function warning on low-functionalit... |
commit | commitdiff | tree |
| 2017-07-07 |
Alvaro Herrera | Fix typo |
commit | commitdiff | tree |
| 2017-07-07 |
Magnus Hagander | Fix out of date comment |
commit | commitdiff | tree |
| 2017-07-06 |
Teodor Sigaev | Fix potential data corruption during freeze |
commit | commitdiff | tree |
| 2017-07-06 |
Dean Rasheed | Clarify the contract of partition_rbound_cmp(). |
commit | commitdiff | tree |
| 2017-07-06 |
Dean Rasheed | Simplify the logic checking new range partition bounds. |
commit | commitdiff | tree |
| 2017-07-06 |
Tom Lane | Fix another race-condition-ish issue in recovery/t... |
commit | commitdiff | tree |
| 2017-07-05 |
Tom Lane | Restore linking libpq into pg_ctl on Mingw builds. |
commit | commitdiff | tree |
| next |