2012-08-27 |
Tom Lane | Fix up planner infrastructure to support LATERAL properly. |
commit | commitdiff | tree | snapshot |
2012-08-26 |
Bruce Momjian | Clarify documentation that primary key and unique const... |
commit | commitdiff | tree | snapshot |
2012-08-26 |
Bruce Momjian | Use psql_error() for most psql error calls, per request... |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Bruce Momjian | Document clearly that psql \! parameter interpretation... |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Bruce Momjian | Allow text timezone designations, e.g. "America/Chicago... |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Peter Eisentraut | Some spelling adjustments in release notes |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Peter Eisentraut | Normalize some British spellings |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Tom Lane | Fix issues with checks for unsupported transaction... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Peter Eisentraut | Put options on man page and in help output in slightly... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Peter Eisentraut | libpq: Fix memory leak in URI parser |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Tom Lane | Fix cascading privilege revoke to notice when privilege... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Heikki Linnakangas | Fix typo in example. |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Peter Eisentraut | Add instructions for setting up documentation tool... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Peter Eisentraut | pg_upgrade: Run the created scripts in the test suite |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Tom Lane | Remove overly-pessimistic statement about constraint... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Tom Lane | Make a cut at a major-features list for 9.2. |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Tom Lane | Make an editorial pass over the 9.2 release notes. |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Tom Lane | Fix erroneous documentation of synchronous_commit ... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Bruce Momjian | Fix typo. |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Bruce Momjian | Document that pg_reload_conf() is also an easy way... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Peter Eisentraut | Fix install-strip on Mac OS X |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Peter Eisentraut | Mark DateTimeParseError() noreturn |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Tom Lane | Update 9.2 release notes to reflect commits to date. |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Tom Lane | Avoid somewhat-theoretical overflow risks in RecordIsVa... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Tom Lane | Fix dumping of security_barrier views with circular... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Robert Haas | Improve C comments in GetSnapshotData. |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Robert Haas | Add a note to the MVCC chapter that some things aren... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Peter Eisentraut | Teach compiler that ereport(>=ERROR) does not return |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Peter Eisentraut | Remove external PID file on postmaster exit |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Robert Haas | Improved tab completion for CLUSTER VERBOSE. |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Robert Haas | Tab complete "TABLE whatever DROP CONSTRAINT" with... |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Tom Lane | Fix bugs in contrib/pg_trgm's LIKE pattern analysis... |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Heikki Linnakangas | Don't get confused if a WAL partial record header has... |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Tom Lane | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2012-08-19 |
Tom Lane | Remove obsolete comment. |
commit | commitdiff | tree | snapshot |
2012-08-19 |
Tom Lane | Allow OLD and NEW in multi-row VALUES within rules. |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Tom Lane | Make use of LATERAL in information_schema.sequences... |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Tom Lane | Another round of planner fixes for LATERAL. |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Tom Lane | Copy-editing for recent window-functions documentation... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Tom Lane | Check LIBXML_VERSION instead of testing in configure... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Bruce Momjian | Update 'int' protocol documentation mention to be ... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Bruce Momjian | Delete inaccurate C comment about FSM and adding pages... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Bruce Momjian | Add URL for include file visualization tool. |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Bruce Momjian | Document that tab completation can interfere with some... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Bruce Momjian | Add warning about pg_ctl restart and the use of relativ... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Tom Lane | Allow create_index_paths() to consider multiple join... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Tom Lane | Suppress possibly-uninitialized-variable warning. |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Bruce Momjian | Add possible alternate tool for pgrminclude, from Peter... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Bruce Momjian | In docs, clarify that, without ORDER BY, the window... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Bruce Momjian | Revert: In docs, change a few cases of "not important" to |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Bruce Momjian | Rewrite window function reference section to more clear... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Bruce Momjian | In docs, change a few cases of "not important" to ... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Heikki Linnakangas | Add SP-GiST support for range types. |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Heikki Linnakangas | Fix GiST buffering build bug, which caused "failed... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Bruce Momjian | Fix SGML markup; missing tag. |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Bruce Momjian | Document that PGDATA has to point to the configuration... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Bruce Momjian | Document that pg_ctl -w allows for the entry of an... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Bruce Momjian | Add CREATE FOREIGN TABLE doc reference to CREATE SERVER. |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Bruce Momjian | Properly document that NEW is unassigned in plpgsql... |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Bruce Momjian | Add C comment about new \c parameter requirement for... |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Bruce Momjian | Update C comment to NOTICE to reflect previous commit... |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Bruce Momjian | In psql, if the is no connection object, e.g. due to... |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Tom Lane | Fix rescan logic in nodeCtescan. |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Bruce Momjian | On second thought, explain why date_trunc("week") on... |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Bruce Momjian | Document why you can't use date_trunc("week") on intervals. |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Bruce Momjian | Add C comment that '=' is not documented for plpgsql... |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Bruce Momjian | Document that foreign "version" and "type" values are... |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Tom Lane | Disallow extensions from owning the schema they are... |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Bruce Momjian | Properly escape usernames in initdb, so names with... |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Tom Lane | Resurrect the "last ditch" code path in join_search_one... |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Bruce Momjian | Add more limited large object trigger example. |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Bruce Momjian | Add doc example of restricting large object trigger... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Tom Lane | Update release notes for 9.1.5, 9.0.9, 8.4.13, 8.3.20. |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Tom Lane | Prevent access to external files/URLs via contrib/xml2... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Tom Lane | Prevent access to external files/URLs via XML entity... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Bruce Momjian | Revert "commit_delay" change; just add comment that... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Bruce Momjian | Add pg_settings units display for "commit_delay" (ms). |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Bruce Momjian | In documentation, change "recommendable" to "recommende... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Tom Lane | Update time zone data files to tzdata release 2012e. |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Heikki Linnakangas | Add runtime checks for number of query parameters passe... |
commit | commitdiff | tree | snapshot |
2012-08-12 |
Tom Lane | More fixes for planner's handling of LATERAL. |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Tom Lane | Fix some issues with LATERAL(SELECT UNION ALL SELECT). |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Tom Lane | Add link from COPY ref page to psql \copy. |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Tom Lane | Fix dependencies generated during ALTER TABLE ADD CONST... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Tom Lane | Update overlooked comment. |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Tom Lane | Support having multiple Unix-domain sockets per postmaster. |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Bruce Momjian | Prevent pg_upgrade from crashing if it can't write... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Bruce Momjian | Adjust pgtest coding to be less complex. |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Bruce Momjian | Fix pgtest to return proper error code based on 'make... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Tom Lane | Centralize the logic for detecting misplaced aggregates... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Magnus Hagander | Fix upper limit of superuser_reserved_connections,... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Simon Riggs | Turn off WalSender keepalives by default, users can... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Simon Riggs | Ensure all replication message info is available and... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Robert Haas | Make psql -1 < file behave as expected. |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Alvaro Herrera | Fix typo in comment |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Simon Riggs | Doc correction to point out that 9.2+ can overwrite... |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Tom Lane | Merge parser's p_relnamespace and p_varnamespace lists... |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Simon Riggs | Fix minor bug in XLogFileRead() that accidentally worked. |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Robert Haas | Fix cache flush hazard in event trigger cache. |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Bruce Momjian | Add additional C comments for to_date/to_char() fixes. |
commit | commitdiff | tree | snapshot |
next |