2017-05-16 |
Robert Haas | Fix relcache leak when row triggers on partitions are... |
commit | commitdiff | tree | snapshot |
2017-05-16 |
Robert Haas | doc: Remove unnecessary RETURN statements from example. |
commit | commitdiff | tree | snapshot |
2017-05-16 |
Tom Lane | In SSL tests, don't scribble on permissions of a repo... |
commit | commitdiff | tree | snapshot |
2017-05-16 |
Tom Lane | Update CREATE SUBSCRIPTION docs for recent syntax change. |
commit | commitdiff | tree | snapshot |
2017-05-15 |
Tom Lane | Stamp 10beta1. REL_10_BETA1 |
commit | commitdiff | tree | snapshot |
2017-05-15 |
Tom Lane | git-ignore intermediate files from new docs toolchain. |
commit | commitdiff | tree | snapshot |
2017-05-15 |
Robert Haas | Add missing apostrophe. |
commit | commitdiff | tree | snapshot |
2017-05-15 |
Tom Lane | Update oidjoins regression test for v10. |
commit | commitdiff | tree | snapshot |
2017-05-15 |
Peter Eisentraut | Add assertion to quiet Coverity |
commit | commitdiff | tree | snapshot |
2017-05-15 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2017-05-15 |
Peter Eisentraut | doc: Remove unused file |
commit | commitdiff | tree | snapshot |
2017-05-15 |
Tom Lane | Fix bogus syntax for CREATE PUBLICATION commands emitte... |
commit | commitdiff | tree | snapshot |
2017-05-15 |
Tom Lane | Fix unsafe reference into relcache in constructed Comme... |
commit | commitdiff | tree | snapshot |
2017-05-15 |
Peter Eisentraut | Fix ALTER SEQUENCE locking |
commit | commitdiff | tree | snapshot |
2017-05-15 |
Magnus Hagander | Fix typo in comment |
commit | commitdiff | tree | snapshot |
2017-05-15 |
Tom Lane | stats regression test's wait_for_stats() must check... |
commit | commitdiff | tree | snapshot |
2017-05-15 |
Bruce Momjian | doc: update the "current as of" date in the PG 10... |
commit | commitdiff | tree | snapshot |
2017-05-15 |
Tom Lane | Make pgstat tabstat lookup hash table less fragile. |
commit | commitdiff | tree | snapshot |
2017-05-15 |
Bruce Momjian | doc: update PG 10 release notes for recent changes |
commit | commitdiff | tree | snapshot |
2017-05-15 |
Tom Lane | Make stats regression test more robust in the face... |
commit | commitdiff | tree | snapshot |
2017-05-15 |
Robert Haas | Attempt to fix compiler warning. |
commit | commitdiff | tree | snapshot |
2017-05-14 |
Tom Lane | Edit SGML documentation related to extended statistics. |
commit | commitdiff | tree | snapshot |
2017-05-14 |
Tom Lane | Fix maintenance hazards caused by ill-considered use... |
commit | commitdiff | tree | snapshot |
2017-05-14 |
Tom Lane | Fix handling of extended statistics during ALTER COLUMN... |
commit | commitdiff | tree | snapshot |
2017-05-14 |
Peter Eisentraut | Update config.guess and config.sub |
commit | commitdiff | tree | snapshot |
2017-05-14 |
Tom Lane | Remove no-longer-needed fields of Hash plan nodes. |
commit | commitdiff | tree | snapshot |
2017-05-14 |
Tom Lane | Standardize terminology for pg_statistic_ext entries. |
commit | commitdiff | tree | snapshot |
2017-05-14 |
Andrew Dunstan | Suppress indentation from Data::Dumper in regression... |
commit | commitdiff | tree | snapshot |
2017-05-13 |
Andres Freund | Specify --outputdir for isolation install check, not... |
commit | commitdiff | tree | snapshot |
2017-05-13 |
Andres Freund | Avoid superfluous work for commits during logical slot... |
commit | commitdiff | tree | snapshot |
2017-05-13 |
Andres Freund | Fix race condition leading to hanging logical slot... |
commit | commitdiff | tree | snapshot |
2017-05-13 |
Tom Lane | Redesign get_attstatsslot()/free_attstatsslot() for... |
commit | commitdiff | tree | snapshot |
2017-05-13 |
Robert Haas | Teach \d+ to show partitioning constraints. |
commit | commitdiff | tree | snapshot |
2017-05-13 |
Robert Haas | Fix multi-column range partitioning constraints. |
commit | commitdiff | tree | snapshot |
2017-05-13 |
Tom Lane | Avoid hard-wired sleep delays in stats regression test. |
commit | commitdiff | tree | snapshot |
2017-05-13 |
Andrew Dunstan | Use a better way of skipping all subscription tests... |
commit | commitdiff | tree | snapshot |
2017-05-13 |
Alvaro Herrera | Complete tab completion for DROP STATISTICS |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Tom Lane | Avoid searching for callback functions in CallSyscacheC... |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Bruce Momjian | doc: update markup for release note "release date... |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Tom Lane | Reduce initial size of RelfilenodeMapHash. |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Alvaro Herrera | getObjectDescription: support extended statistics |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Tom Lane | Avoid searching for the target catcache in CatalogCache... |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Tom Lane | Fix dependencies for extended statistics objects. |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Alvaro Herrera | Change CREATE STATISTICS syntax |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Peter Eisentraut | Replace another "transaction log" with "write-ahead... |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Peter Eisentraut | Standardize "WAL location" terminology |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Peter Eisentraut | Replace "transaction log" with "write-ahead log" |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Andrew Dunstan | Honor PROVE_FLAGS environment setting |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Andrew Dunstan | Add libxml2 include path for MSVC builds |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Peter Eisentraut | pg_dump: Add --no-publications option |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Peter Eisentraut | Rework the options syntax for logical replication commands |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Andrew Dunstan | Avoid tests which crash the calling process on Windows |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Simon Riggs | Lag tracking for logical replication |
commit | commitdiff | tree | snapshot |
2017-05-11 |
Tom Lane | Doc fix: scale(numeric) returns integer, not numeric. |
commit | commitdiff | tree | snapshot |
2017-05-11 |
Tom Lane | Increase MAX_SYSCACHE_CALLBACKS to provide more room... |
commit | commitdiff | tree | snapshot |
2017-05-11 |
Tom Lane | Rename WAL-related functions and views to use "lsn... |
commit | commitdiff | tree | snapshot |
2017-05-10 |
Alvaro Herrera | Revert "Permit dump/reload of not-too-large >1GB tuples" |
commit | commitdiff | tree | snapshot |
2017-05-10 |
Peter Eisentraut | psql: Add missing translation markers |
commit | commitdiff | tree | snapshot |
2017-05-10 |
Robert Haas | Fix typo. |
commit | commitdiff | tree | snapshot |
2017-05-10 |
Robert Haas | Avoid theoretical infinite loop loading relcache partit... |
commit | commitdiff | tree | snapshot |
2017-05-10 |
Robert Haas | Document trigger-firing behavior for inheritance/partit... |
commit | commitdiff | tree | snapshot |
2017-05-10 |
Robert Haas | Remove no-longer-needed compatibility code for hash... |
commit | commitdiff | tree | snapshot |
2017-05-10 |
Robert Haas | Fix typos in comments. |
commit | commitdiff | tree | snapshot |
2017-05-10 |
Robert Haas | Prohibit transition tables on views and foreign tables. |
commit | commitdiff | tree | snapshot |
2017-05-10 |
Robert Haas | Don't permit transition tables with TRUNCATE triggers. |
commit | commitdiff | tree | snapshot |
2017-05-10 |
Robert Haas | Pass EXEC_FLAG_REWIND when initializing a tuplestore... |
commit | commitdiff | tree | snapshot |
2017-05-10 |
Robert Haas | Disallow finite partition bound following earlier UNBOU... |
commit | commitdiff | tree | snapshot |
2017-05-09 |
Peter Eisentraut | Improve memory use in logical replication apply |
commit | commitdiff | tree | snapshot |
2017-05-09 |
Alvaro Herrera | Ignore PQcancel errors properly |
commit | commitdiff | tree | snapshot |
2017-05-09 |
Peter Eisentraut | pg_dump: Add --no-subscriptions option |
commit | commitdiff | tree | snapshot |
2017-05-09 |
Peter Eisentraut | doc: Add info about replication slot management |
commit | commitdiff | tree | snapshot |
2017-05-09 |
Peter Eisentraut | Remove the NODROP SLOT option from DROP SUBSCRIPTION |
commit | commitdiff | tree | snapshot |
2017-05-09 |
Bruce Momjian | pgindent: use HTTP instead of FTP to retrieve pg_bsd_i... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Tom Lane | Further patch rangetypes_selfuncs.c's statistics slot... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Peter Eisentraut | Check connection info string in ALTER SUBSCRIPTION |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Peter Eisentraut | Fix statistics reporting in logical replication workers |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Tom Lane | Fix possibly-uninitialized variable. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Noah Misch | Match pg_user_mappings limits to information_schema... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Noah Misch | Restore PGREQUIRESSL recognition in libpq. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Bruce Momjian | doc: add Simon Riggs to VACUUM VERBOSE PG 10 release... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Peter Eisentraut | Add security checks to selectivity estimation functions |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Heikki Linnakangas | Remove support for password_encryption='off' / 'plain'. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Simon Riggs | Remove poorly worded and duplicated comment |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Tom Lane | Release notes for 9.6.3, 9.5.7, 9.4.12, 9.3.17, 9.2.21. |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Tom Lane | Third pass on 9.6.3 release notes. |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Heikki Linnakangas | Fix memory leaks if random salt generation fails. |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Tom Lane | Guard against null t->tm_zone in strftime.c. |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Tom Lane | Install the "posixrules" timezone link in MSVC builds. |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Tom Lane | Restore fullname[] contents before falling through... |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Bruce Momjian | doc PG 10: adjustments to BRIN, WAL, JSON, XML items... |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Stephen Frost | pg_dump: Don't leak memory in buildDefaultACLCommands() |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Stephen Frost | RLS: Fix ALL vs. SELECT+UPDATE policy usage |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Andres Freund | Fix duplicated words in comment. |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Andres Freund | Fix off-by-one possibly leading to skipped XLOG_RUNNING... |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Tom Lane | Second pass on 9.6.3 release notes. |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Tom Lane | Document current_role. |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Tom Lane | First-draft release notes for 9.6.3. |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Tom Lane | Suppress compiler warning about unportable pointer... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Alvaro Herrera | Allow MSVC to build with Tcl 8.6. |
commit | commitdiff | tree | snapshot |
next |