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 |
2009-10-02 |
Tom Lane | Fix erroneous handling of shared dependencies (ie depen... |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Alvaro Herrera | Ensure that a cursor has an immutable snapshot througho... |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Michael Meskes | Applied patch by Boszormenyi Zoltan <zb@cybertec.at... |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Tom Lane | Support "samehost" and "samenet" specifications in... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Tom Lane | Fix bogus Assert, per buildfarm results. |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Tom Lane | Assorted improvements in contrib/hstore. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Peter Eisentraut | Add tooltips to the header links, and make title a... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Tom Lane | Allow MOVE FORWARD n, MOVE BACKWARD n, MOVE FORWARD... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Tom Lane | Fix equivclass.c's not-quite-right strategy for handlin... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Andrew Dunstan | Convert a perl array to a postgres array when returned... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Michael Meskes | Added some explanation about how the parser is generate... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Tom Lane | Remove no-longer-needed ExecCountSlots infrastructure. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Tom Lane | Replace the array-style TupleTable data structure with... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Tom Lane | Make libpq reject non-numeric and out-of-range port... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Tom Lane | Sync psql's scanner with recent changes in backend... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Tom Lane | Ooops, fix to Genbki.pm for ROWTYPE_OID wasn't quite... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Tom Lane | Simplify the bootstrap (BKI) code by getting rid of... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Tom Lane | Hmm, seems a lot of the buildfarm is running versions... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Tom Lane | Revert my ill-considered change that made formrdesc... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Tom Lane | Extend the BKI infrastructure to allow system catalogs... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Tom Lane | Fix RelationCacheInitializePhase2 (Phase3, in HEAD... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Peter Eisentraut | Prevent isolated second surrogate in U& syntax |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Peter Eisentraut | Remove backup states from Unicode escapes patch |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Tom Lane | Improve example for DO, per Petr Jelinek. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Peter Eisentraut | Unicode escapes in E'...' strings |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Tom Lane | Implement the DO statement to support execution of... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Tom Lane | Fix crash if a DROP is attempted on an internally-depen... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Peter Eisentraut | Surrogate pair support for U& string and identifier... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Bruce Momjian | fsync test files |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Tom Lane | Define a new, more extensible syntax for COPY options. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Tom Lane | Allow plpgsql IN parameters to be assigned to. Since... |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Tom Lane | Remove a couple hundred lines of ugly and tedious-to... |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Tom Lane | sql_help.c needs to be cvsignore'd. |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Tom Lane | Rename new subroutine, per discussion with Robert Haas. |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Peter Eisentraut | Make the placeholder naming in the synopses of the... |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Andrew Dunstan | Fix MSVC build breakage from psql help changes. Per... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Tom Lane | A bit more wordsmithing on the COPY CSV NULL business. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Tom Lane | Marginal code cleanup in joinpath.c: factor out clause... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Teodor Sigaev | Fix incorrect arguments for gist_box_penalty call.... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Michael Meskes | Added patch by Bernd Helmle <bernd.helmle@credativ... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Peter Eisentraut | Easier to translate psql help |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Bruce Momjian | CSV NULL Documentation |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Peter Eisentraut | Improve wording of error message when a postgresql... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Bruce Momjian | CVS NULL Documentation |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Peter Eisentraut | When reloading postgresql.conf, log what parameters... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Tom Lane | Implement "join removal" for cases where the inner... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Peter Eisentraut | errcontext support in PL/Perl |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Tom Lane | Fix two distinct errors in creation of GIN_INSERT_LISTP... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Michael Meskes | Applied patch by Boszormenyi Zoltan <zb@cybertec.at... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Tom Lane | Fix possible buffer overrun and/or unportable behavior... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Peter Eisentraut | Print builds don't actually depend on html target ... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Tom Lane | Write psql's ~/.psql_history file using history_truncat... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Peter Eisentraut | Fix Unicode support in PL/Python |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Peter Eisentraut | Document that autovacuum_max_workers can only be set... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Heikki Linnakangas | Don't error out if recycling or removing an old WAL... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Joe Conway | plug dblink resource leak |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Peter Eisentraut | Add Unicode support in PL/Python |
commit | commitdiff | tree | snapshot |
next |