| 2005-03-28 |
Tom Lane | Remove dead push/pop rollback code. Vadim once planned... |
commit | commitdiff | tree |
| 2005-03-28 |
Tom Lane | Rethink the order of expression preprocessing: eval_con... |
commit | commitdiff | tree |
| 2005-03-27 |
Tom Lane | First steps towards index scans with heap access decoup... |
commit | commitdiff | tree |
| 2005-03-27 |
Tom Lane | Teach const-expression simplification to simplify boole... |
commit | commitdiff | tree |
| 2005-03-27 |
Tom Lane | Eliminate duplicate hasnulls bit testing in index tuple... |
commit | commitdiff | tree |
| 2005-03-27 |
Tom Lane | Add a back-link from IndexOptInfo structs to their... |
commit | commitdiff | tree |
| 2005-03-26 |
Tom Lane | Expand the 'special index operator' machinery to handle... |
commit | commitdiff | tree |
| 2005-03-26 |
Tom Lane | Fix a pair of related issues with estimation of inequal... |
commit | commitdiff | tree |
| 2005-03-26 |
Tom Lane | Use a bitmapset instead of a list for duplicate-column... |
commit | commitdiff | tree |
| 2005-03-26 |
Tom Lane | Rewrite rewriteTargetList() to avoid O(N^2) behavior... |
commit | commitdiff | tree |
| 2005-03-26 |
Tom Lane | Add Windows-specific variant comparison file. |
commit | commitdiff | tree |
| 2005-03-26 |
Tom Lane | Add another ORDER BY to rules test to eliminate platfor... |
commit | commitdiff | tree |
| 2005-03-26 |
Tom Lane | Prevent to_char(interval) from dumping core on month... |
commit | commitdiff | tree |
| 2005-03-25 |
Bruce Momjian | Use 'cp' and 'chmod' in place of 'install' to install... |
commit | commitdiff | tree |
| 2005-03-25 |
Bruce Momjian | Add |
commit | commitdiff | tree |
| 2005-03-25 |
Tom Lane | Remove lazy_update_relstats; go back to having VACUUM... |
commit | commitdiff | tree |
| 2005-03-25 |
Tom Lane | Improve EXPLAIN ANALYZE to show the time spent in each... |
commit | commitdiff | tree |
| 2005-03-25 |
Tom Lane | Fix resource owner code to generate catcache and relcac... |
commit | commitdiff | tree |
| 2005-03-25 |
Bruce Momjian | Have libpgport link before libpq so that PG client... |
commit | commitdiff | tree |
| 2005-03-25 |
Tom Lane | Fix two bugs in change_owner_recurse_to_sequences:... |
commit | commitdiff | tree |
| 2005-03-25 |
Tom Lane | Update and copy-edit description of privileges. |
commit | commitdiff | tree |
| 2005-03-25 |
Tom Lane | Add missing min/max parameters to DefineCustomIntVariab... |
commit | commitdiff | tree |
| 2005-03-25 |
Tom Lane | Fix to_date to behave reasonably when CC and YY fields... |
commit | commitdiff | tree |
| 2005-03-25 |
Tom Lane | Make initialization of special trigger variables a... |
commit | commitdiff | tree |
| 2005-03-25 |
Bruce Momjian | Print URL in printed output.. |
commit | commitdiff | tree |
| 2005-03-25 |
Bruce Momjian | Add URL of how to report bugs: |
commit | commitdiff | tree |
| 2005-03-25 |
Tom Lane | Kerberos fixes from Magnus Hagander --- in theory Kerbe... |
commit | commitdiff | tree |
| 2005-03-24 |
Tom Lane | Revert ill-conceived change of libpq linkage --- breaks... |
commit | commitdiff | tree |
| 2005-03-24 |
Tom Lane | array_map can't use the fn_extra field of the provided... |
commit | commitdiff | tree |
| 2005-03-24 |
Bruce Momjian | Force PG client applications to link to non-shared... |
commit | commitdiff | tree |
| 2005-03-24 |
Tom Lane | Tweak planner to use a minimum size estimate of 10... |
commit | commitdiff | tree |
| 2005-03-24 |
Bruce Momjian | Set socket timer to 58 instead of 60 minutes for hour... |
commit | commitdiff | tree |
| 2005-03-24 |
Tom Lane | Fix python regression testing script to bail out early... |
commit | commitdiff | tree |
| 2005-03-24 |
Tom Lane | Adjust plpython to convert \r\n and \r to \n in Python... |
commit | commitdiff | tree |
| 2005-03-24 |
Bruce Momjian | Touch postmaster log file every hour, rather than every... |
commit | commitdiff | tree |
| 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 |
| next |