2008-12-30 |
Tom Lane | Fix oversight in ALTER TABLE ENABLE/DISABLE RULE patch... |
commit | commitdiff | tree |
2008-12-16 |
Tom Lane | Make heap_update() set newtup->t_tableOid correctly... |
commit | commitdiff | tree |
2008-12-15 |
Tom Lane | Remove newly-added regression test cases that reference... |
commit | commitdiff | tree |
2008-12-14 |
Tom Lane | Restore enforce_generic_type_consistency's pre-8.3... |
commit | commitdiff | tree |
2008-12-13 |
Tom Lane | Fix failure to ensure that a snapshot is available... |
commit | commitdiff | tree |
2008-12-08 |
Magnus Hagander | Clearify how processes are started by autovacuum, and... |
commit | commitdiff | tree |
2008-12-08 |
Magnus Hagander | Add note that autovacuum can use up several times maint... |
commit | commitdiff | tree |
2008-12-04 |
Teodor Sigaev | Initialize GISTScanOpaque->qual_ok even if there is... |
commit | commitdiff | tree |
2008-12-01 |
Tom Lane | Fix an oversight in the code that makes transitive... |
commit | commitdiff | tree |
2008-12-01 |
Tom Lane | Ensure that the contents of a holdable cursor don't... |
commit | commitdiff | tree |
2008-11-30 |
Tom Lane | Fix dblink and tablefunc to not return with the wrong... |
commit | commitdiff | tree |
2008-11-30 |
Tom Lane | Remove inappropriate memory context switch in shutdown_... |
commit | commitdiff | tree |
2008-11-27 |
Tom Lane | Back-patch change to make DISCARD ALL release advisory... |
commit | commitdiff | tree |
2008-11-26 |
Michael Meskes | Replaced strchrnul by strchr. |
commit | commitdiff | tree |
2008-11-26 |
Michael Meskes | When creating a varchar struct name braces must be... |
commit | commitdiff | tree |
2008-11-25 |
Tom Lane | information_schema.key_column_usage.position_in_unique_... |
commit | commitdiff | tree |
2008-11-15 |
Peter Eisentraut | Fix crash of xmlconcat(NULL) |
commit | commitdiff | tree |
2008-11-13 |
Tom Lane | Prevent synchronous scan during GIN index build, becaus... |
commit | commitdiff | tree |
2008-11-13 |
Peter Eisentraut | Since the xmlagg section was moved, "below" is no longe... |
commit | commitdiff | tree |
2008-11-12 |
Tom Lane | In predtest.c, install a limit on the number of branche... |
commit | commitdiff | tree |
2008-11-12 |
Heikki Linnakangas | Fix off-by-one error in autovacuum shmem struct sizing... |
commit | commitdiff | tree |
2008-11-12 |
Andrew Dunstan | Detect and error out on inability to get proper linkage... |
commit | commitdiff | tree |
2008-11-11 |
Magnus Hagander | Mention the tup_fetched column in pg_stat_database. |
commit | commitdiff | tree |
2008-11-11 |
Tom Lane | Get rid of adjust_appendrel_attr_needed(), which has... |
commit | commitdiff | tree |
2008-11-10 |
Tom Lane | Fix bugs in sqlchar_to_unicode and unicode_to_sqlchar... |
commit | commitdiff | tree |
2008-11-10 |
Tom Lane | Fix old bug in contrib/sslinfo: X509_NAME_to_text freed... |
commit | commitdiff | tree |
2008-11-04 |
Bruce Momjian | Document that 'sslmode' is ignored for Unix domain... |
commit | commitdiff | tree |
2008-10-31 |
Marc G. Fournier | commit for 8.3.5 |
commit | commitdiff | tree |
2008-10-30 |
Tom Lane | Update back-branch release notes. |
commit | commitdiff | tree |
2008-10-30 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2008-10-30 |
Magnus Hagander | Revert previous patch to put the shared memory segment... |
commit | commitdiff | tree |
2008-10-30 |
Tom Lane | Update time zone data files to tzdata release 2008i... |
commit | commitdiff | tree |
2008-10-30 |
Peter Eisentraut | Missing space in error message |
commit | commitdiff | tree |
2008-10-30 |
Peter Eisentraut | Improve new message |
commit | commitdiff | tree |
2008-10-30 |
Tom Lane | Fix recoveryLastXTime logic so that it actually does... |
commit | commitdiff | tree |
2008-10-27 |
Tom Lane | Install a more robust solution for the problem of infin... |
commit | commitdiff | tree |
2008-10-26 |
Tom Lane | Better solution to the IN-list issue: instead of having... |
commit | commitdiff | tree |
2008-10-25 |
Tom Lane | Add a heuristic to transformAExprIn() to make it prefer... |
commit | commitdiff | tree |
2008-10-25 |
Tom Lane | Fix an old bug in after-trigger handling: AfterTriggerE... |
commit | commitdiff | tree |
2008-10-23 |
Magnus Hagander | Fix memory leak when using gsslib parameter in libpq... |
commit | commitdiff | tree |
2008-10-23 |
Peter Eisentraut | On second thought, let's not get involved in correcting... |
commit | commitdiff | tree |
2008-10-22 |
Teodor Sigaev | Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't |
commit | commitdiff | tree |
2008-10-17 |
Peter Eisentraut | Small correction SQL feature table |
commit | commitdiff | tree |
2008-10-17 |
Teodor Sigaev | Fix small bug in headline generation. |
commit | commitdiff | tree |
2008-10-17 |
Teodor Sigaev | During repeated rescan of GiST index it's possible... |
commit | commitdiff | tree |
2008-10-16 |
Neil Conway | Fix a small memory leak in ExecReScanAgg() in the hashe... |
commit | commitdiff | tree |
2008-10-16 |
Tom Lane | Fix SPI_getvalue and SPI_getbinval to range-check the... |
commit | commitdiff | tree |
2008-10-10 |
Tom Lane | Fix COPY documentation to not imply that HEADER can... |
commit | commitdiff | tree |
2008-10-10 |
Tom Lane | Fix omission of DiscardStmt in GetCommandLogLevel,... |
commit | commitdiff | tree |
2008-10-10 |
Michael Meskes | Optional arguments should be optional. |
commit | commitdiff | tree |
2008-10-09 |
Tom Lane | Fix overly tense optimization of PLpgSQL_func_hashkey... |
commit | commitdiff | tree |
2008-10-09 |
Tom Lane | Fix crash in bytea-to-XML mapping when the source value... |
commit | commitdiff | tree |
2008-10-09 |
Heikki Linnakangas | Force a checkpoint in CREATE DATABASE before starting... |
commit | commitdiff | tree |
2008-10-07 |
Heikki Linnakangas | When a relation is moved to another tablespace, we... |
commit | commitdiff | tree |
2008-10-02 |
Tom Lane | Fix improper display of fractional seconds in interval... |
commit | commitdiff | tree |
2008-10-01 |
Magnus Hagander | Link libpq with libgssapi if configure finds it, as |
commit | commitdiff | tree |
2008-09-30 |
Tom Lane | Recent patches to pg_ctl broke "pg_ctl restart" for... |
commit | commitdiff | tree |
2008-09-27 |
Andrew Dunstan | Compare escaped chars case insensitively for ILIKE... |
commit | commitdiff | tree |
2008-09-24 |
Tom Lane | Fix more problems with rewriter failing to set Query... |
commit | commitdiff | tree |
2008-09-24 |
Magnus Hagander | Make sure pg_control is opened in binary mode, to deal |
commit | commitdiff | tree |
2008-09-19 |
Magnus Hagander | Mark SessionReplicationRole as PGDLLIMPORT so it |
commit | commitdiff | tree |
2008-09-19 |
Marc G. Fournier | tag for 8.3.4 |
commit | commitdiff | tree |
2008-09-19 |
Tom Lane | Update back-branch release notes. |
commit | commitdiff | tree |
2008-09-17 |
Tom Lane | Update time zone data files to tzdata release 2008f... |
commit | commitdiff | tree |
2008-09-16 |
Tom Lane | Widen the nLocks counts in local lock tables from int... |
commit | commitdiff | tree |
2008-09-16 |
Tom Lane | Fix multiple memory leaks in xml_out(). Per report... |
commit | commitdiff | tree |
2008-09-15 |
Tom Lane | Fix caching of foreign-key-checking queries so that... |
commit | commitdiff | tree |
2008-09-12 |
Tom Lane | Skip opfamily check in eclass_matches_any_index() when... |
commit | commitdiff | tree |
2008-09-11 |
Alvaro Herrera | Initialize the minimum frozen Xid in vac_update_datfroz... |
commit | commitdiff | tree |
2008-09-10 |
Tom Lane | Avoid using sprintf() for a simple octal conversion... |
commit | commitdiff | tree |
2008-09-01 |
Tom Lane | Fix plpgsql's exec_move_row() to supply valid type... |
commit | commitdiff | tree |
2008-09-01 |
Heikki Linnakangas | HeapTupleHeaderAdjustCmax made the incorrect assumption... |
commit | commitdiff | tree |
2008-08-29 |
Tom Lane | Fix bug in original implementation of xmlserialize... |
commit | commitdiff | tree |
2008-08-26 |
Tom Lane | Teach eval_const_expressions() to simplify an ArrayCoer... |
commit | commitdiff | tree |
2008-08-26 |
Tom Lane | Fix pg_dump docs to acknowledge that you can use -Z... |
commit | commitdiff | tree |
2008-08-23 |
Teodor Sigaev | Fix possible duplicate tuples while GiST scan. Now... |
commit | commitdiff | tree |
2008-08-21 |
Bruce Momjian | Mention that pg_dump does not dump ALTER DATABASE ... |
commit | commitdiff | tree |
2008-08-20 |
Michael Meskes | Fixed incorrect argument handling in SET command if... |
commit | commitdiff | tree |
2008-08-20 |
Magnus Hagander | Make libpq on windows not try to send chunks larger... |
commit | commitdiff | tree |
2008-08-16 |
Tom Lane | Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave... |
commit | commitdiff | tree |
2008-08-16 |
Bruce Momjian | Synchronize Borland libpq makefile to match MSVC. ... |
commit | commitdiff | tree |
2008-08-14 |
Heikki Linnakangas | Fix pull_up_simple_union_all to copy all rtable entries... |
commit | commitdiff | tree |
2008-08-10 |
Tom Lane | Fix corner-case bug introduced with HOT: if REINDEX... |
commit | commitdiff | tree |
2008-08-08 |
Tom Lane | Install checks in executor startup to ensure that the... |
commit | commitdiff | tree |
2008-08-05 |
Tom Lane | Do not allow Unique nodes to be scanned backwards.... |
commit | commitdiff | tree |
2008-08-03 |
Tom Lane | Fix copy-and-pasteo that's causing pg_regress to lie... |
commit | commitdiff | tree |
2008-07-29 |
Magnus Hagander | Cleanup reference to config.pl so it makes sense not... |
commit | commitdiff | tree |
2008-07-29 |
Magnus Hagander | Document which versions of ActivePerl and ActiveTcl... |
commit | commitdiff | tree |
2008-07-24 |
Tom Lane | Fix parsing of LDAP URLs so it doesn't reject spaces... |
commit | commitdiff | tree |
2008-07-23 |
Alvaro Herrera | Ratchet up patch to improve autovacuum wraparound messages. |
commit | commitdiff | tree |
2008-07-22 |
Tom Lane | Update link to Oleg and Teodor's GIN page. |
commit | commitdiff | tree |
2008-07-21 |
Alvaro Herrera | Publish more openly the fact that autovacuum is working... |
commit | commitdiff | tree |
2008-07-18 |
Bruce Momjian | Properly document archive/restore command examples... |
commit | commitdiff | tree |
2008-07-17 |
Alvaro Herrera | Add MSVC++ debug libraries to .cvsignore. |
commit | commitdiff | tree |
2008-07-17 |
Alvaro Herrera | Avoid crashing when a table is deleted while we're... |
commit | commitdiff | tree |
2008-07-11 |
Tom Lane | Fix an oversight in the original implementation of... |
commit | commitdiff | tree |
2008-07-10 |
Tom Lane | Fix mis-calculation of extParam/allParam sets for plan... |
commit | commitdiff | tree |
2008-07-08 |
Tom Lane | Fix performance bug in write_syslog(): the code to... |
commit | commitdiff | tree |
2008-07-08 |
Heikki Linnakangas | Fix WAL file cutoff point calculation in pg_standby. |
commit | commitdiff | tree |
2008-07-07 |
Tom Lane | Fix estimate_num_groups() to assume that GROUP BY expre... |
commit | commitdiff | tree |
next |