2017-07-17 |
Tom Lane | Merge large_object.sql test into largeobject.source. |
commit | commitdiff | tree | snapshot |
2017-07-16 |
Andrew Dunstan | fix typo |
commit | commitdiff | tree | snapshot |
2017-07-16 |
Andrew Dunstan | Fix vcregress.pl PROVE_FLAGS bug in commit 93b7d9731f |
commit | commitdiff | tree | snapshot |
2017-07-14 |
Tom Lane | Fix broken link-command-line ordering for libpgfeutils. |
commit | commitdiff | tree | snapshot |
2017-07-14 |
Heikki Linnakangas | Fix pg_basebackup output to stdout on Windows. |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Tom Lane | Fix dumping of FUNCTION RTEs that contain non-function... |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Heikki Linnakangas | Fix race between GetNewTransactionId and GetOldestActiv... |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Tom Lane | Fix ruleutils.c for domain-over-array cases, too. |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Heikki Linnakangas | Reduce memory usage of tsvector type analyze function. |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Alvaro Herrera | commit_ts test: Set node name in test |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Tom Lane | Avoid integer overflow while sifting-up a heap in tuple... |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Heikki Linnakangas | Fix variable and type name in comment. |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Heikki Linnakangas | Fix ordering of operations in SyncRepWakeQueue to avoid... |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Heikki Linnakangas | Remove unnecessary braces, to match the surrounding... |
commit | commitdiff | tree | snapshot |
2017-07-11 |
Tom Lane | Fix multiple assignments to a column of a domain type. |
commit | commitdiff | tree | snapshot |
2017-07-10 |
Tom Lane | On Windows, retry process creation if we fail to reserv... |
commit | commitdiff | tree | snapshot |
2017-07-10 |
Tom Lane | Doc: clarify wording about tool requirements in sourcer... |
commit | commitdiff | tree | snapshot |
2017-07-09 |
Tom Lane | Doc: fix backwards description of visibility map's... |
commit | commitdiff | tree | snapshot |
2017-07-07 |
Alvaro Herrera | Fix typo |
commit | commitdiff | tree | snapshot |
2017-07-06 |
Teodor Sigaev | Fix potential data corruption during freeze |
commit | commitdiff | tree | snapshot |
2017-07-03 |
Heikki Linnakangas | Treat clean shutdown of an SSL connection same as the... |
commit | commitdiff | tree | snapshot |
2017-06-30 |
Tom Lane | Fix walsender to exit promptly if client requests shutdown. |
commit | commitdiff | tree | snapshot |
2017-06-28 |
Tom Lane | Second try at fixing tcp_keepalives_idle option on... |
commit | commitdiff | tree | snapshot |
2017-06-28 |
Stephen Frost | Do not require 'public' to exist for pg_dump -c |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Tom Lane | Support tcp_keepalives_idle option on Solaris. |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Tom Lane | Re-allow SRFs and window functions within sub-selects... |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Tom Lane | Reduce wal_retrieve_retry_interval in applicable TAP... |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Tom Lane | Don't lose walreceiver start requests due to race condi... |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Tom Lane | Ignore old stats file timestamps when starting the... |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Tom Lane | Minor code review for parse_phrase_operator(). |
commit | commitdiff | tree | snapshot |
2017-06-22 |
Alvaro Herrera | Fix typo in comment |
commit | commitdiff | tree | snapshot |
2017-06-21 |
Andres Freund | Fix possibility of creating a "phantom" segment after... |
commit | commitdiff | tree | snapshot |
2017-06-21 |
Heikki Linnakangas | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2017-06-20 |
Bruce Momjian | pg_upgrade: start/stop new server after pg_resetwal |
commit | commitdiff | tree | snapshot |
2017-06-19 |
Tom Lane | Fix materialized-view documentation oversights. |
commit | commitdiff | tree | snapshot |
2017-06-19 |
Tom Lane | Avoid regressions in foreign-key-based selectivity... |
commit | commitdiff | tree | snapshot |
2017-06-19 |
Tom Lane | On Windows, make pg_dump use binary mode for compressed... |
commit | commitdiff | tree | snapshot |
2017-06-19 |
Andres Freund | Fix leaking of small spilled subtransactions during... |
commit | commitdiff | tree | snapshot |
2017-06-16 |
Heikki Linnakangas | Fix dependency, when changing a function's argument... |
commit | commitdiff | tree | snapshot |
2017-06-15 |
Tom Lane | Fix low-probability leaks of PGresult objects in the... |
commit | commitdiff | tree | snapshot |
2017-06-15 |
Bruce Momjian | doc: remove mention of Windows junction points by... |
commit | commitdiff | tree | snapshot |
2017-06-15 |
Bruce Momjian | docs: Fix pg_upgrade standby server upgrade docs |
commit | commitdiff | tree | snapshot |
2017-06-15 |
Tatsuo Ishii | Fix document bug regarding read only transactions. |
commit | commitdiff | tree | snapshot |
2017-06-13 |
Tom Lane | Assert that we don't invent relfilenodes or type OIDs... |
commit | commitdiff | tree | snapshot |
2017-06-10 |
Andrew Dunstan | Take PROVE_FLAGS from the command line but not the... |
commit | commitdiff | tree | snapshot |
2017-06-07 |
Robert Haas | postgres_fdw: Allow cancellation of transaction control... |
commit | commitdiff | tree | snapshot |
2017-06-07 |
Michael Meskes | Fix docs to not claim ECPG's SET CONNECTION is not... |
commit | commitdiff | tree | snapshot |
2017-06-07 |
Heikki Linnakangas | Clear auth context correctly when re-connecting after... |
commit | commitdiff | tree | snapshot |
2017-06-06 |
Andres Freund | Unify SIGHUP handling between normal and walsender... |
commit | commitdiff | tree | snapshot |
2017-06-06 |
Andres Freund | Prevent possibility of panics during shutdown checkpoint. |
commit | commitdiff | tree | snapshot |
2017-06-06 |
Andres Freund | Have walsenders participate in procsignal infrastructure. |
commit | commitdiff | tree | snapshot |
2017-06-06 |
Andrew Dunstan | Fix thinko in previous openssl change |
commit | commitdiff | tree | snapshot |
2017-06-05 |
Andres Freund | Fix record length computation in pg_waldump/xlogdump. |
commit | commitdiff | tree | snapshot |
2017-06-05 |
Andrew Dunstan | Find openssl lib files in right directory for MSVC |
commit | commitdiff | tree | snapshot |
2017-06-04 |
Alvaro Herrera | Assorted translatable string fixes |
commit | commitdiff | tree | snapshot |
2017-06-03 |
Andres Freund | Allow parallelism in COPY (query) TO ...; |
commit | commitdiff | tree | snapshot |
2017-06-01 |
Tom Lane | Always use -fPIC, not -fpic, when building shared libra... |
commit | commitdiff | tree | snapshot |
2017-05-30 |
Alvaro Herrera | Fix wording in amvalidate error messages |
commit | commitdiff | tree | snapshot |
2017-05-30 |
Tom Lane | Try to ensure that stats collector's receive buffer... |
commit | commitdiff | tree | snapshot |
2017-05-29 |
Tom Lane | Prevent running pg_resetwal/pg_resetxlog against wrong... |
commit | commitdiff | tree | snapshot |
2017-05-29 |
Tom Lane | Allow NumericOnly to be "+ FCONST". |
commit | commitdiff | tree | snapshot |
2017-05-26 |
Tom Lane | Move autogenerated array types out of the way during... |
commit | commitdiff | tree | snapshot |
2017-05-26 |
Tom Lane | Fix pg_dump to not emit invalid SQL for an empty operat... |
commit | commitdiff | tree | snapshot |
2017-05-26 |
Magnus Hagander | Remove docs mention of PGREALM variable |
commit | commitdiff | tree | snapshot |
2017-05-24 |
Tom Lane | Tighten checks for whitespace in functions that parse... |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Magnus Hagander | Update URLs in pgindent source and README |
commit | commitdiff | tree | snapshot |
2017-05-21 |
Tom Lane | Fix precision and rounding issues in money multiplicati... |
commit | commitdiff | tree | snapshot |
2017-05-21 |
Tom Lane | Change documentation references to PG website to use... |
commit | commitdiff | tree | snapshot |
2017-05-18 |
Heikki Linnakangas | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2017-05-17 |
Tom Lane | Make psql handle EOF during COPY FROM STDIN properly... |
commit | commitdiff | tree | snapshot |
2017-05-16 |
Peter Eisentraut | Fix new warnings from GCC 7 |
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-15 |
Tom Lane | Fix unsafe reference into relcache in constructed Comme... |
commit | commitdiff | tree | snapshot |
2017-05-15 |
Tom Lane | Make stats regression test more robust in the face... |
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 | 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-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 |
Tom Lane | Avoid searching for the target catcache in CatalogCache... |
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-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-10 |
Peter Eisentraut | psql: Add missing translation markers |
commit | commitdiff | tree | snapshot |
2017-05-09 |
Alvaro Herrera | Ignore PQcancel errors properly |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Tom Lane | Stamp 9.6.3. REL9_6_3 |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Tom Lane | Further patch rangetypes_selfuncs.c's statistics slot... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Tom Lane | Last-minute updates for release notes. |
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 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Peter Eisentraut | Add security checks to selectivity estimation functions |
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 | 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 |
Stephen Frost | pg_dump: Don't leak memory in buildDefaultACLCommands() |
commit | commitdiff | tree | snapshot |
next |