2011-06-02 |
Tom Lane | Clean up after erroneous SELECT FOR UPDATE/SHARE on... |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Tom Lane | Disallow SELECT FOR UPDATE/SHARE on sequences. |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Tom Lane | Protect GIST logic that assumes penalty values can... |
commit | commitdiff | tree | snapshot |
2011-05-30 |
Tom Lane | Fix portability bugs in use of credentials control... |
commit | commitdiff | tree | snapshot |
2011-05-30 |
Tom Lane | Fix VACUUM so that it always updates pg_class.reltuples... |
commit | commitdiff | tree | snapshot |
2011-05-28 |
Tom Lane | Fix null-dereference crash in parse_xml_decl(). |
commit | commitdiff | tree | snapshot |
2011-05-27 |
Tom Lane | Preserve caller's memory context in ProcessCompletedNot... |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Tom Lane | Make decompilation of optimized CASE constructs more... |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Tom Lane | Avoid uninitialized bits in the result of QTN2QT(). |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Tom Lane | Lobotomize typmod check in convert_tuples_by_position... |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Heikki Linnakangas | Replace strdup() with pstrdup(), to avoid leaking memory. |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Tom Lane | Install defenses against overflow in BuildTupleHashTable(). |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Tom Lane | Fix write-past-buffer-end in ldapServiceLookup(). |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Heikki Linnakangas | Shut down WAL receiver if it's still running at end... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Bruce Momjian | Update documentation to state there is three-value... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Tom Lane | Fix pull_up_sublinks' failure to handle nested pull... |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Peter Eisentraut | Add missing gitignore file |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Peter Eisentraut | Catch errors in for loop in makefile |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Tom Lane | Make CLUSTER lock the old table's toast table before... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Tom Lane | Remove special case for xmin == xmax in HeapTupleSatisf... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Tom Lane | Rewrite pg_size_pretty() to avoid compiler bug. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Heikki Linnakangas | The arguments to pg_ctl kill are not optional - remove... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Tom Lane | Add comments about the need to avoid uninitialized... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Tom Lane | Fix array- and path-creating functions to ensure paddin... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Tom Lane | Complain if pg_hba.conf contains "hostssl" but SSL... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Tom Lane | Fix pg_size_pretty() to avoid overflow for inputs close... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Robert Haas | Fix use of incorrect constant RemoveRoleFromObjectACL. |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Tom Lane | Fix bugs in indexing of in-doubt HOT-updated tuples. |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Tom Lane | Set indcheckxmin true when REINDEX fixes an invalid... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Heikki Linnakangas | Quotes in strings injected into bki file need to escape... |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Tom Lane | Avoid changing an index's indcheckxmin horizon during... |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Tom Lane | Revert "Prevent incorrect updates of pg_index while... |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Heikki Linnakangas | Silence compiler warning about unused variable on Windows. |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Tom Lane | Prevent incorrect updates of pg_index while reindexing... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Magnus Hagander | Note that Bison on GnuWin32 has trouble with paths... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Magnus Hagander | Specify which versions of the Platform SDK are supported |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Marc G. Fournier | Tag 9.0.4. REL9_0_4 |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Tom Lane | Update release notes for releases 9.0.4, 8.4.8, 8.3... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Tom Lane | Ensure mark_dummy_rel doesn't create dangling pointers... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Tom Lane | Update time zone data files to tzdata release 2011f. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Heikki Linnakangas | On HP/UX, the structs used by ioctl(SIOCGLIFCONF) are... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Heikki Linnakangas | Revert the patch to check if we've reached end-of-backu... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Bruce Momjian | Fix pg_upgrade crash |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Heikki Linnakangas | On IA64 architecture, we check the depth of the registe... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Andrew Dunstan | Don't make "replication" magical as a user name, only... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Tom Lane | Be more wary of missing statistics in eqjoinsel_semi(). |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Andrew Dunstan | Adjust regression tests on cube and ECPG for MinGW... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Andrew Dunstan | Backport changes to allow building with MinGW 64 bit... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Bruce Momjian | Have pg_upgrade properly preserve relfrozenxid in toast... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Andrew Dunstan | Avoid use of mixed slash style paths in arguments to... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Tom Lane | Modernize dlopen interface code for FreeBSD and OpenBSD. |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Tom Lane | Fix SortTocFromFile() to cope with lines that are too... |
commit | commitdiff | tree | snapshot |
2011-04-02 |
Tom Lane | Fix typo in PQconnectStartParams(). |
commit | commitdiff | tree | snapshot |
2011-04-01 |
Magnus Hagander | Avoid palloc before CurrentMemoryContext is set up... |
commit | commitdiff | tree | snapshot |
2011-03-30 |
Heikki Linnakangas | Check that we've reached end-of-backup also when we... |
commit | commitdiff | tree | snapshot |
2011-03-28 |
Tom Lane | Prevent a rowtype from being included in itself. |
commit | commitdiff | tree | snapshot |
2011-03-28 |
Robert Haas | Correct "characters" to "bytes" in createdb docs. |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Tom Lane | Improve user-defined-aggregates documentation. |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Tom Lane | Fix ancient typo in user-defined-aggregates documentation. |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Simon Riggs | Prevent intermittent hang in recovery from bgwriter... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Tom Lane | Avoid potential deadlock in InitCatCachePhase2(). |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Alvaro Herrera | Fix PL/Python memory leak involving array slices |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Andrew Dunstan | Use correct PATH separator for Cygwin in pg_regress.c. |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Tom Lane | On further reflection, we'd better do the same in int.c. |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Tom Lane | Put in some more safeguards against executing a divisio... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Heikki Linnakangas | In ecpg preprocessor, don't try to look up constants... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Heikki Linnakangas | Don't throw a warning if vacuum sees PD_ALL_VISIBLE... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Tom Lane | In initialize_SSL, don't fail unnecessarily when home... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Tom Lane | Correct mistaken claims about EXPLAIN ANALYZE's handlin... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Tom Lane | Update discussion of EXPLAIN to reflect existence of... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Tom Lane | Fix dangling-pointer problem in before-row update trigg... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Tom Lane | Fix parallel pg_restore to handle comments on POST_DATA... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Tom Lane | Fix tsmatchsel() to account properly for null rows. |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Tom Lane | Fix bogus test for hypothetical indexes in get_actual_v... |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Tom Lane | Add CheckTableNotInUse calls in DROP TABLE and DROP... |
commit | commitdiff | tree | snapshot |
2011-02-13 |
Bruce Momjian | Clarify documentation for libpq's PQescapeBytea to... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Tom Lane | Fix improper matching of resjunk column names for FOR... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Magnus Hagander | Fix typo. |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Magnus Hagander | Undefine setlocale() macro on Win32 |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Simon Riggs | Create new errcode for recovery conflict caused by... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Itagaki Takahiro | Fix wrong error reports in 'number of array dimensions... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Simon Riggs | Fix error code for canceling statement due to conflict... |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Tom Lane | Make reduce_outer_joins() smarter about semijoins. |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Marc G. Fournier | Tag 9.0.3 REL9_0_3 |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Tom Lane | Update release notes. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Tom Lane | Prevent buffer overrun while parsing an integer in... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Tom Lane | Don't include <asm/ia64regs.h> unnecessarily. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Peter Eisentraut | Translation updates for release 9.0.3 |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Tom Lane | Update release notes for releases 9.0.3, 8.4.7, 8.3... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Robert Haas | Correct ALTER TYPE -> SET DATA TYPE in ALTER TABLE... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Robert Haas | Make ALTER TABLE revalidate uniqueness and exclusion... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Robert Haas | Document that WITH queries are also called Common Table... |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Tom Lane | Fix miscalculation of itemsafter in array_set_slice(). |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Alvaro Herrera | Increment Py_None refcount for NULL array elements |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Heikki Linnakangas | Before exiting walreceiver, fsync() all the WAL received. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Heikki Linnakangas | Fix the logic in libpqrcv_receive() to determine if... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Tom Lane | Fix PlanRowMark/ExecRowMark structures to handle inheri... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Magnus Hagander | Typo fix |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Magnus Hagander | Ensure the directory for gram.h is created on win32 |
commit | commitdiff | tree | snapshot |
next |