| 2010-10-29 | 
Andrew Dunstan | Allow generic record arguments to plperl functions | 
commit | commitdiff | tree | 
| 2010-10-28 | 
Peter Eisentraut | Add tab completion for psql \dg and \z | 
commit | commitdiff | tree | 
| 2010-10-28 | 
Peter Eisentraut | Make \? output of \dg and \du the same | 
commit | commitdiff | tree | 
| 2010-10-28 | 
Tom Lane | Save a few cycles in plpgsql simple-expression initiali...  | 
commit | commitdiff | tree | 
| 2010-10-28 | 
Tom Lane | Fix plpgsql's handling of "simple" expression evaluation. | 
commit | commitdiff | tree | 
| 2010-10-28 | 
Peter Eisentraut | Release notes for 9.1alpha2 | 
commit | commitdiff | tree | 
| 2010-10-28 | 
Peter Eisentraut | Remove obsolete release-alpha.sgml | 
commit | commitdiff | tree | 
| 2010-10-28 | 
Peter Eisentraut | Remove tabs from SGML | 
commit | commitdiff | tree | 
| 2010-10-28 | 
Robert Haas | Revert "Correct WAL space calculation formula in docs." | 
commit | commitdiff | tree | 
| 2010-10-28 | 
Robert Haas | Reorganize OS-specific details about write caching...  | 
commit | commitdiff | tree | 
| 2010-10-27 | 
Tom Lane | Previous patch had no detectable virtue other than...  | 
commit | commitdiff | tree | 
| 2010-10-27 | 
Heikki Linnakangas | Fix long-standing segfault when accept() or one of...  | 
commit | commitdiff | tree | 
| 2010-10-27 | 
Tom Lane | Fix up some oversights in psql's Unicode-escape support. | 
commit | commitdiff | tree | 
| 2010-10-27 | 
Robert Haas | Note that effective_io_concurrency only affects bitmap...  | 
commit | commitdiff | tree | 
| 2010-10-27 | 
Robert Haas | Add a client authentication hook. | 
commit | commitdiff | tree | 
| 2010-10-26 | 
Robert Haas | Minor fixups for psql's process_file() function. | 
commit | commitdiff | tree | 
| 2010-10-26 | 
Heikki Linnakangas | Note explicitly that hash indexes are also not replicat...  | 
commit | commitdiff | tree | 
| 2010-10-26 | 
Robert Haas | Fix dumb typo in SECURITY LABEL error message. | 
commit | commitdiff | tree | 
| 2010-10-26 | 
Heikki Linnakangas | Before removing backup_label and irrevocably changing...  | 
commit | commitdiff | tree | 
| 2010-10-26 | 
Peter Eisentraut | Add missing newlines at end of files | 
commit | commitdiff | tree | 
| 2010-10-26 | 
Itagaki Takahiro | Fix typos "are are". | 
commit | commitdiff | tree | 
| 2010-10-26 | 
Itagaki Takahiro | Add .gitignore for contrib/uuid-ossp. | 
commit | commitdiff | tree | 
| 2010-10-25 | 
Peter Eisentraut | Refactor typenameTypeId() | 
commit | commitdiff | tree | 
| 2010-10-25 | 
Tom Lane | Fix overly-enthusiastic Assert in printing of Param...  | 
commit | commitdiff | tree | 
| 2010-10-25 | 
Tom Lane | Fix inline_set_returning_function() to preserve the...  | 
commit | commitdiff | tree | 
| 2010-10-25 | 
Alvaro Herrera | find -path is not portable, so use grep -v instead. | 
commit | commitdiff | tree | 
| 2010-10-25 | 
Tom Lane | Work around rounding misbehavior exposed by buildfarm. | 
commit | commitdiff | tree | 
| 2010-10-25 | 
Andrew Dunstan | Remove unnecessary use of trigger flag to hash plperl...  | 
commit | commitdiff | tree | 
| 2010-10-25 | 
Tom Lane | Allow new values to be added to an existing enum type. | 
commit | commitdiff | tree | 
| 2010-10-24 | 
Peter Eisentraut | Support suffix matching of host names in pg_hba.conf | 
commit | commitdiff | tree | 
| 2010-10-22 | 
Robert Haas | Correct a mistake in levenshtein_less_equal() multibyte...  | 
commit | commitdiff | tree | 
| 2010-10-22 | 
Heikki Linnakangas | Add semicolon, missed in previous patch. And update...  | 
commit | commitdiff | tree | 
| 2010-10-22 | 
Heikki Linnakangas | Make OFF keyword unreserved. It's not hard to imagine...  | 
commit | commitdiff | tree | 
| 2010-10-21 | 
Bruce Momjian | Mention limited usefulness of .pgpass database field. | 
commit | commitdiff | tree | 
| 2010-10-21 | 
Tom Lane | Improve handling of domains over arrays. | 
commit | commitdiff | tree | 
| 2010-10-20 | 
Tom Lane | Remove obsolete comment, per Josh Kupershmidt. | 
commit | commitdiff | tree | 
| 2010-10-20 | 
Bruce Momjian | Clean up pg_upgrade cache lookup code;  remove useless...  | 
commit | commitdiff | tree | 
| 2010-10-20 | 
Heikki Linnakangas | If pk is NULL, the backend would segfault when accessin...  | 
commit | commitdiff | tree | 
| 2010-10-20 | 
Tom Lane | Don't try to fetch database name when SetTransactionIdL...  | 
commit | commitdiff | tree | 
| 2010-10-20 | 
Alvaro Herrera | Remove AtStart_Cache() call in CommandCounterIncrement(). | 
commit | commitdiff | tree | 
| 2010-10-20 | 
Tom Lane | Fix ecpg test building process to not generate *.dSYM...  | 
commit | commitdiff | tree | 
| 2010-10-20 | 
Robert Haas | Add some caveats to the contrib/isn docs. | 
commit | commitdiff | tree | 
| 2010-10-20 | 
Robert Haas | Updates to contrib/isn ISBN tables. | 
commit | commitdiff | tree | 
| 2010-10-20 | 
Bruce Momjian | Rename pg_upgrade 'log' to 'log_opts', to avoid platfor...  | 
commit | commitdiff | tree | 
| 2010-10-20 | 
Bruce Momjian | Further speed up pg_upgrade lookups. | 
commit | commitdiff | tree | 
| 2010-10-20 | 
Tom Lane | Update storage.sgml to describe the 9.0 tablespace...  | 
commit | commitdiff | tree | 
| 2010-10-20 | 
Bruce Momjian | Fix for new pg_upgrade cache code. | 
commit | commitdiff | tree | 
| 2010-10-20 | 
Bruce Momjian | Cache most recent relfilenode lookups, for speed, after...  | 
commit | commitdiff | tree | 
| 2010-10-20 | 
Bruce Momjian | In pg_upgrade, use cached copy of directory listing...  | 
commit | commitdiff | tree | 
| 2010-10-19 | 
Bruce Momjian | Pgindent run on pg_upgrade source after restructuring. | 
commit | commitdiff | tree | 
| 2010-10-19 | 
Bruce Momjian | Restructure the pg_upgrade code to use several global...  | 
commit | commitdiff | tree | 
| 2010-10-19 | 
Tom Lane | Fix incorrect generation of whole-row variables in...  | 
commit | commitdiff | tree | 
| 2010-10-19 | 
Bruce Momjian | In pg_upgrade, rename SHELL_EXT to SCRIPT_EXT, for...  | 
commit | commitdiff | tree | 
| 2010-10-19 | 
Bruce Momjian | Add removal of PG_VERSION to optional old cluster delet...  | 
commit | commitdiff | tree | 
| 2010-10-19 | 
Bruce Momjian | Add mention of using tools/fsync to test fsync methods...  | 
commit | commitdiff | tree | 
| 2010-10-19 | 
Robert Haas | Add levenshtein_less_equal, optimized version for small...  | 
commit | commitdiff | tree | 
| 2010-10-19 | 
Robert Haas | Unbreak comments on composite type attributes. | 
commit | commitdiff | tree | 
| 2010-10-19 | 
Bruce Momjian | In pg_upgrade, rename macro EXEC_EXT to SHELL_EXT for...  | 
commit | commitdiff | tree | 
| 2010-10-18 | 
Peter Eisentraut | Support key word 'all' in host column of pg_hba.conf | 
commit | commitdiff | tree | 
| 2010-10-18 | 
Bruce Momjian | Document the tablespace directory "should" be empty...  | 
commit | commitdiff | tree | 
| 2010-10-18 | 
Robert Haas | Change example pg_hba.conf in docs to match altered...  | 
commit | commitdiff | tree | 
| 2010-10-18 | 
Tom Lane | Fix a passel of inappropriately-named global functions...  | 
commit | commitdiff | tree | 
| 2010-10-18 | 
Tom Lane | Improve GIN indexscan cost estimation. | 
commit | commitdiff | tree | 
| 2010-10-17 | 
Magnus Hagander | Fix msvc build for localized versions of Visual C++ | 
commit | commitdiff | tree | 
| 2010-10-16 | 
Tom Lane | Fix recent changes to not break non-IPV6-aware systems. | 
commit | commitdiff | tree | 
| 2010-10-16 | 
Alvaro Herrera | Document that translate() removes characters in "from...  | 
commit | commitdiff | tree | 
| 2010-10-15 | 
Tom Lane | Allow WITH clauses to be attached to INSERT, UPDATE...  | 
commit | commitdiff | tree | 
| 2010-10-15 | 
Peter Eisentraut | Support host names in pg_hba.conf | 
commit | commitdiff | tree | 
| 2010-10-15 | 
Peter Eisentraut | Change references to SQL/XML:2003 to :2008 and renumber...  | 
commit | commitdiff | tree | 
| 2010-10-15 | 
Tom Lane | Document the DISTINCT noise word in the UNION/INTERSECT...  | 
commit | commitdiff | tree | 
| 2010-10-15 | 
Alvaro Herrera | Allow pg_ctl to register the service in either AUTO...  | 
commit | commitdiff | tree | 
| 2010-10-15 | 
Magnus Hagander | Fix low-risk potential denial of service against RADIUS...  | 
commit | commitdiff | tree | 
| 2010-10-15 | 
Simon Riggs | Correct WAL space calculation formula in docs. | 
commit | commitdiff | tree | 
| 2010-10-15 | 
Bruce Momjian | Improve comment about ignoring 128 error code on Windows: | 
commit | commitdiff | tree | 
| 2010-10-14 | 
Robert Haas | Add pg_user_mappings to the table of system views. | 
commit | commitdiff | tree | 
| 2010-10-14 | 
Tom Lane | Support MergeAppend plans, to allow sorted output from...  | 
commit | commitdiff | tree | 
| 2010-10-14 | 
Peter Eisentraut | Fix makefile logic to not break the build when xgettext...  | 
commit | commitdiff | tree | 
| 2010-10-14 | 
Peter Eisentraut | Remove reference.ced | 
commit | commitdiff | tree | 
| 2010-10-14 | 
Peter Eisentraut | Complete the documentation of the USAGE privilege for...  | 
commit | commitdiff | tree | 
| 2010-10-14 | 
Peter Eisentraut | Document (compositeval).* field selection syntax | 
commit | commitdiff | tree | 
| 2010-10-14 | 
Simon Riggs | Improvements to docs about pg_archive_cleanup and use...  | 
commit | commitdiff | tree | 
| 2010-10-14 | 
Simon Riggs | Make startup process respond to signals to cancel waiti...  | 
commit | commitdiff | tree | 
| 2010-10-14 | 
Simon Riggs | Fix bug in comment of timeline history file. | 
commit | commitdiff | tree | 
| 2010-10-14 | 
Michael Meskes | Applied patch by Itagaki Takahiro to fix incorrect...  | 
commit | commitdiff | tree | 
| 2010-10-13 | 
Peter Eisentraut | Remove executable permission from files where it doesn...  | 
commit | commitdiff | tree | 
| 2010-10-13 | 
Peter Eisentraut | Add index entries for pg_stat* views | 
commit | commitdiff | tree | 
| 2010-10-13 | 
Peter Eisentraut | Mention the default pg_ctl wait time in the -t option...  | 
commit | commitdiff | tree | 
| 2010-10-13 | 
Peter Eisentraut | Make title capitalization consistent with surroundings | 
commit | commitdiff | tree | 
| 2010-10-13 | 
Peter Eisentraut | Put per-letter quicklinks at the top of the HTML bookin...  | 
commit | commitdiff | tree | 
| 2010-10-13 | 
Itagaki Takahiro | Accept 'public' as a pseudo-role name in has_table_priv...  | 
commit | commitdiff | tree | 
| 2010-10-12 | 
Tom Lane | Remove some unnecessary tests of pgstat_track_counts. | 
commit | commitdiff | tree | 
| 2010-10-12 | 
Alvaro Herrera | Fix typo | 
commit | commitdiff | tree | 
| 2010-10-12 | 
Tom Lane | Fix plpython so that it again honors typmod while assig...  | 
commit | commitdiff | tree | 
| 2010-10-11 | 
Tom Lane | Fix assorted bugs in GIN's WAL replay logic. | 
commit | commitdiff | tree | 
| 2010-10-11 | 
Tom Lane | Improve the planner's simplification of NOT constructs. | 
commit | commitdiff | tree | 
| 2010-10-10 | 
Tom Lane | Teach psql to do tab completion for names of psql varia...  | 
commit | commitdiff | tree | 
| 2010-10-10 | 
Tom Lane | Support triggers on views. | 
commit | commitdiff | tree | 
| 2010-10-10 | 
Peter Eisentraut | Extensive ECPG documentation improvements | 
commit | commitdiff | tree | 
| 2010-10-09 | 
Robert Haas | Adjust EXPLAIN documentation, so that it's not unreason...  | 
commit | commitdiff | tree | 
| 2010-10-08 | 
Bruce Momjian | Single-word clarification in postgresql.conf log_trunca...  | 
commit | commitdiff | tree | 
| next |