2010-07-08 |
Tom Lane | Update obsolete comment. Noted by Josh Tolley. |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Tom Lane | Fix variant float8 expected files to have exactly the... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Magnus Hagander | Add support for TCP keepalives on Windows, both for... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Tom Lane | Fix "cannot handle unplanned sub-select" error that... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Tom Lane | Adjust mbutils.c so it won't get broken by future pgind... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Bruce Momjian | Document the interaction of write-barrier-enabled file... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Robert Haas | Make log_temp_files based on kB, and revert docs &... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Tom Lane | Accept slightly grotty coding in Makefile.global in... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Peter Eisentraut | Add note that using PL/Python 2 and 3 in the same sessi... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Robert Haas | Support setting the keepalive idle time on MacOS X. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Tom Lane | Undo pgindent breakage (again). Per buildfarm. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Bruce Momjian | Mention why one C file fails pgindent. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Bruce Momjian | pgindent run for 9.0, second run |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Bruce Momjian | Update pgindent testing instructions. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Tom Lane | Still more third thoughts: when linking shared librarie... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Tom Lane | Allow for LDFLAGS_SL already having a value in Makefile... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Tom Lane | Dept. of third thoughts: PG_LIBS may contain a -L switc... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Tom Lane | Make sure LDFLAGS come before LIBS when linking contrib... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Tom Lane | Fix a few single-file (MODULES, not MODULE_big) contrib... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Tom Lane | Split the LDFLAGS make variable into two parts: LDFLAGS... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Heikki Linnakangas | The previous fix in CVS HEAD and 8.4 for handling the... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Bruce Momjian | Simplify test_fsync duration computation. |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Bruce Momjian | Report test_fynsc times in tests per second, instead... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Bruce Momjian | Remove SGML tab. |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Tom Lane | Don't set recoveryLastXTime when replaying a checkpoint... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Tom Lane | Make vacuum_defer_cleanup_age be PGC_SIGHUP level,... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Tom Lane | Replace max_standby_delay with two parameters, max_stan... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Bruce Momjian | Document more clearly on XML namespaces inside xpath... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Bruce Momjian | Make pg_upgrade copyrights just 2010, not 2010-2010. |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Bruce Momjian | Add copyrights to pg_upgrade and pg_upgrade_tools files... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Bruce Momjian | Add CVS tags to pg_upgrade and pg_upgrade_support files... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Robert Haas | Allow REASSIGNED OWNED to handle opclasses and opfamilies. |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Tom Lane | Fix assorted misstatements and poor wording in the... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Robert Haas | Additional cross-references to window functions documen... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Andrew Dunstan | Unbreak MSVC builds by removing copydir.c from list... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Robert Haas | Remove hstore % text[] operator; use slice() function... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Robert Haas | Move copydir.c from src/port to src/backend/storage... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Bruce Momjian | Issue 'mkdir' hint when replying CREATE TABLESPACE... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Robert Haas | Allow copydir() to be interrupted. |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Tom Lane | Get rid of some more stuff that duplicates c.h or port.h. |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Bruce Momjian | Remove port.h prototypes from pg_upgrade.h, per report... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Robert Haas | Allow ALTER TABLE .. SET TABLESPACE to be interrupted. |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Bruce Momjian | Update 9.0 release notes so streaming replication and... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Heikki Linnakangas | stringToNode() and deparse_expression_pretty() crash... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Andrew Dunstan | Correct missing/misspelled surname. |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Bruce Momjian | Document that /bin/true on Windows is implemented by... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Bruce Momjian | In documentation, use "lower case"/"upper case" consist... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Bruce Momjian | Document that shared_preload_libraries and local_preloa... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Tom Lane | Add compatibility note warning that plpgsql is now... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Bruce Momjian | Add C comment about why synchronous_commit=off behavior... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Peter Eisentraut | Message tuning |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Peter Eisentraut | Use different function names for plpython3 handlers... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Peter Eisentraut | Add note clarifying that XML fragments don't accept... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Bruce Momjian | Fix doc double-wording in non-durable patch. |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Bruce Momjian | Add new Non-Durable Settings documentation section. |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Robert Haas | emode_for_corrupt_record shouldn't reduce LOG messages... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Peter Eisentraut | Add guidelines for formatting errcontext strings |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Bruce Momjian | Remove tab from SGML. |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Tom Lane | Improve pg_dump's checkSeek() function to verify the... |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Tom Lane | Fix pg_restore so parallel restore doesn't fail when... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Robert Haas | Rewrite docs for new libpq keepalive parameters. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Robert Haas | Make AIX suggestions about disabling ipv6 more version... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Tom Lane | Fix thinko in tok_is_keyword(): it was looking at the... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Simon Riggs | Fix log_temp_files docs and comments to say bytes not... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Robert Haas | Some copy-editing of the Hot Standby documentation. |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Robert Haas | Further 9.0 release notes updates. |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Robert Haas | Add stray "else" that seems to have gone missing. |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Bruce Momjian | Mention that when alter rewrites a table, indexes are... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Robert Haas | Add TCP keepalive support to libpq. |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Bruce Momjian | Add username designations to all pg_upgrade utility... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Bruce Momjian | Fix pg_upgrade's use of pg_ctl on Win32 to not send... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Bruce Momjian | Update pg_ctl docs to explain server output behavior... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Robert Haas | Updated expected-output file for hstore. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Robert Haas | Deprecate the use of => as an operator name. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Robert Haas | Minor markup improvements for Hot Standby documentation. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Heikki Linnakangas | In a PL/pgSQL "FOR cursor" statement, the statements... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Tom Lane | Fix mishandling of whole-row Vars referencing a view... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Robert Haas | Rename hstore => text[] operator to % |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Tom Lane | Clean up some randomness associated with trace_recovery... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Tom Lane | Make RemoveOldXlogFiles's debug printout match style... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Tom Lane | Clean up pg_archivecleanup's error and logging output... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Tom Lane | Add missing close brackets in old-style COPY syntax... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Tom Lane | Don't allow walsender to send WAL data until it's been... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Tom Lane | Fix typo, init => int, per KOIZUMI Satoru. |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Robert Haas | Document that receive location can rewind if replicatio... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Itagaki Takahiro | Remove prototype of GetOldestWALSendPointer(), that... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Bruce Momjian | Fix pg_upgrade to remove malloc(0) call. |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Bruce Momjian | Update doc description for 9.0 release note item: |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Bruce Momjian | 9.0 release notes updates. |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Andrew Dunstan | Remove perl symbol table additions for plperl functions... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Peter Eisentraut | Add notes that CREATE/DROP CONVERSION is similar to... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Peter Eisentraut | Refactor sprintf calls with computed format strings... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Bruce Momjian | Fix storage of getopt() return, should be 'int', for... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Tom Lane | Change the interpretation of the primary_key_attnums... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Bruce Momjian | Clarify SELECT FOR UPDATE behavior in docs. |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Robert Haas | Remove hstore's text[] => text[] operator. |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Tom Lane | Fix dblink_build_sql_insert() and related functions... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Robert Haas | Document new 9.0 behavior of ANALYZE on inheritance... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Tom Lane | Consolidate and improve checking of key-column-attnum... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Andrew Dunstan | Unbreak MSVC builds for pg_archivecleanup by linking... |
commit | commitdiff | tree | snapshot |
next |