2004-03-03 |
Bruce Momjian | Seems the usage message for oid2name calls it pg_oid2na... |
commit | commitdiff | tree | snapshot |
2004-03-03 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-03-03 |
Bruce Momjian | Adds the -W flag to the pwd call under Win32. This... |
commit | commitdiff | tree | snapshot |
2004-03-02 |
Tom Lane | Remove useless rebuilding of subPlan list during ExecIn... |
commit | commitdiff | tree | snapshot |
2004-03-02 |
Tom Lane | Update obsolete comment. |
commit | commitdiff | tree | snapshot |
2004-03-02 |
Tom Lane | Always schema-qualify the name of a function referenced... |
commit | commitdiff | tree | snapshot |
2004-03-02 |
Bruce Momjian | Update bison warning to be clearer about its purpose. |
commit | commitdiff | tree | snapshot |
2004-03-02 |
Tom Lane | Junkfilter logic to force a projection step during... |
commit | commitdiff | tree | snapshot |
2004-03-02 |
Bruce Momjian | Fix sizeof(Oid) in PGSTAT_NUM_TABPURGE. (Actually... |
commit | commitdiff | tree | snapshot |
2004-03-02 |
Bruce Momjian | Add missing checks for Borland C compiler. |
commit | commitdiff | tree | snapshot |
2004-03-02 |
Tom Lane | Teach is_distinct_query to recognize that GROUP BY... |
commit | commitdiff | tree | snapshot |
2004-03-02 |
Bruce Momjian | Update Turkish FAQ, Devrim GUNDUZ |
commit | commitdiff | tree | snapshot |
2004-03-02 |
Bruce Momjian | Add missing sprompt.obj psql usage for Borland compiler... |
commit | commitdiff | tree | snapshot |
2004-03-02 |
Michael Meskes | Added partly missing VOLATILE keyword. |
commit | commitdiff | tree | snapshot |
2004-03-02 |
Tom Lane | Update release notes for 7.3.6. |
commit | commitdiff | tree | snapshot |
2004-03-02 |
Tom Lane | Replace unportable use of /dev/stdin with lynx's -stdin... |
commit | commitdiff | tree | snapshot |
2004-03-01 |
Neil Conway | Add a few more xrefs, where they seemed appropriate... |
commit | commitdiff | tree | snapshot |
2004-03-01 |
Neil Conway | Enable some additional warnings when running openjade... |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Tom Lane | make_sort_from_pathkeys()'s method for choosing which... |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Neil Conway | Fix a typo in a recent commit to func.sgml that apparen... |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Neil Conway | Fix a bunch (~88) typos that the OpenJade tools don... |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Bruce Momjian | "Corrects" the int8/float4/float8 tests under win32. |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Tom Lane | Remove unneeded indxqual field in IndexScanState, and... |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Dennis Bjorklund | Translation updates |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Dennis Bjorklund | Translation update |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Dennis Bjorklund | Translation updates |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Dennis Bjorklund | Translation updates |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Tom Lane | Adjust remove_redundant_join_clauses() so that when... |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Tom Lane | genericcostestimate() neglected to include qual startup... |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Tom Lane | process_implied_equality must copy the substructure... |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Neil Conway | Fix a few omissions in the initcap() documentation... |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Bruce Momjian | Update plpython docs to mention shared libs are possibl... |
commit | commitdiff | tree | snapshot |
2004-02-26 |
Bruce Momjian | For immediate application to HEAD. |
commit | commitdiff | tree | snapshot |
2004-02-26 |
Bruce Momjian | Update the pl/python shared build docs to match the... |
commit | commitdiff | tree | snapshot |
2004-02-25 |
Bruce Momjian | For application to HEAD, following community review. |
commit | commitdiff | tree | snapshot |
2004-02-25 |
Tom Lane | Teach plpgsql's lexer about dollar-quoted literals. |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Tom Lane | anyarray really needs to be declared with typalign... |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Tom Lane | Add %option nodefault to all our flex lexers. Fix... |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Tom Lane | Implement dollar-quoting in the backend lexer and psql... |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Michael Meskes | - Corrected error handling in PGTYPEStimestamp_from_asc. |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Joe Conway | When returning type "record", replace use of pgresultGe... |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Joe Conway | Apply quote_literal to the start_with argument of conne... |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Tom Lane | Cause pg_dump to emit a 'SET client_encoding' command... |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Tom Lane | Don't crash when a rowtype argument to a plpgsql functi... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Tom Lane | Fix obsolete comment. |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Tom Lane | Replace opendir/closedir calls throughout the backend... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Tom Lane | NOFILE isn't used anywhere any more. |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Tom Lane | Do a direct probe during postmaster startup to determin... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Michael Meskes | Fixed incorrect output of indicator structs using the... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Tom Lane | Write #include <dl.h>, not #include "dl.h", to correctl... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Tom Lane | Move responsibility for copying argv[] array into ps_st... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Neil Conway | Document the family() function (added during the 7... |
commit | commitdiff | tree | snapshot |
2004-02-21 |
Tom Lane | Fix random build breakage from log_disconnections patch. |
commit | commitdiff | tree | snapshot |
2004-02-21 |
Tom Lane | Implement a solution to the 'Turkish locale downcases... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Bruce Momjian | The following bug has been logged online: |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Bruce Momjian | Add to PL/java description. |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Tom Lane | Re-implement psql's input scanning to use a flex-genera... |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Tom Lane | Cosmetic changes (mostly whitespace) to make it easier... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Bruce Momjian | Here is a patch that implements setitimer() on win32... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Michael Meskes | Added missing rule for DOUBLE variables. |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Neil Conway | Improve the consistency of the error message emitted... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Neil Conway | Remove a caveat from the "backup" documentation: pg_dum... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Neil Conway | Add a few more <xref> tags to the SGML docs, where... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Tom Lane | Minor editorializing on cost-based vacuum description. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Neil Conway | Significant improvements to the documentation for the... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Neil Conway | Fix a minor SGML markup infelicity in recently-applied... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Bruce Momjian | Rename function log_session_end to log_disconnections. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Bruce Momjian | Fix prototype for on_proc_exit in log_disconnections... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Bruce Momjian | This patch brings up to date what I did last year ... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Bruce Momjian | Here is an updated version of the win32 readdir patch. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Bruce Momjian | Under Win32, stat() returns an st_ino field, but it... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Bruce Momjian | Please apply this patch to contrib/dbmirror |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Neil Conway | Minor SGML markup improvements. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Tom Lane | Make use of statistics on index expressions. There... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Bruce Momjian | Change may -> might, and remove an extra tab. |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Michael Meskes | - Cleaned up parser a little bit. It does not make... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Tom Lane | First steps towards statistics on expressional (nee... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Peter Eisentraut | New translation |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Michael Meskes | - Allowed some C keywords to be used as SQL column... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Michael Meskes | - Added missing braces to array parsing. |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Neil Conway | Minor documentation tweak. |
commit | commitdiff | tree | snapshot |
2004-02-14 |
Tom Lane | Create crosstype comparison operators for date vs.... |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Tom Lane | Repair optimization bug I introduced in a moment of... |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Jan Wieck | Documentation for vacuum_cost config options. |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Tom Lane | After further thought about support for gathering stats... |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Bruce Momjian | Mention psql variable names are case-sensitive. |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Bruce Momjian | Fix typo: |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Bruce Momjian | Tom Lane wrote: |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Tom Lane | Try to make 'cross-database references are not implemen... |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Tom Lane | Add hooks for type-specific calculation of ANALYZE... |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Bruce Momjian | Add from Joe Conway: |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Bruce Momjian | Add CVS ID tags to port/win32/files. |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Bruce Momjian | Jan: |
commit | commitdiff | tree | snapshot |
next |