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 |
2016-08-19 |
Alvaro Herrera | reorderbuffer: preserve errno while reporting error |
commit | commitdiff | tree |
2016-08-18 |
Magnus Hagander | Update Windows timezone mapping from Windows 7 and 10 |
commit | commitdiff | tree |
2016-08-17 |
Andres Freund | Properly re-initialize replication slot shared memory... |
commit | commitdiff | tree |
2016-08-17 |
Tom Lane | Fix -e option in contrib/intarray/bench/bench.pl. |
commit | commitdiff | tree |
2016-08-16 |
Tom Lane | Fix assorted places in psql to print version numbers... |
commit | commitdiff | tree |
2016-08-14 |
Tom Lane | Remove bogus dependencies on NUMERIC_MAX_PRECISION. |
commit | commitdiff | tree |
2016-08-12 |
Tom Lane | Fix inappropriate printing of never-measured times... |
commit | commitdiff | tree |
2016-08-11 |
Tom Lane | Fix busted Assert for CREATE MATVIEW ... WITH NO DATA. |
commit | commitdiff | tree |
2016-08-11 |
Tom Lane | Doc: write some for adminpack. |
commit | commitdiff | tree |
2016-08-09 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
2016-08-09 |
Tom Lane | Doc: clarify description of CREATE/ALTER FUNCTION ... |
commit | commitdiff | tree |
2016-08-08 |
Tom Lane | Stamp 9.4.9. REL9_4_9 |
commit | commitdiff | tree |
2016-08-08 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree |
2016-08-08 |
Peter Eisentraut | Fix several one-byte buffer over-reads in to_number |
commit | commitdiff | tree |
2016-08-08 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2016-08-08 |
Tom Lane | Fix two errors with nested CASE/WHEN constructs. |
commit | commitdiff | tree |
2016-08-08 |
Noah Misch | Obstruct shell, SQL, and conninfo injection via databas... |
commit | commitdiff | tree |
2016-08-08 |
Noah Misch | Promote pg_dumpall shell/connstr quoting functions... |
commit | commitdiff | tree |
2016-08-08 |
Noah Misch | Fix Windows shell argument quoting. |
commit | commitdiff | tree |
2016-08-08 |
Noah Misch | Reject, in pg_dumpall, names containing CR or LF. |
commit | commitdiff | tree |
2016-08-08 |
Noah Misch | Field conninfo strings throughout src/bin/scripts. |
commit | commitdiff | tree |
2016-08-08 |
Noah Misch | Introduce a psql "\connect -reuse-previous=on|off"... |
commit | commitdiff | tree |
2016-08-08 |
Noah Misch | Sort out paired double quotes in \connect, \password... |
commit | commitdiff | tree |
2016-08-08 |
Tom Lane | Release notes for 9.5.4, 9.4.9, 9.3.14, 9.2.18, 9.1.23. |
commit | commitdiff | tree |
2016-08-07 |
Tom Lane | Fix misestimation of n_distinct for a nearly-unique... |
commit | commitdiff | tree |
2016-08-07 |
Tom Lane | Don't propagate a null subtransaction snapshot up to... |
commit | commitdiff | tree |
2016-08-06 |
Tom Lane | In B-tree page deletion, clean up properly after page... |
commit | commitdiff | tree |
2016-08-05 |
Tom Lane | Teach libpq to decode server version correctly from... |
commit | commitdiff | tree |
2016-08-05 |
Tom Lane | Update time zone data files to tzdata release 2016f. |
commit | commitdiff | tree |
2016-08-03 |
Peter Eisentraut | doc: Remove documentation of nonexistent information... |
commit | commitdiff | tree |
2016-08-02 |
Bruce Momjian | doc: OS collation changes can break indexes |
commit | commitdiff | tree |
2016-08-02 |
Tom Lane | Fix pg_dump's handling of public schema with both ... |
commit | commitdiff | tree |
2016-08-01 |
Tom Lane | Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetL... |
commit | commitdiff | tree |
2016-08-01 |
Michael Meskes | Fixed array checking code for "unsigned long long"... |
commit | commitdiff | tree |
2016-08-01 |
Fujii Masao | Fix pg_basebackup so that it accepts 0 as a valid compr... |
commit | commitdiff | tree |
2016-07-31 |
Tom Lane | Doc: remove claim that hash index creation depends... |
commit | commitdiff | tree |
2016-07-30 |
Bruce Momjian | pgbench docs: fix incorrect "last two" fields text |
commit | commitdiff | tree |
2016-07-30 |
Bruce Momjian | doc: apply hypen fix that was not backpatched |
commit | commitdiff | tree |
2016-07-28 |
Tom Lane | Guard against empty buffer in gets_fromFile()'s check... |
commit | commitdiff | tree |
2016-07-28 |
Tom Lane | Fix assorted fallout from IS [NOT] NULL patch. |
commit | commitdiff | tree |
2016-07-28 |
Tom Lane | Improve documentation about CREATE TABLE ... LIKE. |
commit | commitdiff | tree |
2016-07-28 |
Tom Lane | Register atexit hook only once in pg_upgrade. |
commit | commitdiff | tree |
2016-07-28 |
Fujii Masao | Fix incorrect description of udt_privileges view in... |
commit | commitdiff | tree |
2016-07-26 |
Tom Lane | Fix constant-folding of ROW(...) IS [NOT] NULL with... |
commit | commitdiff | tree |
2016-07-24 |
Noah Misch | Make the AIX case of Makefile.shlib safe for parallel... |
commit | commitdiff | tree |
2016-07-21 |
Tom Lane | Make contrib regression tests safe for Danish locale. |
commit | commitdiff | tree |
2016-07-21 |
Tom Lane | Make pltcl regression tests safe for Danish locale. |
commit | commitdiff | tree |
2016-07-19 |
Tom Lane | Remove very-obsolete estimates of shmem usage from... |
commit | commitdiff | tree |
2016-07-19 |
Tom Lane | Fix MSVC build for changes in zic. |
commit | commitdiff | tree |
2016-07-19 |
Tom Lane | Sync back-branch copies of the timezone code with IANA... |
commit | commitdiff | tree |
2016-07-18 |
Tom Lane | Doc: improve discussion of plpgsql's GET DIAGNOSTICS... |
commit | commitdiff | tree |
2016-07-17 |
Peter Eisentraut | Use correct symbol for minimum int64 value |
commit | commitdiff | tree |
2016-07-16 |
Tom Lane | Fix crash in close_ps() for NaN input coordinates. |
commit | commitdiff | tree |
2016-07-16 |
Andres Freund | Fix torn-page, unlogged xid and further risks from... |
commit | commitdiff | tree |
2016-07-15 |
Andres Freund | Make HEAP_LOCK/HEAP2_LOCK_UPDATED replay reset HEAP_XMA... |
commit | commitdiff | tree |
2016-07-15 |
Alvaro Herrera | Avoid serializability errors when locking a tuple with... |
commit | commitdiff | tree |
2016-07-15 |
Peter Eisentraut | doc: Fix typos |
commit | commitdiff | tree |
2016-07-14 |
Tom Lane | Fix GiST index build for NaN values in geometric types. |
commit | commitdiff | tree |
2016-07-13 |
Tom Lane | Fix obsolete header-file reference in pg_buffercache... |
commit | commitdiff | tree |
2016-07-11 |
Peter Eisentraut | doc: Update URL for PL/PHP |
commit | commitdiff | tree |
2016-07-11 |
Magnus Hagander | Add missing newline in error message |
commit | commitdiff | tree |
2016-07-09 |
Tom Lane | Fix TAP tests and MSVC scripts for pathnames with spaces. |
commit | commitdiff | tree |
2016-07-02 |
Bruce Momjian | doc: mention dependency on collation libraries |
commit | commitdiff | tree |
2016-07-01 |
Tom Lane | Be more paranoid in ruleutils.c's get_variable(). |
commit | commitdiff | tree |
2016-06-30 |
Tom Lane | Fix typo in ReorderBufferIterTXNInit(). |
commit | commitdiff | tree |
next |