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-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-13 |
Tom Lane | Clean up error cases in psql's COPY TO STDOUT/FROM... |
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-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-03 |
Tom Lane | Fix *-qualification of named parameters in SQL-language... |
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-01-30 |
Tom Lane | Fix potential coredump on bad locale value in pg_upgrade. |
commit | commitdiff | tree | snapshot |
2014-01-30 |
Tom Lane | Fix unsafe references to errno within error messaging... |
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-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-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-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-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 |
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-04 |
Tom Lane | Fix translatability markings in psql, and add defenses... |
commit | commitdiff | tree | snapshot |
2014-01-01 |
Michael Meskes | Do not use an empty hostname. |
commit | commitdiff | tree | snapshot |
2013-12-29 |
Kevin Grittner | Don't attempt to limit target database for pg_restore. |
commit | commitdiff | tree | snapshot |
2013-12-27 |
Andrew Dunstan | Properly detect invalid JSON numbers when generating... |
commit | commitdiff | tree | snapshot |
2013-12-27 |
Kevin Grittner | Fix misplaced right paren bugs in pgstatfuncs.c. |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Tatsuo Ishii | Add "SHIFT_JIS" as an accepted encoding name for locale... |
commit | commitdiff | tree | snapshot |
2013-12-14 |
Tom Lane | Fix inherited UPDATE/DELETE with UNION ALL subqueries. |
commit | commitdiff | tree | snapshot |
2013-12-13 |
Tom Lane | Add HOLD/RESUME_INTERRUPTS in HandleCatchupInterrupt... |
commit | commitdiff | tree | snapshot |
2013-12-12 |
Tom Lane | Fix ancient docs/comments thinko: XID comparison is... |
commit | commitdiff | tree | snapshot |
2013-12-11 |
Tom Lane | Tweak placement of explicit ANALYZE commands in the... |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Tom Lane | Fix possible crash with nested SubLinks. |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Joe Conway | Fix performance regression in dblink connection speed. |
commit | commitdiff | tree | snapshot |
2013-12-05 |
Tom Lane | Clear retry flags properly in replacement OpenSSL sock_... |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Heikki Linnakangas | Fix full-page writes of internal GIN pages. |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Tom Lane | Fix crash in assign_collations_walker for EXISTS with... |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Tom Lane | Stamp 9.2.6. REL9_2_6 |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Tom Lane | Update release notes for 9.3.2, 9.2.6, 9.1.11, 9.0... |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Alvaro Herrera | Fix incomplete backpatch of pg_multixact truncation... |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2013-12-01 |
Tom Lane | Update time zone data files to tzdata release 2013h. |
commit | commitdiff | tree | snapshot |
2013-12-01 |
Tom Lane | Back-patch src/timezone/known_abbrevs.txt into all... |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Kevin Grittner | Fix pg_dumpall to work for databases flagged as read... |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Alvaro Herrera | Truncate pg_multixact/'s contents during crash recovery |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Tom Lane | Fix assorted issues in pg_ctl's pgwin32_CommandLine(). |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Tom Lane | Be sure to release proc->backendLock after SetupLockInT... |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Tom Lane | Fix latent(?) race condition in LockReleaseAll. |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Peter Eisentraut | doc: Put data types in alphabetical order |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Tom Lane | Fix stale-pointer problem in fast-path locking logic. |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Heikki Linnakangas | Don't update relfrozenxid if any pages were skipped. |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Michael Meskes | ECPG: Fix searching for quoted cursor names case-sensit... |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Michael Meskes | Documentation fix for ecpg. |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Fujii Masao | Fix typo in release note. |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Michael Meskes | ECPG: Make the preprocessor emit ';' if the variable... |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Michael Meskes | ECPG: Fix offset to NULL/size indicator array. |
commit | commitdiff | tree | snapshot |
2013-11-24 |
Tom Lane | Defend against bad trigger definitions in contrib/lo... |
commit | commitdiff | tree | snapshot |
2013-11-24 |
Tom Lane | Fix array slicing of int2vector and oidvector values. |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Tom Lane | Ensure _dosmaperr() actually sets errno correctly. |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Peter Eisentraut | Avoid potential buffer overflow crash |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Tom Lane | Flatten join alias Vars before pulling up targetlist... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Tom Lane | Fix quoting in help messages in uuid-ossp extension... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Heikki Linnakangas | Fix Hot-Standby initialization of clog and subtrans. |
commit | commitdiff | tree | snapshot |
2013-11-18 |
Heikki Linnakangas | Count locked pages that don't need vacuuming as scanned. |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Tom Lane | Fix incorrect loop counts in tidbitmap.c. |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Tom Lane | Compute correct em_nullable_relids in get_eclass_for_so... |
commit | commitdiff | tree | snapshot |
2013-11-13 |
Tom Lane | Clarify CREATE FUNCTION documentation about handling... |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Magnus Hagander | Fix doc links in README file to work with new website... |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Tom Lane | Fix failure with whole-row reference to a subquery. |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Magnus Hagander | Don't abort pg_basebackup when receiving empty WAL... |
commit | commitdiff | tree | snapshot |
2013-11-08 |
Heikki Linnakangas | Fix race condition in GIN posting tree page deletion. |
commit | commitdiff | tree | snapshot |
2013-11-08 |
Tom Lane | Make contain_volatile_functions/contain_mutable_functio... |
commit | commitdiff | tree | snapshot |
next |