2010-11-16 |
Heikki Linnakangas | The GiST scan algorithm uses LSNs to detect concurrent... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Tom Lane | Fix aboriginal mistake in plpython's set-returning... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Simon Riggs | Avoid spurious Hot Standby conflicts from btree delete... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Robert Haas | Fix bug in cube picksplit algorithm. |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Tom Lane | Fix canAcceptConnections() bugs introduced by replicati... |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Tom Lane | Add missing outfuncs.c support for struct InhRelation. |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Tom Lane | Fix old oversight in const-simplification of COALESCE... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Peter Eisentraut | docs -> documentation |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Heikki Linnakangas | Add missing support for removing foreign data wrapper... |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Heikki Linnakangas | Fix bug introduced by the recent patch to check that... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Tom Lane | Fix line_construct_pm() for the case of "infinite"... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Bruce Momjian | Mention that pg_upgrade requires compatible 32/64-bit... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Itagaki Takahiro | Don't use __declspec (dllimport) for PGDLLEXPORT to... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Tom Lane | Repair memory leakage while ANALYZE-ing complex index... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Heikki Linnakangas | In rewriteheap.c (used by VACUUM FULL and CLUSTER)... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Alvaro Herrera | plpython has plpy.Error instead of plpy.ERROR |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Tom Lane | Fix error handling in temp-file deletion with log_temp_... |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Alvaro Herrera | Fix permanent memory leak in autovacuum launcher |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Tom Lane | Add support for detecting register-stack overrun on... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Tom Lane | Reduce recursion depth in recently-added regression... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Tom Lane | Fix adjust_semi_join to be more cautious about clausele... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Tom Lane | Fix buffer overrun in pg_upgrade. |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Tom Lane | Ensure an index that uses a whole-row Var still depends... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Heikki Linnakangas | Bootstrap WAL to begin at segment logid=0 logseg=1... |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Heikki Linnakangas | Fix corner-case bug in tracking of latest removed WAL... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Tom Lane | Fix plpgsql's handling of "simple" expression evaluation. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Heikki Linnakangas | Fix long-standing segfault when accept() or one of... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Tom Lane | Fix up some oversights in psql's Unicode-escape support. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Heikki Linnakangas | Note explicitly that hash indexes are also not replicat... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Heikki Linnakangas | Before removing backup_label and irrevocably changing... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Tom Lane | Fix inline_set_returning_function() to preserve the... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Heikki Linnakangas | Add semicolon, missed in previous patch. And update... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Heikki Linnakangas | Make OFF keyword unreserved. It's not hard to imagine... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Tom Lane | Remove obsolete comment, per Josh Kupershmidt. |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Heikki Linnakangas | If pk is NULL, the backend would segfault when accessin... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Tom Lane | Don't try to fetch database name when SetTransactionIdL... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Tom Lane | Fix ecpg test building process to not generate *.dSYM... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Tom Lane | Update storage.sgml to describe the 9.0 tablespace... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Tom Lane | Fix incorrect generation of whole-row variables in... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Bruce Momjian | Add removal of PG_VERSION to optional old cluster delet... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Bruce Momjian | Add mention of using tools/fsync to test fsync methods... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Bruce Momjian | In pg_upgrade, rename macro EXEC_EXT to SHELL_EXT for... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Bruce Momjian | Remove tab from SGML. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Bruce Momjian | Document the tablespace directory "should" be empty... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Magnus Hagander | Fix msvc build for localized versions of Visual C++ |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Magnus Hagander | Fix low-risk potential denial of service against RADIUS... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Simon Riggs | Correct WAL space calculation formula in docs. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Robert Haas | Add pg_user_mappings to the table of system views. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Simon Riggs | Improvements to docs about pg_archive_cleanup and use... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Peter Eisentraut | Complete the documentation of the USAGE privilege for... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Simon Riggs | Fix bug in comment of timeline history file. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Michael Meskes | Applied patch by Itagaki Takahiro to fix incorrect... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Peter Eisentraut | Make title capitalization consistent with surroundings |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Tom Lane | Fix plpython so that it again honors typmod while assig... |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Tom Lane | Fix assorted bugs in GIN's WAL replay logic. |
commit | commitdiff | tree | snapshot |
2010-10-09 |
Robert Haas | Adjust EXPLAIN documentation, so that it's not unreason... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Robert Haas | Warn that views can be safely used to hide columns... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Robert Haas | Improve WAL reliability documentation, and add more... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Simon Riggs | Correct docs for behaviour of ALTER DATABASE .. RENAME... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Tom Lane | Undo some poorly-thought-out "proofreading improvements". |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Tom Lane | Behave correctly if INSERT ... VALUES is decorated... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Tom Lane | Remove excess argument to open(2). |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Tom Lane | Throw an appropriate error if ALTER COLUMN TYPE finds... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Tom Lane | Fix back-branch breakage from ill-advised last-minute... REL9_0_1 |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Marc G. Fournier | Tag 9.0.1 |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Tom Lane | Use a separate interpreter for each calling SQL userid... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Robert Haas | Adjust pg_archivecleanup docs to match message changes... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Peter Eisentraut | Translation updates for 9.0.1 |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Tom Lane | Update release notes for releases 9.0.1, 8.4.5, 8.3... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Bruce Momjian | Have pg_upgrade use strtoul(), not strtol(). |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Bruce Momjian | Use macro atooid() for conversion of strings to oids... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Bruce Momjian | In pg_upgrade, properly handle oids > 2^31 by using... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Bruce Momjian | Fix leak patch that was using fclose() instead of close(). |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Bruce Momjian | Properly close files after read file failure to prevent... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Tom Lane | Fix another small oversight in command_no_begin patch. |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Bruce Momjian | Mention that pg_upgrade requires write permission in... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Bruce Momjian | Mention in pg_upgrade docs that the proper Win32 servic... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Tom Lane | Fix PlaceHolderVar mechanism's interaction with outer... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Bruce Momjian | Add mention of installing pg_upgrade_support in pg_upgr... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Itagaki Takahiro | Only DISCARD ALL should be in the command_no_begin... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Itagaki Takahiro | Add DISCARD to the command_no_begin list for AUTOCOMMIT... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Robert Haas | Add "(change requires restart)" note to some postgresql... |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Tom Lane | Fix another join removal bug: the check on PlaceHolderV... |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Tom Lane | Further fixes to the pg_get_expr() security fix in... |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Peter Eisentraut | Fix man page markup for <cmdsynopsis> with multiple... |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Tom Lane | Still more .gitignore cleanup. |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Robert Haas | Add contrib/xml2/pgxml.sql to .gitignore |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Tom Lane | ProcessIncomingNotify *must* reset notifyInterruptOccur... |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Tom Lane | Prevent show_session_authorization from crashing when... |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Tom Lane | Avoid sharing subpath list structure when flattening... |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Heikki Linnakangas | Initialize tableoid field correctly when dumping foreig... |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Tom Lane | Re-allow input of Julian dates prior to 0001-01-01 AD. |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Tom Lane | More fixes for libpq's .gitignore file. |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Tom Lane | Do some copy-editing on the Git usage docs. |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Tom Lane | Fix remaining stray references to CVS. |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Tom Lane | Add assorted other documentation build targets to docum... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Tom Lane | Some more gitignore cleanups: cover contrib and PL... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Magnus Hagander | Add gitignore files for ecpg regression tests. |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Magnus Hagander | Remove anonymous cvs instructions, and replace them... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Magnus Hagander | Convert cvsignore to gitignore, and add .gitignore... |
commit | commitdiff | tree | snapshot |
next |