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 |
2012-08-08 |
Tom Lane | Update isolation tests' README file. |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Tom Lane | Fix TwoPhaseGetDummyBackendId(). |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Tom Lane | Implement SQL-standard LATERAL subqueries. |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Tom Lane | Tweak new Perl pgindent for compatibility with middle... |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Robert Haas | Fix memory leaks in event trigger code. |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Bruce Momjian | Fix to_char(), to_date(), and to_timestamp() to handle... |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Bruce Momjian | Fix pg_upgrade file share violation on Windows created... |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Alvaro Herrera | Fix redundant wording |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Simon Riggs | fsync backup_label after pg_start_backup() |
commit | commitdiff | tree | snapshot |
2012-08-06 |
Robert Haas | Typo fixes for previous commit. |
commit | commitdiff | tree | snapshot |
2012-08-06 |
Robert Haas | Warn more vigorously about the non-transactional behavi... |
commit | commitdiff | tree | snapshot |
2012-08-06 |
Alvaro Herrera | Make strings identical |
commit | commitdiff | tree | snapshot |
2012-08-06 |
Magnus Hagander | Complain with proper error message if streaming stops... |
commit | commitdiff | tree | snapshot |
2012-08-06 |
Heikki Linnakangas | Perform conversion from Python unicode to string/bytes... |
commit | commitdiff | tree | snapshot |
2012-08-04 |
Bruce Momjian | Replace pgindent shell script with Perl script. Update... |
commit | commitdiff | tree | snapshot |
2012-08-04 |
Bruce Momjian | Reword documentation for concurrent index rebuilds... |
commit | commitdiff | tree | snapshot |
2012-08-03 |
Tom Lane | Fix bugs with parsing signed hh:mm and hh:mm:ss fields... |
commit | commitdiff | tree | snapshot |
2012-08-03 |
Bruce Momjian | Add link to synchronous_commit variables in high availa... |
commit | commitdiff | tree | snapshot |
2012-08-03 |
Tom Lane | Improve underdocumented btree_xlog_delete_get_latestRem... |
commit | commitdiff | tree | snapshot |
2012-08-03 |
Tom Lane | In SPGiST replay, do conflict resolution before modifyi... |
commit | commitdiff | tree | snapshot |
2012-08-03 |
Bruce Momjian | Document that trying to exceed temp_file_limit causes... |
commit | commitdiff | tree | snapshot |
2012-08-03 |
Bruce Momjian | Document that, for psql -c, only the result of the... |
commit | commitdiff | tree | snapshot |
2012-08-03 |
Bruce Momjian | In pg_upgrade, use pg_log() instead of prep_status... |
commit | commitdiff | tree | snapshot |
2012-08-02 |
Tom Lane | Fix race conditions associated with SPGiST redirection... |
commit | commitdiff | tree | snapshot |
2012-08-02 |
Tom Lane | Update release notes for libpq feature change. |
commit | commitdiff | tree | snapshot |
2012-08-02 |
Tom Lane | Replace libpq's "row processor" API with a "single... |
commit | commitdiff | tree | snapshot |
2012-08-01 |
Tom Lane | Add documentation cross-reference for JSON functions. |
commit | commitdiff | tree | snapshot |
2012-07-31 |
Tom Lane | Fix WITH attached to a nested set operation (UNION... |
commit | commitdiff | tree | snapshot |
2012-07-31 |
Tom Lane | Fix syslogger so that log_truncate_on_rotation works... |
commit | commitdiff | tree | snapshot |
2012-07-31 |
Alvaro Herrera | pg_basebackup: stylistic adjustments |
commit | commitdiff | tree | snapshot |
2012-07-30 |
Bruce Momjian | Now that the diskchecker.pl author has updated the... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Tom Lane | Improve reporting of error situations in find_other_exec(). |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Bruce Momjian | Update doc mention of diskchecker.pl to add URL for... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Bruce Momjian | Document that the pg_upgrade user of rsync might want... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Tom Lane | Only allow autovacuum to be auto-canceled by a directly... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Robert Haas | Tab complete table names after ALTER TABLE x [NO] INHERIT. |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Robert Haas | Log a better message when canceling autovacuum. |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Bruce Momjian | Simplify pg_upgrade's handling when returning directory... |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Tom Lane | Fix longstanding crash-safety bug with newly-created... |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Peter Eisentraut | Document that pg_basebackup will create its output... |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Alvaro Herrera | Add translator comments to module names |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Alvaro Herrera | Change syntax of new CHECK NO INHERIT constraints |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Peter Eisentraut | Update information schema to SQL:2011 |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Robert Haas | Make pgbench vacuum before building indexes. |
commit | commitdiff | tree | snapshot |
2012-07-22 |
Tom Lane | Fix name collision between concurrent regression tests. |
commit | commitdiff | tree | snapshot |
2012-07-22 |
Tom Lane | Improve copydir() code for the case that fsync is off. |
commit | commitdiff | tree | snapshot |
2012-07-21 |
Tom Lane | Use --nosync during make check's initdb call. |
commit | commitdiff | tree | snapshot |
2012-07-21 |
Tom Lane | Suppress volatile-related warning seen in some compilers. |
commit | commitdiff | tree | snapshot |
2012-07-21 |
Tom Lane | Account for SRFs in targetlists in planner rowcount... |
commit | commitdiff | tree | snapshot |
next |