2011-08-17 |
Magnus Hagander | Adjust wording now that estimated size can increase |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Heikki Linnakangas | If backup-end record is not seen, and we reach end... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Peter Eisentraut | Move \r out of translatable strings |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Peter Eisentraut | MacOS -> Mac OS |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Tom Lane | Forget about targeting catalog cache invalidations... |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Tom Lane | Fix incorrect order of operations during sinval reset... |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Tom Lane | Preserve toast value OIDs in toast-swap-by-content... |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Tom Lane | Fix race condition in relcache init file invalidation. |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Magnus Hagander | Adjust total size in pg_basebackup progress report... |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Peter Eisentraut | Make pg_basebackup progress report translatable |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Peter Eisentraut | Use less cryptic variable names |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Bruce Momjian | In pg_upgrade, avoid dumping orphaned temporary tables... |
commit | commitdiff | tree | snapshot |
2011-08-15 |
Peter Eisentraut | Adjust regression tests for error message change |
commit | commitdiff | tree | snapshot |
2011-08-15 |
Peter Eisentraut | Add "Reason code" prefix to internal SSI error messages |
commit | commitdiff | tree | snapshot |
2011-08-14 |
Tom Lane | Fix unsafe order of operations in foreign-table DDL... |
commit | commitdiff | tree | snapshot |
2011-08-14 |
Peter Eisentraut | Message style improvements |
commit | commitdiff | tree | snapshot |
2011-08-14 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree | snapshot |
2011-08-13 |
Tom Lane | Fix incorrect timeout handling during initial authentic... |
commit | commitdiff | tree | snapshot |
2011-08-11 |
Bruce Momjian | Add major features list and introductory text for 9... |
commit | commitdiff | tree | snapshot |
2011-08-11 |
Robert Haas | Unbreak legacy syntax "COMMENT ON RULE x IS y", with... |
commit | commitdiff | tree | snapshot |
2011-08-10 |
Tom Lane | Back-patch assorted latch-related fixes. |
commit | commitdiff | tree | snapshot |
2011-08-09 |
Tom Lane | Measure WaitLatch's timeout parameter in milliseconds... |
commit | commitdiff | tree | snapshot |
2011-08-09 |
Tom Lane | Documentation improvement and minor code cleanups for... |
commit | commitdiff | tree | snapshot |
2011-08-09 |
Tom Lane | Fix nested PlaceHolderVar expressions that appear only... |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Peter Eisentraut | Add "Compatibility" section to ALTER EXTENSION referenc... |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Peter Eisentraut | Remove whitespace from end of lines |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Peter Eisentraut | Rename "Example" sections to "Examples" in dblink chapter |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Peter Eisentraut | Fix a whitespace issue with the man pages |
commit | commitdiff | tree | snapshot |
2011-08-06 |
Tom Lane | Clean up ill-advised attempt to invent a private set... |
commit | commitdiff | tree | snapshot |
2011-08-06 |
Tom Lane | Fix thinko in documentation of local_preload_libraries. |
commit | commitdiff | tree | snapshot |
2011-08-06 |
Tom Lane | Reduce PG_SYSLOG_LIMIT to 900 bytes. |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Bruce Momjian | Fix markup for recent wal_level clarification. |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Bruce Momjian | In documentaiton, clarify which commands have reduced... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Tom Lane | Move CheckRecoveryConflictDeadlock() call to a safer... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Tom Lane | Fix incorrect initialization of ProcGlobal->startupBuff... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Heikki Linnakangas | Avoid integer overflow when LIMIT + OFFSET >= 2^63. |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Peter Eisentraut | Add host name resolution information to pg_hba.conf... |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Bruce Momjian | Fix pg_update to properly test for the data directory... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Tom Lane | Fix pg_restore's direct-to-database mode for standard_c... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Peter Eisentraut | Minor message style adjustment |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Robert Haas | Fix typo. |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Peter Eisentraut | Add missing newlines at end of error messages |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Robert Haas | Clarify which relkinds accept column comments. |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Andrew Dunstan | Don't build replacement getpeereid function on mingw. |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Robert Haas | Improvements to SQL/MED documentation. |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Tom Lane | Fix previous patch so it also works if not USE_SSL... |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Tom Lane | Improve libpq's error reporting for SSL failures. |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Tom Lane | Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag. |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Bruce Momjian | In pg_upgrade on Windows, check if the directory is... |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Andrew Dunstan | Unbreak Windows builds broken by EDITOR_LINENUMBER_ARG... |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Peter Eisentraut | Change EDITOR_LINENUMBER_SWITCH to an environment variable |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Tom Lane | Rethink behavior of CREATE OR REPLACE during CREATE... |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Robert Haas | Unbreak unlogged tables. |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Tom Lane | Fix PQsetvalue() to avoid possible crash when adding... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Bruce Momjian | In pg_upgrade, fix the -l/log option to work on Windows. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Robert Haas | Improve sepgsql and SECURITY LABEL documentation. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Robert Haas | Minor improvement to pg_seclabel documentation. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Peter Eisentraut | Change debug message from ereport to elog |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Michael Meskes | Adapted expected result for latest change to ecpglib. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Michael Meskes | Made ecpglib write double with a precision of 15 digits. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Peter Eisentraut | Remove claim that the project is not represented in... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Peter Eisentraut | Note that information_schema.sql_languages was removed... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Tom Lane | Replace errdetail("%s", ...) with errdetail_internal... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Tom Lane | Use errdetail_internal() for SSI transaction cancellati... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Tom Lane | Add an errdetail_internal() ereport auxiliary routine. |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Magnus Hagander | Fix SSPI login when multiple roundtrips are required |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Heikki Linnakangas | Fix two ancient bugs in GiST code to re-find a parent... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Tom Lane | In planner, don't assume that empty parent tables aren... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Peter Eisentraut | Small update on suggested startup file locations |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Peter Eisentraut | Remove README.mb.big5 and README.mb.jp |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Peter Eisentraut | Mark collation-related information schema columns as... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Tom Lane | Avoid listing ungrouped Vars in the targetlist of Agg... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Tom Lane | Fix another oversight in logging of changes in postgres... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Heikki Linnakangas | Fix one overflow and one signedness error, caused by... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Peter Eisentraut | Add item about Clang support to 9.1 release notes |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Peter Eisentraut | Message style improvements |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Tom Lane | Tag 9.1beta3. REL9_1_BETA3 |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Tom Lane | Update examples for string-related functions. |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Tom Lane | Update 9.1 release notes to reflect commits through... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Heikki Linnakangas | There's a small window wherein a transaction is committ... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Heikki Linnakangas | SSI has a race condition, where the order of commit... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Peter Eisentraut | Fix use of unportable %m format |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Tom Lane | Reclassify replication-related GUC variables as "master... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Robert Haas | Adjust OLDSERXID_MAX_PAGE based on BLCKSZ. |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Tom Lane | Finish disabling reduced-lock-levels-for-DDL feature. |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Heikki Linnakangas | Fix a bug with SSI and prepared transactions: |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Tom Lane | Remove assumptions that not-equals operators cannot... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Tom Lane | Make the file_fdw validator check that a filename optio... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Tom Lane | Call FDW validator functions even when the options... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Peter Eisentraut | Message style improvements of errmsg_internal() calls |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Tom Lane | Restructure foreign data wrapper chapter so it has... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Peter Eisentraut | Postgres -> PostgreSQL in error message |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Tom Lane | Improve documentation about foreign data wrapper valida... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Tom Lane | Fix psql's counting of script file line numbers during... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Magnus Hagander | Fix typo in sslmode documentation |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Peter Eisentraut | Message style tweaks |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Peter Eisentraut | Small documentation tweaks |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Heikki Linnakangas | Clarify that you need ActiveState perl 5.8 *or later... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Andrew Dunstan | Back-patch Fix bat file quoting of %ENV from commit... |
commit | commitdiff | tree | snapshot |
next |