| 2004-06-04 | 
Bruce Momjian | This is a small fix in FAQ. It just clean up some old...  | 
commit | commitdiff | tree | 
| 2004-06-04 | 
Bruce Momjian | Remove dash in pg_ctl signal name.  It broke with getop...  | 
commit | commitdiff | tree | 
| 2004-06-04 | 
Tom Lane | Remove some long-obsolete code that was causing a stran...  | 
commit | commitdiff | tree | 
| 2004-06-04 | 
Tom Lane | Support assignment to whole-row variables in plpgsql...  | 
commit | commitdiff | tree | 
| 2004-06-04 | 
Tom Lane | Allow plpgsql to pass composite-type arguments (ie...  | 
commit | commitdiff | tree | 
| 2004-06-03 | 
Tom Lane | Restructure plpgsql's parsing of datatype declarations...  | 
commit | commitdiff | tree | 
| 2004-06-03 | 
Tom Lane | Remove typeTypeFlag(), which was not only unused but...  | 
commit | commitdiff | tree | 
| 2004-06-03 | 
Tom Lane | plpgsql hasn't needed -Wno-error for a good long while. | 
commit | commitdiff | tree | 
| 2004-06-03 | 
Tom Lane | Add range-checking in timestamp_recv and timestamptz_re...  | 
commit | commitdiff | tree | 
| 2004-06-03 | 
Bruce Momjian | Remove SYSCONFDIR from win32 include file. | 
commit | commitdiff | tree | 
| 2004-06-03 | 
Teodor Sigaev | - Add aligment of variable data types | 
commit | commitdiff | tree | 
| 2004-06-03 | 
Tom Lane | Adjust our timezone library to use pg_time_t (typedef...  | 
commit | commitdiff | tree | 
| 2004-06-03 | 
Bruce Momjian | Win32 regression fixes: | 
commit | commitdiff | tree | 
| 2004-06-03 | 
Bruce Momjian | init_ssl_system  will return 0 on success and -1 on...  | 
commit | commitdiff | tree | 
| 2004-06-03 | 
Bruce Momjian | Add new Win32 file with adjustments for recent code...  | 
commit | commitdiff | tree | 
| 2004-06-03 | 
Bruce Momjian | Add PGETC (for pg_service.conf) and PGLOCALE (for local...  | 
commit | commitdiff | tree | 
| 2004-06-02 | 
Bruce Momjian | Small patch that adds some documentation for the area...  | 
commit | commitdiff | tree | 
| 2004-06-02 | 
Bruce Momjian | Per previous discussions, here are two functions to...  | 
commit | commitdiff | tree | 
| 2004-06-02 | 
Bruce Momjian | Move -lpgport to the beginning of the library list...  | 
commit | commitdiff | tree | 
| 2004-06-02 | 
Bruce Momjian | Improve without cluster wording. | 
commit | commitdiff | tree | 
| 2004-06-02 | 
Bruce Momjian | OK, here's the final version of ALTER TABLE ... SET...  | 
commit | commitdiff | tree | 
| 2004-06-02 | 
Tom Lane | Fix breakage from GUC-extension-variables patch. | 
commit | commitdiff | tree | 
| 2004-06-02 | 
Tom Lane | Adjust btree index build to not use shared buffers...  | 
commit | commitdiff | tree | 
| 2004-06-01 | 
Bruce Momjian | Add locale setting for pg_ctl. | 
commit | commitdiff | tree | 
| 2004-06-01 | 
Tom Lane | Align GRANT/REVOKE behavior more closely with the SQL...  | 
commit | commitdiff | tree | 
| 2004-06-01 | 
Teodor Sigaev | Fix silly bug | 
commit | commitdiff | tree | 
| 2004-06-01 | 
Tom Lane | FastList is history, yay. | 
commit | commitdiff | tree | 
| 2004-06-01 | 
Tom Lane | List pg_trgm in contrib Makefile and README. | 
commit | commitdiff | tree | 
| 2004-06-01 | 
Tom Lane | Just about there on de-FastList-ification. | 
commit | commitdiff | tree | 
| 2004-06-01 | 
Bruce Momjian | More locale fixes for pg_ctl. | 
commit | commitdiff | tree | 
| 2004-06-01 | 
Tom Lane | Some more de-FastList-ification. | 
commit | commitdiff | tree | 
| 2004-06-01 | 
Tom Lane | Desultory de-FastList-ification.  RelOptInfo.reltargetl...  | 
commit | commitdiff | tree | 
| 2004-06-01 | 
Bruce Momjian | Remove init_nls() functions, call set_pglocale() directly. | 
commit | commitdiff | tree | 
| 2004-06-01 | 
Bruce Momjian | Add pgpid_t for use with pids. | 
commit | commitdiff | tree | 
| 2004-05-31 | 
Tom Lane | Additional mop-up for sync-to-fsync changes: avoid...  | 
commit | commitdiff | tree | 
| 2004-05-31 | 
Tom Lane | Minor code rationalization: FlushRelationBuffers just...  | 
commit | commitdiff | tree | 
| 2004-05-31 | 
Tom Lane | Suppress compile warnings on machines where the INT64CO...  | 
commit | commitdiff | tree | 
| 2004-05-31 | 
Tom Lane | Too few parens for my taste in this macro. | 
commit | commitdiff | tree | 
| 2004-05-31 | 
Tom Lane | I think I've finally identified the cause of the off...  | 
commit | commitdiff | tree | 
| 2004-05-31 | 
Bruce Momjian | Have pg_ctl print pid and error on signal failure,...  | 
commit | commitdiff | tree | 
| 2004-05-31 | 
Teodor Sigaev | trgm - Trigram matching for PostgreSQL | 
commit | commitdiff | tree | 
| 2004-05-31 | 
Teodor Sigaev | 1 add namespaces as Tom suggest pgsql.ru/db/mw/msg...  | 
commit | commitdiff | tree | 
| 2004-05-31 | 
Teodor Sigaev | Fix memory leak with pg_regexec | 
commit | commitdiff | tree | 
| 2004-05-31 | 
Teodor Sigaev | Fix memory leak with pg_regcomp | 
commit | commitdiff | tree | 
| 2004-05-31 | 
Bruce Momjian | Update pg_dump -v comments to mention additional commen...  | 
commit | commitdiff | tree | 
| 2004-05-31 | 
Teodor Sigaev | Win32 related patch by Darko Prenosil. Small correct...  | 
commit | commitdiff | tree | 
| 2004-05-31 | 
Tom Lane | Per previous discussions, get rid of use of sync(2...  | 
commit | commitdiff | tree | 
| 2004-05-31 | 
Bruce Momjian | Done: | 
commit | commitdiff | tree | 
| 2004-05-31 | 
Bruce Momjian | Remove pljava todo info. | 
commit | commitdiff | tree | 
| 2004-05-30 | 
Neil Conway | Use the new List API function names throughout the...  | 
commit | commitdiff | tree | 
| 2004-05-30 | 
Tom Lane | Paranoia: ensure MyBackendId is InvalidBackendId in...  | 
commit | commitdiff | tree | 
| 2004-05-30 | 
Bruce Momjian | Add thread library to libpgport creation. | 
commit | commitdiff | tree | 
| 2004-05-30 | 
Tom Lane | Implement new PostmasterIsAlive() check for WIN32,...  | 
commit | commitdiff | tree | 
| 2004-05-29 | 
Tom Lane | Separate out bgwriter code into a logically separate...  | 
commit | commitdiff | tree | 
| 2004-05-29 | 
Peter Eisentraut | Translation update | 
commit | commitdiff | tree | 
| 2004-05-29 | 
Peter Eisentraut | Translation updates | 
commit | commitdiff | tree | 
| 2004-05-29 | 
Peter Eisentraut | Translation update | 
commit | commitdiff | tree | 
| 2004-05-29 | 
Tom Lane | Fix another place that assumed 'x = lcons(y, z)' would...  | 
commit | commitdiff | tree | 
| 2004-05-28 | 
Bruce Momjian | Remove quotes around $CONFIG_LINKS.  Caused improper...  | 
commit | commitdiff | tree | 
| 2004-05-28 | 
Bruce Momjian | When checking for thread safety with src/tools/thread...  | 
commit | commitdiff | tree | 
| 2004-05-28 | 
Tom Lane | Fix minor error in comment. | 
commit | commitdiff | tree | 
| 2004-05-28 | 
Tom Lane | Fix thinko in recent patch to change temp-table permiss...  | 
commit | commitdiff | tree | 
| 2004-05-28 | 
Teodor Sigaev | Stat function now can show statistics per weight of...  | 
commit | commitdiff | tree | 
| 2004-05-28 | 
Tom Lane | Fix some typos I introduced in WIN32-only code late...  | 
commit | commitdiff | tree | 
| 2004-05-28 | 
Teodor Sigaev | New version. Add support for int2, int8, float4, float8...  | 
commit | commitdiff | tree | 
| 2004-05-28 | 
Tom Lane | Code review for EXEC_BACKEND changes.  Reduce the numbe...  | 
commit | commitdiff | tree | 
| 2004-05-28 | 
Tom Lane | Seems we forgot the installdirs target in this makefile. | 
commit | commitdiff | tree | 
| 2004-05-28 | 
Tom Lane | Make sure elog behaves sanely if invoked before GUC...  | 
commit | commitdiff | tree | 
| 2004-05-27 | 
Tom Lane | On WIN32, don't choke when setlocale(LC_MESSAGES, ...  | 
commit | commitdiff | tree | 
| 2004-05-27 | 
Tom Lane | Get rid of the former rather baroque mechanism for...  | 
commit | commitdiff | tree | 
| 2004-05-27 | 
Bruce Momjian | pgindent files for Tom. | 
commit | commitdiff | tree | 
| 2004-05-27 | 
Bruce Momjian | Cleanup for Win32 pgkill. | 
commit | commitdiff | tree | 
| 2004-05-27 | 
Bruce Momjian | Move pgkill out into /port so pg_ctl can use it on...  | 
commit | commitdiff | tree | 
| 2004-05-27 | 
Bruce Momjian | Document new pg_ctl 'kill' command, specificially for...  | 
commit | commitdiff | tree | 
| 2004-05-27 | 
Bruce Momjian | Change pg_ctl to be in C.  This was the final shell...  | 
commit | commitdiff | tree | 
| 2004-05-27 | 
Tom Lane | Recommend ALTER TABLE ... TYPE as the best way to recla...  | 
commit | commitdiff | tree | 
| 2004-05-27 | 
Neil Conway | Add an index entry for "Performance Tips". Patch from...  | 
commit | commitdiff | tree | 
| 2004-05-26 | 
Tom Lane | Reduce the minimum allocable chunk size to 8 bytes...  | 
commit | commitdiff | tree | 
| 2004-05-26 | 
Tom Lane | A couple other cosmetic cleanups in new List stuff. | 
commit | commitdiff | tree | 
| 2004-05-26 | 
Bruce Momjian | Move setlocale() outside of NLS-only defines. | 
commit | commitdiff | tree | 
| 2004-05-26 | 
Tom Lane | Use new forboth() macro to make loop coding a bit clearer. | 
commit | commitdiff | tree | 
| 2004-05-26 | 
Bruce Momjian | AIX doc addition: | 
commit | commitdiff | tree | 
| 2004-05-26 | 
Bruce Momjian | Fix problems in pg_autovacuum: | 
commit | commitdiff | tree | 
| 2004-05-26 | 
Bruce Momjian | Renumber to prevent duplicate oids.  Update catalog...  | 
commit | commitdiff | tree | 
| 2004-05-26 | 
Bruce Momjian | *) inet_(client|server)_(addr|port)() and necessary...  | 
commit | commitdiff | tree | 
| 2004-05-26 | 
Tom Lane | Use a cleaner substitute for the inability to apply...  | 
commit | commitdiff | tree | 
| 2004-05-26 | 
Bruce Momjian | Fix problem with doing 7.0.X dumps on character varying...  | 
commit | commitdiff | tree | 
| 2004-05-26 | 
Bruce Momjian | Renumber bit/boolean aggregates to remove duplicates. | 
commit | commitdiff | tree | 
| 2004-05-26 | 
Tom Lane | Recent commits added created files that weren't getting...  | 
commit | commitdiff | tree | 
| 2004-05-26 | 
Tom Lane | Add <limits.h>, per Magnus. | 
commit | commitdiff | tree | 
| 2004-05-26 | 
Bruce Momjian | The added aggregates are: | 
commit | commitdiff | tree | 
| 2004-05-26 | 
Bruce Momjian | The patch adresses the TODO list item "Allow external...  | 
commit | commitdiff | tree | 
| 2004-05-26 | 
Bruce Momjian | This patch implement the TODO [ALTER DATABASE foo OWNER...  | 
commit | commitdiff | tree | 
| 2004-05-26 | 
Neil Conway | Reimplement the linked list data structure used through...  | 
commit | commitdiff | tree | 
| 2004-05-26 | 
Jan Wieck | Please apply this minor patch to the cvs HEAD of dbmirror | 
commit | commitdiff | tree | 
| 2004-05-25 | 
Bruce Momjian | Add FRONTEND to ecpglib. | 
commit | commitdiff | tree | 
| 2004-05-25 | 
Bruce Momjian | Allow relative paths as long as the hardcoded path...  | 
commit | commitdiff | tree | 
| 2004-05-25 | 
Tom Lane | Tweaks per discussion with Magnus: suppress chatter...  | 
commit | commitdiff | tree | 
| 2004-05-25 | 
Tom Lane | Fix erroneous error message printout when a configurati...  | 
commit | commitdiff | tree | 
| 2004-05-25 | 
Bruce Momjian | Fix set_pglocale to properly pass my_exec_path to get_l...  | 
commit | commitdiff | tree | 
| next |