2006-06-01 |
Tom Lane | Back-port recent ppport.h fix to 8.0 branch. |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Tom Lane | Remove pqsignalinquire(), which is unused and has porta... |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Tom Lane | Klugy fix for bug #2447: we can't expand a whole-row... |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Tom Lane | Stamp release 8.0.8. REL8_0_8 |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Tom Lane | Update release notes for upcoming releases. |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Tom Lane | Fix missed \' to '' conversion. |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Bruce Momjian | Stamp releases 7.3.15, 7.4.13, and 8.0.8. |
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-21 |
Bruce Momjian | Change \' to '', for SQL standards compliance. Backpat... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Tom Lane | Fix nasty bug in nodeIndexscan.c's detection of duplica... |
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-11 |
Tom Lane | Remove unnecessary .seg/.section directives, per Alan... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Bruce Momjian | Build server libpgport with all non-FRONTEND object... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Bruce Momjian | Fix SELECT INTO and CREATE TABLE AS to create tables... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Michael Meskes | Fixed memory leak bugs found by Martijn Oosterhout. |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Tom Lane | Fix ancient memory leak in PQprintTuples(); our code... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Tom Lane | Fix similar_escape() so that SIMILAR TO works properly... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Teodor Sigaev | Detoast query in g_intbig_consistent and copy query... |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Tom Lane | TablespaceCreateDbspace should function normally even... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Tom Lane | Repair longstanding error in btree xlog replay: XLogRea... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Michael Meskes | Fixed bug 2330: Wrong error code in case of a duplicate key |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Neil Conway | The call to DNSServiceRegistrationCreate in postmaster... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Tom Lane | Fix order of linking of libxslt and libxml2, per Dave... |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Bruce Momjian | Check for "msys" so it doesn't use 'con' by checking... |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Tatsuo Ishii | Minor teak. |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Tatsuo Ishii | Tighten up SJIS byte sequence check. Now we reject... |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Bruce Momjian | Use DEVTTY as 'con' on Win32 as a replacement for ... |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Bruce Momjian | Avoid trying to open /dev/tty on Win32. Some Win32... |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Andrew Dunstan | make initdb -U username work as advertised; back out... |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Neil Conway | Fix three Python reference leaks in PLy_traceback(... |
commit | commitdiff | tree | snapshot |
2006-02-18 |
Neil Conway | Patch from Marko Kreen: |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Tom Lane | Move btbulkdelete's vacuum_delay_point() call to a... |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Tom Lane | Fix qual_is_pushdown_safe to not try to push down quals... |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Tom Lane | Stamp 8.0.7. REL8_0_7 |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Tom Lane | Update release notes. |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Tom Lane | Fix bug in SET SESSION AUTHORIZATION that allows unpriv... |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Bruce Momjian | Update FAQ latest version |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Bruce Momjian | Stamp releases for 2006-02-14 release |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Bruce Momjian | Update release notes for 2006-02-14 release |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Tom Lane | Check that SID is enabled while checking for Windows... |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Tom Lane | Change search for default operator classes so that... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Tom Lane | Provide the libpq error message when PQputline or PQend... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Tom Lane | Reject out-of-range dates in date_in(). |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Tom Lane | Fix pg_restore to properly discard COPY data when tryin... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Bruce Momjian | Fix const cast in get_progname(). |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Bruce Momjian | Set progname early in the postmaster/postgres binary... |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Tom Lane | Fix ALTER COLUMN TYPE bug: it sometimes tried to drop... |
commit | commitdiff | tree | snapshot |
2006-01-28 |
Andrew Dunstan | Undo perl's nasty locale setting on Windows. Since... |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Tom Lane | Fix display of whole-row Var appearing at the top level... |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Tom Lane | Repair longstanding bug in slru/clog logic: it is possi... |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Bruce Momjian | Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path... |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Bruce Momjian | Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path. |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Tom Lane | Avoid crashing if relcache flush occurs while trying... |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Bruce Momjian | Fix pgxs -L library path specification for Win32 and... |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Tom Lane | It turns out that TablespaceCreateDbspace fails badly... |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Tom Lane | Repair problems with the result of lookup_rowtype_tupde... |
commit | commitdiff | tree | snapshot |
2006-01-15 |
Neil Conway | When using GCC on AMD64 and PPC, ECPGget_variable(... |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Peter Eisentraut | Fix pg_ctl crash on "unregister" when a data directory... |
commit | commitdiff | tree | snapshot |
2006-01-12 |
Neil Conway | We neglected to apply domain constraints on UNKNOWN... |
commit | commitdiff | tree | snapshot |
2006-01-12 |
Tom Lane | Repair "Halloween problem" in EvalPlanQual: a tuple... |
commit | commitdiff | tree | snapshot |
2006-01-12 |
Tom Lane | Use a more bulletproof test for whether finite() and... |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Tom Lane | Fix pg_tzset() to ensure that 'lclmem' (the static... |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Neil Conway | In PLy_function_build_args(), the code loops repeatedly... |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Tom Lane | Fix pg_dump to add the required OPERATOR() decoration... |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Andrew Dunstan | Stop perl from hijacking stdio and other stuff on Windows. |
commit | commitdiff | tree | snapshot |
2006-01-07 |
Tom Lane | Add RelationOpenSmgr() calls to ensure rd_smgr is valid... |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Tom Lane | Fix failure to apply domain constraints to a NULL const... |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Tom Lane | Release-note updates and copy editing. REL8_0_6 |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Tom Lane | Fix Windows-only postmaster code to reject a connection... |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Tom Lane | Generate back-branch configure scripts with the appropr... |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Tom Lane | Convert Assert checking for empty page into a regular... |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Tom Lane | Fix ReadBuffer() to correctly handle the case where... |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Bruce Momjian | New pgcrypto item wording. |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Bruce Momjian | Wording improvements. |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Bruce Momjian | Improve markup. |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Bruce Momjian | Update release notes. |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Bruce Momjian | Stamp relesae 8.0.6. |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Tom Lane | Arrange to set the LC_XXX environment variables to... |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Joe Conway | When the remote query result has a different number... |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Tom Lane | There is a signedness bug in Openwall gen_salt code... |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Tom Lane | Fix incorrect treatment of RL_PROMPT_START_IGNORE/RL_PR... |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Tom Lane | Add checks to verify that a plpgsql function returning... |
commit | commitdiff | tree | snapshot |
2006-01-01 |
Neil Conway | Remove DOS line endings ("\r\n") from several .po files... |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Neil Conway | Index: src/pl/plpython/plpython.c |
commit | commitdiff | tree | snapshot |
2005-12-24 |
Tatsuo Ishii | Fix long standing Asian multibyte charsets bug. |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Tom Lane | Fix make_relative_path() to support cases where target_... |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Tom Lane | Adjust string comparison so that only bitwise-equal... |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Teodor Sigaev | Fix word's length in pg_regexec call |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Tom Lane | Defend against crash while processing Describe Statemen... |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Tom Lane | Fix a *different* problem with whole-row Vars afflictin... |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Peter Eisentraut | Translation updates REL8_0_5 |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Tom Lane | Stamp 8.0.5. |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Tom Lane | Add release notes for back branches (7.3 and up). |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Peter Eisentraut | Documentation fix: s/event_object_name/event_object_table/g |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Tom Lane | Fix bgwriter's failure to release buffer pins and open... |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Teodor Sigaev | Fix stupid bug with sizeof |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Tom Lane | In a nestloop inner indexscan, it's OK to use pushed... |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Tom Lane | Add regression test to see if the min/max values of... |
commit | commitdiff | tree | snapshot |
next |