Notification of git commits are sent to this list. Do not post here!
| Thread | Author | Time |
|---|---|---|
| python - be: Fix Portal seeking. | James William Pye | 02:23 |
| pgsql: Fix FSM warning to mention increasing max_fsm_pages. | Bruce Momjian | 03:51 |
| python - be: Limit Postgres.Query to 1 command. | James William Pye | 05:06 |
| python - ex: Add a few exceptions and rename a few. | James William Pye | 05:20 |
| pgsql: Fix declaration of dumpacl, per Alvaro. | Tom Lane | 19:45 |
| pgsql: Remove unnecessary configure test for inet_ntop(), per Andrew | Tom Lane | 20:20 |
| pgsql: Remove unnecessary configure test for inet_ntop(), per Andrew | Tom Lane | 20:20 |
| pgsql: Adjust to_char/from_char code to use boolean "is_to_char" rather | Bruce Momjian | 21:47 |
| pgsql: Small cleanup. | Bruce Momjian | 21:54 |
| pgbuildfarm - client-code: test for existence of inst before trying to | User Andrewd | 21:59 |
| pgsql: More formatting.c cleanups. | Bruce Momjian | 22:06 |
| pgsql: Avoid an Assert failure if OuterUserId hasn't been set yet during | Tom Lane | 22:14 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Fix to_char(interval) to return proper year and century values. | Bruce Momjian | 04:37 |
| pgsql: Done: > * -Prevent to_char() on interval from returning | Bruce Momjian | 04:42 |
| pgsql: Add hint for to_char(interval) invalid format specifications. | Bruce Momjian | 13:43 |
| pgsql: Add: > o Remove unnecessary abstractions in pg_dump source code | Bruce Momjian | 14:14 |
| pgsql: Fix up LIMIT/OFFSET planning so that we cope with non-constant | Tom Lane | 17:51 |
| pgsql: Update some obsolete comments --- code is using t_self now, not | Tom Lane | 21:34 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Consistently align comments in postgresql.conf, move some | Bruce Momjian | 01:55 |
| pginstaller - pginst: Add PgOleDb licence and support details. | User Dpage | 12:39 |
| pginstaller - pginst: Add PgOleDb licence and support details. | User Dpage | 12:41 |
| pgsql: Fix LRU/ALL description mismatch for GUC parameter. | Bruce Momjian | 18:58 |
| bizgres - bizgres: Updated the build instructions to set the devoBuild | User Bklawans | 19:11 |
| bizgres - bizgres: Added support for building from csh (or one of its | User Bklawans | 19:14 |
| bizgres - bizgres: Added support for detecting and using the version of | User Bklawans | 19:21 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Repair problems with VACUUM destroying t_ctid chains too soon, | Tom Lane | 00:40 |
| pgsql: Add BackendXidGetPid(). | Tatsuo Ishii | 01:26 |
| pgsql: Make GetMultiXactIdMembers() a public function. | Tatsuo Ishii | 01:29 |
| pgsql: Invoke mksafefunc and mkunsafefunc with :: decoration. | Tom Lane | 19:19 |
| pgsql: Invoke mksafefunc and mkunsafefunc with :: decoration. | Tom Lane | 19:19 |
| python - web: Exclude /static from the sync. | James William Pye | 20:41 |
| python - pq: Fix potential deadlock. | James William Pye | 23:15 |
| python - pq: Add classifiers and fix copyright dates. | James William Pye | 23:19 |
| pgsql: Convert the arithmetic for shared memory size calculation from | Tom Lane | 23:26 |
| pgsql: Seems that the childXids list would be better based on Oid lists | Tom Lane | 23:45 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Add: > * Fix problems with wrong runtime encoding conversion for | Bruce Momjian | 01:04 |
| pgsql: Minor GUC cleanups: document krb_server_hostname and | Tom Lane | 03:40 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Fix some inconsistent choices of datatypes in xlog.c. | Tom Lane | 00:41 |
| pgsql: Use an initdb-time test to see if the local version of | Tom Lane | 16:27 |
| bizgres - bizgres: Spelled the word "Geographic" correctly. | User Bklawans | 16:57 |
| pgsql: Improve xid wraparound message (the server isn't really shut | Bruce Momjian | 16:59 |
| bizgres - bizgres: Default port changed to 5432. | User Llonergan | 17:14 |
| pgsql: enable_constraint_exclusion => constraint_exclusion Also improve | Bruce Momjian | 17:35 |
| pgsql: Fix unwanted denial of ALTER OWNER rights to superusers. | Tom Lane | 17:38 |
| pgsql: Cause ALTER INDEX OWNER to generate a warning and do nothing, | Tom Lane | 19:40 |
| pgsql: Back out incorrect use of E'' escape addition. | Bruce Momjian | 20:25 |
| pgsql: Update documentation that non-super users can now do ALTER OWNER. | Bruce Momjian | 21:32 |
| pgsql: Rewrite gather-write patch into something less obviously bolted | Tom Lane | 23:59 |
| Thread | Author | Time |
|---|---|---|
| bizgres - bizgres: Bug fix. | User Agoldshuv | 00:49 |
| bizgres - bizgres: New Directory | User Jzhang | 01:22 |
| pgsql: Update: > > Another issue is whether underlying table changes | Bruce Momjian | 13:38 |
| pgsql: Add: > * Allow user-defined types to specify a type modifier at | Bruce Momjian | 13:52 |
| pgsql: Fix typo: sql_information_info -> sql_implementation_info | Bruce Momjian | 14:13 |
| pgsql: Fix typo: sql_information_info -> sql_implementation_info | Bruce Momjian | 14:13 |
| pgsql: Get the MIPS assembler syntax right. | Tom Lane | 16:22 |
| pgsql: Get the MIPS assembler syntax right. | Tom Lane | 16:22 |
| pgsql: Fix two separate bugs in setrefs.c. | Tom Lane | 18:04 |
| pgsql: Windows needs WSAStartup() before getaddrinfo() will work. | Tom Lane | 18:44 |
| pgsql: Change the division of labor between grouping_planner and | Tom Lane | 22:13 |
| pgsql: cost_agg really ought to charge something per output tuple; else | Tom Lane | 22:37 |
| python - pq: Feature cutting. | James William Pye | 23:55 |
| Thread | Author | Time |
|---|---|---|
| pgsql: dumpUserConfig failed (in a pretty harmless way, but failed | Tom Lane | 16:31 |
| pgsql: Add comment about pthread_self() cast. | Bruce Momjian | 16:37 |
| pgsql: Add a SYNC instruction to the S_UNLOCK sequence for MIPS. | Tom Lane | 18:26 |
| pgsql: Add a SYNC instruction to the S_UNLOCK sequence for MIPS. | Tom Lane | 18:26 |
| pgsql: Use GetCurrentThreadId, per Magnus. | Bruce Momjian | 18:49 |
| pgsql: Add: > * Add function to return the thread safety status of | Bruce Momjian | 18:52 |
| pgsql: Update pthread_self() on Win32 to return DWORD. | Bruce Momjian | 21:42 |
| pgsql: Fix initdb quoting for Win32 paths in final examples, per Dave | Bruce Momjian | 22:21 |
| pgsql: Tweak nodeBitmapAnd to stop evaluating sub-plan scans if it finds | Tom Lane | 22:47 |