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 |
2006-08-21 |
Michael Meskes | Fixed a few memory leaks. One indeed was part of a... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Tom Lane | Fix all known problems with pg_dump's handling of seria... |
commit | commitdiff | tree | snapshot |
2006-08-20 |
Alvaro Herrera | Fix DROP OWNED BY to correctly consider the implicitly... |
commit | commitdiff | tree | snapshot |
2006-08-20 |
Michael Meskes | Fixed a few trivial memory leaks reported by Coverity... |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Michael Meskes | Added another test |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Michael Meskes | More SoC stuff |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Tom Lane | Suppress subquery pullup/pushdown when a subquery conta... |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Tom Lane | Add a 'waiting' column to pg_stat_activity to carry... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Andrew Dunstan | Add installcheck-parallel target to top level makefiles. |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Tom Lane | Add PQdescribePrepared, PQdescribePortal, and related... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Michael Meskes | Fixed a buffer overrun that was masked on Linux systems. |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Bruce Momjian | Add space before SP4. |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Bruce Momjian | Update Win2000SP4 mention. |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Tom Lane | Now that we've rearranged relation open to get a lock... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Michael Meskes | Changed lexer to no longer use the default rule. |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Bruce Momjian | Mention only Windows 2000SP4 works. |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Bruce Momjian | Update Win32 CMD quoting rules information location... |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Tom Lane | Implement archive_timeout feature to force xlog file... |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Peter Eisentraut | Produce a clean failure in configure when dtrace is... |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Tom Lane | Fix an oversight in mergejoin planning: the planner... |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Tom Lane | Teach convert_subquery_pathkeys() to handle the case... |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
next |