| 2005-03-24 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
| 2005-03-24 |
Bruce Momjian | Change Win32 O_SYNC method to O_DSYNC because that... |
commit | commitdiff | tree |
| 2005-03-24 |
Bruce Momjian | Update INTERVAL items. |
commit | commitdiff | tree |
| 2005-03-24 |
Tom Lane | Add missing error checking in readdir() loops. |
commit | commitdiff | tree |
| 2005-03-24 |
Bruce Momjian | Change ANSI to ISO standard: |
commit | commitdiff | tree |
| 2005-03-24 |
Neil Conway | Revert changes to CREATE TRIGGER and ALTER TABLE ADD... |
commit | commitdiff | tree |
| 2005-03-23 |
Bruce Momjian | Update wording: |
commit | commitdiff | tree |
| 2005-03-23 |
Bruce Momjian | Update item on ambiguous INTERVAL syntax: |
commit | commitdiff | tree |
| 2005-03-23 |
Bruce Momjian | Update ANSI INTERVAL section: |
commit | commitdiff | tree |
| 2005-03-23 |
Tom Lane | Add note about risks involved in replaying CREATE TABLE... |
commit | commitdiff | tree |
| 2005-03-23 |
Bruce Momjian | Update numbers in example: |
commit | commitdiff | tree |
| 2005-03-23 |
Bruce Momjian | Update: |
commit | commitdiff | tree |
| 2005-03-23 |
Neil Conway | Adjust CREATE TRIGGER and ALTER TABLE ... ADD FOREIGN... |
commit | commitdiff | tree |
| 2005-03-23 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
| 2005-03-23 |
Bruce Momjian | Assign: |
commit | commitdiff | tree |
| 2005-03-23 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
| 2005-03-23 |
Bruce Momjian | Add INTERVAL items: |
commit | commitdiff | tree |
| 2005-03-23 |
Bruce Momjian | Remove duplicate: |
commit | commitdiff | tree |
| 2005-03-23 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
| 2005-03-23 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
| 2005-03-23 |
Bruce Momjian | Remove: |
commit | commitdiff | tree |
| 2005-03-23 |
Bruce Momjian | Add for pg_dump: |
commit | commitdiff | tree |
| 2005-03-23 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
| 2005-03-23 |
Bruce Momjian | Remove: |
commit | commitdiff | tree |
| 2005-03-23 |
Tom Lane | WAL must log CREATE and DROP DATABASE operations *witho... |
commit | commitdiff | tree |
| 2005-03-22 |
Tom Lane | Use InitFunctionCallInfoData() macro instead of MemSet... |
commit | commitdiff | tree |
| 2005-03-22 |
Tom Lane | Create a routine PageIndexMultiDelete() that replaces... |
commit | commitdiff | tree |
| 2005-03-21 |
Tom Lane | Fix quote_ident to use quote_identifier rather than... |
commit | commitdiff | tree |
| 2005-03-21 |
Neil Conway | pgcrypto update: |
commit | commitdiff | tree |
| 2005-03-21 |
Neil Conway | pgcrypto update: |
commit | commitdiff | tree |
| 2005-03-21 |
Neil Conway | pgcrypto update: |
commit | commitdiff | tree |
| 2005-03-21 |
Neil Conway | pgcrypto update: |
commit | commitdiff | tree |
| 2005-03-21 |
Neil Conway | * construct "struct {} list [] = {}" confuses pgindent... |
commit | commitdiff | tree |
| 2005-03-21 |
Neil Conway | Remove support for libmhash/libmcrypt. |
commit | commitdiff | tree |
| 2005-03-21 |
Tom Lane | Convert index-related tuple handling routines from... |
commit | commitdiff | tree |
| 2005-03-20 |
Neil Conway | Change the return value of HeapTupleSatisfiesUpdate... |
commit | commitdiff | tree |
| 2005-03-20 |
Tom Lane | On Windows, use QueryPerformanceCounter instead of... |
commit | commitdiff | tree |
| 2005-03-20 |
Tom Lane | Remove unnecessary calls of FlushRelationBuffers: there... |
commit | commitdiff | tree |
| 2005-03-20 |
Bruce Momjian | Add mention of why malloc() has to be used in snprintf.c. |
commit | commitdiff | tree |
| 2005-03-20 |
Bruce Momjian | Department of second thoughts. Remove FRONTEND from... |
commit | commitdiff | tree |
| 2005-03-20 |
Bruce Momjian | Fix typo in Makefile. |
commit | commitdiff | tree |
| 2005-03-20 |
Bruce Momjian | Another change for FRONTEND snprintf.c. |
commit | commitdiff | tree |
| 2005-03-20 |
Bruce Momjian | Mark snprintf.c as a file that uses FRONTEND and needs... |
commit | commitdiff | tree |
| 2005-03-20 |
Bruce Momjian | Done: |
commit | commitdiff | tree |
| 2005-03-19 |
Tom Lane | Add temp_buffers GUC variable to allow users to determi... |
commit | commitdiff | tree |
| 2005-03-19 |
Tom Lane | Upgrade localbuf.c to use a hash table instead of linea... |
commit | commitdiff | tree |
| 2005-03-18 |
Tom Lane | Put 'dump complete' message in the right place, so... |
commit | commitdiff | tree |
| 2005-03-18 |
Tom Lane | Need to reset local buffer pin counts, not only shared... |
commit | commitdiff | tree |
| 2005-03-18 |
Michael Meskes | Added patch by Christof Petig <christof@petig-baender... |
commit | commitdiff | tree |
| 2005-03-18 |
Tom Lane | Avoid infinite loop in InvalidateBuffer if we ourselves... |
commit | commitdiff | tree |
| 2005-03-18 |
Tom Lane | Need to release buffer pins before attempting to drop... |
commit | commitdiff | tree |
| 2005-03-18 |
Tom Lane | Treat EPERM as a non-error case when checking to see... |
commit | commitdiff | tree |
| 2005-03-17 |
Neil Conway | This patch moves some code for preprocessing FOR UPDATE... |
commit | commitdiff | tree |
| 2005-03-17 |
Bruce Momjian | Add link to INSERT in docs. |
commit | commitdiff | tree |
| 2005-03-17 |
Bruce Momjian | Update file system snapshot docs. |
commit | commitdiff | tree |
| 2005-03-17 |
Tom Lane | Update obsolete comment. |
commit | commitdiff | tree |
| 2005-03-17 |
Neil Conway | Trivial comment tweak. |
commit | commitdiff | tree |
| 2005-03-17 |
Bruce Momjian | Mention tablespaces as a problem for using file system... |
commit | commitdiff | tree |
| 2005-03-17 |
Bruce Momjian | Document use of rsync for file system backups. |
commit | commitdiff | tree |
| 2005-03-17 |
Bruce Momjian | Add mention of compatibility problem with turning off... |
commit | commitdiff | tree |
| 2005-03-17 |
Bruce Momjian | Factor duplicate snprintf code into functions. |
commit | commitdiff | tree |
| 2005-03-17 |
Neil Conway | Add a reference to the documentation on alternate index... |
commit | commitdiff | tree |
| 2005-03-16 |
Neil Conway | This patch makes \d on tables and views sort fk constra... |
commit | commitdiff | tree |
| 2005-03-16 |
Bruce Momjian | Force initdb cause of encoding additions. |
commit | commitdiff | tree |
| 2005-03-16 |
Tom Lane | Revise TupleTableSlot code to avoid unnecessary constru... |
commit | commitdiff | tree |
| 2005-03-16 |
Bruce Momjian | Add sprintf support, that were were missing. |
commit | commitdiff | tree |
| 2005-03-16 |
Bruce Momjian | pgindent snprintf.c for consistency. |
commit | commitdiff | tree |
| 2005-03-16 |
Bruce Momjian | Fix snprintf for %*$. |
commit | commitdiff | tree |
| 2005-03-16 |
Bruce Momjian | Add CVS \r\n regression tests. |
commit | commitdiff | tree |
| 2005-03-16 |
Bruce Momjian | Fix snprintf to handle %$ properly by storing and reord... |
commit | commitdiff | tree |
| 2005-03-16 |
Bruce Momjian | Add missing include for new lc_ctype_is_c() function. |
commit | commitdiff | tree |
| 2005-03-16 |
Bruce Momjian | Prevent locale-aware handling of upper, lower, and... |
commit | commitdiff | tree |
| 2005-03-16 |
Neil Conway | Wrap the implementation of fork_process() inside #ifnde... |
commit | commitdiff | tree |
| 2005-03-15 |
Bruce Momjian | Update to 8.0.1. |
commit | commitdiff | tree |
| 2005-03-15 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
| 2005-03-15 |
Bruce Momjian | Update Win32 item: |
commit | commitdiff | tree |
| 2005-03-15 |
Bruce Momjian | Clean up win1252 documentation. Mention how we determi... |
commit | commitdiff | tree |
| 2005-03-14 |
Bruce Momjian | Issue free space notices to both the user and the serve... |
commit | commitdiff | tree |
| 2005-03-14 |
Tom Lane | Make pg_dump emit a useful error message, instead of... |
commit | commitdiff | tree |
| 2005-03-14 |
Bruce Momjian | Add support for Win1252 encoding. |
commit | commitdiff | tree |
| 2005-03-14 |
Bruce Momjian | Bump minor version numbers for 8.1 compared to 8.0. |
commit | commitdiff | tree |
| 2005-03-14 |
Bruce Momjian | Completed: |
commit | commitdiff | tree |
| 2005-03-14 |
Neil Conway | Fix mistakes in SGML markup. From David Fetter. |
commit | commitdiff | tree |
| 2005-03-14 |
Tom Lane | Note that the -F and -R command line options only affec... |
commit | commitdiff | tree |
| 2005-03-14 |
Tom Lane | Avoid O(N^2) overhead in repeated nocachegetattr calls... |
commit | commitdiff | tree |
| 2005-03-14 |
Bruce Momjian | Document client-only encodings. |
commit | commitdiff | tree |
| 2005-03-14 |
Bruce Momjian | Fix typo on URL. |
commit | commitdiff | tree |
| 2005-03-14 |
Bruce Momjian | Add user: |
commit | commitdiff | tree |
| 2005-03-14 |
Bruce Momjian | Finalize character set documentation changes. |
commit | commitdiff | tree |
| 2005-03-14 |
Neil Conway | Allow ALTER FUNCTION to change a function's strictness... |
commit | commitdiff | tree |
| 2005-03-14 |
Bruce Momjian | Update comments for new encoding names. |
commit | commitdiff | tree |
| 2005-03-13 |
Tom Lane | Add missing identification comment, remove entirely... |
commit | commitdiff | tree |
| 2005-03-13 |
Tom Lane | Add some missing #includes. |
commit | commitdiff | tree |
| 2005-03-13 |
Bruce Momjian | Increment all major version numbers in 8.0.X to force... |
commit | commitdiff | tree |
| 2005-03-13 |
Tom Lane | Forgot that I had intended to replace division by maski... |
commit | commitdiff | tree |
| 2005-03-13 |
Bruce Momjian | Remove CENTER tag. |
commit | commitdiff | tree |
| 2005-03-13 |
Neil Conway | Make default_with_oids default to false -- user-created... |
commit | commitdiff | tree |
| 2005-03-13 |
Bruce Momjian | More ordering adjustments. |
commit | commitdiff | tree |
| 2005-03-13 |
Neil Conway | Update obsolete comment. |
commit | commitdiff | tree |
| 2005-03-13 |
Bruce Momjian | Fix markup. |
commit | commitdiff | tree |
| next |