2010-11-13 |
Andrew Dunstan | Attempt to fix MSVC builds broken by parallel make... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Robert Haas | Move copydir() prototype into its own header file. |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Tom Lane | Fix old oversight in const-simplification of COALESCE... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Peter Eisentraut | Improved parallel make support |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Peter Eisentraut | docs -> documentation |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Heikki Linnakangas | Add missing support for removing foreign data wrapper... |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Heikki Linnakangas | Fix bug introduced by the recent patch to check that... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Tom Lane | Fix line_construct_pm() for the case of "infinite"... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Bruce Momjian | Mention that pg_upgrade requires compatible 32/64-bit... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Robert Haas | Add monitoring function pg_last_xact_replay_timestamp. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Itagaki Takahiro | Don't use __declspec (dllimport) for PGDLLEXPORT to... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Alvaro Herrera | Merge docs for CREATE CONSTRAINT TRIGGER and CREATE... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Tom Lane | Improve pg_ctl's man page. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Tom Lane | Repair memory leakage while ANALYZE-ing complex index... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Heikki Linnakangas | In rewriteheap.c (used by VACUUM FULL and CLUSTER)... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Alvaro Herrera | plpython has plpy.Error instead of plpy.ERROR |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Tom Lane | Fix error handling in temp-file deletion with log_temp_... |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Alvaro Herrera | Fix permanent memory leak in autovacuum launcher |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Tom Lane | Use appendrel planning logic for top-level UNION ALL... |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Tom Lane | Prevent invoking I/O conversion casts via functional... |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Tom Lane | Implement an "S" option for psql's \dn command. |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Tom Lane | Add support for detecting register-stack overrun on... |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Tom Lane | Make get_stack_depth_rlimit() handle RLIM_INFINITY... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Tom Lane | Include the current value of max_stack_depth in stack... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Tom Lane | Allow moddatetime's target column to be of type timesta... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Tom Lane | Use appendStringInfoString() where appropriate in elog.c. |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Tom Lane | Reimplement planner's handling of MIN/MAX aggregate... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Tom Lane | Reduce recursion depth in recently-added regression... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Tom Lane | Use only one hash entry for all instances of a pltcl... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Peter Eisentraut | Print a make warning when using GNU make older than... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Tom Lane | Fix adjust_semi_join to be more cautious about clausele... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Tom Lane | Fix buffer overrun in pg_upgrade. |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Tom Lane | Ensure an index that uses a whole-row Var still depends... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Michael Meskes | Some cleanup in ecpg code: |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Heikki Linnakangas | Bootstrap WAL to begin at segment logid=0 logseg=1... |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Tom Lane | Avoid using a local FunctionCallInfoData struct in... |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Heikki Linnakangas | Fix corner-case bug in tracking of latest removed WAL... |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Tom Lane | Revert removal of trigger flag from plperl function... REL9_1_ALPHA2 |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Tom Lane | Provide hashing support for arrays. |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Peter Eisentraut | Change version number in release notes to 9.1alpha2 |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Peter Eisentraut | Last-minute updates to 9.1alpha2 release notes |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Tom Lane | Fix comparisons of pointers with zero to compare with... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Tom Lane | Oops, missed one fix for EquivalenceClass rearrangement. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Tom Lane | Avoid creation of useless EquivalenceClasses during... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Heikki Linnakangas | Give a more specific error message if you try to COMMIT... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Andrew Dunstan | Allow generic record arguments to plperl functions |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Peter Eisentraut | Add tab completion for psql \dg and \z |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Peter Eisentraut | Make \? output of \dg and \du the same |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Tom Lane | Save a few cycles in plpgsql simple-expression initiali... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Tom Lane | Fix plpgsql's handling of "simple" expression evaluation. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Peter Eisentraut | Release notes for 9.1alpha2 |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Peter Eisentraut | Remove obsolete release-alpha.sgml |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Peter Eisentraut | Remove tabs from SGML |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Robert Haas | Revert "Correct WAL space calculation formula in docs." |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Robert Haas | Reorganize OS-specific details about write caching... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Tom Lane | Previous patch had no detectable virtue other than... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Heikki Linnakangas | Fix long-standing segfault when accept() or one of... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Tom Lane | Fix up some oversights in psql's Unicode-escape support. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Robert Haas | Note that effective_io_concurrency only affects bitmap... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Robert Haas | Add a client authentication hook. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Robert Haas | Minor fixups for psql's process_file() function. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Heikki Linnakangas | Note explicitly that hash indexes are also not replicat... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Robert Haas | Fix dumb typo in SECURITY LABEL error message. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Heikki Linnakangas | Before removing backup_label and irrevocably changing... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Peter Eisentraut | Add missing newlines at end of files |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Itagaki Takahiro | Fix typos "are are". |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Itagaki Takahiro | Add .gitignore for contrib/uuid-ossp. |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Peter Eisentraut | Refactor typenameTypeId() |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Tom Lane | Fix overly-enthusiastic Assert in printing of Param... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Tom Lane | Fix inline_set_returning_function() to preserve the... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Alvaro Herrera | find -path is not portable, so use grep -v instead. |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Tom Lane | Work around rounding misbehavior exposed by buildfarm. |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Andrew Dunstan | Remove unnecessary use of trigger flag to hash plperl... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Tom Lane | Allow new values to be added to an existing enum type. |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Peter Eisentraut | Support suffix matching of host names in pg_hba.conf |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Robert Haas | Correct a mistake in levenshtein_less_equal() multibyte... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Heikki Linnakangas | Add semicolon, missed in previous patch. And update... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Heikki Linnakangas | Make OFF keyword unreserved. It's not hard to imagine... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Bruce Momjian | Mention limited usefulness of .pgpass database field. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Tom Lane | Improve handling of domains over arrays. |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Tom Lane | Remove obsolete comment, per Josh Kupershmidt. |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Bruce Momjian | Clean up pg_upgrade cache lookup code; remove useless... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Heikki Linnakangas | If pk is NULL, the backend would segfault when accessin... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Tom Lane | Don't try to fetch database name when SetTransactionIdL... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Alvaro Herrera | Remove AtStart_Cache() call in CommandCounterIncrement(). |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Tom Lane | Fix ecpg test building process to not generate *.dSYM... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Robert Haas | Add some caveats to the contrib/isn docs. |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Robert Haas | Updates to contrib/isn ISBN tables. |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Bruce Momjian | Rename pg_upgrade 'log' to 'log_opts', to avoid platfor... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Bruce Momjian | Further speed up pg_upgrade lookups. |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Tom Lane | Update storage.sgml to describe the 9.0 tablespace... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Bruce Momjian | Fix for new pg_upgrade cache code. |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Bruce Momjian | Cache most recent relfilenode lookups, for speed, after... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Bruce Momjian | In pg_upgrade, use cached copy of directory listing... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Bruce Momjian | Pgindent run on pg_upgrade source after restructuring. |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Bruce Momjian | Restructure the pg_upgrade code to use several global... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Tom Lane | Fix incorrect generation of whole-row variables in... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Bruce Momjian | In pg_upgrade, rename SHELL_EXT to SCRIPT_EXT, for... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Bruce Momjian | Add removal of PG_VERSION to optional old cluster delet... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Bruce Momjian | Add mention of using tools/fsync to test fsync methods... |
commit | commitdiff | tree | snapshot |
next |