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 |
2009-11-03 |
Peter Eisentraut | Improve PL/Python elog output |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Peter Eisentraut | In psql, show view definition only with \d+, not with \d |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Peter Eisentraut | Fix obscure segfault condition in PL/Python |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Tom Lane | Dept of second thoughts: after studying index_getnext... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Tom Lane | Fix two serious bugs introduced into hash indexes by... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Tom Lane | Ensure the previous Perl interpreter selection is resto... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Tom Lane | Implement parser hooks for processing ColumnRef and... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Tom Lane | Make the overflow guards in ExecChooseHashTableSize... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Peter Eisentraut | Remove some leftovers of split tarball support |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Tom Lane | Un-break EXPLAIN for Append plans. I messed this up... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Tom Lane | Fix \df to re-allow regexp special characters in the... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Tom Lane | Fix AcquireRewriteLocks to be sure that it acquires... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Tom Lane | When FOR UPDATE/SHARE is used with LIMIT, put the LockR... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Tom Lane | Fix AfterTriggerSaveEvent to use a test and elog, not... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Tom Lane | Make FOR UPDATE/SHARE in the primary query not propagat... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Alvaro Herrera | Fix documentation on the toast.fillfactor reloption... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Peter Eisentraut | Simplify a few makefile rules since install-sh can... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Peter Eisentraut | Check errors in for loop |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Heikki Linnakangas | Fix range check in date_recv that tried to limit accept... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Tom Lane | Re-implement EvalPlanQual processing to improve its... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Peter Eisentraut | When querying a table with child tables, do not check... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Tom Lane | Remove regex_flavor GUC, so that regular expressions... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Tom Lane | Remove add_missing_from GUC and associated parser suppo... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Peter Eisentraut | Finalize 8.5alpha2 release notes, with updates from... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Peter Eisentraut | Preliminary release notes for 8.5alpha2 |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Peter Eisentraut | Translations update for 8.5alpha2 |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Peter Eisentraut | Update translation updating procedure. This pertains... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Magnus Hagander | Fix typo in previous release as reported by Itagaki... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Magnus Hagander | Write to the Windows eventlog in UTF16, converting... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Tom Lane | Rewrite pam_passwd_conv_proc to be more robust: avoid... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Heikki Linnakangas | FREEZE and VERBOSE options were in wrong order in the... |
commit | commitdiff | tree | snapshot |
next |