2016-12-07 |
Tom Lane | Handle empty or all-blank PAGER setting more sanely... |
commit | commitdiff | tree |
2016-12-03 |
Noah Misch | Make pgwin32_putenv() visit debug CRTs. |
commit | commitdiff | tree |
2016-12-03 |
Noah Misch | Remove wrong CloseHandle() call. |
commit | commitdiff | tree |
2016-12-03 |
Noah Misch | Refine win32env.c cosmetics. |
commit | commitdiff | tree |
2016-11-30 |
Tom Lane | Doc: improve description of trim() and related functions. |
commit | commitdiff | tree |
2016-11-29 |
Stephen Frost | Clarify pg_dump -b documentation |
commit | commitdiff | tree |
2016-11-27 |
Magnus Hagander | Mention server start requirement for ssl parameters |
commit | commitdiff | tree |
2016-11-26 |
Tom Lane | Fix test about ignoring extension dependencies during... |
commit | commitdiff | tree |
2016-11-25 |
Tom Lane | Check for pending trigger events on far end when droppi... |
commit | commitdiff | tree |
2016-11-23 |
Tom Lane | Make sure ALTER TABLE preserves index tablespaces. |
commit | commitdiff | tree |
2016-11-22 |
Tom Lane | Doc: improve documentation about composite-value usage. |
commit | commitdiff | tree |
2016-11-22 |
Tom Lane | Doc: add a section in Part II concerning RETURNING. |
commit | commitdiff | tree |
2016-11-22 |
Tom Lane | Make contrib/test_decoding regression tests safe for... |
commit | commitdiff | tree |
2016-11-21 |
Tom Lane | Fix PGLC_localeconv() to handle errors better. |
commit | commitdiff | tree |
2016-11-20 |
Tom Lane | Prevent multicolumn expansion of "foo.*" in an UPDATE... |
commit | commitdiff | tree |
2016-11-17 |
Tom Lane | Improve pg_dump/pg_restore --create --if-exists logic. |
commit | commitdiff | tree |
2016-11-17 |
Alvaro Herrera | Avoid pin scan for replay of XLOG_BTREE_VACUUM in all... |
commit | commitdiff | tree |
2016-11-15 |
Tom Lane | Allow DOS-style line endings in ~/.pgpass files. |
commit | commitdiff | tree |
2016-11-15 |
Tom Lane | Account for catalog snapshot in PGXACT->xmin updates. |
commit | commitdiff | tree |
2016-11-14 |
Alvaro Herrera | Fix duplication in ALTER MATERIALIZE VIEW synopsis |
commit | commitdiff | tree |
2016-11-08 |
Magnus Hagander | Fix typo |
commit | commitdiff | tree |
2016-11-07 |
Magnus Hagander | Fix handling of symlinked pg_stat_tmp and pg_replslot |
commit | commitdiff | tree |
2016-11-06 |
Tom Lane | Rationalize and document pltcl's handling of magic... |
commit | commitdiff | tree |
2016-11-06 |
Tom Lane | More zic cleanup. |
commit | commitdiff | tree |
2016-11-04 |
Tom Lane | Sync our copy of the timezone library with IANA tzcode |
commit | commitdiff | tree |
2016-10-30 |
Tom Lane | Fix nasty performance problem in tsquery_rewrite(). |
commit | commitdiff | tree |
2016-10-30 |
Tom Lane | Fix bogus tree-flattening logic in QTNTernary(). |
commit | commitdiff | tree |
2016-10-27 |
Robert Haas | If the stats collector dies during Hot Standby, restart it. |
commit | commitdiff | tree |
2016-10-27 |
Robert Haas | Fix possible pg_basebackup failure on standby with... |
commit | commitdiff | tree |
2016-10-26 |
Tom Lane | Fix incorrect trigger-property updating in ALTER CONSTR... |
commit | commitdiff | tree |
2016-10-26 |
Tom Lane | Fix not-HAVE_SYMLINK code in zic.c. |
commit | commitdiff | tree |
2016-10-24 |
Tom Lane | Stamp 9.4.10. REL9_4_10 |
commit | commitdiff | tree |
2016-10-24 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2016-10-24 |
Tom Lane | Release notes for 9.6.1, 9.5.5, 9.4.10, 9.3.15, 9.2... |
commit | commitdiff | tree |
2016-10-23 |
Tom Lane | Avoid testing tuple visibility without buffer lock... |
commit | commitdiff | tree |
2016-10-22 |
Tom Lane | Improve documentation about use of Linux huge pages. |
commit | commitdiff | tree |
2016-10-21 |
Tom Lane | Doc: wording tweak for PERL, PYTHON, TCLSH configuratio... |
commit | commitdiff | tree |
2016-10-20 |
Tom Lane | Fix EXPLAIN so that it doesn't emit invalid XML in... |
commit | commitdiff | tree |
2016-10-20 |
Tom Lane | Sync our copy of the timezone library with IANA release... |
commit | commitdiff | tree |
2016-10-20 |
Tom Lane | Update time zone data files to tzdata release 2016h. |
commit | commitdiff | tree |
2016-10-20 |
Tom Lane | Another portability fix for tzcode2016g update. |
commit | commitdiff | tree |
2016-10-19 |
Tom Lane | Windows portability fix. |
commit | commitdiff | tree |
2016-10-19 |
Tom Lane | Sync our copy of the timezone library with IANA release... |
commit | commitdiff | tree |
2016-10-19 |
Tom Lane | Suppress "Factory" zone in pg_timezone_names view for... |
commit | commitdiff | tree |
2016-10-19 |
Tom Lane | Update time zone data files to tzdata release 2016g. |
commit | commitdiff | tree |
2016-10-19 |
Heikki Linnakangas | Fix WAL-logging of FSM and VM truncation. |
commit | commitdiff | tree |
2016-10-18 |
Tom Lane | Fix cidin() to handle values above 2^31 platform-indepe... |
commit | commitdiff | tree |
2016-10-14 |
Tom Lane | Fix assorted integer-overflow hazards in varbit.c. |
commit | commitdiff | tree |
2016-10-13 |
Tom Lane | Fix another bug in merging of inherited CHECK constraints. |
commit | commitdiff | tree |
2016-10-13 |
Tom Lane | Try to find out the actual hugepage size when making... |
commit | commitdiff | tree |
2016-10-13 |
Tom Lane | Clean up handling of anonymous mmap'd shared-memory... |
commit | commitdiff | tree |
2016-10-12 |
Tom Lane | Revert addition of PGDLLEXPORT in PG_FUNCTION_INFO_V1... |
commit | commitdiff | tree |
2016-10-12 |
Tom Lane | Provide DLLEXPORT markers for C functions via PG_FUNCTI... |
commit | commitdiff | tree |
2016-10-12 |
Heikki Linnakangas | Fix copy-pasto in comment. |
commit | commitdiff | tree |
2016-10-11 |
Tom Lane | Improve documentation for CREATE RECURSIVE VIEW. |
commit | commitdiff | tree |
2016-10-10 |
Tom Lane | In PQsendQueryStart(), avoid leaking any left-over... |
commit | commitdiff | tree |
2016-10-08 |
Tom Lane | Fix two bugs in merging of inherited CHECK constraints. |
commit | commitdiff | tree |
2016-10-08 |
Tom Lane | Remove user_relns() SRF from regression tests. |
commit | commitdiff | tree |
2016-10-07 |
Heikki Linnakangas | Make TAP test suites to work, when @INC does not contai... |
commit | commitdiff | tree |
2016-10-07 |
Heikki Linnakangas | Clear OpenSSL error queue after failed X509_STORE_load_... |
commit | commitdiff | tree |
2016-10-07 |
Heikki Linnakangas | Don't share SSL_CTX between libpq connections. |
commit | commitdiff | tree |
2016-10-04 |
Andres Freund | Correct logical decoding restore behaviour for subtrans... |
commit | commitdiff | tree |
2016-10-01 |
Tom Lane | Do ClosePostmasterPorts() earlier in SubPostmasterMain(). |
commit | commitdiff | tree |
2016-09-30 |
Magnus Hagander | Retry opening new segments in pg_xlogdump --folllow |
commit | commitdiff | tree |
2016-09-28 |
Robert Haas | worker_spi: Call pgstat_report_stat. |
commit | commitdiff | tree |
2016-09-27 |
Alvaro Herrera | Include where needed |
commit | commitdiff | tree |
2016-09-26 |
Tom Lane | Document has_type_privilege(). |
commit | commitdiff | tree |
2016-09-23 |
Tom Lane | Install TAP test infrastructure so it's available for... |
commit | commitdiff | tree |
2016-09-23 |
Tom Lane | Doc: fix examples of # operators so they actually work. |
commit | commitdiff | tree |
2016-09-23 |
Tom Lane | Fix incorrect logic for excluding range constructor... |
commit | commitdiff | tree |
2016-09-23 |
Tom Lane | Don't trust CreateFileMapping() to clear the error... |
commit | commitdiff | tree |
2016-09-23 |
Tom Lane | Avoid using PostmasterRandom() for DSM control segment ID. |
commit | commitdiff | tree |
2016-09-22 |
Tom Lane | Be sure to rewind the tuplestore read pointer in non... |
commit | commitdiff | tree |
2016-09-21 |
Heikki Linnakangas | Fix pgbench's calculation of average latency, when... |
commit | commitdiff | tree |
2016-09-20 |
Peter Eisentraut | doc: Fix documentation to match actual make output |
commit | commitdiff | tree |
2016-09-20 |
Peter Eisentraut | doc: Correct ALTER USER MAPPING example |
commit | commitdiff | tree |
2016-09-20 |
Robert Haas | Use PostmasterRandom(), not random(), for DSM control... |
commit | commitdiff | tree |
2016-09-20 |
Robert Haas | Retry DSM control segment creation if Windows indicates... |
commit | commitdiff | tree |
2016-09-19 |
Heikki Linnakangas | Fix latency calculation when there are \sleep commands... |
commit | commitdiff | tree |
2016-09-19 |
Robert Haas | MSVC: Include pg_recvlogical in client-only install. |
commit | commitdiff | tree |
2016-09-18 |
Heikki Linnakangas | Fix ecpg -? option on Windows, add -V alias for --version. |
commit | commitdiff | tree |
2016-09-15 |
Robert Haas | pg_buffercache: Allow huge allocations. |
commit | commitdiff | tree |
2016-09-12 |
Simon Riggs | Fix copy/pasto in file identification |
commit | commitdiff | tree |
2016-09-10 |
Tom Lane | Improve unreachability recognition in elog() macro. |
commit | commitdiff | tree |
2016-09-10 |
Tom Lane | Fix miserable coding in pg_stat_get_activity(). |
commit | commitdiff | tree |
2016-09-09 |
Alvaro Herrera | Fix locking a tuple updated by an aborted (sub)transaction |
commit | commitdiff | tree |
2016-09-09 |
Simon Riggs | Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL |
commit | commitdiff | tree |
2016-09-08 |
Andres Freund | Fix mdtruncate() to close fd.c handle of deleted segments. |
commit | commitdiff | tree |
2016-09-06 |
Tom Lane | Doc: small improvements for documentation about VACUUM... |
commit | commitdiff | tree |
2016-09-05 |
Tom Lane | Add regression test coverage for non-default timezone... |
commit | commitdiff | tree |
2016-09-04 |
Tom Lane | Remove vestigial references to "zic" in favor of "IANA... |
commit | commitdiff | tree |
2016-09-03 |
Tom Lane | Fix corrupt GIN_SEGMENT_ADDITEMS WAL records on big... |
commit | commitdiff | tree |
2016-09-02 |
Tom Lane | Don't require dynamic timezone abbreviations to match... |
commit | commitdiff | tree |
2016-09-01 |
Tom Lane | Suppress GCC 6 warning about self-comparison |
commit | commitdiff | tree |
2016-09-01 |
Tom Lane | Fix minor 9.4-only bug in logical decoding. |
commit | commitdiff | tree |
2016-08-31 |
Tom Lane | Prevent starting a standalone backend with standby_mode on. |
commit | commitdiff | tree |
2016-08-29 |
Fujii Masao | Fix pg_xlogdump so that it handles cross-page XLP_FIRST... |
commit | commitdiff | tree |
2016-08-25 |
Tom Lane | Fix instability in parallel regression tests. |
commit | commitdiff | tree |
2016-08-25 |
Tom Lane | Fix small query-lifespan memory leak in bulk updates. |
commit | commitdiff | tree |
2016-08-24 |
Tom Lane | Fix improper repetition of previous results from a... |
commit | commitdiff | tree |
next |