2001-11-21 |
Bruce Momjian | Update HISTORY, for Tatsuo. |
commit | commitdiff | tree | snapshot |
2001-11-20 |
Tom Lane | Bruce's octet_length change breaks this regression... |
commit | commitdiff | tree | snapshot |
2001-11-20 |
Bruce Momjian | Include sys/types.h in crypt-des.c. FreeBSD netinet... |
commit | commitdiff | tree | snapshot |
2001-11-20 |
Bruce Momjian | Added a few paragraphs to explain current restricted... |
commit | commitdiff | tree | snapshot |
2001-11-20 |
Bruce Momjian | Here's a patch adding documentation for the PQescapeByt... |
commit | commitdiff | tree | snapshot |
2001-11-20 |
Bruce Momjian | Duh, my regexp's missed bunch of them. Here's next... |
commit | commitdiff | tree | snapshot |
2001-11-20 |
Bruce Momjian | Add mention of template1 usage. |
commit | commitdiff | tree | snapshot |
2001-11-20 |
Bruce Momjian | pgcrypto uses non-standard type uint, which causes... |
commit | commitdiff | tree | snapshot |
2001-11-20 |
Bruce Momjian | I've created a new section to func.sgml, "Binary String... |
commit | commitdiff | tree | snapshot |
2001-11-20 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-11-20 |
Tom Lane | Expand discussion of logfile management a little bit. |
commit | commitdiff | tree | snapshot |
2001-11-20 |
Bruce Momjian | Update HISTORY to current changes. |
commit | commitdiff | tree | snapshot |
2001-11-20 |
PostgreSQL... | update configure.in for b3 ... |
commit | commitdiff | tree | snapshot |
2001-11-20 |
Tom Lane | Some minor tweaks of REINDEX processing: grab exclusive... REL7_2_BETA3 |
commit | commitdiff | tree | snapshot |
2001-11-20 |
Tom Lane | Expand description of how to use REINDEX. |
commit | commitdiff | tree | snapshot |
2001-11-20 |
Tatsuo Ishii | Simplify pg_convert() in that it calls pg_convert2... |
commit | commitdiff | tree | snapshot |
2001-11-20 |
Tom Lane | Double quotes in ln command to guard against spaces... |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Bruce Momjian | Change 'return ;' to 'return;'; remove space. |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Tom Lane | Fill in empty tutorial section about transactions. |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Bruce Momjian | Indent jdbc case labels using pgjindent. |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Bruce Momjian | More jdbc comment cleanups. Code looks very nice now. |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Bruce Momjian | Update pgindent README so it gets *.java.in files. |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Bruce Momjian | JDBC indenting, comment cleanups. |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Tom Lane | Tweak format_type so that we get good behavior for... |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Bruce Momjian | Fix arg coerect match text type, per Tom. |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Tom Lane | Try to be a little bit clearer about the implications... |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Bruce Momjian | Make text octet_length() return non-compressed length... |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Tom Lane | Grammatical and spelling fixes. |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Tatsuo Ishii | Fix nasty bugs in pg_convert() and pg_convert2(). |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Hiroshi Inoue | Fix comment at top of file to match file name. |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Tom Lane | pg_restore should exit with status 0, not 1, on success. |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Tom Lane | Fix a few typos, grammatical problems, etc in new tutor... |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Tom Lane | A bunch of small doco updates motivated by scanning... |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Tom Lane | Add example of using 'sameuser' followed by 'all' pg_hb... |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Bruce Momjian | Improve comments about duplicate files. |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Tom Lane | Fix some typos. |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Tom Lane | Update various obsolete remarks about VACUUM. |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Tom Lane | Fix typo. |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Tom Lane | utils/geo-decls.h should be utils/geo_decls.h, per... |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Tom Lane | Mention that LIKE ... ESCAPE '' is allowed to specify no |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Tom Lane | Point out that TRUNCATE can't be used inside a transact... |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Peter Eisentraut | Initial round of tweakage for man pages |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Peter Eisentraut | Updates about NLS |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Tatsuo Ishii | Optimization for bpcharlen, textlen, varcharlen in... |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Tom Lane | Mention the option to submit bug reports via a web... |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Tom Lane | Fix obsolete claim that only btree indexes support... |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Tom Lane | Clean up treatment of creating/dropping databases in... |
commit | commitdiff | tree | snapshot |
2001-11-17 |
Tom Lane | Copy-editing. |
commit | commitdiff | tree | snapshot |
2001-11-17 |
Tom Lane | Expand documentation for sequence functions (nextval... |
commit | commitdiff | tree | snapshot |
2001-11-17 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-11-17 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-11-17 |
Peter Eisentraut | Update key words for recent grammar changes |
commit | commitdiff | tree | snapshot |
2001-11-17 |
Tom Lane | Fix performance problems in TOAST compressor. The... |
commit | commitdiff | tree | snapshot |
2001-11-17 |
Bruce Momjian | Update Japanese FAQ's. |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Tom Lane | IsSystemRelationName() treats TOAST relations as system... |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Bruce Momjian | Add missing prototype. |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Bruce Momjian | Add configure result checks on odbc, per Peter E. |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Tom Lane | plpython security and error handling fixes, from |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Tom Lane | Once again, Michael has overwritten someone else's... |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Peter Eisentraut | Make the yacc rules safe for parallel make. See discus... |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Tom Lane | Remove 'triggered data change violation' error check... |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Peter Eisentraut | Use -f for rm. |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Michael Meskes | Committed again to add the missing files/patches. |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Hiroshi Inoue | Change SQLDescribeCol so that it returns alias name... |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Tom Lane | Update keyword lists per suggestions by Peter. There... |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Tom Lane | Fix silly error in plpgsql example. |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Tom Lane | Add documentation for new plpgsql cursor operations... |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Tom Lane | Fix some problems in new plpgsql cursor operations... |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Bruce Momjian | Read getopt() into an int, not char. |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Tom Lane | Autoconf. |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Bruce Momjian | Well the absolute correct solution would involve all of: |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Bruce Momjian | Update md5.h because it can't get the value from configure. |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Bruce Momjian | Fix for AIX compile and unsigned/signed typedefs. |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Peter Eisentraut | Only use RTLD_GLOBAL when available, which it isn't... |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Tom Lane | Significant editorial overhaul of plpgsql documentation. |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Tatsuo Ishii | Add changes for multibyte support in 7.2. |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Bruce Momjian | Fix comment at top of file to match file name. |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Tom Lane | Overhaul SPI documentation: bring it into some semblanc... |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Tom Lane | Try to be a little less terse about dealing with variab... |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Bruce Momjian | Gnu -> GNU in docs. |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Dave Cramer | fixes getIndex to work with forte's transparent persistence |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Michael Meskes | Added Christof's patches. |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Barry Lind | Attached is a patch against the CVS repository that... |
commit | commitdiff | tree | snapshot |
2001-11-13 |
Bruce Momjian | Update CVS tags. |
commit | commitdiff | tree | snapshot |
2001-11-13 |
Bruce Momjian | Use better CVS tag. |
commit | commitdiff | tree | snapshot |
2001-11-13 |
Bruce Momjian | Remove md5.c check, add CVS log stamp. Update comments. |
commit | commitdiff | tree | snapshot |
2001-11-13 |
Tom Lane | Give a more intelligible and useful error message for... |
commit | commitdiff | tree | snapshot |
2001-11-13 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-11-12 |
Tom Lane | Tweak parser so that there is a defined representation... |
commit | commitdiff | tree | snapshot |
2001-11-12 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-11-12 |
Tom Lane | If the alternatives for a CASE construct all have the... |
commit | commitdiff | tree | snapshot |
2001-11-12 |
Tom Lane | If the inputs of a UNION/INTERSECT/EXCEPT construct... |
commit | commitdiff | tree | snapshot |
2001-11-12 |
Barry Lind | fixed bug in ResultSet. Version 1.29 backed out two... |
commit | commitdiff | tree | snapshot |
next |