| 2005-08-12 |
Bruce Momjian | Add files to do read I/O on the cluster directory: |
commit | commitdiff | tree |
| 2005-08-12 |
Bruce Momjian | Update comments. |
commit | commitdiff | tree |
| 2005-08-12 |
Bruce Momjian | Document why we only handle trailing "..". |
commit | commitdiff | tree |
| 2005-08-12 |
Tom Lane | Solve the problem of OID collisions by probing for... |
commit | commitdiff | tree |
| 2005-08-11 |
Bruce Momjian | Fix BSD fseeko to seek from the end of the file. |
commit | commitdiff | tree |
| 2005-08-11 |
Tom Lane | EINTR return from connect() should be treated exactly... |
commit | commitdiff | tree |
| 2005-08-11 |
Tom Lane | Autovacuum loose end mop-up. Provide autovacuum-specif... |
commit | commitdiff | tree |
| 2005-08-11 |
Bruce Momjian | Update for new CVS homepage. |
commit | commitdiff | tree |
| 2005-08-11 |
Bruce Momjian | Mention MD5 function index for indexing long values. |
commit | commitdiff | tree |
| 2005-08-11 |
Bruce Momjian | Update MD5 mention for long values. |
commit | commitdiff | tree |
| 2005-08-11 |
Bruce Momjian | Fix canonicalize_path so "../.." isn't stripped off... |
commit | commitdiff | tree |
| 2005-08-10 |
Tom Lane | Make new hints follow style guide. |
commit | commitdiff | tree |
| 2005-08-10 |
Bruce Momjian | Add hints to cases where indexes fail because of values... |
commit | commitdiff | tree |
| 2005-08-10 |
Bruce Momjian | Document why Win32 loops over rename/unlink are necessary. |
commit | commitdiff | tree |
| 2005-08-10 |
Bruce Momjian | Add new FAQ information. |
commit | commitdiff | tree |
| 2005-08-09 |
Tom Lane | Extend pg_config to be able to report the build-time... |
commit | commitdiff | tree |
| 2005-08-09 |
Tom Lane | Make backends that are reading the pgstats file verify... |
commit | commitdiff | tree |
| 2005-08-09 |
Bruce Momjian | Combine entries: |
commit | commitdiff | tree |
| 2005-08-09 |
Bruce Momjian | Done: |
commit | commitdiff | tree |
| 2005-08-09 |
Bruce Momjian | Update postgresql.conf to show default ordering for... |
commit | commitdiff | tree |
| 2005-08-09 |
Bruce Momjian | Remove unintended file change. |
commit | commitdiff | tree |
| 2005-08-09 |
Bruce Momjian | Fix ordering of default sync options to match code. |
commit | commitdiff | tree |
| 2005-08-09 |
Bruce Momjian | Update patches queue URL, description. |
commit | commitdiff | tree |
| 2005-08-09 |
Bruce Momjian | Done: |
commit | commitdiff | tree |
| 2005-08-09 |
Bruce Momjian | Clarify wal_sync_method options in documentation. |
commit | commitdiff | tree |
| 2005-08-08 |
Tom Lane | Fix crash when reading 'timezone = unknown' from postgr... |
commit | commitdiff | tree |
| 2005-08-08 |
Bruce Momjian | Done: |
commit | commitdiff | tree |
| 2005-08-08 |
Tom Lane | Avoid useless loop overhead in AtEOXact routines when... |
commit | commitdiff | tree |
| 2005-08-08 |
Tom Lane | Modify AtEOXact_CatCache and AtEOXact_RelationCache... |
commit | commitdiff | tree |
| 2005-08-08 |
Tom Lane | Cygwin no longer needs to hack SHLIB_LINK, now that... |
commit | commitdiff | tree |
| 2005-08-08 |
Tom Lane | Cause ShutdownPostgres to do a normal transaction abort... |
commit | commitdiff | tree |
| 2005-08-07 |
Tom Lane | Set shlib naming convention on Cygwin to 'cygFOO.dll... |
commit | commitdiff | tree |
| 2005-08-07 |
Tom Lane | Fix count_usable_fds() to stop trying to open files... |
commit | commitdiff | tree |
| 2005-08-06 |
Tom Lane | COPY performance improvements. Avoid calling CopyGetDa... |
commit | commitdiff | tree |
| 2005-08-05 |
Tom Lane | Actually, this macro had worse problems than a bogus... |
commit | commitdiff | tree |
| 2005-08-05 |
Tom Lane | Fix misspelled macro name. Doesn't appear to be used... |
commit | commitdiff | tree |
| 2005-08-04 |
Tom Lane | ALTER TABLE OWNER must change the ownership of the... |
commit | commitdiff | tree |
| 2005-08-03 |
Bruce Momjian | Done: |
commit | commitdiff | tree |
| 2005-08-02 |
Tom Lane | Tweak BgBufferSync() so that a persistent write error... |
commit | commitdiff | tree |
| 2005-08-02 |
Tom Lane | Prevent planner from including temp tables of other... |
commit | commitdiff | tree |
| 2005-08-02 |
Tom Lane | Clean up CREATE DATABASE processing to make it more... |
commit | commitdiff | tree |
| 2005-08-02 |
Tom Lane | Code and docs review for pg_column_size() patch. |
commit | commitdiff | tree |
| 2005-08-02 |
Tom Lane | Use ReadDir() not readdir() so as to have some modicum... |
commit | commitdiff | tree |
| 2005-08-02 |
Tom Lane | Add ERROR_NO_MORE_FILES workaround to check_data_dir... |
commit | commitdiff | tree |
| 2005-08-02 |
Tom Lane | rmtree() reported the wrong pathname if final rmdir... |
commit | commitdiff | tree |
| 2005-08-02 |
Tom Lane | Un-Windows-ify newlines. |
commit | commitdiff | tree |
| 2005-08-01 |
Tom Lane | Add NOWAIT option to SELECT FOR UPDATE/SHARE. |
commit | commitdiff | tree |
| 2005-08-01 |
Bruce Momjian | nor -> or. |
commit | commitdiff | tree |
| 2005-08-01 |
Tom Lane | Documentation for ALTER object SET SCHEMA commands... |
commit | commitdiff | tree |
| 2005-08-01 |
Bruce Momjian | Done: |
commit | commitdiff | tree |
| 2005-08-01 |
Bruce Momjian | Done: |
commit | commitdiff | tree |
| 2005-08-01 |
Tom Lane | Add ALTER object SET SCHEMA capability for a limited... |
commit | commitdiff | tree |
| 2005-08-01 |
Bruce Momjian | Add description: |
commit | commitdiff | tree |
| 2005-07-31 |
Tom Lane | Add per-user and per-database connection limit options. |
commit | commitdiff | tree |
| 2005-07-31 |
Bruce Momjian | Suggest syntax: |
commit | commitdiff | tree |
| 2005-07-31 |
Bruce Momjian | Add item to sentence: |
commit | commitdiff | tree |
| 2005-07-31 |
Bruce Momjian | Spacing improvement. |
commit | commitdiff | tree |
| 2005-07-30 |
Tom Lane | Fix broken markup and spelling, put paragraph in a... |
commit | commitdiff | tree |
| 2005-07-30 |
Tom Lane | Use the standard spelling of the protocol argument... |
commit | commitdiff | tree |
| 2005-07-30 |
Bruce Momjian | Fix justify_days() for integer datestamp, clean up... |
commit | commitdiff | tree |
| 2005-07-30 |
Bruce Momjian | More vacuum markup fixes. Alvaro |
commit | commitdiff | tree |
| 2005-07-30 |
Bruce Momjian | Fix VACUUM sgml markup. |
commit | commitdiff | tree |
| 2005-07-30 |
Bruce Momjian | Patch to mention cost-based delay in vacuum reference |
commit | commitdiff | tree |
| 2005-07-30 |
Bruce Momjian | Add GUC variables to control keep-alive times for idle... |
commit | commitdiff | tree |
| 2005-07-30 |
Bruce Momjian | Please find attached diffs for documentation and simple... |
commit | commitdiff | tree |
| 2005-07-30 |
Bruce Momjian | Fix compile for no O_SYNC, but introduced with O_DIRECT. |
commit | commitdiff | tree |
| 2005-07-30 |
Bruce Momjian | Add constraint exclusion items: |
commit | commitdiff | tree |
| 2005-07-30 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
| 2005-07-30 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
| 2005-07-30 |
Bruce Momjian | Update AIX FAQ. |
commit | commitdiff | tree |
| 2005-07-30 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
| 2005-07-30 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
| 2005-07-30 |
Bruce Momjian | Clarify: |
commit | commitdiff | tree |
| 2005-07-30 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
| 2005-07-30 |
Bruce Momjian | SUNOS4_CC -> SUNOS_CC. |
commit | commitdiff | tree |
| 2005-07-30 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
| 2005-07-29 |
Tom Lane | Fix an oversight I introduced on 2003-12-28: find_nots... |
commit | commitdiff | tree |
| 2005-07-29 |
Tom Lane | Remove contrib version of pg_autovacuum --- superseded... |
commit | commitdiff | tree |
| 2005-07-29 |
Tom Lane | Clean up a number of autovacuum loose ends. Make the... |
commit | commitdiff | tree |
| 2005-07-29 |
Tom Lane | It appears we need -DSUNOS4_CC for both solaris and... |
commit | commitdiff | tree |
| 2005-07-29 |
Bruce Momjian | Add detail: |
commit | commitdiff | tree |
| 2005-07-29 |
Bruce Momjian | Move reindexdb from /contrib to /bin. |
commit | commitdiff | tree |
| 2005-07-29 |
Bruce Momjian | Update catversion for dbsize changes. |
commit | commitdiff | tree |
| 2005-07-29 |
Bruce Momjian | Remove dbsize mention. |
commit | commitdiff | tree |
| 2005-07-29 |
Bruce Momjian | Move dbsize functions into the backend. New functions: |
commit | commitdiff | tree |
| 2005-07-29 |
Bruce Momjian | Add mp3 entry to FAQ. |
commit | commitdiff | tree |
| 2005-07-29 |
Bruce Momjian | I've had this small patch in my local tree for a while... |
commit | commitdiff | tree |
| 2005-07-29 |
Bruce Momjian | Fix typo. |
commit | commitdiff | tree |
| 2005-07-29 |
Bruce Momjian | Update O_DIRECT comment. |
commit | commitdiff | tree |
| 2005-07-29 |
Bruce Momjian | Done: |
commit | commitdiff | tree |
| 2005-07-29 |
Bruce Momjian | Use O_DIRECT if available when using O_SYNC for wal_syn... |
commit | commitdiff | tree |
| 2005-07-29 |
Bruce Momjian | Thank you for applying patch --- regexp_replace. |
commit | commitdiff | tree |
| 2005-07-28 |
Tom Lane | Make use of new list primitives list_append_unique... |
commit | commitdiff | tree |
| 2005-07-28 |
Bruce Momjian | Add tab completion syntax for PREPARE 2-phase commit... |
commit | commitdiff | tree |
| 2005-07-28 |
Tom Lane | Fix a bunch of bad interactions between partial indexes... |
commit | commitdiff | tree |
| 2005-07-28 |
Bruce Momjian | Code cleanup. |
commit | commitdiff | tree |
| 2005-07-28 |
Neil Conway | Refactor exec_cast_value() and exec_simple_cast_value... |
commit | commitdiff | tree |
| 2005-07-28 |
Neil Conway | Mark a static array "const" to move a few bytes from... |
commit | commitdiff | tree |
| 2005-07-28 |
Tom Lane | Remove no-longer-needed hack to add pgsleep.c to regres... |
commit | commitdiff | tree |
| 2005-07-28 |
Tom Lane | Put libpgport into OBJS instead of LIBS, so that it... |
commit | commitdiff | tree |
| next |