2011-07-26 |
Tom Lane | Check to see whether libxml2 handles error context... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Peter Eisentraut | Add missing newlines at end of error messages |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Peter Eisentraut | Replace printf format %i by %d |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Robert Haas | Only display column comments for relkinds that support... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Robert Haas | Clarify which relkinds accept column comments. |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Andrew Dunstan | Don't build replacement getpeereid function on mingw. |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Andrew Dunstan | Silence compiler warning about uninitialized variable. |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Robert Haas | Add some environment checks prior to sepgsql regression... |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Robert Haas | Improvements to SQL/MED documentation. |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Robert Haas | Add new pgbench options, --tablespace and --index-table... |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Robert Haas | Add new pgbench switch, --unlogged-tables. |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Tom Lane | Fix previous patch so it also works if not USE_SSL... |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Tom Lane | Improve libpq's error reporting for SSL failures. |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Tom Lane | Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag. |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Bruce Momjian | In pg_upgrade on Windows, check if the directory is... |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Andrew Dunstan | Unbreak Windows builds broken by EDITOR_LINENUMBER_ARG... |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Peter Eisentraut | Change EDITOR_LINENUMBER_SWITCH to an environment variable |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Tom Lane | Rethink behavior of CREATE OR REPLACE during CREATE... |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Robert Haas | Unbreak unlogged tables. |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Bruce Momjian | In pg_upgrade, add C comment about why we don't try... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Tom Lane | Fix PQsetvalue() to avoid possible crash when adding... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Tom Lane | Make xpath() do something useful with XPath expressions... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Tom Lane | Ensure that xpath() escapes special characters in strin... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Bruce Momjian | In pg_upgrade, fix the -l/log option to work on Windows. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Bruce Momjian | In pg_upgrade, use pg_strudup(), for consistency. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Robert Haas | Support SECURITY LABEL on databases, tablespaces, and... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Tom Lane | Rewrite libxml error handling to be more robust. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Robert Haas | Improve sepgsql and SECURITY LABEL documentation. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Robert Haas | Minor improvement to pg_seclabel documentation. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Alvaro Herrera | Make isolationtester more robust on locked commands |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Alvaro Herrera | Increase deadlock_timeout to 100ms in FK isolation... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Alvaro Herrera | Add expected regress output on stricter isolation levels |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Simon Riggs | Remove O(N^2) performance issue with multiple SAVEPOINTs. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Robert Haas | Some refinement for the "fast path" lock patch. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Robert Haas | Remove superfluous variable. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Simon Riggs | Minor doc additions for cascading replication. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Simon Riggs | Introduce sending servers as new category for replicati... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Peter Eisentraut | Put inline declaration before return type |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Peter Eisentraut | Change debug message from ereport to elog |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Simon Riggs | Cascading replication feature for streaming log-based... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Tom Lane | Add GET STACKED DIAGNOSTICS plpgsql command to retrieve... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Michael Meskes | Adapted expected result for latest change to ecpglib. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Robert Haas | Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Michael Meskes | Made ecpglib write double with a precision of 15 digits. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Robert Haas | Create a "fast path" for acquiring weak relation locks. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Peter Eisentraut | Remove claim that the project is not represented in... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Peter Eisentraut | Note that information_schema.sql_languages was removed... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Robert Haas | Add pg_opfamily_is_visible. |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Tom Lane | Further thoughts about temp_file_limit patch. |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Tom Lane | Add temp_file_limit GUC parameter to constrain temporar... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Tom Lane | Improve make_subplanTargetList to avoid including Vars... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Tom Lane | Replace errdetail("%s", ...) with errdetail_internal... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Tom Lane | Use errdetail_internal() for SSI transaction cancellati... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Tom Lane | Add an errdetail_internal() ereport auxiliary routine. |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Magnus Hagander | Fix SSPI login when multiple roundtrips are required |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Alvaro Herrera | Set different deadlock_timeout on each session in new... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Peter Eisentraut | Set information_schema.tables.commit_action to null |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Bruce Momjian | Doc clarification for pg_locks columns. |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Heikki Linnakangas | Change the way the offset of downlink is stored in... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Heikki Linnakangas | Fix two ancient bugs in GiST code to re-find a parent... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Bruce Momjian | In docs, start window function sentence with "The aster... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Tom Lane | In planner, don't assume that empty parent tables aren... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Alvaro Herrera | Fix broken markup |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Peter Eisentraut | Set information_schema.routines.is_udt_dependent to NO |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Peter Eisentraut | Small update on suggested startup file locations |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Peter Eisentraut | Remove README.mb.big5 and README.mb.jp |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Tom Lane | Update some comments to clarify who does what in target... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Peter Eisentraut | Implement information schema interval_type columns |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Bruce Momjian | Use clearer woring for pg_locks columns, identifying... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Alvaro Herrera | Blind attempt at fixing isolation_tester on Win32 |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Tom Lane | Avoid listing ungrouped Vars in the targetlist of Agg... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Alvaro Herrera | Add support for blocked commands in isolationtester |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Magnus Hagander | perltidy run over msvc build system |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Peter Eisentraut | Make pg_upgrade output more consistent with project... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Bruce Momjian | Add C comment that txid_current() assigns an XID if... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Peter Eisentraut | Fix and clarify information schema interval_precision... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Andrew Dunstan | Improve wording of documentation on default privileges. |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Robert Haas | Try to acquire relation locks in RangeVarGetRelid. |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Tom Lane | Fix another oversight in logging of changes in postgres... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Heikki Linnakangas | Introduce a pipe between postmaster and each backend... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Heikki Linnakangas | Fix one overflow and one signedness error, caused by... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Peter Eisentraut | Add item about Clang support to 9.1 release notes |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Peter Eisentraut | Message style improvements |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Tom Lane | Update examples for string-related functions. |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Tom Lane | Update 9.1 release notes to reflect commits through... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Heikki Linnakangas | There's a small window wherein a transaction is committ... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Heikki Linnakangas | SSI has a race condition, where the order of commit... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Peter Eisentraut | Fix use of unportable %m format |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Tom Lane | Reclassify replication-related GUC variables as "master... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Robert Haas | Adjust OLDSERXID_MAX_PAGE based on BLCKSZ. |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Tom Lane | Finish disabling reduced-lock-levels-for-DDL feature. |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Heikki Linnakangas | Fix a bug with SSI and prepared transactions: |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Andrew Dunstan | Fix comments over eagerly c&p'd. |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Andrew Dunstan | Reimplement pgbison and pgflex as perl scripts instead... |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Tom Lane | Remove assumptions that not-equals operators cannot... |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Robert Haas | Add \ir command to psql. |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Robert Haas | Attempt to standardize formatting of psql queries. |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Tom Lane | Make the file_fdw validator check that a filename optio... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Tom Lane | Call FDW validator functions even when the options... |
commit | commitdiff | tree | snapshot |
next |