2004-05-31 |
Teodor Sigaev | Win32 related patch by Darko Prenosil. Small correct... |
commit | commitdiff | tree | snapshot |
2004-05-31 |
Tom Lane | Per previous discussions, get rid of use of sync(2... |
commit | commitdiff | tree | snapshot |
2004-05-31 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2004-05-31 |
Bruce Momjian | Remove pljava todo info. |
commit | commitdiff | tree | snapshot |
2004-05-30 |
Neil Conway | Use the new List API function names throughout the... |
commit | commitdiff | tree | snapshot |
2004-05-30 |
Tom Lane | Paranoia: ensure MyBackendId is InvalidBackendId in... |
commit | commitdiff | tree | snapshot |
2004-05-30 |
Bruce Momjian | Add thread library to libpgport creation. |
commit | commitdiff | tree | snapshot |
2004-05-30 |
Tom Lane | Implement new PostmasterIsAlive() check for WIN32,... |
commit | commitdiff | tree | snapshot |
2004-05-29 |
Tom Lane | Separate out bgwriter code into a logically separate... |
commit | commitdiff | tree | snapshot |
2004-05-29 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree | snapshot |
2004-05-29 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2004-05-29 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree | snapshot |
2004-05-29 |
Tom Lane | Fix another place that assumed 'x = lcons(y, z)' would... |
commit | commitdiff | tree | snapshot |
2004-05-28 |
Bruce Momjian | Remove quotes around $CONFIG_LINKS. Caused improper... |
commit | commitdiff | tree | snapshot |
2004-05-28 |
Bruce Momjian | When checking for thread safety with src/tools/thread... |
commit | commitdiff | tree | snapshot |
2004-05-28 |
Tom Lane | Fix minor error in comment. |
commit | commitdiff | tree | snapshot |
2004-05-28 |
Tom Lane | Fix thinko in recent patch to change temp-table permiss... |
commit | commitdiff | tree | snapshot |
2004-05-28 |
Teodor Sigaev | Stat function now can show statistics per weight of... |
commit | commitdiff | tree | snapshot |
2004-05-28 |
Tom Lane | Fix some typos I introduced in WIN32-only code late... |
commit | commitdiff | tree | snapshot |
2004-05-28 |
Teodor Sigaev | New version. Add support for int2, int8, float4, float8... |
commit | commitdiff | tree | snapshot |
2004-05-28 |
Tom Lane | Code review for EXEC_BACKEND changes. Reduce the numbe... |
commit | commitdiff | tree | snapshot |
2004-05-28 |
Tom Lane | Seems we forgot the installdirs target in this makefile. |
commit | commitdiff | tree | snapshot |
2004-05-28 |
Tom Lane | Make sure elog behaves sanely if invoked before GUC... |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Tom Lane | On WIN32, don't choke when setlocale(LC_MESSAGES, ... |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Tom Lane | Get rid of the former rather baroque mechanism for... |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Bruce Momjian | pgindent files for Tom. |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Bruce Momjian | Cleanup for Win32 pgkill. |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Bruce Momjian | Move pgkill out into /port so pg_ctl can use it on... |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Bruce Momjian | Document new pg_ctl 'kill' command, specificially for... |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Bruce Momjian | Change pg_ctl to be in C. This was the final shell... |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Tom Lane | Recommend ALTER TABLE ... TYPE as the best way to recla... |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Neil Conway | Add an index entry for "Performance Tips". Patch from... |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Tom Lane | Reduce the minimum allocable chunk size to 8 bytes... |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Tom Lane | A couple other cosmetic cleanups in new List stuff. |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Bruce Momjian | Move setlocale() outside of NLS-only defines. |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Tom Lane | Use new forboth() macro to make loop coding a bit clearer. |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Bruce Momjian | AIX doc addition: |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Bruce Momjian | Fix problems in pg_autovacuum: |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Bruce Momjian | Renumber to prevent duplicate oids. Update catalog... |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Bruce Momjian | *) inet_(client|server)_(addr|port)() and necessary... |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Tom Lane | Use a cleaner substitute for the inability to apply... |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Bruce Momjian | Fix problem with doing 7.0.X dumps on character varying... |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Bruce Momjian | Renumber bit/boolean aggregates to remove duplicates. |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Tom Lane | Recent commits added created files that weren't getting... |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Tom Lane | Add <limits.h>, per Magnus. |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Bruce Momjian | The added aggregates are: |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Bruce Momjian | The patch adresses the TODO list item "Allow external... |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Bruce Momjian | This patch implement the TODO [ALTER DATABASE foo OWNER... |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Neil Conway | Reimplement the linked list data structure used through... |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Jan Wieck | Please apply this minor patch to the cvs HEAD of dbmirror |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Bruce Momjian | Add FRONTEND to ecpglib. |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Bruce Momjian | Allow relative paths as long as the hardcoded path... |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Tom Lane | Tweaks per discussion with Magnus: suppress chatter... |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Tom Lane | Fix erroneous error message printout when a configurati... |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Bruce Momjian | Fix set_pglocale to properly pass my_exec_path to get_l... |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Tom Lane | Add code to identify_system_timezone() to try all zones... |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Bruce Momjian | Add exec.c to ecpg library because path.c now uses it. |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Bruce Momjian | Skip settting LC_ALL in the backend. |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Bruce Momjian | Make the locale location relocatable. |
commit | commitdiff | tree | snapshot |
2004-05-24 |
Bruce Momjian | Remove pstrdup() call from exec.c because DLLIMPORT... |
commit | commitdiff | tree | snapshot |
2004-05-24 |
Bruce Momjian | Make validate_exec take a const char *, for gcc 3.4... |
commit | commitdiff | tree | snapshot |
2004-05-24 |
Bruce Momjian | Update Russian FAQ. |
commit | commitdiff | tree | snapshot |
2004-05-24 |
Neil Conway | Clarify an entry in the 7.4 release notes. |
commit | commitdiff | tree | snapshot |
2004-05-24 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-05-24 |
Bruce Momjian | This patch fixes the find_my_exec code for pgstat backe... |
commit | commitdiff | tree | snapshot |
2004-05-24 |
Tom Lane | Rewrite identify_system_timezone() to give it better... |
commit | commitdiff | tree | snapshot |
2004-05-24 |
Bruce Momjian | Remove a few $filter() calls that were not needed. |
commit | commitdiff | tree | snapshot |
2004-05-23 |
Tom Lane | Seems we had the wrong sign convention for the default... |
commit | commitdiff | tree | snapshot |
2004-05-23 |
Tom Lane | Avoid calling select_default_timezone() when backing... |
commit | commitdiff | tree | snapshot |
2004-05-23 |
Tom Lane | Use case-insensitive comparison so that explicitly... |
commit | commitdiff | tree | snapshot |
2004-05-23 |
Neil Conway | A few cosmetic fixes and code cleanup. |
commit | commitdiff | tree | snapshot |
2004-05-23 |
Tom Lane | New two-stage sampling method for ANALYZE, as per discu... |
commit | commitdiff | tree | snapshot |
2004-05-23 |
Tom Lane | Still another place to make the world safe for zero... |
commit | commitdiff | tree | snapshot |
2004-05-23 |
Tom Lane | Make --without-docdir configure option actually work... |
commit | commitdiff | tree | snapshot |
2004-05-23 |
Tom Lane | Fix broken markup. |
commit | commitdiff | tree | snapshot |
2004-05-23 |
Tom Lane | Handle impending sinval queue overflow by means of... |
commit | commitdiff | tree | snapshot |
2004-05-22 |
Tom Lane | For multi-table ANALYZE, use per-table transactions... |
commit | commitdiff | tree | snapshot |
2004-05-22 |
Tom Lane | Reduce pg_listener lock taken by NOTIFY et al from... |
commit | commitdiff | tree | snapshot |
2004-05-22 |
Tom Lane | Fix to install correctly in vpath build case. |
commit | commitdiff | tree | snapshot |
2004-05-22 |
Neil Conway | Fix a few more minor errors in the 7.4 release notes. |
commit | commitdiff | tree | snapshot |
2004-05-22 |
Neil Conway | Fix typo in an entry in the 7.4 release notes. |
commit | commitdiff | tree | snapshot |
2004-05-22 |
Tom Lane | Fix for vpath builds. |
commit | commitdiff | tree | snapshot |
2004-05-22 |
Tom Lane | Clean up failure to remove exec.o on 'make clean'. |
commit | commitdiff | tree | snapshot |
2004-05-22 |
Tom Lane | Use wide-character library routines, if available,... |
commit | commitdiff | tree | snapshot |
2004-05-21 |
Tom Lane | Handle inclusion of port modules 'correctly', viz the... |
commit | commitdiff | tree | snapshot |
2004-05-21 |
Tom Lane | pgindent did a pretty awful job on the timezone code... |
commit | commitdiff | tree | snapshot |
2004-05-21 |
Tom Lane | Put path configuration information into a .h file inste... |
commit | commitdiff | tree | snapshot |
2004-05-21 |
Tom Lane | Probably need sys/time.h here too to be safe. |
commit | commitdiff | tree | snapshot |
2004-05-21 |
Tom Lane | Put back #include <sys/time.h> in files that seem to... |
commit | commitdiff | tree | snapshot |
2004-05-21 |
Tom Lane | Fix random breakage in exec.c for platforms where strdu... |
commit | commitdiff | tree | snapshot |
2004-05-21 |
Michael Meskes | - Fixed DEALLOCATE PREPARE to use correct function... |
commit | commitdiff | tree | snapshot |
2004-05-21 |
Bruce Momjian | Pgindent timezone file, per request from Tom. |
commit | commitdiff | tree | snapshot |
2004-05-21 |
Tom Lane | Integrate src/timezone library for all platforms. ... |
commit | commitdiff | tree | snapshot |
2004-05-21 |
Bruce Momjian | Add mention of why -lpgport is needed in ecpglib (dllwrap). |
commit | commitdiff | tree | snapshot |
2004-05-21 |
Bruce Momjian | Add -lpgport to ecpglib link only on win32. Other... |
commit | commitdiff | tree | snapshot |
2004-05-21 |
Tom Lane | Revert addition of -lpgport, which breaks the build... |
commit | commitdiff | tree | snapshot |
2004-05-20 |
PostgreSQL... | benign change ...added space to end of line |
commit | commitdiff | tree | snapshot |
2004-05-20 |
PostgreSQL... | attempt at a multi file commit, to seee how it formats |
commit | commitdiff | tree | snapshot |
2004-05-20 |
PostgreSQL... | just testing activitymail ... only added a space here... |
commit | commitdiff | tree | snapshot |
2004-05-20 |
Tom Lane | Rename static variables to avoid possible name conflict... |
commit | commitdiff | tree | snapshot |
next |