2006-05-30 |
Bruce Momjian | Add regexp_replace() to string functions section. |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Bruce Momjian | Update PL documentation: |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Bruce Momjian | Update Japanese FAQ. |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Bruce Momjian | Add item: |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Tom Lane | Fix ancient misdescription of namegt/namege in comment... |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Bruce Momjian | Patch reverted because of random buildfarm failures: |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Bruce Momjian | Add PQclear() calls, for completeness (exits shortly... |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Andrew Dunstan | Make plperl's $_TD trigger data a global rather than... |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Teodor Sigaev | Som improve page split in multicolumn GiST index. |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Teodor Sigaev | Correct cheking in findParents(). i |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Tom Lane | enlargePQExpBuffer, alone among the functions exported... |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Tom Lane | Fix up pg_dump to do string escaping fully correctly... |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Alvaro Herrera | Don't call PQclear until the struct is really no longer... |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Andrew Dunstan | fix typo |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Andrew Dunstan | TG_table_name and TG_table_schema for plpgsql, plus... |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Alvaro Herrera | Remove traces of otherwise unused RELKIND_SPECIAL symbo... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Andrew Dunstan | TG_table_name and TG_table_schema for pl/tcl, plus... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Tom Lane | Revert ill-considered change to plpgsql: it should... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Tom Lane | Fix initdb to properly escape quotes and backslashes... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Tom Lane | Re-introduce the yylex filter function formerly used... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Andrew Dunstan | Looks like the new plpython regression test fails on... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Bruce Momjian | Use E'' strings internally only when standard_conformin... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Tom Lane | Further hacking on performance of COPY OUT. It seems... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Tom Lane | Support binary COPY through psql. Also improve detecti... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Bruce Momjian | Update AIX FAQ. |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Andrew Dunstan | Add table_name and table_schema to plpython trigger... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Andrew Dunstan | Add table_name and table_schema to plperl trigger data... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Teodor Sigaev | Fix findParents() in case of multiple levels to find. |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Tom Lane | Reduce per-character overhead in COPY OUT by combining... |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Tom Lane | Fix pg_restore to process BLOB COMMENT entries correctl... |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Bruce Momjian | Remove pg_attribute detail, add URL |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Teodor Sigaev | * Add support NULL to GiST. |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Bruce Momjian | Remove trailing blank line from exports.txt. |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Bruce Momjian | Add PQisthreadsafe() to libpq, to allow library applica... |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Tom Lane | Tweak writetup_heap/readtup_heap to avoid storing the... |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Bruce Momjian | Update text: |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Bruce Momjian | Rename in release notes: Mac -> OS/X, Intel to x86: |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Bruce Momjian | Avoid duplicate definition of LOCALEDIR in pg_config... |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Bruce Momjian | New wording, "What is the upgrade process for PostgreSQL?" |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Bruce Momjian | Update heading for upgrades. |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Bruce Momjian | Add mention that everyone should upgrade to minor releases. |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Tom Lane | Remove CXT_printf/CXT1_printf macros. If anyone had... |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Bruce Momjian | Make "trigger" section: |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Bruce Momjian | Update Japanese FAQ. |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Bruce Momjian | Change \; to ; in RULE, \; unnecessary. |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Peter Eisentraut | Add strerror to pg_dump error messages where missing. |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Tom Lane | Update release notes for upcoming releases. |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Bruce Momjian | Remove mention of pg_upgrade in release checklist. |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Tom Lane | Fix errors in fortuna PRNG reseeding logic that could... |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Tom Lane | Modify libpq's string-escaping routines to be aware... |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Tom Lane | Add a new GUC parameter backslash_quote, which determin... |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Tom Lane | Change the backend to reject strings containing invalid... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Alvaro Herrera | Add last-vacuum/analyze-time columns to the stats colle... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Teodor Sigaev | Call MarkBufferDirty() before XLogInsert() during compl... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Teodor Sigaev | Simplify gistSplit() and some refactoring related code. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Alvaro Herrera | Have autovacuum report its activities to the stat colle... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Alvaro Herrera | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Bruce Momjian | Fix Solaris/ASM test for x86. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Teodor Sigaev | Rework completion of incomplete inserts. Now it writes |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Bruce Momjian | Back out \' change for tsearch2, broke regression tests. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Bruce Momjian | Mention packager bumps configure.in/configure. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Bruce Momjian | Stamp 8.1.4, except configure/configure.in. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Bruce Momjian | Update for version 8.1.4. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Bruce Momjian | Update release notes for 8.1.4. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Bruce Momjian | Use SQL standard '' rather than \' in /contrib. Backpa... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Bruce Momjian | Use unsigned into for slock_t for pre-sparcv8plus. |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Tom Lane | Fix choose_bitmap_and() so that partial index predicate... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Tom Lane | When a bitmap indexscan is using a partial index, it... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Bruce Momjian | Allow sparcv8plus to use "cas". |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Bruce Momjian | Code alignment fix. |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Tom Lane | Fix thinko in recent changes to handle ScalarArrayOpExp... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Bruce Momjian | Remove canonicalize_path() call for .pgpass socket... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Bruce Momjian | Mention that gcc/sparc generates sparcv7 binaries. |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Bruce Momjian | Change <type>string</> to <parameter>string</>. |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Bruce Momjian | Add more sparcv8plus comments. |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Bruce Momjian | Make function param_name/type documentation more consis... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Bruce Momjian | Add mention of -xarch=v8plus for "cas" usage on Solaris... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Bruce Momjian | Add simplified sparc8 ASM for solaris_sparc.s, from... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Bruce Momjian | Add comments that Solaris Sun compiler only supports... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Bruce Momjian | Change spaces to tabs, for consistency. (Caused by... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Bruce Momjian | Allow the .pgpass hostname to match the default socket... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Teodor Sigaev | Change catalog version due to WAL protocol changes... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Teodor Sigaev | Reduce size of critial section during vacuum full,... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Bruce Momjian | Rename macro parameter, for clarity. |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Bruce Momjian | Update pg_dump vesion wording. |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Bruce Momjian | Mention version portability of pg_dump. |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Tom Lane | Fix the sense of the test on DH_check()'s return value... |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Tom Lane | Upon closer inspection, the sparc code in s_lock.c... |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Bruce Momjian | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Tom Lane | Remove unnecessary .seg/.section directives, per Alan... |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Bruce Momjian | Use SQL standard '' rather than \' for tutorial/sample... |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Tom Lane | Code review for standard_conforming_strings patch.... |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Tom Lane | Clean up code associated with updating pg_class statist... |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Teodor Sigaev | Some optimizations by Volkan YAZICI <yazicivo@ttnet... |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Teodor Sigaev | Reduce size of critical section and remove call of... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Bruce Momjian | Revert documentation mention of array dimension checkin... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Bruce Momjian | Mention array dimmensions are not enforced either. |
commit | commitdiff | tree | snapshot |
next |