2007-02-20 |
Peter Eisentraut | Identify schema of inherited table in psql \d when... |
commit | commitdiff | tree |
2007-02-20 |
Peter Eisentraut | Add missing OIDs to pg_proc. |
commit | commitdiff | tree |
2007-02-20 |
Bruce Momjian | Remove item: |
commit | commitdiff | tree |
2007-02-20 |
Bruce Momjian | Document IS [NOT] OF, which was added in 7.3. |
commit | commitdiff | tree |
2007-02-19 |
Bruce Momjian | Add FAQ text about Makefile.custom: |
commit | commitdiff | tree |
2007-02-19 |
Bruce Momjian | Document that to_char('J'/Julian) is midnight-based... |
commit | commitdiff | tree |
2007-02-19 |
Bruce Momjian | Wording improvement. |
commit | commitdiff | tree |
2007-02-19 |
Bruce Momjian | Update PQfree() documentation to be clearer, backpatch... |
commit | commitdiff | tree |
2007-02-19 |
Bruce Momjian | Update wording: |
commit | commitdiff | tree |
2007-02-19 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
2007-02-19 |
Bruce Momjian | Add newlines. |
commit | commitdiff | tree |
2007-02-19 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
2007-02-19 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
2007-02-19 |
Bruce Momjian | Clarify documentation that initdb -A or editing pg_hba... |
commit | commitdiff | tree |
2007-02-19 |
Bruce Momjian | Clarify documentation for "day of the week" handling... |
commit | commitdiff | tree |
2007-02-19 |
Bruce Momjian | Done: |
commit | commitdiff | tree |
2007-02-19 |
Bruce Momjian | Add "isodow" option to EXTRACT() and date_part() where... |
commit | commitdiff | tree |
2007-02-19 |
Bruce Momjian | Done: |
commit | commitdiff | tree |
2007-02-19 |
Bruce Momjian | Done: |
commit | commitdiff | tree |
2007-02-19 |
Magnus Hagander | Fix pg_dump on win32 to properly dump files larger... |
commit | commitdiff | tree |
2007-02-19 |
Magnus Hagander | Parse pg_proc.h with entries without OIDs. |
commit | commitdiff | tree |
2007-02-19 |
Tom Lane | Get rid of some old and crufty global variables in... |
commit | commitdiff | tree |
2007-02-19 |
Tom Lane | Improve plpgsql's error message when a datatype declara... |
commit | commitdiff | tree |
2007-02-19 |
Tom Lane | Put function expressions and values lists into Function... |
commit | commitdiff | tree |
2007-02-18 |
Tom Lane | Fix portal management code to support non-default comma... |
commit | commitdiff | tree |
2007-02-18 |
Bruce Momjian | Document limitation of SPI_execute() using multiple... |
commit | commitdiff | tree |
2007-02-18 |
Bruce Momjian | Update wording: |
commit | commitdiff | tree |
2007-02-18 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
2007-02-18 |
Bruce Momjian | Update "Conflicting lock modes" to show as conflict... |
commit | commitdiff | tree |
2007-02-17 |
Tom Lane | Add code so that when COPY_PARSE_PLAN_TREES is defined... |
commit | commitdiff | tree |
2007-02-17 |
Bruce Momjian | Remove rint() for to_char MS and US output. We can... |
commit | commitdiff | tree |
2007-02-17 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
2007-02-17 |
Bruce Momjian | Cleanup of to_char() patch. |
commit | commitdiff | tree |
2007-02-17 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
2007-02-17 |
Bruce Momjian | Remove installation mention that integer timestamps... |
commit | commitdiff | tree |
2007-02-17 |
Bruce Momjian | Create AVG() aggregates for int8 and NUMERIC which... |
commit | commitdiff | tree |
2007-02-16 |
Tom Lane | Teach find_nonnullable_rels to handle OR cases: if... |
commit | commitdiff | tree |
2007-02-16 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
2007-02-16 |
Tom Lane | Fix new RI operator selection code to do the right... |
commit | commitdiff | tree |
2007-02-16 |
Bruce Momjian | Reduce the amount of memory "clobbered" for every proce... |
commit | commitdiff | tree |
2007-02-16 |
Tom Lane | Adjust the definition of is_pushed_down so that it... |
commit | commitdiff | tree |
2007-02-16 |
Peter Eisentraut | Better fix for determining minimum and maximum int64... |
commit | commitdiff | tree |
2007-02-16 |
Alvaro Herrera | Install a more correct fix in the timestamp and timesta... |
commit | commitdiff | tree |
2007-02-16 |
Tom Lane | Code review for SSLKEY patch. |
commit | commitdiff | tree |
2007-02-16 |
Tom Lane | Fix markup, spelling, grammar, and explanations for... |
commit | commitdiff | tree |
2007-02-16 |
Alvaro Herrera | Fix the timestamptz test problem, by moving the tests... |
commit | commitdiff | tree |
2007-02-16 |
Peter Eisentraut | Fix // comment |
commit | commitdiff | tree |
2007-02-16 |
Peter Eisentraut | Add stdint.h include |
commit | commitdiff | tree |
2007-02-16 |
Peter Eisentraut | Functions for mapping table data and table schemas... |
commit | commitdiff | tree |
2007-02-16 |
Bruce Momjian | Remove extra character erroneously added. |
commit | commitdiff | tree |
2007-02-16 |
Bruce Momjian | Remove tabs from SGML files to help tag alingment and... |
commit | commitdiff | tree |
2007-02-16 |
Tom Lane | Fix another problem in 8.2 changes that allowed "one... |
commit | commitdiff | tree |
2007-02-16 |
Bruce Momjian | Add two new format fields for use with to_char(), to_da... |
commit | commitdiff | tree |
2007-02-16 |
Bruce Momjian | SSL improvements: |
commit | commitdiff | tree |
2007-02-16 |
Alvaro Herrera | Remove useless database name from bootstrap argument... |
commit | commitdiff | tree |
2007-02-16 |
Tom Lane | Restructure code that is responsible for ensuring that... |
commit | commitdiff | tree |
2007-02-15 |
Alvaro Herrera | Restructure autovacuum in two processes: a dummy proces... |
commit | commitdiff | tree |
2007-02-15 |
Tom Lane | Add ORDER BY to a query on information_schema.views... |
commit | commitdiff | tree |
2007-02-15 |
Tom Lane | Repair oversight in 8.2 change that improved the handli... |
commit | commitdiff | tree |
2007-02-14 |
Magnus Hagander | Make it possible to build with integer datetimes in... |
commit | commitdiff | tree |
2007-02-14 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
2007-02-14 |
Tom Lane | Add some discussion of sort ordering to indices.sgml... |
commit | commitdiff | tree |
2007-02-14 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
2007-02-14 |
Bruce Momjian | Fix to_date()/to_timestamp() 'D' field for day of week... |
commit | commitdiff | tree |
2007-02-14 |
Bruce Momjian | Move fsync method macro defines into /include/access... |
commit | commitdiff | tree |
2007-02-14 |
Tom Lane | Minor editorialization on operator-family documentation... |
commit | commitdiff | tree |
2007-02-14 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
2007-02-14 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
2007-02-14 |
Neil Conway | Fix capitalization and punctuation of two more GUC... |
commit | commitdiff | tree |
2007-02-14 |
Bruce Momjian | Add URL for: |
commit | commitdiff | tree |
2007-02-14 |
Tom Lane | Fix up foreign-key mechanism so that there is a sound... |
commit | commitdiff | tree |
2007-02-14 |
Bruce Momjian | Add URL for: |
commit | commitdiff | tree |
2007-02-13 |
Bruce Momjian | Add URL for: |
commit | commitdiff | tree |
2007-02-13 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
2007-02-13 |
Tom Lane | Disallow committing a prepared transaction unless we... |
commit | commitdiff | tree |
2007-02-13 |
Tom Lane | Improve postmaster's behavior if an accept() call fails... |
commit | commitdiff | tree |
2007-02-13 |
Bruce Momjian | Add URL for: |
commit | commitdiff | tree |
2007-02-13 |
Bruce Momjian | Add code so database scans are done in an order consist... |
commit | commitdiff | tree |
2007-02-13 |
Bruce Momjian | Update /contrib/fuzzystrmatch error message to mention... |
commit | commitdiff | tree |
2007-02-13 |
Bruce Momjian | Add ORDER BY to vacummdb so databases are scaned in... |
commit | commitdiff | tree |
2007-02-13 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
2007-02-13 |
Magnus Hagander | Un-break build on ANSI compilers (like msvc) by moving... |
commit | commitdiff | tree |
2007-02-13 |
Magnus Hagander | Add script to run regression tests under vc++ without... |
commit | commitdiff | tree |
2007-02-13 |
Magnus Hagander | One more fix for makefile := to : change. |
commit | commitdiff | tree |
2007-02-13 |
Magnus Hagander | Properly parse Makefile after change from := to =. |
commit | commitdiff | tree |
2007-02-13 |
Tom Lane | Repair bug in 8.2's new logic for planning outer joins... |
commit | commitdiff | tree |
2007-02-13 |
Bruce Momjian | Add comment to explain why O_EXCL and O_TRUNC can be... |
commit | commitdiff | tree |
2007-02-13 |
Bruce Momjian | Add comment that to_char() for broken glibc pt_BR might... |
commit | commitdiff | tree |
2007-02-12 |
Tom Lane | Avoid infinite recursion when dumping new planner Equiv... |
commit | commitdiff | tree |
2007-02-12 |
Teodor Sigaev | Fix backend crash in parsing incorrect tsquery. |
commit | commitdiff | tree |
2007-02-11 |
Peter Eisentraut | Add support for optionally escaping periods when conver... |
commit | commitdiff | tree |
2007-02-11 |
Tom Lane | Fix another erroneous =-for-:= substitution. |
commit | commitdiff | tree |
2007-02-11 |
Michael Meskes | Fixed multibyte handling as reported by <harada.toshi... |
commit | commitdiff | tree |
2007-02-11 |
Magnus Hagander | Fix for early log messages during postmaster startup... |
commit | commitdiff | tree |
2007-02-10 |
Tom Lane | Improve documentation for CREATE CONSTRAINT TRIGGER. |
commit | commitdiff | tree |
2007-02-10 |
Magnus Hagander | Fix pg_standby to build on msvc. |
commit | commitdiff | tree |
2007-02-10 |
Peter Eisentraut | Add proper mapping of boolean type data to XML Schema. |
commit | commitdiff | tree |
2007-02-10 |
Peter Eisentraut | StrNCpy -> strlcpy (not complete) |
commit | commitdiff | tree |
2007-02-10 |
Tom Lane | Put back some not-so-unnecessary-as-all-that := usages... |
commit | commitdiff | tree |
2007-02-10 |
Tom Lane | Hm, seems my hack on rowtypes regression test has made... |
commit | commitdiff | tree |
next |