| 2016-08-11 |
Pavan Deolasee | Merge remote-tracking branch 'remotes/PGSQL/REL9_5_STAB... |
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.5.4. |
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 |
Fujii Masao | Add note about unused arguments for pg_replication_orig... |
commit | commitdiff | tree |
| 2016-08-05 |
Tom Lane | Update time zone data files to tzdata release 2016f. |
commit | commitdiff | tree |
| 2016-08-05 |
Pavan Deolasee | Report execution stats for each step of redistribution... |
commit | commitdiff | tree |
| 2016-08-04 |
Tom Lane | Fix bogus coding in WaitForBackgroundWorkerShutdown(). |
commit | commitdiff | tree |
| 2016-08-03 |
Peter Eisentraut | doc: Remove documentation of nonexistent information... |
commit | commitdiff | tree |
| 2016-08-02 |
Tom Lane | Remove duplicate InitPostmasterChild() call while start... |
commit | commitdiff | tree |
| 2016-08-02 |
Bruce Momjian | doc: OS collation changes can break indexes |
commit | commitdiff | tree |
| 2016-08-02 |
Tom Lane | Block interrupts during HandleParallelMessages(). |
commit | commitdiff | tree |
| 2016-08-02 |
Tom Lane | Sync 9.5 version of access/transam/parallel.c with... |
commit | commitdiff | tree |
| 2016-08-02 |
Tom Lane | Fix pg_dump's handling of public schema with both ... |
commit | commitdiff | tree |
| 2016-08-02 |
Peter Eisentraut | doc: Whitespace fixes in man pages |
commit | commitdiff | tree |
| 2016-08-02 |
Pavan Deolasee | Ensure that the statistics about all-visible pages... |
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-29 |
Tom Lane | Fix pq_putmessage_noblock() to not block. |
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-28 |
Pallavi Sontakke | Add test case for Issue #57 |
commit | commitdiff | tree |
| 2016-07-28 |
Pallavi Sontakke | Add test case for Issue #27 |
commit | commitdiff | tree |
| 2016-07-28 |
Pallavi Sontakke | Add test case for Issue #6 |
commit | commitdiff | tree |
| 2016-07-27 |
Pavan Deolasee | Stamp Postgres-XL 9.5r1.2 XL9_5_R1_2 |
commit | commitdiff | tree |
| 2016-07-27 |
Pavan Deolasee | Correct target release date for 9.5r1.2 release |
commit | commitdiff | tree |
| 2016-07-27 |
Pallavi Sontakke | Add test case for Issue #74 |
commit | commitdiff | tree |
| 2016-07-27 |
Pallavi Sontakke | Add test case for Issue #70 |
commit | commitdiff | tree |
| 2016-07-26 |
Tom Lane | Fix constant-folding of ROW(...) IS [NOT] NULL with... |
commit | commitdiff | tree |
| 2016-07-26 |
Pallavi Sontakke | Add test case for Issue #43 |
commit | commitdiff | tree |
| 2016-07-26 |
Pallavi Sontakke | Add test case for Issue #13 |
commit | commitdiff | tree |
| 2016-07-26 |
Pallavi Sontakke | Add test case for Issue #9 |
commit | commitdiff | tree |
| 2016-07-25 |
Pallavi Sontakke | Add test case for Issue #4 |
commit | commitdiff | tree |
| 2016-07-24 |
Noah Misch | Make the AIX case of Makefile.shlib safe for parallel... |
commit | commitdiff | tree |
| 2016-07-22 |
Tom Lane | Fix regression tests to work in Welsh locale. |
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-21 |
Tom Lane | Make core regression tests safe for Danish locale. |
commit | commitdiff | tree |
| 2016-07-20 |
Pavan Deolasee | Explicitly track if a subplan has been executed and... |
commit | commitdiff | tree |
| 2016-07-20 |
Pallavi Sontakke | Correct stable function in test |
commit | commitdiff | tree |
| 2016-07-20 |
Magnus Hagander | Fix typos |
commit | commitdiff | tree |
| 2016-07-20 |
Pavan Deolasee | Add an alternate expected output file for "inherit... |
commit | commitdiff | tree |
| 2016-07-20 |
Pavan Deolasee | Do not print node names in EXPLAIN output of a query... |
commit | commitdiff | tree |
| 2016-07-20 |
Pavan Deolasee | Write release notes for upcoming Postgres-XL 9.5r1... |
commit | commitdiff | tree |
| 2016-07-20 |
Pavan Deolasee | Load balance remote subplan execution by choosing a... |
commit | commitdiff | tree |
| 2016-07-20 |
Pallavi Sontakke | Modify expected output of tests due to recent changes |
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-19 |
Pallavi Sontakke | Add test case for Issue #93 |
commit | commitdiff | tree |
| 2016-07-19 |
Pavan Deolasee | Use 2^32 modulo computation to convert signed integer... |
commit | commitdiff | tree |
| 2016-07-19 |
Pallavi Sontakke | Add test case for Issue #91 |
commit | commitdiff | tree |
| 2016-07-19 |
Pallavi Sontakke | Add test case for Issue #88 |
commit | commitdiff | tree |
| 2016-07-19 |
Pallavi Sontakke | Add test case for Issue #87 |
commit | commitdiff | tree |
| 2016-07-19 |
Pallavi Sontakke | Add test case for Issue #7 |
commit | commitdiff | tree |
| 2016-07-19 |
Pallavi Sontakke | Add test case for Issue #5 |
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 |
Pallavi Sontakke | Add test case for Issue #81 |
commit | commitdiff | tree |
| 2016-07-15 |
Pallavi Sontakke | Add test case for Issue #16 |
commit | commitdiff | tree |
| 2016-07-15 |
Pallavi Sontakke | Add test case for SQLsmith Issue #102 |
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-12 |
Tom Lane | Allow IMPORT FOREIGN SCHEMA within pl/pgsql. |
commit | commitdiff | tree |
| 2016-07-12 |
Pavan Deolasee | Do not FQS EXECUTE DIRECT statements. |
commit | commitdiff | tree |
| 2016-07-12 |
Pavan Deolasee | Block FOR SHARE/UPDATE for queries involving joins |
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-11 |
Pallavi Sontakke | Correct expected behaior of test. |
commit | commitdiff | tree |
| 2016-07-11 |
Pavan Deolasee | Change several asserts checking for aggregate context... |
commit | commitdiff | tree |
| 2016-07-11 |
Pavan Deolasee | No need to look at the relation size everytime rescanni... |
commit | commitdiff | tree |
| 2016-07-09 |
Tom Lane | Fix TAP tests and MSVC scripts for pathnames with spaces. |
commit | commitdiff | tree |
| next |