2014-03-05 |
Heikki Linnakangas | Do wal_level and hot standby checks when doing crash... |
commit | commitdiff | tree | snapshot |
2014-03-05 |
Heikki Linnakangas | Fix lastReplayedEndRecPtr calculation when starting... |
commit | commitdiff | tree | snapshot |
2014-03-04 |
Heikki Linnakangas | Error out on send failure in walsender loop. |
commit | commitdiff | tree | snapshot |
2014-03-01 |
Tom Lane | Allow regex operations to be terminated early by query... |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Heikki Linnakangas | Remove bogus while-loop. |
commit | commitdiff | tree | snapshot |
2014-02-27 |
Alvaro Herrera | doc: bgw_main takes a Datum argument, not void *. |
commit | commitdiff | tree | snapshot |
2014-02-27 |
Alvaro Herrera | Fix WAL replay of locking an updated tuple |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Tom Lane | Use SnapshotDirty rather than an active snapshot to... |
commit | commitdiff | tree | snapshot |
2014-02-21 |
Tom Lane | Do ScalarArrayOp estimation correctly when array is... |
commit | commitdiff | tree | snapshot |
2014-02-20 |
Heikki Linnakangas | Add a GUC to report whether data page checksums are... |
commit | commitdiff | tree | snapshot |
2014-02-18 |
Tom Lane | Remove broken code that tried to handle OVERLAPS with... |
commit | commitdiff | tree | snapshot |
2014-02-18 |
Magnus Hagander | Disable RandomizedBaseAddress on MSVC builds |
commit | commitdiff | tree | snapshot |
2014-02-18 |
Heikki Linnakangas | Fix comment; checkpointer, not bgwriter, performs check... |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Tom Lane | Stamp 9.3.3. REL9_3_3 |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Tom Lane | Improve documentation about multixact IDs. |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Tom Lane | PGDLLIMPORT-ify MyBgworkerEntry. |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Tom Lane | Document risks of "make check" in the regression testin... |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Tom Lane | Prevent potential overruns of fixed-size buffers. |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Noah Misch | Predict integer overflow to avoid buffer overruns. |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Noah Misch | Fix handling of wide datetime input/output. |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Robert Haas | Avoid repeated name lookups during table and index... |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Noah Misch | Document security implications of check_function_bodies. |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Noah Misch | Prevent privilege escalation in explicit calls to PL... |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Noah Misch | Shore up ADMIN OPTION restrictions. |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Tom Lane | Release notes for 9.3.3, 9.2.7, 9.1.12, 9.0.16, 8.4.20. |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Tom Lane | Fix unportable coding in tarCreateHeader(). |
commit | commitdiff | tree | snapshot |
2014-02-16 |
Tom Lane | PGDLLIMPORT'ify DateStyle and IntervalStyle. |
commit | commitdiff | tree | snapshot |
2014-02-15 |
Tom Lane | Fix unportable coding in DetermineSleepTime(). |
commit | commitdiff | tree | snapshot |
2014-02-15 |
Tom Lane | Ooops, forgot to remove solar87 and friends from src... |
commit | commitdiff | tree | snapshot |
2014-02-15 |
Tom Lane | Update time zone data files to tzdata release 2013i. |
commit | commitdiff | tree | snapshot |
2014-02-14 |
Tom Lane | Update regression testing instructions. |
commit | commitdiff | tree | snapshot |
2014-02-14 |
Tom Lane | Suggest shell here-documents instead of psql -c for... |
commit | commitdiff | tree | snapshot |
2014-02-14 |
Heikki Linnakangas | Change the order that pg_xlog and WAL archive are polle... |
commit | commitdiff | tree | snapshot |
2014-02-13 |
Tom Lane | Clean up error cases in psql's COPY TO STDOUT/FROM... |
commit | commitdiff | tree | snapshot |
2014-02-13 |
Alvaro Herrera | Separate multixact freezing parameters from xid's |
commit | commitdiff | tree | snapshot |
2014-02-13 |
Tom Lane | Fix length checking for Unicode identifiers containing... |
commit | commitdiff | tree | snapshot |
2014-02-13 |
Tom Lane | Improve cross-references between minor version release... |
commit | commitdiff | tree | snapshot |
2014-02-12 |
Tom Lane | Improve text of stub HISTORY file. |
commit | commitdiff | tree | snapshot |
2014-02-12 |
Tom Lane | Improve libpq's error recovery for connection loss... |
commit | commitdiff | tree | snapshot |
2014-02-12 |
Tom Lane | In XLogReadBufferExtended, don't assume P_NEW yields... |
commit | commitdiff | tree | snapshot |
2014-02-12 |
Magnus Hagander | Add missing include, required on some platforms |
commit | commitdiff | tree | snapshot |
2014-02-12 |
Magnus Hagander | Kill pg_basebackup background process when exiting |
commit | commitdiff | tree | snapshot |
2014-02-12 |
Bruce Momjian | doc: Postgres date-style date-only output is ISO |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Tom Lane | Don't generate plain-text HISTORY and src/test/regress... |
commit | commitdiff | tree | snapshot |
2014-02-10 |
Heikki Linnakangas | Use memmove() instead of memcpy() for copying overlappi... |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Magnus Hagander | Avoid printing uninitialized filename variable in verbo... |
commit | commitdiff | tree | snapshot |
2014-02-04 |
Tom Lane | Improve connection-failure error handling in contrib... |
commit | commitdiff | tree | snapshot |
2014-02-04 |
Robert Haas | Rephrase text to avoid links in regress.sgml |
commit | commitdiff | tree | snapshot |
2014-02-04 |
Tom Lane | Fix lexing of U& sequences just before EOF. |
commit | commitdiff | tree | snapshot |
2014-02-03 |
Tom Lane | Fix *-qualification of named parameters in SQL-language... |
commit | commitdiff | tree | snapshot |
2014-02-03 |
Robert Haas | Document a few more regression test hazards. |
commit | commitdiff | tree | snapshot |
2014-02-03 |
Andrew Dunstan | In json code, clean up temp memory contexts after proce... |
commit | commitdiff | tree | snapshot |
2014-02-02 |
Tom Lane | Switch in psql_scan() must cover all lexer states ... |
commit | commitdiff | tree | snapshot |
2014-02-02 |
Andrew Dunstan | Fix makefile syntax. |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Tom Lane | Fix some wide-character bugs in the text-search parser. |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Andrew Dunstan | fix whitespace |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Tom Lane | Fix some more bugs in signal handlers and process shutd... |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Andrew Dunstan | Don't use deprecated dllwrap on Cygwin. |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Andrew Dunstan | Copy the libpq DLL to the bin directory on Mingw and... |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Robert Haas | Clear MyProc and MyProcSignalState before they become... |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Bruce Momjian | doc: mention data page checksums in WAL section |
commit | commitdiff | tree | snapshot |
2014-01-30 |
Tom Lane | Fix potential coredump on bad locale value in pg_upgrade. |
commit | commitdiff | tree | snapshot |
2014-01-30 |
Tom Lane | Fix bogus handling of "postponed" lateral quals. |
commit | commitdiff | tree | snapshot |
2014-01-30 |
Bruce Momjian | docs: add mention of index swapping |
commit | commitdiff | tree | snapshot |
2014-01-30 |
Tom Lane | Fix unsafe references to errno within error messaging... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Andrew Dunstan | Enable building with Visual Studion 2013. |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Stephen Frost | Avoid minor leak in parallel pg_dump |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Fujii Masao | Fix bugs in PQhost(). |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Stephen Frost | Allow type_func_name_keywords in even more places |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Tom Lane | Tweak parse location assignment for CURRENT_DATE and... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Robert Haas | Fix inadvertent semantics change in last patch to plug... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Robert Haas | Plug more memory leaks when reloading config file. |
commit | commitdiff | tree | snapshot |
2014-01-18 |
Stephen Frost | Allow SET TABLESPACE to database default |
commit | commitdiff | tree | snapshot |
2014-01-18 |
Peter Eisentraut | Fix client-only installation |
commit | commitdiff | tree | snapshot |
2014-01-16 |
Heikki Linnakangas | Fix Hot Standby feedback sending when streaming busily. |
commit | commitdiff | tree | snapshot |
2014-01-15 |
Tom Lane | Improve FILES section of psql reference page. |
commit | commitdiff | tree | snapshot |
2014-01-14 |
Tom Lane | Fix multiple bugs in index page locking during hot... |
commit | commitdiff | tree | snapshot |
2014-01-13 |
Tom Lane | Fix possible buffer overrun in contrib/pg_trgm. |
commit | commitdiff | tree | snapshot |
2014-01-13 |
Heikki Linnakangas | Fix calculation of ISMN check digit. |
commit | commitdiff | tree | snapshot |
2014-01-13 |
Heikki Linnakangas | Add OVERLAPS to index in the docs. |
commit | commitdiff | tree | snapshot |
2014-01-13 |
Bruce Momjian | Fix pg_dumpall on pre-8.1 servers |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Tom Lane | Disallow LATERAL references to the target table of... |
commit | commitdiff | tree | snapshot |
2014-01-11 |
Tom Lane | Fix possible crashes due to using elog/ereport too... |
commit | commitdiff | tree | snapshot |
2014-01-11 |
Tom Lane | Fix compute_scalar_stats() for case that all values... |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Alvaro Herrera | Accept pg_upgraded tuples during multixact freezing |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Michael Meskes | Fix descriptor output in ECPG. |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Tom Lane | Fix "cannot accept a set" error when only some arms... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Heikki Linnakangas | Fix pause_at_recovery_target + recovery_target_inclusiv... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Heikki Linnakangas | Fix bug in determining when recovery has reached consis... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Bruce Momjian | Update copyright for 2014 |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Tom Lane | Fix LATERAL references to target table of UPDATE/DELETE. |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Magnus Hagander | Move permissions check from do_pg_start_backup to pg_st... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Magnus Hagander | Avoid including tablespaces inside PGDATA twice in... |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Heikki Linnakangas | Remove bogus -K option from pg_dump. |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Tom Lane | Fix translatability markings in psql, and add defenses... |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Alvaro Herrera | Handle 5-char filenames in SlruScanDirectory |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Alvaro Herrera | Wrap multixact/members correctly during extension |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Alvaro Herrera | Handle wraparound during truncation in multixact/members |
commit | commitdiff | tree | snapshot |
next |