2009-04-06 |
Teodor Sigaev | Fix 'all at one page bug' in picksplit method of R... |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Tom Lane | Rewrite interval_hash() so that the hashcodes are equal... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Tom Lane | Use (unsigned char) cast in argument of pg_tolower... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Magnus Hagander | Make directory name comparisons on Win32 case insensitive. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Teodor Sigaev | Fix memory allocation for output of hstore type. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Tom Lane | Fix GUC's reports of assign_hook failure to always... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Tom Lane | plpgsql's exec_simple_cast_value() mistakenly supposed... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Tom Lane | Improve pg_dump's query for retrieving BLOB comments... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Tom Lane | Fix contrib/pgstattuple and contrib/pageinspect to... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Magnus Hagander | Don't crash initdb when we fail to get the current... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Heikki Linnakangas | Fix a rare race condition when commit_siblings > 0... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Alvaro Herrera | Update URL to Python bug tracker. Backpatch to 8.3... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Tom Lane | Fix an oversight in the support for storing/retrieving... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Heikki Linnakangas | Fix tab completion of ANALYZE VERBOSE <tab>. It was... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Tom Lane | Make pg_standby's maxretries option do what one would... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Tom Lane | Fix old thinko in pgp.h: the idea is to declare some... |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Tom Lane | Install a search tree depth limit in GIN bulk-insert... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Heikki Linnakangas | Don't set the signal handler for SIGQUIT on Windows... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Heikki Linnakangas | Don't intercept SIGQUIT as a signal to trigger failover... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Heikki Linnakangas | Fix Windows-specific race condition in syslogger. This... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Tom Lane | Fix contrib/hstore to throw an error for keys or values... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Marc G. Fournier | tag 8.3.7 REL8_3_7 |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Tom Lane | Update back-branch release notes. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Tom Lane | Fix core dump due to null-pointer dereference in to_cha... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Alvaro Herrera | Remove pg_trace.h inclusion from c.h and add it to... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Tom Lane | Fix set_subquery_pathlist() to copy the RTE's subquery... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Teodor Sigaev | Prevent recursion during parse of email-like string... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Heikki Linnakangas | Add MUST (Mauritius Island Summer Time) to the list... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Tom Lane | Put back our old workaround for machines that declare... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Tom Lane | Ooops ... fix some confusion between gettext() and... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Tom Lane | When we are in error recursion trouble, arrange to... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Teodor Sigaev | Fix usage of char2wchar/wchar2char. Changes: |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Andrew Dunstan | Don't mangle xml and xpath unless xml is not in fact... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Tom Lane | Fix buffer allocations in encoding conversion routines... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Heikki Linnakangas | In CREATE CONVERSION, test that the given function... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Heikki Linnakangas | Set isnull for errm and sqlstate local variables when... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Tom Lane | Fix an old problem in decompilation of CASE constructs... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Tom Lane | Repair a longstanding bug in CLUSTER and the rewriting... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Magnus Hagander | Loop calling CallNamedPipe() several times in case... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Tom Lane | Fix UNLISTEN to fall out quickly if the current backend... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Tom Lane | Fix plpgsql to not treat INSERT INTO as an INTO-variabl... REL8_3_6 |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Tom Lane | Defend against null input in analyze_requires_snapshot... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Marc G. Fournier | tag for 8.3.6 |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Tom Lane | Update back-branch release notes. |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Tom Lane | Update time zone data files to tzdata release 2009a... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Tom Lane | Replace argument-checking Asserts with regular test... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Teodor Sigaev | Fix incorrect dereferencing of char* to array's index. |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Teodor Sigaev | Fix bug with multiple evaluation of tsearch2 compatibil... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Magnus Hagander | Go over all OpenSSL return values and make sure we... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Magnus Hagander | Support running as a service on Windows 7, by not speci... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Bruce Momjian | Document that SELECT FOR UPDATE/SHARE with ORDER BY... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Tom Lane | Fix a pg_dump output ordering problem introduced in... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Heikki Linnakangas | Change explanation of pg_switch_xlog()'s return value... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Teodor Sigaev | Fix URL generation in headline. Only tag lexeme will... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Teodor Sigaev | Fix generation of too long headline with ShortWords. |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Heikki Linnakangas | Remove broken Assertions that failed if a statement... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Magnus Hagander | Throw an error when using -C and -1 at the same time... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Bruce Momjian | Update release notes for 8.3.5, 8.2.11, and 8.1.15... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Tom Lane | Insert conditional SPI_push/SPI_pop calls into InputFun... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Tom Lane | Remove references to pgsql-ports and pgsql-patches... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Heikki Linnakangas | Fix logic in lazy vacuum to decide if it's worth trying... |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Joe Conway | Fix bug per Oleksiy Shchukin - 2nd argument for dblink_... |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Tom Lane | Fix an oversight in my patch of a couple weeks ago... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Tom Lane | Fix oversight in ALTER TABLE ENABLE/DISABLE RULE patch... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Tom Lane | Make heap_update() set newtup->t_tableOid correctly... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Tom Lane | Remove newly-added regression test cases that reference... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Tom Lane | Restore enforce_generic_type_consistency's pre-8.3... |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Tom Lane | Fix failure to ensure that a snapshot is available... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Magnus Hagander | Clearify how processes are started by autovacuum, and... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Magnus Hagander | Add note that autovacuum can use up several times maint... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Teodor Sigaev | Initialize GISTScanOpaque->qual_ok even if there is... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Tom Lane | Fix an oversight in the code that makes transitive... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Tom Lane | Ensure that the contents of a holdable cursor don't... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Tom Lane | Fix dblink and tablefunc to not return with the wrong... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Tom Lane | Remove inappropriate memory context switch in shutdown_... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Tom Lane | Back-patch change to make DISCARD ALL release advisory... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Michael Meskes | Replaced strchrnul by strchr. |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Michael Meskes | When creating a varchar struct name braces must be... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Tom Lane | information_schema.key_column_usage.position_in_unique_... |
commit | commitdiff | tree | snapshot |
2008-11-15 |
Peter Eisentraut | Fix crash of xmlconcat(NULL) |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Tom Lane | Prevent synchronous scan during GIN index build, becaus... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Peter Eisentraut | Since the xmlagg section was moved, "below" is no longe... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Tom Lane | In predtest.c, install a limit on the number of branche... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Heikki Linnakangas | Fix off-by-one error in autovacuum shmem struct sizing... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Andrew Dunstan | Detect and error out on inability to get proper linkage... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Magnus Hagander | Mention the tup_fetched column in pg_stat_database. |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Tom Lane | Get rid of adjust_appendrel_attr_needed(), which has... |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Tom Lane | Fix bugs in sqlchar_to_unicode and unicode_to_sqlchar... |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Tom Lane | Fix old bug in contrib/sslinfo: X509_NAME_to_text freed... |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Bruce Momjian | Document that 'sslmode' is ignored for Unix domain... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Marc G. Fournier | commit for 8.3.5 REL8_3_5 |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Tom Lane | Update back-branch release notes. |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Magnus Hagander | Revert previous patch to put the shared memory segment... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Tom Lane | Update time zone data files to tzdata release 2008i... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Peter Eisentraut | Missing space in error message |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Peter Eisentraut | Improve new message |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Tom Lane | Fix recoveryLastXTime logic so that it actually does... |
commit | commitdiff | tree | snapshot |
next |