2008-12-18 |
Bruce Momjian | Update documentation table describing how shared memory... |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Peter Eisentraut | Add note that TRUNCATE uses an access exclusive lock... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Michael Meskes | Applied patch by ITAGAKI Takahiro <itagaki.takahiro... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Heikki Linnakangas | Don't reset pg_class.reltuples and relpages in VACUUM... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Bruce Momjian | The attached patch contains a couple of fixes in the... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Alvaro Herrera | Add note to the shared memory sizing table about needin... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Tom Lane | Make heap_update() set newtup->t_tableOid correctly... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Andrew Dunstan | Attempt to fix MSVC breakage from Major Version patch. |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Bruce Momjian | Fix wording of section comparing triggers and rules... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Tom Lane | Department of second thoughts: further experimentation... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Bruce Momjian | Improve comment about why sleep is used by pg_standby... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Bruce Momjian | Add documentation that pg_standby sleeps on Win32 becau... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Bruce Momjian | Add comment about GNUWin32's cp not having the file... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Tom Lane | Code review for CREATE OR REPLACE VIEW patch. Do thing... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Bruce Momjian | Add missing 'break' in Win32 switch statement, reported... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Tom Lane | Fix cast-away-const problem as well as bogus calculatio... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Tom Lane | Arrange for the pg_foo_is_visible and has_foo_privilege... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Michael Meskes | Do not try to change a const variable. |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Tom Lane | Reduce the scaling factor for attstattarget to number... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Tom Lane | Remove our dependencies on MB_CUR_MAX in favor of belie... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Magnus Hagander | Support specifying filename for SSL certificate, key... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Tom Lane | Restore enforce_generic_type_consistency's pre-8.3... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Magnus Hagander | Replace both send and receive BIO routines in the SSL... |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Tom Lane | Increase the default value of default_statistics_target... |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Tom Lane | Remove pg_plan_queries()'s now-useless needSnapshot... |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Tom Lane | Fix failure to ensure that a snapshot is available... |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Alvaro Herrera | Reduce some rel.h inclusions, and add pg_list.h to... |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Michael Meskes | Using clause has to accept signed numeric constants... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Tom Lane | To reduce confusion over whether VACUUM FULL is needed... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Peter Eisentraut | The macros NULL_DEV and DEVNULL were both used to work... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Peter Eisentraut | Move carefully obscured SunOS 4 specific #include out... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Peter Eisentraut | Append major version number and for libraries soname... |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Tom Lane | Tweak the tree descent loop in fsm_search_avail to... |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Bruce Momjian | Update journaling performance docs based on comments... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Tom Lane | Add a specific example of parenthesizing when extractin... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Heikki Linnakangas | Revert SIGUSR1 multiplexing patch, per Tom's objection. |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Heikki Linnakangas | Provide support for multiplexing SIGUSR1 signal. The... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Magnus Hagander | Clearify how processes are started by autovacuum, and... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Tom Lane | Teach pgstat_vacuum_stat to not bother scanning pg_proc... |
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-08 |
Tom Lane | Don't try to optimize EXISTS subqueries with empty... |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Alvaro Herrera | Desultorily enclose programlisting tags in CDATA, to... |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Peter Eisentraut | Set up ar, dlltool, dllwrap, and windres for cross... |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Bruce Momjian | Allow CREATE OR REPLACE VIEW to add columns to the... |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Bruce Momjian | Document that non-data journaling is a recommended... |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Heikki Linnakangas | MAPSIZE macro needs to use MAXALIGN(SizeOfPageHeaderDat... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Peter Eisentraut | Better descriptions in pg_get_keywords(), consistent... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Peter Eisentraut | Default values for function arguments |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Alvaro Herrera | Fix a couple of snapshot management bugs in the new... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Magnus Hagander | Comment said we don't free the lockarray, and why.... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Heikki Linnakangas | Utilize the visibility map in autovacuum, too. There... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Teodor Sigaev | Initialize GISTScanOpaque->qual_ok even if there is... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Peter Eisentraut | Call genhtml with --prefix option so local build paths... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Bruce Momjian | Fix typo in recent SSL unload patch. |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Magnus Hagander | Properly unregister OpenSSL callbacks when libpq is... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Heikki Linnakangas | Forgot to bump catalog version in the visibility map... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Heikki Linnakangas | Introduce visibility map. The visibility map is a bitma... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Peter Eisentraut | Update key words table to 8.4 and SQL:2008. |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Heikki Linnakangas | Small comment fixes. |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Heikki Linnakangas | If pg_stop_backup() is called just after switching... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Magnus Hagander | Documentation for wildcard certificates patch |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Heikki Linnakangas | Use PG_GETARG_TEXT_PP instead of PG_GETARG_TEXT_P in... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Magnus Hagander | Change wildcard cerfificate mapping to be much simler... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Alvaro Herrera | Minor code embellishments. |
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 |
Heikki Linnakangas | Modify the new to_timestamp implementation so that... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Tom Lane | Ensure that the contents of a holdable cursor don't... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Tom Lane | Remove the last traces of --temp-port. |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Michael Meskes | Removed port testing. |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Peter Eisentraut | Add braces to clarify syntax synopsis |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Peter Eisentraut | Small correction |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Peter Eisentraut | typo |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Tom Lane | Refactor crosstab() to build and return a tuplestore... |
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 | Clean up the API for DestReceiver objects by eliminatin... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Tom Lane | Add a "LIKE = typename" clause to CREATE TYPE for base... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Tom Lane | Remove inappropriate memory context switch in shutdown_... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Tom Lane | Fix recently-added array_agg tests to ensure they produ... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Tom Lane | Make sure we give an appropriate user-facing error... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Tom Lane | Partial fix for fallout from temp-port changes. ecpg... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Tom Lane | Fix an oversight in uninstall_isn.sql: must drop operat... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Tom Lane | My recent fix for semijoin planning didn't actually... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Tom Lane | Cosmetic cleanups in contrib/isn (doesn't fix the passb... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Magnus Hagander | Support regular expressions in pg_ident.conf. |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Peter Eisentraut | Reduce risk of accidentally running temp-install regres... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Heikki Linnakangas | Fix bug in the tsvector stats collection function,... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Heikki Linnakangas | Fix obsolete comment regarding FSM truncation. |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Heikki Linnakangas | Don't force creation of the FSM on searches. It will... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Peter Eisentraut | Add that PL/Java is an implementation of SQL/JRT, and... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Peter Eisentraut | Drop CLI related features from the list, since we don... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Peter Eisentraut | Mark features related to WITH/SELECT as supported. |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Heikki Linnakangas | Fix #ifdeffed debugging code to work with relation... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Tom Lane | Tweak wording of DISCARD ALL description to avoid givin... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Tom Lane | Fix minor memory leak introduced in recent SQL-function... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Heikki Linnakangas | Rely on relcache invalidation to update the cached... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Michael Meskes | interval.c needs limits.h |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Michael Meskes | Applied patch by Ron Mayer <rm_pg@cheapcomplexdevices... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Tom Lane | Tweak new PQExpBufferBroken macro to suppress warnings... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Michael Meskes | Removed strchrnul |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Tom Lane | Let's see if using -c instead of -- style fixes the... |
commit | commitdiff | tree | snapshot |
next |