2005-06-11 |
Tatsuo Ishii | Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa. |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Tom Lane | Repair error in description of nonblocking usage of... |
commit | commitdiff | tree | snapshot |
2005-06-07 |
Tom Lane | Use just NULL not NULL::TEXT --- the latter coding... |
commit | commitdiff | tree | snapshot |
2005-06-05 |
Tom Lane | Code for SET/SHOW TIME ZONE with a fixed-interval timez... |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Bruce Momjian | Update Chinese FAQ to fix XHTML format. |
commit | commitdiff | tree | snapshot |
2005-06-03 |
Bruce Momjian | Update Russian FAQ. |
commit | commitdiff | tree | snapshot |
2005-06-02 |
Tom Lane | Push enable/disable of notify and catchup interrupts... |
commit | commitdiff | tree | snapshot |
2005-06-02 |
Michael Meskes | Added patch by Gavin Scott <gavin@planetacetech.com... |
commit | commitdiff | tree | snapshot |
2005-06-02 |
Michael Meskes | Fixed memory leak in ecpglib by adding some missing... |
commit | commitdiff | tree | snapshot |
2005-06-01 |
Bruce Momjian | Fix log_statement to properly recognize SELECT INTO... |
commit | commitdiff | tree | snapshot |
2005-06-01 |
Tom Lane | patternsel() was improperly stripping RelabelType from... |
commit | commitdiff | tree | snapshot |
2005-06-01 |
Teodor Sigaev | Prevent to divide by zero and range out of 0..1 |
commit | commitdiff | tree | snapshot |
2005-05-31 |
Tom Lane | Add test to WAL replay to verify that xl_prev points... |
commit | commitdiff | tree | snapshot |
2005-05-29 |
Tom Lane | expandRTE and get_rte_attribute_type mistakenly always... |
commit | commitdiff | tree | snapshot |
2005-05-27 |
Bruce Momjian | Update Farsi FAQ. |
commit | commitdiff | tree | snapshot |
2005-05-26 |
Neil Conway | Adjust datetime parsing to be more robust. We now pass... |
commit | commitdiff | tree | snapshot |
2005-05-25 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2005-05-25 |
Tatsuo Ishii | Fix previous patch to exprTypmod. |
commit | commitdiff | tree | snapshot |
2005-05-24 |
Tatsuo Ishii | Inserting 5 characters into char(10) does not produce... |
commit | commitdiff | tree | snapshot |
2005-05-24 |
Tom Lane | Previous fix for "x FULL JOIN y ON true" failed to... |
commit | commitdiff | tree | snapshot |
2005-05-23 |
Neil Conway | Fix typo in PL/Perl Safe.pm initialization that prevent... |
commit | commitdiff | tree | snapshot |
2005-05-20 |
Bruce Momjian | Update Japanese FAQ. |
commit | commitdiff | tree | snapshot |
2005-05-20 |
Neil Conway | Fix typo in ECPG docs, per Andreas Seltenreich. |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Tom Lane | Guard against duplicate IDs in input file in SortTocFro... |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Bruce Momjian | Convert Chinese FAQ to valid XHTML, finally. |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Bruce Momjian | Fix Chinese markup some more. |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Bruce Momjian | Update Chinese FAQ to xhtml. |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Bruce Momjian | Add -N make flag to bcc builds from /src dir. |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Tom Lane | Add missing quote, per Dave Page. |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Tom Lane | Fix broken markup. |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Tom Lane | Update createuser examples to match the current program... |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Bruce Momjian | Update chinese encoding specification. |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Neil Conway | Fix bug in COPY CSV mode: handle consecutive embedded... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Bruce Momjian | Fix pg_autovacuum -s flag to handle values > 2000 by... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Bruce Momjian | Update FAQ URLs. |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Bruce Momjian | Document where to download free Microsoft and Borland... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Bruce Momjian | Document that bcc compiles now need the -N flag, backpa... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Bruce Momjian | Update Chinese FAQ, per Magnus. |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Bruce Momjian | Backpatch mention that not all functions are listed... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Bruce Momjian | Add mention that not all functions are listed. |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Bruce Momjian | Backpatch new Chinese FAQ to 8.0.X. |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Bruce Momjian | Rename encryption section. REL8_0_3 |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Bruce Momjian | Backpatch FAQ's to 8.0.X for release. |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Bruce Momjian | Backpatch encryption doc section to 8.0.X. |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Tom Lane | Update release notes for upcoming re-releases. |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Tom Lane | Update release checklist to reflect that HISTORY and... |
commit | commitdiff | tree | snapshot |
2005-05-07 |
Tom Lane | Repair very-low-probability race condition between... |
commit | commitdiff | tree | snapshot |
2005-05-07 |
Tom Lane | Adjust time qual checking code so that we always check... |
commit | commitdiff | tree | snapshot |
2005-05-05 |
Tom Lane | Stamp release 8.0.3. |
commit | commitdiff | tree | snapshot |
2005-05-05 |
Tom Lane | Make standalone backends ignore pg_database.datallowcon... |
commit | commitdiff | tree | snapshot |
2005-05-05 |
Bruce Momjian | Add WSACleanup() for Win32 socket cleanup. |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Tom Lane | Use postmaster_is_alive() check in pg_ctl restart as... |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Tom Lane | Spell DELIMITER correctly, per Seamus Dean. |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Tom Lane | Alter the signature for encoding conversion functions... |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Tom Lane | Change tsearch2 to not use the unsafe practice of creat... |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Dennis Bjorklund | Fix a whitespace problem. From Alvaro Herrera. |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Neil Conway | Backport fix for correct quoting in CREATE DOMAIN examp... |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Tom Lane | Make record_out and record_send extract type informatio... |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Neil Conway | GCC 4.0 includes a new warning option, -Wformat-literal... |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Neil Conway | This patch fixes a bug in the error message emitted... |
commit | commitdiff | tree | snapshot |
2005-04-29 |
Bruce Momjian | Improve cleanup from win32 client-only build. |
commit | commitdiff | tree | snapshot |
2005-04-29 |
Bruce Momjian | Backpatch BCC compile changes to 8.0.X for psql. |
commit | commitdiff | tree | snapshot |
2005-04-29 |
Bruce Momjian | Fix Borland makefile for libpq and improve it for psql. |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Bruce Momjian | Wording improvement. |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Bruce Momjian | Update PAM documentation, per Alvaro. |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Teodor Sigaev | workaround for bug in utils/date.h (timetz) |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Bruce Momjian | Mention that PAM requires the user already exist in... |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Tom Lane | Fix btree_gist to handle timetz zone correctly per... |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Tom Lane | Repair two TIME WITH TIME ZONE bugs found by Dennis... |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Tom Lane | int_aggregate's int_enum() doesn't work correctly with... |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Bruce Momjian | Backpatch of LIMIT / FOR UPDATE behavior, but keep... |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Bruce Momjian | Clarify that only crypt can't use md5 pg_shadow passwords. |
commit | commitdiff | tree | snapshot |
2005-04-21 |
Bruce Momjian | Clarify use of MD5 authentication and pg_shadow encryption. |
commit | commitdiff | tree | snapshot |
2005-04-20 |
Tom Lane | Make pg_ctl status do a kill() test to verify that... |
commit | commitdiff | tree | snapshot |
2005-04-20 |
Tom Lane | Don't try to run clauseless index scans on index types... |
commit | commitdiff | tree | snapshot |
2005-04-20 |
Tom Lane | Fix mis-display of negative fractional seconds in inter... |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Teodor Sigaev | Add comment about permissions on pg_ts* tables |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Bruce Momjian | Update PITR wording, per Simon. |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Tom Lane | pg_dumpall should enforce the server version check... |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Tom Lane | record_in and record_recv must be careful to return... |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Bruce Momjian | Update PITR mention of which WAL files are needed. |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Bruce Momjian | Clarify name of file to be checked for PITR expiring. |
commit | commitdiff | tree | snapshot |
2005-04-15 |
Bruce Momjian | Fix comment typo. |
commit | commitdiff | tree | snapshot |
2005-04-15 |
Tom Lane | Revert addition of poorly-thought-out DUMP TIMESTAMP... |
commit | commitdiff | tree | snapshot |
2005-04-14 |
Tom Lane | Make equalTupleDescs() compare attlen/attbyval/attalign... |
commit | commitdiff | tree | snapshot |
2005-04-14 |
Tom Lane | Don't try to constant-fold functions returning RECORD... |
commit | commitdiff | tree | snapshot |
2005-04-14 |
Michael Meskes | Added patch by Philip Yarra <philip.yarra@internode... |
commit | commitdiff | tree | snapshot |
2005-04-11 |
Tom Lane | Fix interaction between materializing holdable cursors... |
commit | commitdiff | tree | snapshot |
2005-04-11 |
Tom Lane | PersistHoldablePortal must establish the correct value... |
commit | commitdiff | tree | snapshot |
2005-04-10 |
Tom Lane | Make constant-folding produce sane output for COALESCE... |
commit | commitdiff | tree | snapshot |
2005-04-10 |
Tom Lane | SQL functions returning pass-by-reference types were... |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Tom Lane | Stamp 8.0.2. REL8_0_2 |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Tom Lane | Update and copy-edit release notes for 8.0.2. |
commit | commitdiff | tree | snapshot |
2005-04-04 |
Tom Lane | In cost_mergejoin, the early-exit effect should not... |
commit | commitdiff | tree | snapshot |
2005-04-03 |
Tom Lane | Put back code mistakenly removed from copy of postmaster's |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Bruce Momjian | Fix release not typo. |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Bruce Momjian | Update release notes for 8.0.2. |
commit | commitdiff | tree | snapshot |
2005-04-01 |
Tom Lane | Second try at making examine_variable and friends behav... |
commit | commitdiff | tree | snapshot |
next |