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 |
2009-10-15 |
Tom Lane | First committed version of plpython_unicode_0.out did... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Michael Meskes | Made ECPG more robust against applications freeing... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Alvaro Herrera | Avoid using trivial usernames in foreign_data regressio... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Tom Lane | Support SQL-compliant triggers on columns, ie fire... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Heikki Linnakangas | Rename the new MAX_AUTH_TOKEN_LENGTH #define to PG_MAX_... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Peter Eisentraut | In the configure check for the Python distutils module... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Peter Eisentraut | Add alternative expected file for unicode test for... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Heikki Linnakangas | Raise the maximum authentication token (Kerberos ticket... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Peter Eisentraut | Replace unmatched " by " to avoid throwing off... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Tom Lane | Add "\pset linestyle ascii/unicode" option to psql... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Tom Lane | Fix ts_stat's failure on empty tsvector. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Alvaro Herrera | Add new PGC_S_DATABASE_USER enum value to several place... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Tom Lane | Code review for LIKE INCLUDING patch --- clean up some... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Tom Lane | Use plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Tom Lane | Support GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Andrew Dunstan | CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDI... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Tom Lane | Move the handling of SELECT FOR UPDATE locking and... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Tom Lane | Improve similar_escape() in two different ways: |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Tom Lane | Split the processing of INSERT/UPDATE/DELETE operations... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Peter Eisentraut | Use pg_get_triggerdef in pg_dump |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Tom Lane | Remove very ancient tuple-counting infrastructure ... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Alvaro Herrera | Add the new psql command \drds to the psql docs, help... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Heikki Linnakangas | Fix off-by-one bug in bitncmp(): When comparing a numbe... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Tom Lane | Update plhandler.sgml to describe validators and inline... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Tom Lane | Support use of function argument names to identify... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Alvaro Herrera | Make it possibly to specify GUC params per user and... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Alvaro Herrera | Fix snapshot management, take two. |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Peter Eisentraut | Clean up the clean rules of the documentation |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Tom Lane | Change CREATE TABLE so that column default expressions... |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Alvaro Herrera | Really unbreak maintainer-clean. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Alvaro Herrera | Unbreak doc/src/sgml maintainer-clean rule on VPATH... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Tom Lane | Create an ALTER DEFAULT PRIVILEGES command, which allow... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Bruce Momjian | Document the purpose of the GUC listen_addresses. |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Tom Lane | Fix assorted memory leaks in pg_hba.conf parsing. ... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Tom Lane | Fix a couple of issues in recent patch to print updates... |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Tom Lane | Fix an oversight in an 8.3-era patch: pgstat_initstats... |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Tom Lane | Make sure that GIN fast-insert and regular code paths... |
commit | commitdiff | tree | snapshot |
next |