2009-02-09 |
Tom Lane | Adopt Bob Jenkins' improved hash function for hash_any... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Alvaro Herrera | Update autovacuum to use reloptions instead of a system... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Bruce Momjian | Fix spelling error in docs. |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Tom Lane | Ensure that INSERT ... SELECT into a table with OIDs... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Bruce Momjian | Document that LIMIT NULL is the same as no LIMIT clause. |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Bruce Momjian | Remove documentation mention that hash indexes perform... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Bruce Momjian | Uppercase CHECK mention in relchecks documentation... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Bruce Momjian | ecpg requires libpq; add Makefile rules to require... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Bruce Momjian | Properly wrap new pg_dump doc text. |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Bruce Momjian | Update pg_constraint.conkey documentation description. |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Bruce Momjian | Document disabling the statistics collector pg_dump... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Bruce Momjian | Fix to_timestamp() to not require upper/lower case... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Heikki Linnakangas | Fix obsolete comment. Zdenek Kotala |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Peter Eisentraut | Set column privileges to supported |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Tom Lane | Fix cost_mergejoin's failure to adjust for rescanning... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Tom Lane | Ooops, forgot to update COPY reference page to mention... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Tom Lane | Clean up some loose ends from the column privileges... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Bruce Momjian | Fix typo in docs. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Bruce Momjian | Document ways to avoid libpq WSACleanup() overhead... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Bruce Momjian | Add PL/PgSQL FOUND and GET DIAGNOSTICS support for... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Michael Meskes | Mixing long and int entries of a union only works on... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Tom Lane | Fix an old corner-case error in match_unsorted_outer... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Alvaro Herrera | Fix some SGML-compiler warnings on -wxml mode. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Bruce Momjian | Update read committed documentation to better explain... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Michael Meskes | Added result checks for calls to gmtime(). |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Michael Meskes | Argh, wrong line copied again. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Michael Meskes | Fixed copy&paste mistake that made library use uninitia... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Andrew Dunstan | allow alternative names for tclsh used on Windows |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Tom Lane | Add a failure check for syslogger's use of _beginthread... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Tom Lane | Document the longstanding behavior of LIMIT NULL and... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Tom Lane | Fix plpgsql to not treat INSERT INTO as an INTO-variabl... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Andrew Dunstan | Provide for parallel restoration from a custom format... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Alvaro Herrera | Allow reloption names to have qualifiers, initially... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Michael Meskes | When changing a regression test file one should also... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Michael Meskes | Set memory segment to '0', just to be sure. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Michael Meskes | Fixed auto allocation for binary data types. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Michael Meskes | Fixed bug in %s handling. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Peter Eisentraut | Put pg_user_mapping section into the right (alphabetica... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Tom Lane | Fix unnest() to handle a toasted input array safely... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Heikki Linnakangas | Check that connection limit is within valid range.... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Peter Eisentraut | Make messages consistent with existing ones |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Peter Eisentraut | Whitespace fix in message |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Tom Lane | Update back-branch release notes. |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Tom Lane | Update time zone data files to tzdata release 2009a... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Tom Lane | Replace argument-checking Asserts with regular test... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Teodor Sigaev | Fix incorrect dereferencing of char* to array's index. |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Peter Eisentraut | Message fix |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Teodor Sigaev | Fix bug with multiple evaluation of tsearch2 compatibil... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Magnus Hagander | Change warning-silencing code not to cast the pointer... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Magnus Hagander | Go over all OpenSSL return values and make sure we... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Magnus Hagander | Support running as a service on Windows 7, by not speci... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Magnus Hagander | Silence compiler warning on win32. |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Magnus Hagander | Silence compiler warnings in new win32 locale code |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Peter Eisentraut | Revert updatable views |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Alvaro Herrera | Allow extracting and parsing of reloptions from a bare... |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Peter Eisentraut | Message format tuning |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Tom Lane | Tweak the existing special case for AIX in pg_getaddrin... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Bruce Momjian | Document that SELECT ... ORDER BY .. FOR UPDATE/SHARE... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Peter Eisentraut | Message style review |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Heikki Linnakangas | Put back fast-path for the case that there's no backup... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Peter Eisentraut | Recreate ecpg_config.h with a stamp file created by... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Tom Lane | Support column-level privileges, as required by SQL... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Heikki Linnakangas | Only skip pages marked as clean in the visibility map... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Heikki Linnakangas | Update comments to reflect that tgenabled is not a... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Peter Eisentraut | Automatic view update rules |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Magnus Hagander | Explicitly bind gettext to the correct encoding on... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Magnus Hagander | Remove stray ' character at end of line. |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Heikki Linnakangas | Forgot to handle the new SPI_OK_REWRITTEN result code... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Heikki Linnakangas | Add new SPI_OK_REWRITTEN return code to SPI_execute... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Magnus Hagander | Make win32 builds always do SetEnvironmentVariable... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Magnus Hagander | Make some strings translatable again that were accident... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Magnus Hagander | Install .mo files for NLS as <program>-<version>.mo... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Heikki Linnakangas | Add a new option to RestoreBkpBlocks() to indicate... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Peter Eisentraut | Do not msgmerge against /dev/null; merge against the... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Peter Eisentraut | Revise the permission checking on user mapping DDL... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Bruce Momjian | Update \d*S documentation to be more accurate; system... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Bruce Momjian | Make psql \d and \dt consistent for system tables,... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Bruce Momjian | Document RELKIND_SPECIAL reference in psql, from <... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Tom Lane | Fix accidental (I suppose) introduction of non-ASCII... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Magnus Hagander | Use the new text domain names ("postgres-8.4" instead... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Peter Eisentraut | Avoid regression test cases that fail in locales that... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Peter Eisentraut | Alter regression test cases that rely on the sort order... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Peter Eisentraut | Alter the regression test cases that rely on the sort... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Peter Eisentraut | Message wordsmithing |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Tom Lane | Fix a pg_dump output ordering problem introduced in... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Neil Conway | Fix an ungrammatical statement. |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Neil Conway | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Peter Eisentraut | Manual attempt to update this file. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Peter Eisentraut | plpython_error.out is for Python 2.4, plpython_error_3... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Heikki Linnakangas | Add vacuum_freeze_table_age GUC option, to control... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Peter Eisentraut | Wordsmithing |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Peter Eisentraut | Remove period from primary error message. |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Heikki Linnakangas | Change explanation of pg_switch_xlog()'s return value... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Teodor Sigaev | Fix URL generation in headline. Only tag lexeme will... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Teodor Sigaev | Fix generation too long headline with ShortWords. |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Peter Eisentraut | Cleanup pass over PL/Python NLS. Add translation suppo... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Peter Eisentraut | Remove unneeded GETTEXT_TRIGGERS. |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Peter Eisentraut | NLS cleanup in ecpglib |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Peter Eisentraut | Build needed things in src/test/regress/ first. And... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Peter Eisentraut | Make .pot files depend on the makefiles, so that they... |
commit | commitdiff | tree | snapshot |
next |