2006-09-03 |
Bruce Momjian | Properly round months into days and into seconds for... |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Bruce Momjian | Reverted: |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Bruce Momjian | Revert FETCH/MOVE int64 patch. Was using incorrect... |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Bruce Momjian | Update predicate locking text. |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Bruce Momjian | Fix case where "PM" to_timestamp() mask was eating... |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Bruce Momjian | Fix LLONG_MAX define used by new int64 FETCH/MOVE patch. |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Bruce Momjian | Remove unnecessary copyObject() call in update (values... |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Bruce Momjian | Make autovacuum behavior more agressive, per discussion... |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Bruce Momjian | Update postgresql.conf line for default superuser_reser... |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Bruce Momjian | Change "superuser_reserved_connections" default to... |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Bruce Momjian | Add URL for autovacuum default: |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Bruce Momjian | Use '' rather than \' for literal single quotes in... |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Bruce Momjian | Wording improvements for archive_timeout. |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Joe Conway | Added async query capability. Original patch by |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Bruce Momjian | Small code cleanup for recent UPDATE SET (values) patch. |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Bruce Momjian | Add UPDATE tab SET ROW (col, ...) = (val, ...) for... |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Bruce Momjian | Change FETCH/MOVE to use int8. |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Bruce Momjian | Revert as not needed/inconsistent with SQL REINDEX: |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Bruce Momjian | Remove GUC_REPORT for new "server_version_num" GUC... |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Tom Lane | Apply a simple solution to the problem of making INSERT... |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Bruce Momjian | Add functions to /contrib/pgstattuple that show index... |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Bruce Momjian | Add new variable "server_version_num", which is almost... |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Bruce Momjian | Update wording: |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Bruce Momjian | Allow PL/python to return composite types and result... |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Bruce Momjian | Suppress some NOTICE messages from REINDEX command. |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Tom Lane | Clean up rather sloppy fix in HEAD for the ancient... |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Peter Eisentraut | Repair interpretation of GB as MB. |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Bruce Momjian | Attibution addition: Add Karel Zak also for COPY SELECT. |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Bruce Momjian | Correct attibution: |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2006-08-30 |
Tom Lane | Extend COPY to support COPY (SELECT ...) TO ... |
commit | commitdiff | tree | snapshot |
2006-08-30 |
Bruce Momjian | Update logging of prepare/execute syntax, per comments... |
commit | commitdiff | tree | snapshot |
2006-08-30 |
Tom Lane | Fix things so that fopen's, not only open's, pass FILE_... |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Tom Lane | Dept. of second thoughts: if query fails part way throu... |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Tom Lane | Create a FETCH_COUNT parameter that causes psql to... |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Bruce Momjian | Separate prepared statement and bind parameters with... |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Bruce Momjian | Add autovacuum item: |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Teodor Sigaev | Fix mistyping |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Tom Lane | Invent an assign-hook mechanism for psql variables... |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Teodor Sigaev | Fix BUG #2594: Gin Indexes cause server to crash when... |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Teodor Sigaev | Add description of tsvector type layout |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Teodor Sigaev | Remove pos comparison in silly_cmp_tsvector(): it is... |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Teodor Sigaev | Fix incorrect length of lexemes in silly_cmp_tsvector() |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Michael Meskes | Second try committing the path changes. |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Michael Meskes | Removed debug option from pg_regress call. |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Michael Meskes | Fixed parser and library to allow empty database names. |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Peter Eisentraut | Revert change to turn autovacuum on by default. |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Bruce Momjian | Only call log_after_parse() if necessary. |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Bruce Momjian | Now bind displays prepare as detail, and execute displa... |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Bruce Momjian | Add URL: |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Bruce Momjian | Move to referential integrity section: |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Tom Lane | Fix pgstat_report_waiting() to not dump core if called... |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Tom Lane | Partial fix for ecpg's VPATH problems. It compiles... |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Tom Lane | Tweak trivial_subqueryscan() to consider a SubqueryScan... |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Peter Eisentraut | Turn autovacuum on by default. (stats_row_level is... |
commit | commitdiff | tree | snapshot |
2006-08-27 |
Tom Lane | Add new return codes SPI_OK_INSERT_RETURNING etc to... |
commit | commitdiff | tree | snapshot |
2006-08-27 |
Tom Lane | Add some notes about why it's not a bug that RI_FKey_ch... |
commit | commitdiff | tree | snapshot |
2006-08-27 |
Tom Lane | Add a function GetLockConflicts() to lock.c to report... |
commit | commitdiff | tree | snapshot |
2006-08-27 |
Tom Lane | Move xact.c's partial support for Lists of TransactionI... |
commit | commitdiff | tree | snapshot |
2006-08-27 |
Michael Meskes | - Enabled single-quoted connection targets. |
commit | commitdiff | tree | snapshot |
2006-08-27 |
Tom Lane | Make saveHistory work properly on OS X when HISTFILE... |
commit | commitdiff | tree | snapshot |
2006-08-26 |
Michael Meskes | Changed double output. |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Bruce Momjian | Add blank line. |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Bruce Momjian | Add blank line.> |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Bruce Momjian | Add 'feedback' section heading to xml2. |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Teodor Sigaev | Fix regression tests: after changing comparing function |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Tom Lane | Add the ability to create indexes 'concurrently', that... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Teodor Sigaev | Fix compare bug for tsvector: problem was in aligment... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Michael Meskes | Synced parser |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Michael Meskes | Needed more stuff from c.h. |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Michael Meskes | Fixed of by one variable size. |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Michael Meskes | Need more defines in ecpg_config.h, patch sent by Rocco... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Tom Lane | Add some debug logging code to AllocateFile's failure... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Bruce Momjian | Update XML2 documentation for xpath_table(). |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Tom Lane | Optimize the case where a btree indexscan has current... |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Bruce Momjian | Add "AS" item: |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Michael Meskes | Somehow my version compiled but the change didn't make... |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Michael Meskes | Used autoconf 2.59 this time. |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Michael Meskes | Argh, forgot the new file yet again. |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Michael Meskes | Replaced double-quote-fix with a hopefully better version. |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Bruce Momjian | Update COPY/VIEW item: |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Michael Meskes | Descriptor values were quoted twice. |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Bruce Momjian | In new "invalid byte sequence" error hint, call it... |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Bruce Momjian | Add info for get_* functions: |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Bruce Momjian | Add hint for "invalid byte sequence for encoding" error... |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Tom Lane | Ooops, ldap fix for win32 broke the non-win32 case. |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Bruce Momjian | Generalize width_bucket() documentation because b1... |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Bruce Momjian | Add space between Win2000 and SP4. |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Tom Lane | Fix encrypted-LDAP support so that it doesn't cause... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Tom Lane | Minor code rearrangement to save a few cycles in RI_FKe... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Tom Lane | Remove obsolete tip about casting bool to int, per... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Tom Lane | Make the server track an 'XID epoch', that is, maintain... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Bruce Momjian | Remove items, not needed anymore: |
commit | commitdiff | tree | snapshot |
next |