2009-12-03 |
Heikki Linnakangas | Fix bug in temporary file management with subtransactio... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Tom Lane | Clarify what's supposed to happen when a cursor FETCH... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Bruce Momjian | thread-safety |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Teodor Sigaev | Preventing intersection of ranges during page split... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Tom Lane | Mark application_name as GUC_REPORT so that the value... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Tom Lane | Instead of sending application_name as a SET command... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Bruce Momjian | Enable thread safety |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Bruce Momjian | psql -f - |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Tom Lane | Teach the regular expression functions to do case-insen... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Bruce Momjian | Revert due to Tom's concerns: |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Bruce Momjian | ProcessUtility_hook: |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Bruce Momjian | hstore docs |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Bruce Momjian | THREAD_SUPPORT |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Tom Lane | Avoid core dump on empty thesaurus dictionary. |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Peter Eisentraut | In SRF example, move oldcontext variable definition... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Bruce Momjian | Properly indent SGML. |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Tom Lane | Fix session-lifespan memory leak when a plperl function... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Peter Eisentraut | Error when a specified connection service is not found... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Tom Lane | Add some opr_sanity checks that the lengths of the... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Peter Eisentraut | Remove prefix "ERROR:" from some messages, to make... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Tom Lane | Make pg_stat_activity.application_name visible to all... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Tom Lane | Add support for anonymous code blocks (DO blocks) to... |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Tom Lane | Add support for an application_name parameter, which... |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Bruce Momjian | fsync test tools |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Bruce Momjian | test_fsync: |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Tom Lane | Eliminate a lot of list-management overhead within... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Bruce Momjian | Document ath vacuumdb --analyze does analyze _also_... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Michael Meskes | Remove */ characters from declare cursor statements... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Michael Meskes | If no result is given NOTFOUND should be returned.... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Michael Meskes | Added script to check if all rule re-definition in... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Tom Lane | Fix missing end tag, per Jeff Davis. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Michael Meskes | Added missing files. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Michael Meskes | Forgot to add dynamic cursors to Changelog. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Michael Meskes | Synced addon rules after some renamings. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Michael Meskes | Added dynamic cursor names to ecpg. Almost the whole... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Tom Lane | Simplify psql's new linestyle behavior to default to... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Peter Eisentraut | Fix syntax in extract() examples |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Michael Meskes | Made function better readable. |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Peter Eisentraut | Add PG_MODULE_MAGIC and some missing include files... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Tom Lane | Use diff's -w switch only on Windows, to avoid problems... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Magnus Hagander | Add missing library to standalone libpq build on Win32. |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Heikki Linnakangas | Fix an old bug in multixact and two-phase commit. Prepa... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Tom Lane | Assorted wordsmithing on the documentation of \pset... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Tom Lane | Adjust expected-results spacing per buildfarm results. |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Tom Lane | Remove -w (--ignore-all-space) option from pg_regress... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Heikki Linnakangas | Remove superfluous curly brace, fixing compilation... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Tom Lane | Ooops, forgot to check the libxml cases for psql output... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Tom Lane | Improve psql's tabular display of wrapped-around data... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Peter Eisentraut | Ignore UTF-8-encoded Unicode byte-order mark at the... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Tom Lane | Refactor ecpg grammar so that it uses the core grammar... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Tom Lane | Add a WHEN clause to CREATE TRIGGER, allowing a boolean... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Peter Eisentraut | Typo: dump -> restore |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Tom Lane | Fix memory leak in syslogger: logfile_rotate() would... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Tom Lane | Add a hook to CREATE/ALTER ROLE to allow an external... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Tom Lane | Provide a parenthesized-options syntax for VACUUM,... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Tom Lane | While doing the final setrefs.c pass over a plan tree... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Peter Eisentraut | Make text search parser accept underscores in XML attri... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Tom Lane | Improve planning of Materialize nodes inserted atop... |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Tom Lane | Make unaccent's install/uninstall scripts look more... |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Magnus Hagander | Add inheritable ACE when creating a restricted token... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Tom Lane | Clean up a couple of bizarre code formatting choices... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Tom Lane | Avoid assuming that enum CreateStmtLikeOption is unsign... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Tom Lane | Add control knobs for plpgsql's variable resolution... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Heikki Linnakangas | A better fix for the "ARRAY[...]::domain" problem.... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Heikki Linnakangas | When you do "ARRAY[...]::domain", where domain is a... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Teodor Sigaev | Fix multicolumn GIN's wrong results with fastupdate... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Tom Lane | The recent patch to log changes in postgresql.conf... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Tom Lane | Check for C/POSIX before assuming that nl_langinfo... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Tom Lane | Make initdb behave sanely when the selected locale... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Tom Lane | Remove pg_parse_string_token() --- not needed anymore. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Tom Lane | Remove plpgsql's separate lexer (finally!), in favor... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Peter Eisentraut | In psql \du, separate the role attributes by comma... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Alvaro Herrera | Change "name" nonterminal in cursor-related productions... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Alvaro Herrera | Document the previous FETCH and MOVE changes. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Alvaro Herrera | Support optional FROM/IN in FETCH and MOVE |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Tom Lane | Do not build psql's flex module on its own, but instead... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Tom Lane | Revert the temporary patch to work around Snow Leopard... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Bruce Momjian | interval_abs(): |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Alvaro Herrera | Fix longstanding problems in VACUUM caused by untimely... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Bruce Momjian | DIAGNOSTICS/FOUND wording |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Tom Lane | More incremental refactoring in plpgsql: get rid of... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Bruce Momjian | PL/pgSQL FOUND |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Tom Lane | Re-refactor the core scanner's API, in order to get... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Tom Lane | Fix WHERE CURRENT OF to work as designed within plpgsql... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Tom Lane | Modernize plpgsql's handling of parse locations, making... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Tom Lane | Remove ancient text file containing plpgsql installatio... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Tom Lane | Rearrange plpgsql parsing to simplify and speed it... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Andrew Dunstan | Keep track of language's trusted flag in InlineCodeBloc... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Tom Lane | Change plpgsql from using textual substitution to inser... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Tom Lane | Don't treat NEW and OLD as reserved words anymore.... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Peter Eisentraut | reenable -> re-enable |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Tom Lane | Remove plpgsql's RENAME declaration, which has bizarre... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Tom Lane | Allow binary-coercible cases in ri_HashCompareOp; there... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Tom Lane | Rename some encoding conversion modules to keep pathnam... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Tom Lane | Make expression locations for LIKE and SIMILAR TO const... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Tom Lane | Add support for invoking parser callback hooks via... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Heikki Linnakangas | Disable triggering failover with a signal in pg_standby... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Heikki Linnakangas | Allow rewriting ALTER TABLE to skip WAL logging. |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Peter Eisentraut | Build bzip2 tarball in dist target as well |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Peter Eisentraut | Fix regression tests for psql \d view patch |
commit | commitdiff | tree | snapshot |
next |