2009-08-23 |
Tom Lane | Tweak ExecIndexEvalRuntimeKeys to forcibly detoast... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Tom Lane | Fix overflow for INTERVAL 'x ms' where x is more than... |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Tom Lane | Fix imprecise documentation of random(): it never retur... |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Tom Lane | Fix incorrect encoding-aware name truncation in makeArr... |
commit | commitdiff | tree | snapshot |
2009-08-15 |
Bruce Momjian | Remove tab in SGML. |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Tom Lane | Put back adjust_appendrel_attrs()'s code for dealing... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Tom Lane | Fix old bug in log_autovacuum_min_duration code: it... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Magnus Hagander | Reserve the shared memory region during backend startup... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Alvaro Herrera | Fix URL to "The Hitch-Hiker's Guide to Evolutionary... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Alvaro Herrera | Fix number of columns declared for pg_user_mappings... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Bruce Momjian | Adjust test_fsync code to be more sane. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Magnus Hagander | Enable the use of multiple CPUs/cores when building... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Andrew Dunstan | Re-add documentation for --no-readline option of psql... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Tom Lane | Document that LocalSetXLogInsertAllowed can be re-executed. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Alvaro Herrera | Document that autovacuum may run ANALYZE |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Tom Lane | Try to defend against the possibility that libpq is... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Tom Lane | rm_cleanup functions need to be allowed to write WAL... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Tom Lane | Fix some omissions in the dependency-object-class suppo... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Heikki Linnakangas | Fast shutdown stop should forcibly disconnect any activ... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Magnus Hagander | Make sure FD_SETSIZE is set before we include any Windows |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Tom Lane | Fix time_part and timetz_part (ie, EXTRACT() for those... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Tom Lane | Fix a thinko introduced into CountActiveBackends by... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Teodor Sigaev | Fix incorrect cleanup of tsquery in ts_rewrite(). Per... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Tom Lane | Improve comment, per gripe from Alvaro. |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Tom Lane | Fix pg_stat_statements for EXEC_BACKEND case. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Peter Eisentraut | Document \dg+ and \du+ |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Tom Lane | In a non-hashed Agg node, reset the "aggcontext" at... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Tom Lane | Fix another thinko in join_is_legal's handling of semij... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Magnus Hagander | Fix mismatch in const:ness of parameters. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Peter Eisentraut | Remove translated FAQs |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Tom Lane | Fix another semijoin-ordering bug. We already knew... |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Bruce Momjian | Properly restore pg_largeobject.relfozenxid in binary... |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Alvaro Herrera | Install src/include/utils/fmgroids.h on VPATH builds... |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Tom Lane | Remove unnecessary and version-sensitive dependence... |
commit | commitdiff | tree | snapshot |
2009-07-19 |
Tom Lane | Fix a thinko in join_is_legal: when we decide we can... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Tom Lane | Fix error cleanup failure caused by 8.4 changes in... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Tom Lane | Repair bug #4926 "too few pathkeys for mergeclauses... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Tom Lane | Do a conditional SPI_push/SPI_pop when replanning a... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Tom Lane | Fix set_rel_width() to do something reasonable with... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Tom Lane | Fix xslt_process() to ensure that it inserts a NULL... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Tom Lane | Remove no-longer-necessary transmission of postmaster... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Heikki Linnakangas | Need to use pg_perm_setlocale when setting LC_CTYPE... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Tom Lane | Add missing HOUR TO SECOND option to list of possible... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Heikki Linnakangas | Fix ancient bug in handling of to_char modifier 'TH... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Tom Lane | Fix set_append_rel_pathlist() to deal intelligently... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Tom Lane | Per SQL spec (in particular, the grammar in SQL:2008... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Tom Lane | Fix handling of changed-Param signaling for CteScan... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Tom Lane | Fix up pg_dump's --binary-upgrade option so that it... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Tom Lane | Remove useless References column for pg_listener catalo... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Tom Lane | Add missed src/include/foreign subdirectory to the... |
commit | commitdiff | tree | snapshot |
2009-06-27 |
Tom Lane | Revert addition of "o" to tar options. This was intend... REL8_4_0 |
commit | commitdiff | tree | snapshot |
2009-06-27 |
Marc G. Fournier | Bundle v8.4.0 |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Tom Lane | Update release notes in final preparation for 8.4.0. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Tom Lane | Add a note about SystemTap vs DTrace spelling of probe... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Tom Lane | Marginal improvement of description of recovery_end_com... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Tom Lane | Cleanup and code review for the patch that made bgwrite... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Peter Eisentraut | Translation updates for 8.4 release. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Peter Eisentraut | Extract tarballs with "o" option (tar xof), to behave... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Peter Eisentraut | Use $(TAR) instead of tar in makefiles. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Tom Lane | Add __attribute__((format_arg(1))) to the declaration... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Heikki Linnakangas | Fix some serious bugs in archive recovery, now that... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Peter Eisentraut | Man pages back to lowercase names, with additional... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Tom Lane | Make prior patch pgindent-safe. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Heikki Linnakangas | The code to unlink dropped relations in FinishPreparedT... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Heikki Linnakangas | Disable pg_standby -l option because the backend doesn... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Magnus Hagander | Disallow empty passwords in LDAP authentication, the... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Peter Eisentraut | Correct grammar in picksplit debug messages |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Magnus Hagander | Fix incorrect LDAP example, noted by Tom. |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Magnus Hagander | parse_ident_usermap() shuold use ereport(LOG) and not... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Tom Lane | Provide a link to the UPDATE reference page in the... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Magnus Hagander | Properly initialize SSL engines when used from libpq... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Tom Lane | Fix an ancient error in dist_ps (distance from point... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Tom Lane | Fix the makefiles to fail cleanly if Perl is needed... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Marc G. Fournier | bundle RC2 REL8_4_RC2 |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Tom Lane | For bulk write operations (eg COPY IN), use a ring... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Tom Lane | Make to_timestamp and friends skip leading spaces befor... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Peter Eisentraut | Add more explicit note that the parameters of MOVE... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Tom Lane | Revert dubious message wording change. |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Peter Eisentraut | Message fixes |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Tom Lane | Fix things so that array_agg_finalfn does not modify... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Peter Eisentraut | Extend man page installation hackery so that the man... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Peter Eisentraut | Don't convert the man page names to lower case, so... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Peter Eisentraut | Add manvolnum, so that man pages are generated. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Peter Eisentraut | Don't attempt to "rm" directories on uninstall. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Peter Eisentraut | Recursive Joins -> Recursive Queries |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Peter Eisentraut | Add some more documentation and cross-links on using... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Peter Eisentraut | Refine the use of terminology around bound and unbound... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Heikki Linnakangas | Fix a few errors in comments. Patch by Fujii Masao... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Tom Lane | Fix the just-reported problem that you can't specify... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Tom Lane | Proofreading for Bruce's recent round of documentation... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Tom Lane | ExecAgg() failed to finish running out set-returning... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Peter Eisentraut | Add another link of a GUC variable to where it is expla... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Peter Eisentraut | Fix typo in error message: tgargv -> tg_argv |
commit | commitdiff | tree | snapshot |
2009-06-14 |
Tom Lane | Change test tables in copy2 regression test to be tempo... |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Tom Lane | Fix get_sort_group_operators() so that it doesn't think... |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Peter Eisentraut | Tweak the display of incoming foreign-key constraints... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Tom Lane | Improve documentation about GiST opclass support functions. |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Tom Lane | Fix several places where a function was declared static... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Tom Lane | Add info about minimum recommended AIX fix levels,... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Marc G. Fournier | time to tag rc1 ... REL8_4_RC1 |
commit | commitdiff | tree | snapshot |
next |