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 |
2011-07-05 |
Peter Eisentraut | Message style improvements of errmsg_internal() calls |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Tom Lane | Restructure foreign data wrapper chapter so it has... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Peter Eisentraut | Postgres -> PostgreSQL in error message |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Tom Lane | Improve documentation about foreign data wrapper valida... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Tom Lane | Fix psql's counting of script file line numbers during... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Magnus Hagander | Fix typo in sslmode documentation |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Peter Eisentraut | Message style tweaks |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Peter Eisentraut | Small documentation tweaks |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Peter Eisentraut | Set user_defined_types.data_type to null |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Heikki Linnakangas | Clarify that you need ActiveState perl 5.8 *or later... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Alvaro Herrera | Move Trigger and TriggerDesc structs out of rel.h into... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Alvaro Herrera | Don't try to use a constraint name as domain name |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Peter Eisentraut | Remove unused variable to silence compiler warning |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Tom Lane | Remove missed reference to SilentMode. |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Heikki Linnakangas | Remove silent_mode. You get the same functionality... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Simon Riggs | Alter test results to comply with new ALTER TABLE behav... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Simon Riggs | Reset ALTER TABLE lock levels to AccessExclusiveLock... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Tom Lane | Fix omissions in documentation of the pg_roles view. |
commit | commitdiff | tree | snapshot |
2011-07-03 |
Tom Lane | Put comments on the installable procedural languages. |
commit | commitdiff | tree | snapshot |
2011-07-03 |
Robert Haas | Fix bugs in relpersistence handling during table creation. |
commit | commitdiff | tree | snapshot |
2011-07-03 |
Tom Lane | Make distprep and *clean build targets recurse into... |
commit | commitdiff | tree | snapshot |
2011-07-03 |
Andrew Dunstan | Fix bat file quoting of %ENV. |
commit | commitdiff | tree | snapshot |
2011-07-03 |
Magnus Hagander | Mark pg_stat_reset_shared as strict |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Tom Lane | Suppress compiler warning about potentially uninitializ... |
commit | commitdiff | tree | snapshot |
next |